/*
Theme Name: 
Theme URI: #
Description: wordpress Theme
Version: 1.0
Author: #
Author URI: #
Tags:
*/

/* -------------------------------------------------------------- 
  
   reset
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none;}
.clr{clear:both;}
a{outline:none;}



/* start styling */
body{
	font:12px Arial,Helvetica,sans-serif ;
	color:#444444;
}
#top{
	padding-top:25px;
}
.center{
	width:950px;
	margin:0 auto;
}
h1{
	width:203px;
	height:120px;
	padding-left:25px;
}
h1 a{
	width:100%;
	height:100%;
	text-indent:-9999px;
	display:block;
	background:url(images/logo.gif) no-repeat;
}
#search{
	background:url(images/search-bg.png) no-repeat;
	padding:25px 15px 15px;
	height:62px;
}
#search label{
	color:#666666;
	width:210px;
	display:block;
	float:left;
	font-size:14px;
	text-align:right;
	height:27px;
	line-height:27px;
	padding:6px 40px 6px 0;
	margin-top:5px;
}
#search input{
	width:276px;
	height:27px;
	background:none;
	border:none;
	display:block;
	padding:6px 10px;
	color:#444444;
	float:left;
	font-size:17px;
	background:url(images/search.png) no-repeat;
	margin-top:5px;
}
#search input#searchsubmit{
	width:182px;
	height:50px;
	display:block;
	float:right;
	padding:0;
	cursor:pointer;
	background:url(images/search-bt-bg.png) no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin:0 80px 0 0;
	_line-height:0;
}
#search input#searchsubmit:hover{
	background-position: right top;
}
.menu{
	margin-top:25px;
	background:#09c;
	height:39px;
}
.menu ul{
	background:#fff;
	display:block;
	height:33px;
}
.menu ul li{
	height:33px;
	list-style:none;
	float:left;
	margin-right:6px;
	background:url(images/menu_li_left.gif) no-repeat left -75px;
}
.menu ul li a{
	float:left;
	font-size:14px;
	color:#333;
	line-height:33px;
	padding:5px 18px 0 18px;
	display:block;
	text-decoration:none;
	background:url(images/menu_a_right.gif) no-repeat right -75px;
	height:28px;
	overflow:hidden;
}
.menu ul li.current-cat,
.menu ul li:hover{
	background:url(images/menu_li_left.gif) no-repeat left top;
}
.menu ul li.current-cat a,
.menu ul li:hover a{
	color:#fff;
	background:url(images/menu_a_right.gif) no-repeat right top;
}
#middle .center{
	padding:10px 0 30px;
}
#main{
	width:755px;
	margin-right:10px;
	float:left;
}
#main a{
	font-size:12px;
	color:#0099CC;
	text-decoration:none;
	padding:0 2px;
	display:block;
	float:left;
	line-height:16px;
	margin:7px 0
}
#main a:hover{
	background:#0099CC;
	color:#fff;
}
h3{
	margin-bottom:7px;
}
h3,
#main h3 a{
	font-size:14px;
	color:#444444;
	font-weight:bold;
	display:inline-block;
	float:left;
}
#main h3 a{
	text-decoration:none;
}
.widget_tag_cloud{
	float:right;
}
#main .widget h2{
	font-size:14px;
	font-weight:bold;
	color:#444;
}
#main a.tag,
#main .widget_tag_cloud a{
	text-decoration:none;
	width:36px;
	height:11px;
	line-height:11px;
	font-size:13px !important;
	color:#FFF;
	display:block;
	margin-left:10px;
	float:right;
	padding:0 4px;
	background:url(images/icon-1.png) no-repeat;
	text-align:center;
}
#main a.tag-8,
#main .widget_tag_cloud a.tag-link-8{
	background:url(images/icon-3.png) no-repeat;
}
#main a.tag-6,
#main .widget_tag_cloud a.tag-link-6{
	background:url(images/icon-2.png) no-repeat;
}
#main ul li{
	list-style:none;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #DDDDDD;
	padding:0 5px;
	float:left;
	width:745px;
}
#main ul li:hover{
	background:#f5fefe;
}
#main ul li span{
	float:right;
	font-size:11px;
	color:#888;
	background:url(images/clock.gif) no-repeat left center;
	padding:0 0 0 15px;
	display:block;
	line-height:16px;
	margin:7px 0;
}
h2{
	margin-bottom:10px;
}
h2,
#main h2 a{
	font-size:26px;
	color:#09c;
	line-height:30px;
}
#main h2 a{
	text-decoration:none;
}
.post small{
	margin-bottom:10px;
	display:block;
	font-size:12px;
}
.entry{
	border-top:1px solid #ddd;
	padding-top:10px;
	line-height:18px;
	float:left;
}
.entry p{
	padding-bottom:18px;
}
h3#comments{
	float:left;
	clear:both;
}
ol.commentlist{
	float:left;
	clear:both;
	list-style:none;
}
ol li{
	margin-left:20px;
}
.comment-body {
	width:100%;
}
.comment-body p{
	display:block;
}
.comment-body div{
	float:left;
}
.comment-body .comment-meta{
	float:right;
}
#main h3 a:hover{
	background:none;
	color:#444;
}
#sidebar{
	width:175px;
	float:right;
}
#sidebar ul li{
	list-style:none;
}
#sidebar a{
	text-decoration:none;
	color:#0099CC;
	background:url(images/arrow.png) no-repeat left center;
	padding-left:9px;
}
#sidebar a:hover{
	background:url(images/arrow-1.png) no-repeat left center #0099CC;
	color:#fff;
}
#respond{
	float:left;
	clear:both;
	margin-top:20px;
	padding:20px 0;
	border-bottom:1px solid #aaa;
}
#respond input{
	margin-bottom:5px;
}
#respond small{
	font-size:12px;
	width:100px;
	text-align:center;
	float:left;
}
#respond input#submit{
	margin:10px 0 5px 100px;
}
.entry table tr td{
	font-size:14px;
}
#main small a{
	margin:0;
}
.wp-pagenavi{
	margin:20px 0;
	float:right;
}
.wp-pagenavi span{
	display:block;
	float:left;
}
.wp-pagenavi span.current{
	color:#fff;
	background:#09c;
	border:none;
	padding:4px 6px;
}
#main .wp-pagenavi a{
	margin:2px;
	padding:3px 5px;
	color:#000;
}
#bottom{
	background:#F2FCFF;
	height:155px;
	margin-top:30px;
	padding-top:12px;
}
#bottom .box{
	width:120px;
	float:left;
	margin-right:50px;
	color:#888;
}
#bottom .box a{
	text-decoration:none;
	color:#0099CC;
	line-height:17px;
}
#bottom .box a:hover{
	text-decoration:underline;
}
#bottom .box ul li{
	list-style:none;
}
#main .post a.tag{
	float:left;
	margin:9px 2px 0 0;
}
