@charset "utf-8";
/*
Theme Name: Professional-Blog
Description: An amazing layout for your blog. Three columns including two sidebars with widget support. A great and clean look and feel. Very professional indeed.
Version: 1.3
Author: Bingo Web Design
Author URI: http://www.bingowebdesign.info
Tags: Orange, Black, Fixed-width, three-columns
License: GPL
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;


}

caption {padding-bottom:10px; font-weight:bold; color:#fff}

.wiCont #calendar_wrap table#wp-calendar{font-size:12px; background-color:#ffc571}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end css reset*/


body{
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none; color:#FF9600;
}
a:hover { color:#dd9690;}
#webPagebig {width:1000px; margin:0px auto;}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

#title{
	height:40px;
	background-color:#000000;
	padding-top:20px;
	width:1000px;
	margin:0 auto;

}

#title h1 a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	color:#ffffff;
	margin-left:20px;
	font-weight:bold;
	float:left;
}

#title h2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:40px;
	color:#f8f8f8;
	margin-left:20px;
	font-weight:bold;
	float:left;
}

#rss{
	float:right;
}

#comments{
	display:block;
	line-height:36px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:46px;
	background:url(images/coments.jpg) no-repeat left;
	margin-left:28px;

}


#post{
	display:block;
	line-height:36px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:46px;
	background:url(images/posts.jpg) no-repeat left;
}


/*end title*/

#separator{
	height:1px;
	background-color:#543100;
}

#menuback{
	height:44px;
	background:url(images/menuback.jpg) repeat-x;
	text-transform:uppercase;
	overflow:hidden;
}

#menu{
	width:700px;
	position:relatvie;
	text-transform:uppercase;
}

#menu li{
	float:left;
	background:url(images/menuseparator.jpg) no-repeat right;
	padding-right:14px;
	padding-left:14px;
	padding-top:3px;
	height:21px;
	margin-top:10px;
	position:relative;
}

#menu a{
	height:14px;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:20px;
	
}

#menu a:hover{
	background-color:#ffffff;
	color:#ff9600;
}
.current_page_item a {	background-color:#ffffff;
	color:#FF9600 !important;}
.home 
#menu form{
	padding-top:8px;
	float:right;
	margin-right:13px; 
}


}

#textbox{
	width:176px;
	height:21px;
	font-size:16px;
}

#button{
	position:absolute;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:27px;
	background-color:#d17b00;
	color:#ffffff;
	border:none;
	margin-left:7px;
	position:absolute;
	line-height:27px;
}

/*endmenu*/


#content{
	width:1000px;
	margin:0 auto;
	background:url(images/contentBg.png) repeat-y;
	padding-bottom:20px;
}	

#incontent{
	width:464px;
	background-color:#ededed;
	padding-top:18px;
	border-top:solid 1px #fff;
	float:left;
}

.text{
	float:left;
	width:450px;
	margin-left:10px;
	margin-bottom:10px;
}

.text .date{
	width:38px;
	height:38px;
	line-height:18px;
	background-color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#b7b7b7;
	float:left;

}
.text ul li {list-style:inside disc;}
.text ol li {list-style:inside decimal;}
.text  h1 {font-size:30px; line-height:45px;}
.text  h2 {font-size:18px;}
.text h3 {font-size:16px; line-height:35px;}
.text h4 {font-size:13px; line-height:30px;}
.text h5 {font-size:10px; line-height:25px;}
.text h6 {font-size:8px; line-height:20px;}
.text blockquote {margin:10px 20px; font-style:italic; border:1px solid #ddd; padding:20px;}
#content thead, thead {background:#f5f5f5;}
#content td , td, th{padding:6px; border:1px solid #E9E9E9;}
#content td a {font-size:1.2em; font-weight:700;}

.commentEntry {padding:0px 0px 10px 15px; font-size:12px;}
.comment-author {padding:5px; background:#fefefe; margin:10px 0px; width:400px; border:1px solid #cecece;}
.comment-body {width:440px;}
#commentsHeading {clear:both; padding-top:20px;}
#respond {margin-top:20px;}
#comment {width:429px;}

.pagedPost {text-align:right; margin-right:20px;}

.contentright{
	float:left;
	width:401px;
	margin-left:10px;
}

.title{
	background-color:#ffffff;
	
	margin-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	line-height:25px;
	float:left;
}

.text .postTitle {
	float:left;
}

.text h2 a{
	font-weight:bold;
	font-size:18px;
	color:#666666;
}

.text .by{
	float:left;
	font-size:14px;
	color:#666666;
	margin-left:3px;
}
.by , .author {font-weight:700;}
.text .author{
	color:#d17b00;
	float:left;
	margin-left:4px;
	font-siez:14px;
}


.cat {
	background:url(images/categories.jpg) no-repeat;
	padding-left:17px;
	color:#9e9e9e;
	line-height:12px;
	font-size:12px;
	margin-bottom:6px;
	margin-top:33px;
	clear:both;
}


.cat p{
	float:left;
	margin-right:5px;
}

.cat a{
	color:#9e9e9e;
	line-height:12px;
	font-size:12px;
}

.tag {
	background:url(images/tags.jpg) no-repeat;
	padding-left:17px;
	color:#9e9e9e;
	line-height:12px;
	font-size:12px;
	margin-bottom:6px;
}

.tag p{
	float:left;
	margin-right:5px;
}

.tag a{
	color:#9e9e9e;
	line-height:12px;
	font-size:12px;
}

.intext{
	font-size:12px;
	color:#000000;
	line-height:15px;
	padding-right:5px;
}

.textseparator{
	height:1px;
	background:url(images/textseparator.jpg) no-repeat;
	margin-top:18px;
	width:265px;
	float:left;
	margin-right:29px;
	position:absolute;
}

.comm{
	float:left;
	background:url(images/comentspopup.jpg) no-repeat left;
	color:#9e9e9e;
	font-size:10px;
	line-height:12px;
	padding-left:14px;
	margin-top:14px;
	margin-left:294px;
	color:#ff9600;
	text-transform:uppercase;
}
.postContent {font-size:13px !important; width:370px; color:#000000; line-height:15px; text-align:justify;}
/*endtext*/

#sidebar1{
	width:263px;
	background-color:#c9c9c9;
	float:left;
	position:relative; 
	top:0px; 
	bottom:0px;

}

#sidebar1 a{
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	font-weight:bold;

}
.wiCont {padding:0px 15px;}
#sidebar1 h3{
	background:url(images/sidetitle.jpg) no-repeat;
	width:164px;
	height:24px;
	line-height:24px;
	margin-bottom:13px;
	font-size:12px;
	color:#9e9e9e;
	padding-left:28px;
	margin-top:11px;

}

#sidebar1 ul li{
	background:url(images/li1.jpg) no-repeat left top;
	margin-bottom:4px;
	margin-left:16px;
	padding-left:36px;
	font-size:12px;

}

#sidebar1 ul li ul li{
	background:url(images/li2.jpg) no-repeat left top;
	margin-left:-3px;px;
	font-size:12px;
}

#sidebar1 ul li ul li ul li{
	background:url(images/li3.jpg) no-repeat left top;
	font-size:12px;
}

/*endsidebar1*/

#sidebar2{
	width:263px;
	background-color:#a1a1a1;
	float:left;
	position:relative; 
	top:0px; 
	bottom:0px;

}

#sidebar2 a{
	font-size:13px;
	line-height:16px;
	color:#ffffff;
	font-weight:bold;

}

#sidebar2 h3{
	background:url(images/sidetitle2.jpg) no-repeat;
	width:164px;
	height:24px;
	line-height:24px;
	margin-bottom:13px;
	font-size:12px;
	color:#ffffff;
	padding-left:28px;
	margin-top:11px;

}

#sidebar2 ul li{

	background:url(images/2li1.jpg) no-repeat left top;
	margin-bottom:4px;
	margin-left:16px;
	padding-left:36px;
	font-size:12px;
}

#sidebar2 ul li ul li{
	background:url(images/2li2.jpg) no-repeat left top;
	margin-left:-3px;px;
	font-size:12px;
}

#sidebar2 ul li ul li ul li{
	background:url(images/2li3.jpg) no-repeat left top;
	font-size:12px;
}

/*endsidebar2*/

#searchform {padding-top:10px; margin-bottom:-10px;}
#menubback{
	height:44px;
	background:url(images/menuback.jpg) repeat-x;
	overflow:hidden;
	text-decoration:uppercase;
}

#menub{
	width:1000px;
	margin:0 auto;
}

#menub li{
	float:left;
	background:url(images/menuseparator.jpg) no-repeat right;
	padding-right:14px;
	padding-left:14px;
	padding-top:3px;
	height:21px;
	margin-top:10px;
}

#menub a{
	height:14px;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:20px;
	
}

#menub a:hover{
	background-color:#ffffff;
	color:#ff9600;
}

/*endmenub*/

#footer{
	height:50px;
	width:1000px;
	margin:0 auto;
	color:#000000;	font-size:12px;
}
#footer p {float:left;}
#footer a{

	color:#fff;
	line-height:50px;
}

#rss2{
	float:right;
}

#comments2{
	display:block;
	line-height:36px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:46px;
	background:url(images/coments.jpg) no-repeat left;

}


#post2{
	display:block;
	line-height:36px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:46px;
	background:url(images/posts.jpg) no-repeat left;
}
