/*  
Theme Name: nxhtml03.4
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img, fieldset{
	border:0;
}
.clear{
	clear:both;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

body{
	margin:0;
	padding:0;
	font:62.5% Arial, Helvetica, sans-serif;
	background:#000000;
	color:#000000;
}

#sub{
	background:#000 url(images/sub_bg.png) repeat-x;
}

#index{
	background:#000 url(images/bg.png) repeat-x;
}

.wrapper{
	background:url(images/wrapper_bg.png) no-repeat center top;
	width:100%;
}

#sub .wrapper{
	background:url(images/wrapper_sub_bg.png) no-repeat center top;
	width:100%;
}

.page{
	width:1000px;
	margin:0 auto;
	background:#000000;
}

/* HEADER */

#header{
	width:100%;
	height:131px;
	background:url(images/header_bg.png) repeat-x;
	overflow:hidden;
}

#hlogo{
	float:left;
}

#hbrowsers{
	float:right;
}

#logo{
	width:209px;
	height:62px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:27px 0 0 29px;
}

#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#hlogo p{
	color:#65686d;
	font-size:1.2em;
	margin:0 0 0 55px;
}

#hbrowsers_box{
	width:291px;
	background:url(images/browsers.png) no-repeat;
	margin:52px 26px 0 0;
	overflow:hidden;
}

#hbrowsers_box p{
	color:#65686d;
	font-size:1.2em;
	margin:47px 0 0 0;
	text-align:center;
}

/* MENU */

#menu{
	width:100%;
	height:49px;
	background:url(images/menu_bg.png) repeat-x;
	overflow:hidden;
}

#menu ul{
	float:left;
	padding:0 0 0 10px;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	height:49px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
}

#menu ul li a span{
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#m_home{
	width:95px;
}
#m_home span{
	background:url(images/m_home.png) no-repeat;
}

#m_portfolio{
	width:132px;
}
#m_portfolio span{
	background:url(images/m_portfolio.png) no-repeat;
}

#m_testimonials{
	width:158px;
}
#m_testimonials span{
	background:url(images/m_testimonials.png) no-repeat;
}

#m_order{
	width:92px;
}
#m_order span{
	background:url(images/m_order.png) no-repeat;
}

#m_free{
	width:167px;
}
#m_free span{
	background:url(images/m_free.png) no-repeat;
}

/* BODY */

#body{
	width:980px;
	background:#ffffff url(images/body_sub_bg.png) repeat-x bottom;
	margin:0 0 0 10px;
	padding:0 0 50px 0;
	overflow:hidden;
}

#body_top{
	width:100%;
	overflow:hidden;
	background:url(images/content_bg.png) no-repeat;
}

/* ask */

#ask{
	width:100%;
	height:63px;
	background:url(images/ask_bg.png) no-repeat;
	overflow:hidden;
}

#t_need_ask{
	width:700px;
	height:46px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:12px auto;
}

#t_need_ask span{
	background:url(images/t_need_ask.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/* price */

#price{
	width:100%;
	height:191px;
	overflow:hidden;
}

#price ul{
	float:left;
	padding:12px 0 0 5px;
}

#price ul li{
	float:left;
	padding:25px 0 0 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
}

#price ul li a{
	display:block;
	float:left;
	width:303px;
	height:46px;
	color:#767676;
}

#price ul li a span{
	display:block;
	padding:12px 0 0 116px;
}

.pr_100{
	background:url(images/b_pr_100.png) no-repeat;
}

.pr_150{
	background:url(images/b_pr_150.png) no-repeat;
}

.pr_200{
	background:url(images/b_pr_200.png) no-repeat;
}

.pr_250{
	background:url(images/b_pr_250.png) no-repeat;
}

.pr_300{
	background:url(images/b_pr_300.png) no-repeat;
}

.pr_350{
	background:url(images/b_pr_350.png) no-repeat;
}

/* FOOTER */

#footer{
	width:100%;
	height:119px;
	background:url(images/footer_bg.png) no-repeat;
	overflow:hidden;
}

#flogo{
	float:left;
	width:300px;
}

#fcopy{
	float:left;
	width:456px;
}

#fvalid{
	float:right;
	width:244px;
}

#flogo a{
	width:227px;
	height:48px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:20px 0 0 45px;
}

#flogo a span{
	background:url(images/flogo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#fcopy p{
	padding:29px 0 0 0;
	color:#424242;
	font-size:1.3em;
}

#fcopy p a{
	color:#424242;
}

#fvalid ul{
	padding:31px 26px 0 0;
	text-align:right;
}

#fvalid ul li{
	display:inline;
	padding:0 8px 0 0;
}

/* subpages */

h2.title{
	line-height:1.0em;
	font-size:2.8em;
	padding:0 0 10px 0;
	font-weight:normal;
}

p.text{
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 16px 2px;
	width:580px;
}

/* wpblog */

#ogirl{
	padding:0 0 0 780px;
}

#ogirl img{
	position:absolute;
	top:160px;
}

#wpblog{
	width:950px;
	overflow:hidden;
	margin:37px 0 0 30px;
	padding:0 0 10px 0;
	background:url(images/order_form_line.gif) no-repeat left bottom;
}

#wpblog_sub{
	width:100%;
	height:15px;
	overflow:hidden;
}

/*********************************************************************************************************/
/*=======================================================================================================*/


/* BODY */

#body_left{
	width:701px;
	float:left;
}

#body_right{
	width:279px;
	float:right;
}

/* left contact */

#body_left_content{
	width:630px;
	margin:20px 0 0 36px;
}

.post{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}

.post-top{
}

.post-title{
}

.post-title h2{
	font-size:25px;
	color:#9e0b0e;
	font-weight:normal;
	background:url(images/post_line.gif) no-repeat left bottom;
	padding:0 0 7px 0;
	font-family:Verdana, Geneva, sans-serif;
}

.post-title h2 a{
	color:#9e0b0e;
}

.post-title h3{
	font-weight:normal;
	color:#817565;
	font-size:11px;
	padding:8px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}

.post-title h3 a, .post-title h3 span{
	color:#0054a6;
	font-weight:bold
}

.entry{
	line-height:20px;
	font-size:12px;
	padding:15px 0 0 0;
}

.entry p{
	padding-bottom:15px;
}

.entry p a{
	text-decoration:underline;
}

.entry p a:hover{
	text-decoration:none;
}

.postmetadata{
	width:100%;
	height:65px;
	background:url(images/postmetadata_bg.png) no-repeat;
	font-size:12px;
	color:#fff;
}

.post_more_link a{
	color:#9e0b0e;
	font-weight:bold;
	text-decoration:underline;
}

.post_more_link a:hover{
	text-decoration:none;
}

.post_comm_link a{
	color:#000;
	font-size:12px;
	background:url(images/comm_a.gif) no-repeat left 1px;
	padding-left:20px;
}

.postmetadata .alignleft{
	padding:10px 0 0 20px;
}

.postmetadata .alignright{
	padding:10px 20px 0 0;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:25px;
	color:#9e0b0e;
	font-weight:normal;
	background:url(images/post_line.gif) no-repeat left bottom;
	padding:0 0 7px 0;
	font-family:Verdana, Geneva, sans-serif;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
	color:#9e0b0e;
	font-weight:bold;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{
	color:#000;
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#9e0b0e;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:28px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* right content */

/* SIDE BAR */

#sidebar{
	width:264px;
	border:1px solid #dcdea5;
	border-top:0;
	overflow:hidden;
	background:url(images/sidebar_bg.png) repeat;
}

.sidebars h2{
	font-size:24px;
	color:#362f2d;
	font-weight:normal;
	background:url(images/li_h2.png) no-repeat;
	border-bottom:1px solid #d4d791;
	border-top:1px solid #d4d791;
	text-transform: capitalize;
	width:230px;
	height:40px;
	padding:15px 0 0 44px;
	margin:0 0 10px 0;
}

.sidebars ul{
}

.sidebars ul li{
	margin:0 0 10px 0;
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin-left:0;
}

.sidebars li ul{
	padding:0 14px 10px 14px;
}

.sidebars li ul li ul{
	padding-bottom:0px;
	padding-left:10px;
	background:none;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	border-bottom:1px solid #d4d791;
	padding:8px 0 8px 8px;
	font-size:13px;
}

.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
}

.sidebars li.widget_categories ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 4px;
	padding:0 0 0 16px;
}

.sidebars li.widget_categories ul li ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 4px;
	padding:0 0 0 16px;
}

.sidebars li.widget_archives ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 4px;
	padding:0 0 0 16px;
}

.sidebars li.linkcat ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 4px;
	padding:0 0 0 16px;
}

.sidebars li.widget_meta ul li a{
	font-weight:normal;
	padding-left:2px;
	background:url(images/li_cat.gif) no-repeat left 4px;
	padding:0 0 0 16px;
}

.sidebars .widget_tags p{
	padding:0 0 10px 0;
}

.sidebars .textwidget{
	padding:10px;
}


/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:10px 0 200px 0;
	clear:both;
	}

.navigation a{
	font-size:12px;
	text-decoration:underline;
	}

.navigation a:hover{
	text-decoration:none;
	}

.navigation .alignleft a{
	background:url(images/prev.gif) no-repeat left 2px;
	padding:0 0 0 16px;
	}

.navigation .alignright a{
	padding:0 16px 0 0;
	background:url(images/next.gif) no-repeat right 2px;
	}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 15px 0;
	list-style: none;
	padding:15px 15px 15px 20px;
	} 

.entry ul li {
	border-bottom:1px solid #dcdea5;
	background:url(images/entry_before.gif) no-repeat left 11px;
	padding:3px 0 4px 16px;
	display:block;
	}

.entry ul li:before{
	/*content: url(images/entry_before.gif);*/
	}

.entry ol {
	margin: 0 10px 15px 0;
	padding:15px 15px 15px 40px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:3px;
	border-bottom:1px solid #dcdea5;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:85px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments_title{
	font-size:31px;
	color:#3b0e02;
	font-weight:normal;
	background:url(images/post_line.gif) no-repeat left bottom;
	padding:0 0 7px 0;
	margin:0 0 10px 35px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 0 0 35px;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	list-style: none;
	background:#f5f7d2;
	border-bottom:5px solid #eff1b4;
	border-top:5px solid #eff1b4;
	}

.commentlist li.alt {
	}

.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	border-bottom:0px;
	background:none;
	border:0;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_text{
	padding-left:5px;
	padding-top:5px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 20px 0 20px;
	display: block;
	padding:0 0px 0 0;
	color:#9e0000;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	}
	
.commentmetadata span{
	color:#333;
}

.commentmetadata a{
	color:#9e0000;
	}

.commentmet_text{
	padding:0 20px 10px 20px;
	font-size:12px;
	color:#474647;
	width:548px;
	overflow:hidden;
}

.get_avatar img{
	float:left;
	border:3px solid #c1c493;
	margin:0 15px 0 0;
}

#respond_box{
	margin:40px 15px 0 35px;
	padding-bottom:60px;
}

h3#respond{
	font-size:31px;
	color:#3b0e02;
	font-weight:normal;
	background:url(images/post_line.gif) no-repeat left bottom;
	padding:0 0 7px 0;
	margin:0 0 10px 0;
}

#commentform{
	margin-left:55px;
	color:#000;
	font-size:12px;
	width:80%;
}

#commentform label{
	position:relative;
	top:-2px;
}

#commentform a{
	color:#000;
}

#commentform input{
	background:#fff;
	border:3px #e8e5c4 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#666;
}

#commentform textarea{
	background:#fff;
	border:3px #e8e5c4 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin:5px 0 0 0;
	color:#666;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	width:565px;
	padding:0 0 60px 0;
}

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:25px;
	color:#9e0b0e;
	font-weight:normal;
	background:url(images/post_line.gif) no-repeat left bottom;
	padding:0 0 7px 0;
	font-family:Verdana, Geneva, sans-serif;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
	padding:0px;
}

.page_archives_div ul li{
	margin:0px;
	padding:6px 0 8px 5px;
	list-style:none;
	background:none;
	border-bottom:1px solid #dcdea5;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#000;
	font-size:12px;
	background:url(images/entry_before2.gif) no-repeat left 1px;
	padding:0 0 0 16px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

