@charset "utf-8";
/* CSS Document */

body{
	margin:0; 
	padding:0;
	width:auto; 
	height:100%;
	background: url(images/guerilla/bg_vertical_repeater.jpg) repeat top left;
	color:#e1e4e5; 
	line-height:18px;
	font-family: Verdana, Arial, Georgia, serif;
	font-size:72.5%;
}

.main
{
	background: url(images/guerilla/bg_main.jpg) no-repeat top left;
	padding:58px 0px;
}

img {
	border:0;
}

.clearer{clear:both;}



/* Header Stuff */

.logo_left
{
	float:left;
	width:445px;
	height:123px;
	margin-left:40px;
}

.logo_right{
	float:left;
	width:450px;
	height:54px;
	overflow:hidden;
	position:absolute;
	left:485px;
	top:116px;
}

.header_divider
{
	background: url(images/guerilla/title_underline.png	) no-repeat top center;
	width:666px;
	height:24px;
	text-align:center;
	margin-top:-12px;
}

.headerLogo{
	background: url(images/guerilla/title_header.png) no-repeat top left;
	width:435px;
	height:123px;
}

.headerLinks{
	list-style:none !important;
	float:left;
	margin-left:0;
	padding:0;
}
.headerLinks li{
	float:left;	
	list-style:none !important;
}

.headerLinks .filler{
	width:40px;
	height:40px;
}

.rss_link
{
	width:40px;
	background:url('images/guerilla/bg_rss.png') no-repeat;
	height:80px;
	background-position: 0 -40px;
}
.rss_link:hover
{
	background-position: 0 0px;
}

.twitter_link
{
	width:40px;
	background:url('images/guerilla/bg_twitter.png') no-repeat;
	height:80px;
	background-position: 0 -40px;
}
.twitter_link:hover
{
	background-position: 0 0px;
}

.linkedin_link
{
	width:40px;
	background:url('images/guerilla/bg_in.png') no-repeat;
	height:80px;
	background-position: 0 -40px;
}
.linkedin_link:hover
{
	background-position: 0 0px;
}

.phenomblue_link
{
	width:40px;
	background:url('images/guerilla/bg_phenom.png') no-repeat;
	height:80px;
	background-position: 0 -40px;
}
.phenomblue_link:hover
{
	background-position: 0 0px;
}

/* End Header Stuff */

/* Post Stuff */
#left-col {
	margin:0; 
	padding:0;
	width:668px; 
	height:auto;
	float:left;
}
		
#left-top {
	margin:0; 
	padding:20px 0 0 0;
	width:668px; height:auto;
	background:url(images/guerilla/mainContent_topCap.png) no-repeat top center;
	z-index:100;
	position:relative;
}

#left-bottom {
	z-index:0;
	position:relative;
	top:-267px;
	padding:0;
	width:668px; 
	height:267px;
	background:url(images/guerilla/mainContent_bottomCap.png) no-repeat bottom center;
	margin-bottom:-267px;
}

.content_bg
{
	width:567px;
	height:100%;
	padding:15px;
	padding-bottom:1px;
	margin:15px 0px 36px 36px;
	background:url('images/guerilla/bg_filler.png') repeat-y top left;
}

.postunit {
	margin:0; 
	padding:5px 20px 20px 20px;
	background:url(images/guerilla/divider.png) no-repeat bottom center;
}

.postunit .postImage
{
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	border:1px solid #5d7180;
}

/* End Post Stuff */

#right-col {
	padding:0;
	width:321px; 
	height:auto;
	position:absolute;
	top:250px;
	left:648px;
}

.sidebartop
	{
		background: url(images/guerilla/bg_sidebar_top.png) no-repeat top right;	
		width:314px;
		height:100%;
		position:relative;
		z-index:100;
	}
	.sidebarbottom
	{
		background:  url(images/guerilla/bg_sidebar_bottom.png) no-repeat top right;
		width:314px;
		height:290px;
		position:relative;
		top:-290px;
				z-index:0;
	}

	
#sidebar {
	margin:0; padding:0;
	margin-left:-18px;
	list-style:none;
	color:#c5cfd9;
	float:left;
	width:330px;
	position:relative;
}

#sidebar .divider
{
	height:7px;
	width:247px;
	background:url('images/guerilla/sidebar_divider.png') no-repeat top center;
}

	#sidebar .content_bg
	{
		width:265px;
		height:100%;
		margin:5px 0px 36px 81px;
		background:url('images/guerilla/bg_filler.png') repeat-y top left;
	}

	#sidebar li {
		margin:0px 0 0 0; padding:0 0 6px 0;
	}
	#sidebar li ul li
	{
		border-bottom:0;
	}
		#sidebar li ul {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
		}
