@charset "utf-8";
/* chetFarley.com CSS Document, Author: Chet Farley, 2009 */

/*RESET ALL STYLES
===================================*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*MAIN TAGS
===================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFF;
	margin: 0px auto;
	background: #162126;
}

h1, h2, h3, p, ul {
	padding-bottom:5px;
}

h1 {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:600;
	color:#9FB4BB;
	letter-spacing:2px;
	padding:40px 0 15px 0;
}

h2 {
	font-size:1.1em;
	font-weight:600;
}

a:link{ 
	color:#ECDA13;
	text-decoration:none;
}

a:visited{ 
	color:#ECDA13;
	text-decoration:none;
}

a:hover { 
	color:#837F1C;
	text-decoration:none;
} 

/*GENERAL CLASSES
===================================*/
.left{
	float:left;
}

.right{
	float:right;
}

.blue{
	color:#9FB4BB;
}

.yellow{
	color:#ECDA13;
}

.pad{
	padding: 20px 0px 40px 0px;
	height:290px;
}

.midAlign {
	vertical-align: middle;
}

/*LANDING
===================================*/
#landing_wrap {
	width:100%;
	height:623px;
	background: url(../images/bgs/flwrBg.jpg) no-repeat center;
}

/*MAIN INFO
===================================*/
#info_wrap {
	float:right;
	width:55%;
	height:234px;
	background:url(../images/info_bg.png) repeat;
	margin-top:190px;
}

#info_container {
	background:url(../images/info_bg-logo.png) no-repeat;
    position:relative;
	top:14px;
	height:208px;
}

#info_curve{
	background:url(../images/info_curve.png) no-repeat;
	width:12px;
	height:234px;
	position:absolute;
	right:55%;
}

#contact_container {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	float:left;
	clear:left;
	text-align:right;
	width: 450px;
	font-size:1.1em;
	letter-spacing:2px;
}

#resume {
	letter-spacing:5px;
	font-size:1.6em;
	padding-top:5px;
}


/*NAVIGATION
===================================*/
#nav_container {
	margin:15px 0 0 40px;
}

#nav {	
	height: 41px;
	width: 417px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
	
#nav li { 
	list-style: none;
	display: inline;
}
		
#nav a {
	float: left;
	padding: 41px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:41px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -41px;
}
	
#print a  {
	width: 139px;
	background: url(../images/print.png) top left no-repeat;
}
	
#web a  {
	width: 139px;
	background: url(../images/web.png) top left no-repeat;
}
	
#photo a  {
	width: 139px;
	background: url(../images/photo.png) top left no-repeat;
}


/*MAIN CONTENT
===================================*/
#art_container{
	margin: 0px auto;
	width:900px;
}

.artItem {
	float:left;
	background:#d6dadc;
	border:#283b44 6px solid;
	padding:3px;
	margin-right:14px;
}


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

#footer_wrap{
	position:fixed;
	bottom: 0; 
	width:100%;
	height:65px;
	background:url(../images/footer_bg.png) repeat-x;
	font-size:.75em;
	color:#9FB4BB;
}

#footer_container{
	margin: 0px auto;
	width:900px;
	height:65px;
	padding-top:32px;
}

#footer_wrap ul {	
	list-style: none;
	display: inline;
}
	
#footer_wrap li { 
	list-style: none;
	display: inline;
}

#footer_wrap a:link { 
	color:#9FB4BB;
	text-decoration:none;
}

#footer_wrap a:visited { 
	color:#9FB4BB;
	text-decoration:none;
}

#footer_wrap a:hover { 
	color:#FF0;
	text-decoration:none;
} 


