/**
 * @author: David Hutchful
 * @date: 7 May 2007 
 */

/* -- global -- */
* { margin: 0; padding: 0; }
a { outline: 0; text-decoration: none; }
img { border: 0; }

body { font: small/1.1em "Lucida Grande", Verdana, sans-serif; }

blockquote p {
    padding: 0px 30px 10px 0px;
    font-size: 1.2em;    
    float: left;
    background: url(/portfolio/assets/images/quote_down.png) bottom right no-repeat;
}

blockquote {
    padding: 20px;
    font-size: 1.8em;    
    background: url(/portfolio/assets/images/quote_up.png) top left no-repeat;
}

cite {
    font-size: 1.2em;
    float: right;    
} 


/* -- body -- */

body.dark { background: #403b31; }

div.section { background: #b2ab9a; padding: 40px 0; }

div.section div.inside {
  margin: 0 25px auto;
  width: 800px;
}
div.section div.inside:after {
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  visibility: hidden;
}

* html div.section div.inside { height: 1%; }

div.section div.inside #badge {
  float: right;
  height: 39px;
  margin-bottom: 40px;
  margin-right: 50px;
  width: 280px;
  background: transparent right top no-repeat;
  /*text-indent: -6000em;*/
}

div.section div.inside div.wide {
  clear: right;
  float: left;
  width: 100%; 
  color: #696150;
}

div.section div.inside div.left {
  clear: right;
  float: left;
  width: 400px;
}
div.section div.inside div.wideleft {
  clear: right;
  float: left;
  width: 650px;
}
div.section div.inside div.right {
  float: right;
  margin-right: 50px;
  width: 350px;
}
div.section div.inside div.smallright {
  float: right;
  margin-right: 50px;
  width: 100px;
}

div.section div.inside div.wide h2,
div.section div.inside div.wideleft h2,
div.section div.inside div.left h2 {
  background: transparent left top no-repeat;
  height: 36px;
  margin-bottom: 10px;
  text-indent: -6000em;
}
div.section div.inside div.wide p,
div.section div.inside div.wideleft p,
div.section div.inside div.left p {
  color: #696150;
  line-height: 20px;
  margin-bottom: 25px;
}
div.section div.inside div.wide p a,
div.section div.inside div.wideleft p a,
div.section div.inside div.left p a {
  border-bottom: 1px #696150 dotted;
  color: #696150;
}
div.section div.inside div.wide p a:hover,
div.section div.inside div.wideleft p a:hover,
div.section div.inside div.left p a:hover {
  border-bottom: 1px #928870 dotted;
  color: #928870;
}

/* -- dark sections -- */
div.dark { background-color: #403b31; }
div.dark div.inside div.wide p, 
div.dark div.inside div.left p {
  color: #b5b5b5;
}
div.dark div.inside div.wide p a, 
div.dark div.inside div.left p a {
  border-bottom: 1px #dddddd dotted;
  color: #b5b5b5;
}
div.dark div.inside div.wide p a:hover, 
div.dark div.inside div.left p a:hover {
  border-bottom: 1px #fff dotted;
  color: #ffffff;
}

/* -- navigation -- */
div.section ul.navigation {
  float: left;
  margin-top: 1em;
  margin-left: 2em;
}
div.section ul.navigation li {
  display: inline;
}
div.section ul.navigation li + li:before {
  color: #ccc;
  content: ' | ';
}
div.section  ul.navigation li a {
  color: #5c5c5c;
}
div.section ul.navigation li a:hover {
  color: #928870;
}
div.dark ul.navigation {
  text-shadow: #1c1c1c 0 0 0;
}
div.dark ul.navigation li + li:before {
  color: #5c5c5c;
  content: ' | ';
}
div.dark ul.navigation li a {
  color: #b3b3b3;
}
div.dark ul.navigation li a:hover {
  color: #5c5c5c;
}


/* -- home section -- */
div#home.section div.inside div.left h2 {
  background-image: url('../images/welcome.png');
}
div#home.section div.inside div.wide h2 {
  background-image: url('../images/welcome.png');
}
div#home.section div.inside div.right div.media {
  height: 253px;
  padding: 10px;
  margin-top: 0px;
  margin-left: 40px;
}


/* -- work section -- */
div#work.section div.inside div.wide h2 {
  background-image: url('../images/work.png');
}
div#work.section div.inside div.wide p strong {
  color: #b3b3b3;
}

/* -- resume section -- */
div#resume.section div.inside div.wide h2 {
  background-image: url('../images/resume.png');
  background-repeat: no-repeat;
}
div#resume.section div.inside div.wideleft h2 {
  background-image: url('../images/resume.png');
  background-repeat: no-repeat;
}

/* -- profile section -- */
div#about.section div.inside div.wide h2 {
  background-image: url('../images/about.png');
  background-repeat: no-repeat;
}
div#about.section div.inside div.right div.media {
  background-color: #fff;
  height: 253px;
  padding: 10px;
}


/* -- contact section -- */
div#contact.section div.inside div.left h2 {
  background-image: url('../images/contact.png');
}
div#contact.section div.inside div.right form {
  background-color: #e8e4a8;
  padding: 20px;
}
div#contact.section div.inside div.right form p {
  margin-bottom: 10px;
}
div#contact.section div.inside div.right form p.submit {
  margin: 0;
}
div#contact.section div.inside div.right form p label {
  color: #5c5c5c;
  display: block;
  font-size: 80%;
  font-weight: bold;
  text-shadow: #fff 0 0 0;
}
div#contact.section div.inside div.right form p label em {
  color: #a3a3a3;
  font-weight: normal;
}
div#contact.section div.inside div.right form p input {
  font-size: 90%;
}
div#contact.section div.inside div.right form p textarea {
  font-size: 90%;
}
div#contact.section div.inside div.right form div.alert {
  background-color: #4c4c4c;
  color: #dcdcdc;
  font-size: 80%;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
}

/* work section styles */
#mainPage {
	line-height: 20px;
}
#mainPage h1 {
	color: #555;
}
#mainPage h3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
	color: #bbb;
}
.summary {
	float: left;
}
.summary img { 
	margin: 0;
	float: right;
	padding: 5px;
	border: 0px solid #999;
}
.worknav, .artifacts, .notes {
	margin-top: 20px;
}
.notes ul, .artifacts ul, .summary ul { list-style-type: none; margin: 0; padding: 0; }
.notes li, .artifacts li, .summary li { font-size:0.9em; }

.subtitlelist {
	font-weight: bold;
	text-align: right;
}

.artifacts li {
	display: inline;
	margin-right: 5px;
}
.artifacts img {
	clear: both;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.worknav {
	border-top: 1px solid #ddd;
	text-align: left;
}


.workcolumn {
  margin: 0;
  padding: 20px 10px 0 10px;
  width: 182px;
  float: left;
}

.workcolumn img {
  border-top: 5px solid #fff;
  border-right: none;
  border-left: none;
  border-bottom: none;
  height: 120px;
  width: 180px;
  margin: 10px 0 10px 0;
  padding: 0;
}

.workcolumn h3, .workcolumn p {
  margin: 0;
}

.workcolumn h3.header {
  text-transform: uppercase;
  font-size: small;
}

.workcolumn h3 a {
		color: #696150;
		color: #ddd;
}

.workcolumn a img {
  border-top: 0px solid #fff;
  /*height: 120px;*/
  width: 180px;
  margin: 10px 0 10px 0;
  padding: 0;
}

.workcolumn a:hover img {
  border-top: 0px solid yellow;
  /*height: 120px;*/
  width: 180px;
  margin: 10px 0 10px 0;
  padding: 0;
}

.workcolumn a:active img {
  border-top: 0px solid yellow;
  /*height: 120px;*/
  width: 180px;
  margin: 10px 0 10px 0;
  padding: 0;
}

/* -- footer -- */
div#footer { 
  background: #b2ab9a url('/portfolio/assets/images/pattern_036.gif') repeat; 
  color: #696150;
  padding: 10px 0px 20px 40px;
  height: 10px; 
  font-weight: bold;
  text-align: left;
}


/* others */
.tool-tip {
      color: #fff;
      width: 139px;
      z-index: 13000;
}
.tool-title {
      font-weight: bold;
      font-size: 11px;
      margin: 0;
      color: #9FD4FF;
      padding: 8px 8px 4px;
      background: url(../images/bubble.png) top left;
}
    
.tool-text {
      font-size: 11px;
      padding: 4px 8px 8px;
      background: url(../images/bubble.png) bottom right;
}
.tool-text A {
    color:#069;
}
.tool-loading {
      background: url(../images/ajax_load.gif) center center no-repeat;
      width: 30px;
      height: 30px;
      margin: 0 auto;
}

