/*
Theme Name: Julius Sebastian 09
Theme URI: http://juliussebastian.com
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Julius Sebastian
Author URI: http://juliussebastian.com
Tags: portfolio, dark, 
*/
body {
	text-align: center;
	background: #111111 url(images/bg.jpg) repeat fixed center top; font:12px Arial;
	color: #777;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 11px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 860px;
	position: relative;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#header {

	margin: 35px 0;
}
h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
	div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 868px;
	float: left;
	text-align: right;
	margin-top:30px;
}
ul#navigation li {
	display: inline;

}
/*ul#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #999;
}
div#header h2 {
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;  */



/*         NEW NAVIGATION         */
ul#navigation  li.current_page_item a li.current-cat-item a {
	background: #277A95;
}

li.current-cat a {
		background: #277A95;
	
}

ul#navigation li a {

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #9a9a9a;
	background: #252525;
	font-size: 13px;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
	font-weight:bold;
	padding: 10px 20px;
}
ul#navigation li a:hover {
	
	color: #fff;
	background: #277A95;
	
}	


div#header h2 {
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}




/*         HEADER quote         */

.head-quote {
background:#202020 none repeat scroll 0 0;
color:#989898;
font-family:Arial,Helvetica;
font-size:17px;
margin-bottom:0px;
opacity:0.5;
padding:30px 60px 20px;
border-bottom: 2px solid #434343;
-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-radius-topleft:8px;
	-webkit-border-radius-topright:8px;
	-khtml-border-radius-topleft:8px;
		-khtml-border-radius-right:8px;
border-radius-topleft:8px;
border-radius-topright:8px;
	height: 74px

}

.head-quote strong {
color: #fff;
font-weight: normal;
}

.hq-right {
	float:right;
	width: 588px;
	padding-top: 2px;
	}
	
.hq-left{
	float:left;
	margin-right: 7px;
		}

.hq-left a {display:block; 
	background: url(images/hqleft.png) no-repeat left;
	background-position: 0px 0px;
	height: 54px;
	width: 144px;

	
		}
.hq-left a:hover {
	background: url(images/hqleft.png) no-repeat left;
	background-position: 0px -54px;

	}
	
div#hq-down{

position: relative;



}

.hq-down{
	float:right;
	position: relative;
		}

.hq-down a {display:block; 
	background: url(images/hqdown.png) no-repeat left;
	background-position: 0px 0px;
	height: 15px;
	width: 40px;

	
		}
.hq-down a:hover {
	background: url(images/hqdown.png) no-repeat left;
	background-position: 0px -16px;


	}	
	
.show {

	background: #277A95;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	float: left;
	padding: 2px 10px;
	
	}
	
	.show2 {

	border-top: 2px solid #555;
	margin-top: 10px;
	position: relative;

	
	}
/*         end HEADER quote*/



/*         HEADER LOGO         */

#headlogo {
width: 331px;
height: 86px; 
text-indent: -999999;
}

#headlogo h1 {text-indent:-10000px;margin:0; padding:0; }
#headlogo h1 a {display:block; background:url(images/logo.png) no-repeat left; background-position:0px 0px; height:86px; width: 331px;}
#headlogo h1 a:hover {background:url(images/logo.png) no-repeat left; background-position:0px -87px}
div#header h2 {
background:url(images/desc.jpg) no-repeat right; 
filter:alpha(opacity=40); 
-moz-opacity :0.4; 
opacity:0.4;
color:#999999; 
font-size:11px; 
font-weight:normal; 
height:22px; 
margin-top:0px; 
padding:5px 5px 0 0px; 
letter-spacing:1px; word-spacing:1px; text-transform: capitalize; text-align:right;}


/*         end of HEADER LOGO         */


span.f {
	font-style: italic;
}
div#content {
	margin: 72px 0 0 0;
}
div.thumbnail {
	width: 560px;
	float: left;
}

div.thumbnail img {
		border: 8px solid #555;

		}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 20px;
	color: #c2bfba;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 20px;
	color: #999;
	text-align: center;
	border-top: 1px solid #333;
	margin-top: 30px;
	padding-top: 10px;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {

 margin:0 0 0px;
 padding:20px 0px;
 border-top: 2px solid #555;
 /* background: #151515;
 -moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px; */
 
}

h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
	display: block;
	width: 155px;
	text-align: center;
	text-transform: uppercase;
	
}
div.alignright {
	float: right;
	text-align: right;

}
div.alignleft a, div.alignright a {
	font-family: 'Arial', 'Trebuchet MS', 'Verdana', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #9a9a9a;
	background-color: #252525;
		padding: 10px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #ffffff;
	background: #277a95;
}





/* Easy Slider */

	#slider{ }	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	border-radius:8px;
	padding-bottom:20px;
	background: #161616;
	
	
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:860px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:42px;
		height:77px;
		position:absolute;
		left:730px;
		top:540px;
		}	
	#nextBtn{ 
		left:780px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:42px;
		height:30px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		filter:alpha(opacity=60); 
		-moz-opacity :0.6; 
		opacity:0.6;
		}	
		
	#prevBtn a:hover {
	
	background:url(images/btn_prev.png) no-repeat 0 0;	
	filter:alpha(opacity=100); 
		-moz-opacity :1; 
		opacity:1;
	
	
	}
	
	
	
	#nextBtn a:hover{ 
	
	background:url(images/btn_next.png) no-repeat 0 0;	
	filter:alpha(opacity=100); 
		-moz-opacity :1; 
		opacity:1;
	
	
	 }	
	#nextBtn a{ 
		background:url(images/btn_next.png) no-repeat 0 0;
		filter:alpha(opacity=40); 
	-moz-opacity :0.4; 
	opacity:0.4;	
		}												

/* // Easy Slider */


 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;

            }
    /* // image replacement */
			pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	