/* -------------------------------------------------------------- 
   CHANCE GRAHAM
   I design things.
  
   www.chancegraham.com
   
   Version: 3.0
   * Author: Chance Graham
   * Question/Comments: hello@chancegraham.com
-------------------------------------------------------------- */



/* -------------------------------------------------------------- 
  =GENERAL STYLES
-------------------------------------------------------------- */	

body {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #f1f1f1;
}


/*header, footer, section, aside, nav, article { display: block; }*/
		

.hidden { display: none; }
	
a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
	
a:hover {
	color: #555;
} 	

p {
	margin-bottom: .6em;
}

strong {
	font-weight: bold;
}

/* -------------------------------------------------------------- 
  =Structural 
-------------------------------------------------------------- */

#container {
	position: relative;
	width: 937px;
	
}



/* -------------------------------------------------------------- 
  =Shared
-------------------------------------------------------------- */


/* Main Navigation
-------------------------------------------------------------- */
							
#nav_main {
	position: absolute;
	z-index: 10;
	top: 30px;
	right: 45px;
	width: 465px;
	border-top: 1px solid #333;
}

#nav_main li {
	float: right;
	margin: 0 0 0 25px;
	padding-top: .7em;	
}

#nav_main li a { color: #fff; 	font-weight: normal; }
#nav_main li a:hover { color: #555; }

#home #nav_main li#home_section a,
#contact #nav_main li#contact_section a {
	color: #ffff00;
}


/* Column 1
-------------------------------------------------------------- */

.col_1 {
	width: 292px;
	padding: 30px 45px 30px 45px;
}

h1 {
	margin-top: 0px;
	padding-top: .4em;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1em;	
	border-top: 3px solid #333;	
}

h1 span {
	width: 200px;
	display: block;
	font-weight: 300;
	text-transform: lowercase;
}

h3 {
	margin-top: 40px;
	padding: .7em 0;
	font-weight: bold;
	border-top: 1px solid #333;	
}

.link {
	margin-top: 40px;
	padding: .7em 0;
	font-weight: bold;
	border-top: 1px solid #333;	
}


/* Column 2
-------------------------------------------------------------- */

.col_2 {
	width: 510px;
}


/* -------------------------------------------------------------- 
  =Content Main
-------------------------------------------------------------- */

#content_main {
	background: transparent url(../images/site/bg_site.gif) repeat-y;
}

#project_info {
	min-height: 466px;
	padding-top: 100px;
	background: #ffff00;
}

#project_images {
	width: 937px;
	padding: 45px 0 0 45px;
	background: #f1f1f1 url(../images/site/image_arrow.png) no-repeat 45px 0;
}

#project_images > li {
	width: 890px;
	min-height: 600px;
	overflow: hidden;
	margin-bottom: 45px;
}

#project_images li ol {
	overflow: hidden;
	margin-bottom: 17px;
	padding-top: .7em;
	border-top: 1px solid #333;
}

#project_images li ol li {
	float: left;
	margin-right: .5em;
}

#project_images li ol li a {
	font-weight: normal;
	margin-right: .3em;
}


#project_images li ol li span,
#project_images li ol li span a {
	font-weight: bold;
}

#project_images li ol li.top {
	position: absolute;
	right: 0;
}

#project_images li ol li.top a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: transparent url(../images/site/arrow_up.gif) no-repeat right top	
}

#project_images li ol li.top a:hover {
	opacity: 80%;
}


/* -------------------------------------------------------------- 
  =Supplementary Content
-------------------------------------------------------------- */

#content_supplementary {
	position: absolute;
	right: 0;
	top: 100px;
	padding-left: 45px;
	width: 510px;
	background: #222;
}

.col_2 h3 {
	width: 210px;
	margin: 0;
	color: #ffff00;
	border-top: 3px solid #333;
}

.project_list {
	margin-top: 7px;
}

.project_list li {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 45px 2px 0;
	background: #333;
}

.project_list li a {
	display: block;
	width: 210px;
	height: 100px;
}

.project_list li span {
	position: absolute;
	top: 12px;
	left: 15px;
}

.project_list li a strong {
	margin-left: .3em;
	display: none;
	
}


/* Hover / Selected
-------------------------------------------------------------- */


.project_list li.hover {
	background: #ffff00;
}

.project_list li.hover img {
	position: relative;
	top: -100px;
}

.project_list li.hover strong {
	display: inline;
}

.project_list li.selected img {
	position: relative;
	top: -200px;
}


/* Secondary list
-------------------------------------------------------------- */

#content_secondary .project_list li span {
	color: #333;
}

#content_secondary .project_list li img {
	position: relative;
	top: -300px;
}

#content_secondary .project_list li.hover span {
	color: #333;
}

#content_secondary .project_list li.hover img {
	position: relative;
	top: -400px;
}

#content_secondary .project_list li.selected img {
	position: relative;
	top: -500px;
}



#content_supplementary #project_image_thumb span { display: none; }
#content_supplementary #project_image_thumb li.hover a span { display: inline; font-weight: bold;}


/* -------------------------------------------------------------- 
  =Secondary Content 
-------------------------------------------------------------- */

#content_secondary {
	overflow: hidden;
}

#content_secondary .col_1 {
	float: left;
	min-height: 462px;	
	background: #fff;
}

#content_secondary .col_1 h2 {
	margin-top: 0px;
	padding-top: .4em;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1em;	
	border-top: 3px solid #333;	
}

#content_secondary .col_1 .link {
	background: transparent url(../images/site/arrow_up.gif) no-repeat right 14px;
}

#content_secondary .col_1 .link a {
	display: block;
	width: 290px;
}

#content_secondary .col_1 h2 span {
	width: 200px;
	display: block;
	font-weight: 300;
	text-transform: lowercase;
}

#content_secondary .col_2 {
	float: left;
	margin: 30px  0 0 45px;
}

#content_secondary .col_2 h3 {
	color: #333;
}


/* -------------------------------------------------------------- 
  =Breadcrumbs
-------------------------------------------------------------- */

#crumb {
	position: absolute;
	top: 30px;
	left: 45px;
	width: 290px;
	padding: .7em 0;
	border-top: 1px solid #333;	
}

#crumb li {
	float: left;
}

#crumb h2 {
	margin-right: .4em;
	font-weight: bold;
}

#crumb #home {

	text-indent: -99999em;
	float: right;
}

#crumb #home a {
	display: block;
	width: 17px;
	height: 19px;
	background: transparent url(../images/site/icon.gif) no-repeat right 6px;	
	
}

/* -------------------------------------------------------------- 
  =FOOTER
-------------------------------------------------------------- */

#footer {
	overflow: hidden;
	margin: 45px 0 45px 45px;;
	font-size: 10px;
	color: #999;
}

#footer p {
	float: left;
}

#footer p a { float: none; }

#footer a {
	float: right;
	margin-right: 45px;
}


/* -------------------------------------------------------------- 
  =WORK LIST
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
  =CONTACT
-------------------------------------------------------------- */

#contact h1 span {
	width: 230px;
	text-transform: none;
}

#contact p q {
	margin-left: -4px;
}

.vcard {
	overflow: hidden;
	margin-top: 30px;
	padding: 25px 20px 30px 120px;
	line-height: 1.2em;
	background: #222200 url(../images/site/bg_vcard.gif) no-repeat right top;	
	
}

.vcard a:hover { color: #777;}

.vcard h3 {
	margin-top: 0;
	padding: 0;
	font-weight: bold;
	border: none;	
}

.vcard h3 a { color: #ffff00;}
.vcard p { color: #fff;}

.vcard dl {
	margin-top: 1.2em;
}

.vcard dl a { color: #fff; font-weight: normal;}

.vcard dl dt { 
	float: left;
	margin-right: 4px;
	font-weight: bold;
	color: #ffff00;
}

#friends {
	overflow: hidden;
}

#friends li {
	float: left;
	margin-right: 4px;
}


/* Form
-------------------------------------------------------------- */

#contact_form {
	width: 465px;
	border-top: 3px solid #333;
	padding-top: 15px;
}

#contact_form dl dt{
	margin: 0 0 8px 0;
	color: #ffff00;
}

#contact_form dl dt label {font-weight: bold;}

#contact_form dl dt span {
	color: #777;
}

#contact_form input,
#contact_form textarea {
	width: 445px;
	margin-bottom: 18px;
	padding: 10px;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border: none;
	background: #f1f1f1;	
}

#contact_form input:focus,
#contact_form textarea:focus {
	border: 3px solid #ffff00;
	padding: 7px;
	background: #fff;
}

#contact_form #btn_send {
	width: auto;
	margin: 10px 0 0 0;
	padding: 0;
	font: 24px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	font-weight: bold;
	text-align: left;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
}

#contact_form #btn_send:hover {
	color: #777;
}

#contact_form .error {
	border: 3px solid red;
	padding: 7px;
	background: #fff;
}

#thank_you {
	width: 465px;
	font-size: 24px;
	color: #fff;
	border-top: 3px solid #333;
	padding-top: 15px;	
}



/* -------------------------------------------------------------- 
  =NOTEBOOK
-------------------------------------------------------------- */

body#notebook {
	background: #f1f1f1 url(../images/site/notebook_bg.gif) no-repeat left top;
}

#notebook #content {
	float: left;
	width: 890px;
	margin: 100px 0 0 45px;
	background: none;
}

#notebook #content #content_main {
	margin-top:30px;
	margin-bottom: 160px;	
	overflow: hidden;
	background: none;
}

#notebook #crumb {
	color: #fff;
}

#notebook a {
	font-weight: normal;
}

/* Post
-------------------------------------------------------------- */	

.post {	
	overflow: hidden;
	margin-bottom: 60px;
	border-top: 1px solid #222;
}

.post .meta {
	padding: .7em 0;	
}

.post .meta h4 {
	float: left;
	margin-right: .5em;	
	font-weight: bold;
}

.post .meta p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

.post h2 {
	font-size: 26px;
	color: #1cbbb4;
}

.post .commentary {
	width: 465px;
	color: #aaa;
	font-size: 12px;
	line-height: 18px;	
}


/* Post / Text
-------------------------------------------------------------- */

.text h2 a {
	display: block;
	margin-top: 45px;
	margin-bottom: 35px;
	font-weight: lighter;
	color: #1cbbb4;
}

.text p {
	margin-bottom: 18px;
	padding-left: 380px;
	font-size: 14px;
	line-height: 22px;
}

.text .commentary {
	float: left;
	width: 290px;
	margin-top: 4px;
	padding-left: 0px;	
}


/* Post / Quote
-------------------------------------------------------------- */

.quote blockquote {
	width: 600px;
	margin-top: 45px;
	margin-bottom: 35px;	
	font-size: 26px;
	font-weight: lighter;
	line-height: 1.3em;
	color: #1cbbb4;	
	quotes: ;
}

.quote cite {
	font-size: 14px;
	font-style: normal;
}

.quote .commentary {
	float: right;
	margin-right: 40px;
}


/* Post / Link
-------------------------------------------------------------- */

.link {
	margin-top: 0;
}

.link h2 a {
	float: left;
	width: 340px;
	margin-top: 25px;
	margin-bottom: 35px;	
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	color: #1cbbb4;	
	border: none;
}

.link h2 ~ p {
	float: right;
	width: 465px;	
	margin-top: 39px;
	margin-right: 40px;
	color: #aaa;
	font-size: 12px;
	line-height: 18px;		
}


/* Post / Photo
-------------------------------------------------------------- */

.photo img {
	margin-top: 10px;
}

.photo a ~ p {
	float: right;
	width: 465px;	
	margin-top: 27px;
	margin-right: 40px;
	color: #aaa;
	font-size: 12px;
	line-height: 18px;		
}


