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



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

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


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

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

h1 {
	line-height: 1.1em;
}

p {
	margin-bottom: .6em;
}

/*--- STRUCTURAL ELEMENTS ---*/



/* -------------------------------------------------------------- 
  =Holder
-------------------------------------------------------------- */

#content {
	width: 290px;
	padding: 47px;
	background: #ffff00;
}


p#header,
#contact {
	margin-top: 0;
	padding-top: .7em;
	border-top: 1px solid #333;
}

p#header {
	background: transparent url(../images/icon.gif) no-repeat right 13px;
}

#contact { margin-top: 50px; }

p#message {
	width: 180px;
	margin-top: 30px;
}

p#contact a {
	clear: both;
	display: block;
}

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

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


