/*
Theme Name: goBEYOND Blog
Author: Tim Kraumanis
Author URI: http://604media.com/
*/



/* BODY ------------------------------------------------------- */

body {
background: #d6d6d6 url(../../../../images/bgBody.png) repeat-x top;
}


/* TEXT -------------------------------------------------------- */

* {
font: 12px Verdana,Arial,sans-serif;
color: #474747;
}

.green { color: #bedb0c; }
.dgreen { color: #899f00; }
.grey { color: #696969; }

a {
	text-decoration:none;
	color: #899f00;
} 

a:hover {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

p {
margin-bottom: 1em;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

.alert {
color: #a90006;
background: url(../../../../images/admin_iconAlert.png) no-repeat center left;
padding-left: 15px;
margin-left: 10px;
margin-bottom: 15px;
clear: both;
}

	.alert * {
	color: #a90006;
	}
	
/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

#container {
width: 920px;
margin: 0 auto;
}


/* HEADER ---------------------------------------- */

#header {
width: 840px;
height: 160px;
padding: 10px 40px 0;
background: url(../../../../images/bgHeader.png) no-repeat;
}

	#header h1 {
	float: left;
	display: inline;
	width: 120px;
	height: 130px;
	text-indent: -9000px;
	}
	
		#header h1 a {
		float: left;
		width: 120px;
		height: 130px;
		text-indent: -9000px;
		}
		
	#topnav {
	float: right;
	margin-bottom: 10px;
	}
	
		#topnav a {
		float: left;
		display: inline;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		margin-left: 15px;
		}
		
		#topnav a:hover,
		#topnav a.active {
		color: #899f00;	
		}
	
	#header div#search {
	width: 215px;
	float: right;
	}
	
		#search input {
		border: none;
		background: none;
		}
		
		#search input.text {
		background: url(../../../../images/bgHeaderSearch.png) no-repeat center center;
		color: #474747;
		font-size: 12px;
		float: left;
		display: inline;
		width: 170px;
		height: 22px;
		padding: 5px 5px 0 10px;
		}
	
		#search input.go {
		background: url(../../../../images/buttonHeaderSearch.png) no-repeat center center;
		float: right;
		display: inline;
		width: 22px;
		height: 22px;
		cursor: pointer;
		margin-top: 2px;
		}
	
	#headernav {
	float: right;
	margin-top: 45px;
	}
	
		#headernav li {
		display: inline;
		float: left;
		margin-left: 4px;
		}
	
		
		#headernav a {
		float: left;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		height: 26px;
		padding: 2px 10px 0;
		}
		
			#headernav a:hover,
			#headernav li.active a {
			background: url(../../../../images/bgNavOver.png) no-repeat center center;
			}
	
	
	
	
	
	
/* FOOTER ---------------------------------------- */

#linkin {
padding: 5px 0 0 5px;
width: 845px;
height: 99px;
background: url(../../../../images/bgLinkin.png) no-repeat;
}

#linkContent {
		padding: 0 0 0 165px;
		width: 665px;
		height: 90px;
		background: url(../../../../images/bg_footer_logo.jpg) no-repeat;
	}
	
	#coll, #colm {
		margin: 15px 5px 0;
		padding: 2px 10px 8px 0;
		float: left;
		font-size: 12px;
	}
	
	#colm {
		border-right: 1px solid #999;
	}
	
	#colr {
		margin: 5px 0 0 0;
		float: right;
		text-align: center;
	}
	
	#linkContent a img {
		border: none;
		vertical-align: top;	
	}
	
	#linkContent h5 {
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 10px;
	}
	
	#colm h5 {
		margin: 0 0 4px;
	}
	
	#coll a img {
		margin: 0 5px 0 0;
	}
	
	#colr div {
		margin: 5px 0;
	}
	
	#colr a img {
		margin: 0 8px;	
	}
	
	#colr .hm20 {
		margin: 0 20px;	
	}


	/**#linkin div {
	float: left;
	display: inline;
	margin-right: 12px;
	}
	
	#linkin p {
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
	#linkin a {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	}
	
	#linkin div.space {
	border-left: 1px solid #999;
	width: 1px;
	height: 65px;
	}**/

#footer {
background: url(../../../../images/bgFooter.png) no-repeat top center;
padding: 30px 0 60px;
width: 920px;
text-align: center;
}

	#footer p {
	color: #999;
	margin-bottom: 15px;
	text-align: center;
	}
	
#facebookSplash {
width: 394px;
height: 419px;
background: url(../../../../images/bgFacebookLW.png) no-repeat;
display: block;
position: relative;
}

	#facebookSplash a {
	position: absolute;
	left: 21px;
	width: 345px;
	height: 70px;
	text-indent: -9999px;
	}

	#facebookSplash a#yes {
	top: 223px;
	}
	
	#facebookSplash a#no {
	top: 313px;
	}

	

/* SIDEBAR ---------------------------------------- */

.third {
float: right;
display: inline;
width: 260px;
}


	.third h2 {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	}


#blogsearch input,
.archive input {
border: none;
background: none;
}

#blogsearch input.text {
background: url(../../../../images/bgBlogSearch.png) no-repeat center center;
color: #474747;
font-size: 12px;
float: left;
display: inline;
width: 220px;
height: 21px;
padding: 5px 5px 0 5px;
}



input.go,
#blogsearch input.go {
background: url(../../../../images/buttonBlogSearch.png) no-repeat center center;
margin-left: 5px;
display: inline;
width: 22px;
height: 22px;
cursor: pointer;
}

#blogsearch input.go {
margin-top: 1px;
}

.recent li {
list-style-type: none;
margin-bottom: 5px;
padding-bottom: 5px;
float: left;
width: 100%;
border-bottom: 1px solid #ddd;
}

	.recent li a {
	padding-left: 12px;
	background: url(../../../../images/iconBlogArrow.png) no-repeat left center;
	font-weight: bold;
	border: none;
	}
	
.archive {
margin-bottom: 10px;
float: left;
width: 100%;
}
	
	.archive label {
	float: left;
	display: inline;
	width: 86px;
	padding-top: 3px;
	font-weight: bold;
	}
	
	.archive select {
	width: 140px;
	float: left;
	display: inline;
	}




/* MAIN ---------------------------------------- */


#content_outer {
width: 920px;
background: url(../../../../images/bgContentBot.png) no-repeat center bottom;
}

#content_inner {
width: 840px;
padding: 20px 40px;
background: url(../../../../images/bgContentTop.png) no-repeat center top;
}

#main {
width: 840px;
padding-bottom: 45px;
float: left;
}

	#main p {
	margin-bottom: 1em;
	}

	#main p,
	#main li {
	line-height: 17px;
	}
	
	#main h2,
	#main h2 * {
	font-size: 15px;
	}
	
	#main img.left {
	margin-right: 15px;
	}
	
	ul.p {
	margin-bottom: 1em;
	}
	
		ul.p li {
		background: url(../../../../images/bgListLt.png) no-repeat left 6px;
		padding-left: 20px;
		margin-bottom: 3px;
		}
		
	ol.p {
	margin-bottom: 1em;
	}
	
		ol.p li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 3px;
		}
	
.mainleft {
float: left;
display: inline;
width: 390px;
}


	.section_trigger a {
	width: 345px;
	padding: 8px 35px 0 10px;
	margin-bottom: 15px;
	display: block;
	float: left;
	}
	
		.section_trigger a:hover,
		.section_trigger a.active {
		background: url(../../../../images/bgSectionLink.png) no-repeat right center;
		}
		
		.section_trigger a:hover *,
		.section_trigger a.active * {
		color: #fff;
		}
		
	.section_trigger p {
	font-weight: bold;
	color: #747474;
	}
	
	
	
.mainright {
float: right;
display: inline;
width: 390px;
}

	#section_container {
	width: 390px;
	height: 420px;
	overflow: hidden;
	}

	.section_content {
	
	} 


	.more,
	.contact {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	float: left;
	display: block;
	width: 100%;
	}
	
		.more h2 a {
		padding-left: 12px;
		background: url(../../../../images/bgHeadingArrow.png) no-repeat left center;
		color: #899f00;
		}
		
		.contact h2 {
		margin-bottom: 5px;
		}
		
		.contact h2,
		.contact h2 a {
		color: #899f00;
		}
		
		.contact h2 span {
		color: #747474;
		font-size: 15px;
		font-weight: normal;
		}
		
		.more p,
		.contact p {
		font-size: 11px;
		}
		
		.contact img {
		width: 60px;
		float: left;
		display: inline;
		margin-right: 20px;
		}
		
		.more img {
		margin-left: 30px;
		}
	
	
	.twothirds {
	float: left;
	display: inline;
	width: 520px;
	}
	

/* POSTS ---------------------------------------- */

img.heading {
}

.post {
margin-bottom: 45px;
}

.post h2 {
font-weight: normal;
margin-bottom: 10px;
}

	.post h2 a {
	font-weight: bold;
	}
	
.post h3 {
font-size: 12px;
padding: 10px 0 60px;
border-top: 1px solid #ddd;
background: url(../../../../images/hrLeaf2.png) no-repeat left bottom;
line-height: 20px;
}

.post .entry {
margin-bottom: 10px;
}

.post p {
margin-bottom: 1em;
}

.comment {
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
}


.comment h3 {
font-size: 11px;
margin-bottom: 5px;
}

.comment p {
font-size: 13px;
}