/*  
Theme Name: da01
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 


*/



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;
}
a{
	color:#3d3d3d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ddcfb5;
	color:#3d3d3d;
}

#page{
	width:967px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:135px;
	background:url(images/header_bg.png) no-repeat;
}

#header_title{
	float:left;
	width:50%;
	overflow:hidden;
}

#header_rss{
	float:right;
	width:49.9%;
	overflow:hidden;
}

#header_rss img{
	float:right;
	margin:37px 18px 0 0;
}

#header_title img{
	float:left;
	margin:55px 0 0 26px;
}

/* menu */

#menu{
	width:100%;
	height:69px;
	background:url(images/menu_bg.gif) no-repeat;
	overflow:hidden;
}

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

#menu ul li{
	float:left;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	padding:0 1px 0 0;
}

#menu ul li a{
	color:#fff;
	display:block;
	float:left;
	background:url(images/menu_a.gif) repeat-x;
}

#menu ul li a .menu_left{
	display:block;
	float:left;
	background:url(images/menu_left.gif) no-repeat;
}

#menu ul li a .menu_right{
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	background:url(images/menu_right.gif) no-repeat right top;
	height:34px;
	padding:13px 16px 0 16px;
}

#menu ul li a:hover, #menu ul li a.select{
	color:#fff;
	text-decoration:none;
	background:url(images/menu_ah.gif) repeat-x;
}

#menu ul li a:hover .menu_left, #menu ul li a.select .menu_left{
	background:url(images/menu_left_h.gif) no-repeat;
}

#menu ul li a:hover .menu_right, #menu ul li a.select .menu_right{
	background:url(images/menu_right_h.gif) no-repeat right top;
}

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.gif) repeat-y;
	overflow:hidden;
	padding-bottom:40px;
}

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

#body_center{
	float:left;
	width:516px;
}

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

/* left contact */

#body_center_content{
	width:508px;
}

#content{
	width:100%;
	background:url(images/body_center_content_bg.gif) repeat-y;
}

#content_top{
	width:100%;
	background:url(images/body_center_bg.gif) no-repeat;
}

#content_end{
	width:484px;
	padding:10px 13px 15px 11px;
	background:url(images/body_center_end.gif) no-repeat left bottom;
}

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

.post-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding:0 0 7px 0;
}

.post-title h2{
	font-size:22px;
	color:#000;
	font-weight:normal;
	padding:0 0 5px 0;
	background:url(images/dotted_black.gif) repeat-x left bottom;
}

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

.post-title h3{
	font-weight:normal;
	padding:7px 0 7px 3px;
	color:#33a317;
	font-size:11px;
	background:url(images/dotted_black.gif) repeat-x left bottom;
}

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

.post-title h4{
	font-weight:normal;
	padding:7px 0 7px 3px;
	color:#33a317;
	font-size:11px;
	background:url(images/dotted_black.gif) repeat-x left bottom;
}

.post-title h4 a, .post-title h4 span{
	color:#f7941d;
	font-weight:bold
}

.entry{
	line-height:20px;
	font-size:12px;
	padding:5px 5px 10px 3px;
}

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

.entry a{
	text-decoration:underline;
}

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

.postmetadata{
	width:100%;
	height:38px;
	background:url(images/postmetadata_bg.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
}

.postmetadata .alignleft a{
	background:url(images/post_comm_a.gif) no-repeat;
	color:#fff;
	padding:0 0 0 22px;
}

.postmetadata .alignleft a span{
	color:#fff;
}

.postmetadata .alignright a{
	color:#000;
	text-decoration:underline;
}

.postmetadata .alignright a:hover{
	text-decoration:none;
}

.postmetadata .alignleft{
	padding:13px 0 0 15px;
}

.postmetadata .alignright{
	padding:12px 15px 0 0;
}

.post-page{
	margin-left:5px;
}

.entry_page{
	margin-left:0px;
}

h2.page_title{
	font-size:22px;
	color:#000;
	font-weight:normal;
	padding:0 0 5px 0;
	background:url(images/dotted_black.gif) repeat-x left bottom;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
	color:#33a317;
	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:#000;
	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 */



#right_search{
	width:182px;
	overflow:hidden;
}

#searchform_top{
	padding:0 0 0 8px;
}

#searchform_top_text{
	width:168px;
	border:1px solid #a0c7e7;
	background:#fff;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}

#gosearch{
	float:right;
	margin:4px 0 0 0;
}

#sidebar{
	width:198px;
	overflow:hidden;
	margin:0 0 0 20px;
}

#sidebar_right{
	width:198px;
	overflow:hidden;
}

.sidebars h2{
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/sidebars_h2.gif) no-repeat;
	width:188px;
	height:21px;
	padding:8px 0 0 10px;
	margin:0 0 8px 0;
}

.sidebars ul{
	width:198px;
	background:url(images/sidebars_bg.gif) repeat-y;
}

.sidebar_body{
	width:100%;
	background:url(images/sidebars_end.gif) no-repeat left bottom;
	padding:0 0 25px 0;
}

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

.sidebars li ul li ul li ul{
	padding-left:0px;
}

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

.sidebars li li{
	border-bottom:1px solid #dedfe3;
	padding:6px 0 6px 3px;
	font-size:13px;
	margin:0 12px 0 12px;
}

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

.sidebars li a{
	color:#000;
}

.sidebars li.widget_categories ul li{
	text-transform:capitalize;
}

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

.sidebars li.widget_categories ul li ul li a{
	background:none;
	font-weight:normal;
	padding-left:0;
}

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

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

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

.sidebars .textwidget{
	padding:5px;
}

.widget_tags p{
	padding:0 10px 20px 20px;
	color:#4b4b4b;
}

.sidebars li.widget_tags a{
	color:#4b4b4b;
}

#brands{
	width:198px;
	overflow:hidden;
	margin:0 0 0 20px;
}

#brands h2{
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/sidebars_h2.gif) no-repeat;
	width:188px;
	height:21px;
	padding:8px 0 0 10px;
}

.brands_phones{
	width:191px;
	overflow:hidden;
	border-bottom:1px solid #d4d7ed;
	margin:0 0 0 6px;
	padding:12px 0 12px 0;
}

.brands_phones h3{
	float:left;
}

.brands_phones h3 img{
	float:left;
	border:2px solid #d6d6f0;
}

.brands_phones h4{
	float:right;
	padding:0 0 4px 0;
}

.brands_phones h5{
	float:right;
}

/* FOOTER */

#footer{
	width:100%;
	height:122px;
	background:url(images/footer_bg.gif) no-repeat;
	text-align:center;
}

#footer_data{
	padding:17px 0 0 0;
}

#footer_data ul{
	padding:0 0 10px 0;
}

#footer_data ul li{
	display:inline;
	color:#fff;
	font-size:13px;
	padding:0 5px 0 5px;
}

#footer_data ul li a{
	color:#fff;
}

#footer_data p{
	color:#fff;
	font-size:11px;
}

#footer_data p a{
	color:#fff;
	text-decoration:underline;
	margin:0 10px 0 10px;
}

#footer_data p a:hover{
	text-decoration:none;
}



/* 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: 99%;
	}

#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: 15px;
	padding-bottom:5px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote2_bg.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-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
	}

.navigation a{
	font-weight:bold;
	text-decoration:underline;
	}

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

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

.navigation .alignright a{
	background:url(images/next.gif) no-repeat right 1px;
	padding:0 16px 0 0;
	}
/* 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;
	list-style: none;
	padding:0 0 10px 20px;
	} 

.entry li {
	border-bottom:1px solid #c6c6ca;
	padding:3px 0 4px 18px;
	background:url(images/entry_before.gif) no-repeat left 9px;
	}

.entry ul li:before{
	}

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

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

.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:500px;
}

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

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

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



/* Begin Comments*/

#comments_template{
	width:474px;
	overflow:hidden;
	margin:0 0 0 26px;
}

h2#comments_title{
	font-size:22px;
	color:#197b30;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/dotted_black.gif) repeat-x left bottom;
	padding:0 0 7px 0;
	margin:20px 0 10px 0;
}

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

.comm_items {
	margin: 15px 0 5px 0;
	display:block;
	padding:10px 0 0 0;
	background:#fbfbfe;
	border:1px solid #eff1fa;
	}

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	display: block;
	color:#197b30;
	text-transform:capitalize;
	padding:3px 0 0 20px;
	font-size:17px;
	font-weight:bold;
	}

.commentmetadata a{
	color:#197b30;
	}

.commentmetadata span{
	color:#000000;
	}

.commentmetadata_text{
	padding:0 10px 5px 20px;
	font-size:12px;
}

.commentmetadata_end{
	color:#000;
	border-top:1px solid #edeffa;
	background:#f9f9fd;
	padding:10px 20px 10px 20px;
	text-align:right;
	font-size:12px;
}

.commentmetadata_end span{
	color:#197b30;
	}

#respond_box{
	padding-bottom:60px;
	margin:20px 0 0 0;
}

h3#respond{
	font-size:22px;
	color:#662d91;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/dotted_black.gif) repeat-x left bottom;
	padding:0 0 7px 0;
}

#commentform{
	margin-left:35px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#commentform a{
	color:#000;
}

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

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

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

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

/* End Comments */

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

.ar_panel{
}

.ar_panel2{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:11px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(images/page_archives_div.gif) no-repeat;
	height:29px;
	padding:8px 0 0 10px;
}

.ar_panel3 h2{
	margin-left:0px !important;
}

.ar_panel3 ul{
}

.page_archives_div ul h2{
}

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

.page_archives_div ul li{
	margin:0px;
	list-style:none;
	background:url(images/dotted_black.gif) repeat-x left bottom;
	padding:6px 0 6px 10px;
}

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

.page_archives_div ul li ul li{
	background:none;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#000000;
	font-size:13px;
	background:url(images/i_c.gif) no-repeat left 4px;
	padding:0 0 0 10px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




 /* FireFox 3 */
body, x:-moz-any-link, x:default { 
	margin:0 0 0 -1px;
}

