/*
Theme Name: Portfolio
Theme URI: http://www.headydays.com/portfolio
Description: A Portfolio Theme
Version: 1.0
Author: Jane Kelly
Author URI: http://www.headydays.com
Tags: portfolio, simple, pink, dark
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



/*------------------------ GENERAL STYLES ----------------------------------------*/
body {
	background: #252525;
	color:#9a9999;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	}
	
a {
	color:#f374ae;
	}
	
	a.backtotop {
		background: url(style/images/backtotop.gif) no-repeat 0 0;
		width:153px;
		height:80px;
		text-indent:-9000px;
		display:block;
		float:right;
	}
	
#container {
	width:987px;
	margin:0 auto;
	background:transparent url(style/images/container_bg.jpg) no-repeat scroll;
	padding-top:116px;
	position:relative;
	}
	
	#logo {
	text-indent:-9000px;
	width:248px;
	height:43px;
	background:transparent url(style/images/logo.jpg) no-repeat;
	position:absolute;
	top:52px;
	left:7px;
	}
/*------------------------ NAV STYLES ----------------------------------------*/	
	#nav {
	width:987px;
	height:71px;
	background:transparent url(style/images/nav.jpg) no-repeat;
	font-size:14px;
	overflow:hidden;
	}
	
	#nav li {
	display:inline;
	line-height:66px;
	margin-left:40px;
	padding:10px;
	}
	
	#nav li a {
		color:#fff;
		}
		
	#nav li:hover {
	color:#fff;
	background:#fe6daf;
	}
	
/*------------------------ CONTENT STYLES ----------------------------------------*/


/*------------------------ FEATURED SECTION STYLES ----------------------------------------*/

#intro {
	width:931px;
	background: #252525 url(style/images/featured_box1.jpg);
	margin:72px auto 86px auto;
	padding-top:23px;
	padding-bottom:38px;
}

#intro h3 {
	font-size: 30px;
	color:#cecbcc;
	line-height:46px;
	margin-left:23px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.work {
	/*width:931px;
	height:438px;
	background: #252525 url(style/images/featured_box1.jpg);*/
	overflow:hidden;
	background: #252525;
	width:931px;
	border-top:1px dotted #121212;
	margin:72px auto 86px auto;
	position:relative;
	font-size:14px;
	}
	
.work ul {
	overflow:hidden;
	margin-left:90px;
}

.work ul li {
	float:left;
	display:block;
	margin-left:18px;
	margin-bottom:18px;
}

.work h2 {
	font-size:26px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fe97c6;
	margin-top:23px;
	margin-left:30px;
	margin-bottom:32px;
}

.work h2 small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bbb;
	text-transform:uppercase;
}

/*------------------------ FOOTER STYLES ----------------------------------------*/

#footer {
	width:933px;
	height: 233px;
	background: transparent url(style/images/footer.jpg) no-repeat;
	margin:0 auto;
	overflow:hidden;
	padding-top:36px;
	}

#footer h2 {
	color:#f374ae;
	font-size:22px;
	line-height:34px;
	}
	
#footer ul {
	padding-left:20px;
	font-size:16px;
	
	
	}
	
	#footer ul li {
		list-style-type:none;
		width:200px;
			height:50px;
			display:block;
			padding-top:20px;
			padding-left:50px;
		}
		
		#footer ul li#facebook {
			background:url(style/images/facebook.jpg) no-repeat;
		}
		
			#footer ul li#facebook:hover {
				background-image:url(style/images/facebook-glow.jpg);
				cursor:pointer;
			}
		
		#footer ul li#twitter {
			background:url(style/images/twitter.jpg) no-repeat;
		}
		
			#footer ul li#twitter:hover {
			background-image:url(style/images/twitter-glow.jpg);
			cursor:pointer;
		}

#footer #upper-part {
overflow:hidden;
height:169px;
}
	
#footer .column {
float:left;
width:232px;
margin-left:27px;
padding-left:20px;
}

#footer #col3 {
	background:transparent url(style/images/twitter_icon.jpg) no-repeat 100px 0px;
	}

#footer #upper-part .column span {
	font-size:12px;
	color:#f374ae;
	float:right;
	margin-right:100px;
	}

#footer #lower-part {
font-size:12px;
padding-top:9px;
text-align:center;
}