/*  
Theme Name: Photobuls
Theme URI: http://benjibuls.com/
Description: This has been the culmination of about 7 years of redesigns and I have been sitting on this one now for a year before implimenting it and I still like it.
Version: 7.0
Author: Ben Greig
Author URI: http://benjibuls.com/
*/

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(images/benjibuls_flock_v1.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	margin: 0;
	}

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

a:hover {
	
		text-decoration: underline;
	
	}


a:active {
	
		text-decoration: none;
	
	}

#container {
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: left;
	width: 980px;
	margin: 0 auto 0;
	padding: 0;
	}
.clearboth {
	clear: both;
	}
	
.clearline {
	display: block;
	clear: both;
	height: 1px;
}

div.navigation,
div.navtop {
	color: #c4c4c4;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 20px;
	float: left;
	margin-right: 15px;
	}
#inbrief div.navigation {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px 0 0;
	border-top: 2px solid #c4c4c4;
	display: block;
	}
#inbrief h2.pagetitle {
	color: #c4c4c4;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 20px;
	width: 305px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#inbrief div.navtop {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px 0 5px;
	border-bottom: 2px solid #999;
	display: block;
	}

#inbrief .navtop h2.pagetitle {
	float: none;
	color: #666;
	}

#inbrief .nxtprv {
	text-align: right;
	}
#inbrief .navtop .nxtprv {
	float: right;
}

/*HEADER Start*/
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
/*	float: left;
	clear: left; */
	padding-left: 40px;
	display: block;
	height: 70px;
	}
#header a.head {
	display: block;
	}

#header .bglogo {
	float: left;
	margin-top: 20px;
	margin-right: 17px;
	margin-bottom: 20px;
	}

#header .heading {
	width: 123px;
	height: 30px;
	float: left;
	margin-top: 22px;
	margin-right: 24px;
	margin-bottom: 17px;
	}
	
#header ul {
	float: right;
	margin: 20px 0 0;
	padding: 0 22px 0 0;
	/*border-left: 3px solid #e5e5e5;*/
	list-style-type: none;
	width: 710px;
	}

#header ul li {
	float: left;
	margin-right: 18px;
	padding-top: 3px;
	padding-bottom: 22px;
	}

#header ul li#RSS {
	float: right;
	margin-right: 18px;
	padding-top: 3px;
	}

#header ul li a {
	color: #cdcdcd;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	}

#header ul li:hover a {
	color: #ec3800 !important;
}

#header ul li#RSS a {
	width: 25px;
	height: 25px;
	background: url(images/rss.gif) no-repeat center top;
	}

#header ul li a#blog {
	width: 46px;
	height: 25px;
	background: url(images/blog.png) no-repeat center top;
}

#header ul li a#imagery {
	width: 86px;
	height: 25px;
	background: url(images/imagery.png) no-repeat center top;
}

#header ul li a#code {
	width: 49px;
	height: 25px;
	background: url(images/code.png) no-repeat center top;
}

#header ul li#RSS a:hover {
	background: url(images/rss_over.gif) no-repeat center top;
	}

#header ul li a#blog.selected, #header ul li a#blog:hover.selected {
	width: 46px;
	height: 25px;
	background: url(images/blog.png)  center bottom;
}
#header ul li a#imagery.selected, #header ul li a#imagery:hover.selected {
	width: 86px;
	height: 25px;
	background: url(images/imagery.png) center bottom;
}
#header ul li a#code.selected, #header ul li a#code:hover.selected {
	width: 49px;
	height: 25px;
	background: url(images/code.png) center bottom;
}

#header ul li a#blog:hover {
	width: 46px;
	height: 25px;
	background: url(images/blog.png)  center center;
}
#header ul li a#imagery:hover {
	width: 86px;
	height: 25px;
	background: url(images/imagery.png) center center;
}
#header ul li a#code:hover {
	width: 49px;
	height: 25px;
	background: url(images/code.png) center center;
}

#header ul li a span {
	display: none;
	}
	
		#header ul li ul {
			display: none;
			position: absolute;
			top:70px;
			background-color: #ccc;
			border-top: 2px solid #aaa;
			width: 480px;
			margin: 0;
			padding: 0 !important;
			opacity: .9;
			-moz-opacity: .9;
			-khtml-opacity: .9;
			alpha(opacity=90);
		}
		
		#header ul li:hover ul {
			display: block;
		}
		
		#header ul li li {
			float: left;
			margin: 0;
			padding: 0;
			font-size: 12px;
		}
		
		#header ul li li a {
			color: #ec3800;
			padding: 3px 10px !important;
			width: 140px;
			margin: 0;
			font-size: inherit;
		}
		
		#header ul li li a:hover {
			background-color: white;
		}

/*HEADER End*/
/*FOOTER Start*/

#footer {
	text-shadow: 0px 0px 4px black;
	color: #84736c;
	background-color: #000;
	background-image: url(images/benjibuls_flock_v1.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	width: 980px;
	clear: both;
	margin: 0;
	padding: 10px 0 20px;
	}

#footer a:link, #footer a:visited {
	color: #70341b;
	}

/*FOOTER End*/
/*CONTENT Start*/
#content {
	float: left;
	clear: both;
	border-bottom: 3px solid #ec3800;
	display: block;
	
/*	display: block;
	float: left;
	clear: left;
	background-color: #fff; */
	}
#content.article-content {
	background-image: url(images/article_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	clear: both;
	}

/*Blog*/
#inbrief {
	background-image: url(images/ingrain_v1.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e6e6e6;
	width: 915px;
	float: left;
	padding: 0 23px 20px 38px;
	border-right: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	}
.summary {
	color: #8a8a8a;
	font-size: 11px;
	line-height: 16px;
	width: 290px;
	float: left;
	margin: 20px 15px 0 0;
	padding: 0;
	display: block;
	}
	
.summary h2, .article h2 {
	font-size: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 25px;
	margin-top: 11px;
	margin-bottom: 0;
}

.summary h2, .article h2, .summary h2 a {
	color: #545454;
	text-decoration: none;
}

.summary h2 a:hover, .article h2 a:hover {
	text-decoration: underline;
}

.summary h2 span a, .article h2 span a, .summary h2 span, .article h2 span {
	color: #ec3800 !important;
	}

.summary p {
	margin-top: 3px;
	margin-bottom: 0;
	}
.summary img {
	background-color: #ebebeb;
	width: 290px;
	height: 150px;
	display: block;
	}

/* Fullwidth images*/
.fullwidth {
	color: #8a8a8a;
	font-size: 11px;
	line-height: 16px;
	width: 900px;
	float: left;
	margin: 20px 15px 0 0;
	padding: 0;
	display: block;
	}

.fullwidth .pdetails {
	float: left;
	width: 400px;
	margin-top: 11px;
}
.fullwidth .pbody {
	float: left;
	width: 500px;
	margin-top: 11px;
}
	
.fullwidth h2, .fullwidth h2 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0;
}

.fullwidth h2, .fullwidth h2 a {
	color: #545454;
	text-decoration: none;
}

.fullwidth h2 a:hover, .fullwidth h2 a:hover {
	text-decoration: underline;
}

.fullwidth h2 span a, .fullwidth h2 span {
	color: #ec3800 !important;
	}

.fullwidth p {
	margin-top: 3px;
	margin-bottom: 0;
	}
.fullwidth img {
	background-color: #ebebeb;
	display: block;
	border: 10px white solid;
	}




/**/
#sidebar {
	color: #bbb;
	font-size: 12px;
	background-color: #fff;
	width: 940px;
	float: left;
	clear: both;
	padding: 35px 0 230px 40px;
	}
#sidebar h2 {
	color: #ddd;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	}

#sidebar p {
	line-height: 16px;
	}

#sidebar #about, #sidebar #sections, #sidebar #links {
	width: 290px;
	float: left;
	padding-right: 15px;
	}

#about a {
	color: #ffa991;
	font-size: inherit;
	font-family: inherit;
}

#sidebar ul {
	font-size: 11px;
	line-height: 11px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top: 1px solid #ebebeb;
	list-style-type: none;
	}

#sidebar ul li {
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-color: #ebebeb;
	border-bottom-style: solid;
	border-bottom-width: 1px !important;
	}
#sidebar ul li a, #sidebar #links li a span {
	color: #f6ae97;
	text-decoration: none;
	}

#sidebar ul li a:hover, #sidebar #links li a:hover span {
	color: #ec3800;
	}

/*blogpage*/
.article {
	width: 555px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom:70px;
	border-top: 1px solid #e6e6e6;
	display: block;
	float: left;
	clear: left;
}


.article blockquote {
	display: block;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px 20px;
	color: #747474;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}

.article h2 {
	margin-top: 25px;
	margin-bottom: 23px;
}

.article p.first {
	font: 13px / 14px Verdana, Arial, Helvetica, sans-serif;
	color: #a4a4a4;
}

.article p {
	color: #545454;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}

.article div.time {
	margin-top: 25px;
	float: right;
	font: bold 10px "Courier New", Courier, mono;
	color: silver;
}
.article img {
	margin-bottom: 8px;
	}

#related {
	background-image: url(images/ingrain_v1.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e6e6e6;
	width: 305px;
	min-height: 400px;
	float: right;
	padding-right: 23px;
	padding-left: 15px;
	padding-bottom: 30px;
	border-right: 2px solid #cccccc;
	}

#related .summary {
	margin-top: 15px;
	margin-bottom: 25px;
	}

#related h2 {
	color: #999;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 0;
	}
#related ul {
	font-size: 12px;
	line-height: 12px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #c4c4c4;
	list-style-type: none;
	}

#related ul li {
	color: #8a8a8a;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-color: #bbb;
	border-bottom-style: solid;
	border-bottom-width: 1px !important;
	}


#related ul li a, #related #links li a span {
	color: #ec3800;
	text-decoration: none;
	}

#related ul li a:hover, #related #links li a:hover span {
	color: #bf2d00;
	}

/*CONTENT End*/