* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	color: #888;
	background: #000 url(images/body-bg.gif) repeat-y center;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
}
body, p, form, fieldset, img, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}	
			
a { 
	color: #D54D37; 
	text-decoration: none;
	}
				
a:hover, .post div.comment_link a:hover, .post h2 a:hover, .post .entry a:hover, .post .entrytext a:hover { 
	color: #cc3300; 
	text-decoration: none; 
}

img {
	border: 0;
	
	border: solid 1px #E7211F;
background-color: #ccc;
}

.page img{
	margin: 0 10px 7px 0;
}

/*------------------------------
	Typography
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1{
	color: #EF543C;
	font-size: 22px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

h2 {
	color: #EF543C;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

h2.articles {
	background: url(images/articlesh2-bg.gif) no-repeat top right;
	width: 238px;
	height:40px;
	margin: 0;
	border-bottom: none;
}

h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

h4{
	font-size: 18px;
	font-weight: bold;
	color: #EF543C;
	border-bottom: 1px solid #888888;
}

h5 {
	color: #7E8FB9;
	font-size: 12px;
	margin-bottom: 15px;
}

span.wht {
	color:#DDDDDD;
}

.articles span {
	display: none;
	margin: 0 0 0 30px;
}

.alert {
	background: #4F4E4E url(images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color: #ddd;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #D00202;
	border-bottom: 2px solid #D00202;
	}

/*---------------------
	Boxes
---------------------*/

#header {
	background: #000 url(../images/header-bg3.gif) no-repeat center;
	border-bottom: 2px solid #ddd;
	height: 115px;
	width: 100%;
	margin-bottom: 0px;
}

.headerContainer {
	background:  url(images/logo.gif) no-repeat left;
	width: 850px;
	height: 68px;
	margin: 0 auto;
}


#letterbox{
	background: #800402 url(images/letterbox-bg2.gif) no-repeat top center;
	padding-top: 25px;
	height: 250px;
	border-top: 2px solid #FE583E;
	border-bottom: 5px solid #FE583E;
}

#content {
	padding-top: 30px;
	border-top: 2px solid #DDDDDD;
}

#content p {
	line-height: 20px;
	margin-bottom: 15px;
}

.container {
	margin: 0 auto;
	width: 800px;
}

.container600 {
	margin: 0 auto;
	width: 600px;
}

.center {
	width: 400px;
	margin: 20px auto;
}

.center p {
	text-align: center;
}

.about{
	float: right;
	margin: 4px 20px 0 0;
	width: 400px;
}

.about h1 {
	color: #FEAB02;
	border-bottom: 1px solid #fff;
}
.about p{
	color:#fff;
	margin: 0 0 10px 0;
}

#left1 {
	float: left;
	width: 180px;
	margin: 0 0 20px 0;
}

.left2{
	float: left;
	width: 560px;
}

#right {
	float: right;
	width: 225px;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/*--------------------------
	Top Navigation 
--------------------------*/
#portfolio #navigation{
	top:60px;
}

#navigation{
	float: right;
	width: 800px;
}

#mainmenu {
	white-space: nowrap;
}
#mainmenu li {
	background: none;
	float: right;
	display: block;
	margin-right: 5px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 32px;
	padding-left: 0;
}
#mainmenu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
	display: inline-block; /* IE */
	height: 30px;
	line-height: 30px;
	border: none;
}
#mainmenu li a span {
	display: block;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#mainmenu li a:hover {
	color: #ddd;
}

#mainmenu li:hover {
	color: #ddd;
}

/*--------------------
		CONTENT
--------------------*/

	.alignleft { margin: 10px 0 0 0; float: left; }
	.alignright { margin: 10px 40px 0 0; float: right; text-align: right; display: inline; }


/*-------------------
	Post Styles
---------------------*/
.postedby{
	font-size: 11px;
}

.postedby a{
	color: #D54D37;
}

.entrymeta{
	width: 200px;
	float: left;
	color:#CCCCCC;
	font-size:0.8em;
	padding:10px 0 5px 15px;
	display:none;
}

.entrymeta{
	display:block;
}

.entrymeta a{
	color: #FE9C02;
}

.entrymeta a:hover{
	text-decoration: underline;
}

.filedto{
	font-size: 11px;
	background:url("images/file.gif") no-repeat;
	padding-left:15px;
}

.commentslink{
	font-size: 11px;
	background:url("images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}

.post {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	}
		
.post div.title_box {
	width: 500px;
	float: left;
	margin: 0 0 22px 0;
	border-bottom: 1px solid #666666;
	display: inline; /* IE */
}
		
.post h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.8em;
	color: #EF543C;
}
			
.post div.comment_link { 
	font-size: 0.9em; }
		
.post h2 a, .post div.comment_link a { 
	color: #EF543C; 
}
		
.post .entry, .post .entrytext {
	font-size: 12px;
	width: 500px;
	clear: both;
	color: #CCC;
	margin: 10px 0 18px 10px;
}

.post .entry p, .post .entrytext p{
	margin: 15px 0 20px 0;
}

.post .entry a, .post .entrytext a { 
	color: #D54D37; 
}
				
.post .entry blockquote, .post .entrytext blockquote  {
	border-left: 6px solid #BB0000;
	padding-left: 8px;
	color: #ccc;
}

.post_thumbnail{
	border: 1px solid #666666;
	padding: 0;
	background-color: #343434;
	display: block;
	margin-right: 6px;
	margin-bottom: 6px;
}


.post_thumbnail a img {
	border: 1px solid #666666;
	margin: 2px;
	display: block;
}

					
.post blockquote, .post ul, .post ol { margin-left: 20px; padding-left: 20px; }
		
.post .postmetadata {
	color: #ccc;
	width: 434px;
	font-size: 0.8em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	text-align: center;
	background: #1F1D1D;
	margin: 0;
}

.post .title{
	color: #F6B404;
	margin: 22px 0 15px 15px;
}

.extras{
	width: 500px;
	margin:5px 0 5px 0;
}

#wp-notable-line {
        padding: 3px;
		background: #DD0000;
		border-top: 3px solid #880000;
		border-bottom: 3px solid #880000;
}

.wp-notable {
	margin:5px 7px;
}

.download {
	background: #000 url(../../images/icons/action_save.gif) no-repeat left;
	width: 500px;
	padding: 5px 5px 5px 20px;
}

/*--------------------------
	Single Post Styles
------------------------- */

.widecolumn h2, .page h2 { 
	font-size: 2.3em;
	color: #FE9C02;
	}

#content h3 { 
	font-size: 1.5em;
	font-weight: normal;
	color: #EBAF00;
	margin: 30px 0 10px 0;
}
	
.widecolumn .post { margin-bottom: 20px; }

.postmeta_single{
	font-size: 12px;
	color:#CCCCCC;
	height: 10px;
	margin-top: 5px;
}

.postmeta_single span{
	color: #fff;
	margin-right: 5px;
}

.postmeta_single a:hover{
	text-decoration: underline;
}

h2.title{
	color: #F6B404;
	margin: 0 0 6px 0;
}

/*---------------------------
	Work Styles
----------------------------*/

.workCont {
	width: 800px;
	margin: 0 auto;
	height: 400px;
}

.webCont {
	width: 800px;
	margin: 0 auto;
	height: 300px;
}

#workLeft {
	width:395px;
	float: left;
}

#workCol {
	float:left;
	width: 15px;
	height:350px;
}

#workRight {
	float: left;
	width:450px;
	height: 350px;
}

#workRight h1, #workLeft h1 {
	border-bottom: 1px solid #888888;
}
	
.thumb{
	width: 395px;
}
	
.thumb img{
	border:3px solid #666;
}

.description {
	float: left;
	width: 400px;
	color:#BBBBBB;
}

#workRight a {
	border: none;
}

.workCont img, .webCont img {
	width: 200px;
	height: 88px;
}

.wrkThumb {
	float:left;
	margin: 6px;
	width: 200px;
	text-align:left;
}

.wrkThumb img{
	border: 2px solid #555555;
}

.wrkThumb img:hover {
	border: 2px solid #E7211F;
}

.workCont span, .webCont span {
	font-weight: bold;
	color: #ddd;
}



/*------------------------
	Side Bar Styles
------------------------*/
	
#sidebar {
	color: #ECADA3;
 	margin-right: 0;
 	padding: 0px;
	text-align:right;
}

#sidebar ul{
	background: url(../images/ul-bg.gif) no-repeat bottom right;
	list-style: none;
	float: right;
	padding: 0 10px 40px 0;
}

#sidebar ul li {
	margin: 0px 0 0 10px;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: right;
	margin: 0 0 0 30px;
	padding: 0;
}

#sidebar>h2 { 
	margin-left: 0px; /* Non IE */ 
}

#menu, #articles{
	width: 200px;
}

#menu li, #articles li{
	font: 13px Verdana, sans-serif;
	margin:0 auto;
	width: 200px;
}

#menu a, #articles a{
	color:#5D5D5D;
	display: block;
	padding: 8px 10px 7px 25px;
	text-align:right;
	border-bottom: 1px solid #920401;
}

* html #menu a, * html #articles a{
	color:#5D5D5D;
	height: 20px;
	line-height: 30px;
}

#menu a:hover, #articles a:hover{
	background: #000;	
	color:#F6B404;
}

#widgets {
	width: 180px;
	float: right;
	margin: 25px 0;
}

#widgets ul, #widgets li {
	list-style: none;
}

#widgets ul li {
	text-align: right;
	padding: 4px 10px 4px 0;
}

#widgets ul a {
	color:#5D5D5D;
}

#widgets ul a:hover {
	color:#F6B404
}

#delicious, #recent-posts {
	margin: 15px 0;
}

#badges {
	width: 200px;
	float: right;
	text-align: center;
	margin: 20px 0 0 0;
}

/*------------------------
	Additional Sidebar
------------------------*/

#pages{
	list-style: none;
	padding: 0 0 0 10px;
	width: 170px;
}

#pages li{
	background: url(images/menu_li.jpg) repeat-x;
	font: 13px Verdana, sans-serif;
	margin: 0 0 0 10px;
}

#pages a{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	display: block;
	padding: 7px 0 0px 10px;
}

* html #menu a{
	height: 30px;
	padding:0;
}

#pages a:hover{
	background-color: #222;
}


/*------------------------------
		Comment Styles
------------------------------ */

#commentform { margin: 0 0 20px 20px; } 	

#commentform input, #commentform textarea, .contactform input, .contactform textarea, #wpcf_your_name, #wpcf_email, #wpcf_response {
	border: 1px solid #666666;
	padding: 3px;
}
	
#commentform textarea {
	font-size: 11px;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
}
			
#commentform textarea, #commentform #author, #commentform #url, #commentform #email{ 
	background: #656565;
}

#commentform textarea:focus, #commentform #author:focus, #commentform #url:focus, #commentform #email:focus { 
	background: #fff;
}

#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { 
	margin: 0 0 4px 0;
}
		
#commentform #submit, .contactform #contactsubmit {
	border: none;
	background: url(images/submit.gif) no-repeat top left;
	width: 200px;
	height:34px;
	color: #ddd;
}

#commentform #submit:hover, .contactform #contactsubmit:hover {
	background: url(images/submit.gif) no-repeat bottom left;
	color: #fff;
}

		
ol.commentlist {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 5px;
	width: 500px;
	color: #C9C7C7;
}
	
ol.commentlist li {
	margin: 5px;
	padding: 10px 0 0 0;
}

ol.commentlist li p{
	margin: 0 8px 8px 8px;
}
		
#content>ol.commentlist li { padding: 5px; } /* FF Specific */

h3#comments{
	color: #ddd;
	border-bottom: 1px solid #cc3300;
}

h3#respond{
	color:#fff;
}

.alt {
 
}

/*----------------------
		Page Styles
-----------------------*/

.page h3 { 
	margin: 50px 0 15px 0;
	color: #3FB6FF;
	border-bottom: 1px solid #666666; 	
}

p.explination{
	padding-top: 5px;
	border-top:1px solid #666666;
	margin-bottom: 20px;
}

.pagetitle{
	color: #FE9C02;
	border: none;
}

.sanda .post h3{
	color: #83C6DF;
	margin: 50px 0 15px 0;
	padding: 20px 0 5px 20px;
}

.pageCont {
	width:800px;
	height: 800px;
	margin: 0 auto;
}

#portrait {
	width: 800px;
	height: 202px;
	margin: 10px 0px 20px 0;
}


/*------------------------
	Search and Archives
-------------------------*/
#search{
	position: absolute;
	top: 100px;
	left: 600px;
}

#search h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 15px 0 4px 0;
	color: #ccc;
	padding: 0;
}

#searchform input {
	width: 120px;
	margin: 0 0 0 25px;
	border: 1px solid #FDA31C;
	color: #ffffff;
	padding: 2px;
	background: #A0A09F;
}

.sanda h2 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 15px 0 15px 0;
}


	
/*----------------------
		FOOTER
---------------------- */

/*---------Added-----------*/

#footer {
	background: url(images/footer-bg.gif) no-repeat top center;
	clear: both;
	color: #BBB;
	float: left;
	line-height: 25px;
	width: 100%;
}

#container_footer {
	text-align: left;
	width: 860px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#footer_left {
	float: left;
	position: relative;
	margin-bottom: 30px;
	width: 250px;	
}

#footer_middle {
	float: left;
	margin: 0 55px;
	position: relative;
	margin-bottom: 30px;
	width: 250px;
}

#footer_middle a:hover{
	text-decoration:underline;
}

#footer_right {
	float: right;
	position: relative;
	margin-bottom: 30px;
	width: 250px;
}

h5 {
	background: transparent url(http://www.jbiljr.com/wp-content/themes/images/h5_bg.gif) no-repeat 0 50%;
	border-bottom: 2px solid #999999;
	clear: both;
	color: #fff;
	display: block;
	font-family: 'Trebuchet', Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 15px;
	padding: 2px 0 2px 2px;
	text-transform: lowercase;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
}


ul.links {
	font-size: 11px;
	list-style: none;
	margin-bottom: 17px !important;
	margin-bottom: 19px;
	width: 250px;
}

ul.links li {
	border-bottom: 1px dotted #555;
	padding: 5px 0 5px 10px;
}

ul.links li:hover {
	background: #555555;
}

ul.links li a {
	color: #FEAB02;
	display: block;
	width: 250px;
}

ul.links li a:hover {
	color: #F6B404;
}

#copyright {
	clear: both;
	color: #BDBDBD;
	display: block;
	height: 2.6em;
	position: relative;
}

#copyright p {
	text-align: center;
	color: #BDBDBD;
	line-height: 1.2em;
	margin: 0 auto;
	width: 50%;
}

#copyright ul {
	font-size: 0.7em;
	list-style: none;
	margin-top: 2px;
	position: absolute;
	right: 0;
	top: 0;
}

#copyright li {
	float: left;
	margin-left: 5px;
	overflow: hidden;
}

#copyright li a {
	display: block;
	float: left;
	height: 27px;
	text-decoration: none;
	text-indent: -5000px;	
}

#copyright li.xhtml a {
	width: 82px;
	padding-top: 10px;
}

#copyright li.css a {
	width: 70px;
	padding-top: 10px;
}

#copyright li.top a {
	width: 68px;
}
/*------------------------*/


/*#footer {
	position:relative;
	width:846px;
	height: 137px;
	padding: 0;
	}
	
#footer_bg {
	clear: both;
	width: 846px;
	height: 137px;
}
		
#footer {
	position: relative;
	width: 846px;
	height: 137px;
	margin: 0;
			}
					
#footer p {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	color: #000;
}
				
#footer p a { color: #000; text-decoration: underline; }
#footer p a:hover {text-decoration: none; } */
				
/*--------------------------
	LightBox Styles
---------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ 
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
		height: 1%;
	/* End hide from IE-mac */
	}
	
.thumbnail{
	border: 1px solid #666666;
	padding: 0;
	background-color: #343434;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	}
	
.thumbnail a img{
	border: 1px solid #666666;
	margin: 2px;
}

.gallery{
	position: relative;
	display: block;
	clear: both; 
	padding: 0;
	margin: 20px 60px 110px 0;
}

#wallpapers{
	width: 560px;
	min-height: 800px;
	margin-top: 20px;
}

.wallThumb{
	width: 150px;
	background: #333;
	border: 1px solid #666666;
	float:left;
	margin: 10px 10px 0 0;
}

.wallThumb img{
	border: 1px solid #666666;
}

.wallLinks{
	background: #222222;
	position: relative;
	font-size: 11px;
	text-align: center;
	line-height:15px;
	border-top: 1px solid #666666;	
}
.wallLinks a{
	color:#666666;
	margin: 0;
}

.wallLinks a:hover{
	color:#FF9900;
	text-decoration: underline;
}
