/* 
ABREAKFROMLIFE - DARK

Stylesheet for my portfolio site, http://abreakfromlife.com

Author: Paul Coffield
*/

/*/////////////////////////////
		RANDOMS
/////////////////////////////*/

br .clear{
	clear:both;
}

.strong{
	font-weight:bold;
}

.red{
	color:#AD1724;/*686868;*/
}

.white{
	color:#FFFFFF;
}


/*/////////////////////////////
		STRUCTURE
/////////////////////////////*/



html {
	height:101%;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:0.3px;
	color:#E0E0E0;
	background:#101010;
	/*background:url(test_bg.png);
	background-position:center top;
	background-repeat:no-repeat;*/
}

a{
	text-decoration:none;
	color:#AD1724;
}

#wrapper{
	position:relative;
	width:740px;
	margin:20px auto;
	padding:10px;
}

img{
	border:4px solid #E0E0E0;
}

/*/////////////////////////////
		HEADER WRAP
/////////////////////////////*/

#header_wrap{
	position:relative;
	width:740px;
	margin:80px auto 20px auto;
	padding:0px;
}


/*/////////////////////////////
		HEADER
/////////////////////////////*/

#header h1{
	font-family:Helvetica, Arial, Sans-serif;
}

#header img{
	border:none;
}

/*/////////////////////////////
		NAVIGATION WRAP
/////////////////////////////*/

#navigation_wrap{
	background:#000000;
	width:100%;
}

/*/////////////////////////////
		NAVIGATION
/////////////////////////////*/

#navigation{
	position:relative;
	width:830px;
	margin:20px auto;
	padding:0px 5px 0px 5px;
}

#navigation ul{
	list-style-type:none;
}

#navigation li{
	display: inline;
	list-style-type: none;
}

#navigation a{
	color:#7B7B7B;
}

#navigation a:link, #navigation a:visited{
	float:left;
	font-size:14px;
	padding:8px 14px 3px 6px;
	text-decoration:none;
	color:E3E3E3;
}

#navigation a:hover, #navigation a:active{
	padding:8px 14px 3px 6px;
	color: #141414;
	background:#454545;
}

#navigation .current a{
	padding:8px 14px 3px 6px;
	color: #141414;
	background:#AD1724;
}

/*/////////////////////////////
		2 COL WRAPPER
/////////////////////////////*/


#2_col_wrapper{
	width:740px;
}

/*/////////////////////////////
		2_COLS
/////////////////////////////*/

#col_left{
	float:left;
	width:548px;
	padding:2px;
}

#col_left h3{
	display:block;
	width:544px;
	padding:2px;
	margin-bottom:10px;
	border-bottom:1px solid #E0E0E0;
}

#col_right{
	float:right;
	width:170px;
	padding:2px;
}

#col_right h3{
	display:block;
	width:170px;
	padding:2px;
	margin-bottom:1px;
	border-bottom:1px solid #E0E0E0;
}


/*/////////////////////////////
		LATEST WRAPPER
/////////////////////////////*/

#latest_wrapper{
	width:850px;
	clear:both;
}

#latest_wrapper h3{
	display:block;
	width:738px;
	padding:20px 2px 2px 2px;
	margin-bottom:8px;
	border-bottom:1px solid #E0E0E0;
}

/*/////////////////////////////
		LATEST ITEM
/////////////////////////////*/

.latest{
	float:left;
	width:150px;
	margin-right:44px;
	margin-bottom:10px;
}

.latest h4{
	display:block;
	width:152px;
	padding:4px 2px 2px 2px;
	margin-bottom:10px;
	border-bottom:1px solid #E0E0E0;
}


/*/////////////////////////////
		PORTFOLIO WRAPPER
/////////////////////////////*/

#portfolio_wrapper{
	width:850px;
	clear:left;
}

#portfolio_wrapper h3{
	display:block;
	width:738px;
	padding:20px 2px 2px 2px;
	margin-bottom:12px;
	border-bottom:1px solid #E0E0E0;
}

/*/////////////////////////////
		PORTFOLIO ITEM
/////////////////////////////*/

.portfolio{
	float:left;
	width:340px;
	margin-right:53px;
	margin-bottom:30px;
}

.portfolio h4{
	display:block;
	width:342px;
	padding:4px 2px 2px 2px;
	margin-bottom:10px;
	border-bottom:1px solid #E0E0E0;
}

/*/////////////////////////////
		PROJECT WRAPPER
/////////////////////////////*/

#project_wrapper{
	width:560px;
	clear:left;
}


/*/////////////////////////////
		PROJECT ITEM
/////////////////////////////*/

.project{
	float:left;
	width:3240px;
}

.project_image{
	float:left;
	width:340px;
	margin-top:10px;
	margin-bottom:30px;
}

.project h4{
	display:block;
	width:342px;
	padding:4px 2px 2px 2px;
	margin-bottom:8px;
	border-bottom:1px solid #E0E0E0;
}

.project_launch a{
	font-size:28px;
}


/*/////////////////////////////
		PROJECT NAVIGATION
/////////////////////////////*/

#project_navigation{
	width:200px;
}

#project_navigation ul{
	list-style-type:none;
	margin-left:-40px;
	margin-top:8px;
}

#project_navigation li{
	list-style-type: none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}

#project_navigation a{
	font-size:14px;
	padding:2px;
	color:#AD1724;
}

#project_navigation a:link, #project_navigation a:visited{
	text-decoration:none;
	color:E3E3E3;
}

#project_navigation a:hover, #project_navigation a:active{
	color: #141414;
	background:#454545;
}

#project_navigation .current a{
	font-size:14px;
	padding:2px;
	color:#E0E0E0;
}


#project_navigation .current a:link, #project_navigation .current a:visited{
	text-decoration:none;
	color:E0E0E0;
	background:#AD1724;
}

#project_navigation .current a:hover, #project_navigation .current a:active{
	color: #141414;
	background:#454545;
}


/*/////////////////////////////
		FOOTER WRAPPER
/////////////////////////////*/

#footer_wrapper{
	width:830px;
	clear:both;
}

/*/////////////////////////////
		FOOTER
/////////////////////////////*/

#footer{
	position:relative;
	width:733px;
	margin:20px auto;
	padding:4px;
	background:#3F3F3F;
	clear:both;
}


/*/////////////////////////////
		FOOTER NAVIGATION
/////////////////////////////*/

#footer_nav{
	float:left;
	width:150px;
	margin-right:44px;
	margin-bottom:10px;
}

#footer_nav h4{
	display:block;
	width:152px;
	padding:4px 2px 2px 2px;
	margin-bottom:10px;
	border-bottom:1px solid #E0E0E0;
}