/*
Theme Name: Anear
Theme URI: http://www.Anear.net/
Description: Anear theme.
Version: 2.0
Author: Anear
Author URI: http://www.Anear.net/
*/


/*******************
*	all	*
********************/
body{
font-family: Verdana, tahoma,Arial, Helvetica, Sans-serif;
font-size: 12px;
background: url(images/background.png) repeat-x;
color: #555555;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
margin:0;
padding:0;
}

cite, em{
font-style:normal;
font-weight:normal;
}

ul,ul li{
list-style-type:none;
}

p img {
max-width:100%;
padding:0;
}

fieldset, img {
border:0;
}

/*******************
*	HYPERLINKS	   *
********************/
a{
color: #555;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/*******************
*	layout	   *
********************/
#wrapper{
width: 940px;
margin:0 auto;
text-align:left;
}

#header{
background:url(images/header.png) no-repeat center 59px;
height:270px;
}

#footer{
width:100%;
text-align:center;
line-height:140%;
}

#container{
width:940px;
text-align:left;
overflow:hidden;
}

#content{
float:right;
overflow:hidden;
padding:0 0 25px;
width:670px;
}

#sidebar{
float:left;
width:250px;
overflow:hidden;
}

/*******************
*	header	   *
********************/
#header a span{
display:none;
}

#topbar{
height:58px;
}

#topbar .logo{
background: url(images/logo.png) no-repeat left top;
display:block;
outline-style:none;
height:59px;
width:166px;
float:left;
}

.header .rss{
display:block;
position:absolute;
outline-style:none;
height:45px;
width:60px;
left:30px;
top:140px;
}

/*******************
*	menu	   *
********************/
.menu{
float:left;
height:59px;
line-height:59px;
margin:0px 30px 0px 40px;
}

.menu li{
float:left;
margin-right:15px;
height:59px;
}

.menu li a{
font-weight:bold;
color:#777777;
display:block;
padding:0 15px;
}

.menu li a:hover{
color:#FFF;
text-decoration:none;
background:url(images/current.png) repeat-x left top;
}

.menu .current_page_item{
background:url(images/current.png) repeat-x left top;
}

.menu .current_page_item a{
padding:0 15px;
color:#FFF;
display:block;
}

/*******************
*	submenu	   *
********************/
.header{
height:211px;
width:100%;
overflow:hidden;
position:relative;
float:left;
}

.submenu{
height:182px;
width:130px;
position:absolute;
top:12px;
left:109px;
}

.submenu h2{
color:#FFF;
background:url(images/li-line.png) no-repeat left bottom;
font-size:12px;
font-weight:bold;
margin:10px 5px 0;
padding:0 0 4px 16px;
}

.submenu ul{
padding:0 5px;
}

.submenu ul li{
height:19px;
line-height:19px;
padding-bottom:2px;
background:url(images/li-line.png) no-repeat left bottom;
}

.submenu ul li a{
color:#FFFFFF;
font-weight:bold;
background:url(images/li-list.png) no-repeat 15px center;
padding-left:27px;
}

.submenu ul li a:hover{
color:#F0C42F;
text-decoration:none;
}

.submenu .current-cat a{
color:#F0C42F;
}

/* recent-post */
.r-post{
width:200px;
height:182px;
position:absolute;
left:493px;
top:12px;
}

.r-post h2{
color:#FFF;
font-size:12px;
font-weight:bold;
margin:8px 0 4px 10px;
}

.r-post .text{
padding:3px 10px;
color:#FFF;
line-height:20px;
}

.r-post .text li{
font-size:12px;
height:21px;
line-height:21px;
overflow:hidden;
margin:0;
background:url(images/li.png) no-repeat left 9px;
padding-left:10px;
}

.r-post .text li a{
color:#FFF;
}

.r-post .text li a:hover{
color:#F0C42F;
text-decoration:none;
}

/* search */
.search{
width:224px;
height:31px;
position:absolute;
right:6px;
top:12px;
}

/* photo */
.photo-gallery{
width:224px;
height:140px;
position:absolute;
right:6px;
top:50px;
}

.photo-gallery h2{
color:#C0D3E9;
font-size:12px;
font-weight:bold;
margin:8px 0 4px 10px;
}

.photo-gallery dl{
padding:6px 10px 0;
}

.photo-gallery dl dt{
padding-bottom:4px;}


.photo-gallery dl dt img{
margin:0 0 0 8px;
background:#5A9BDD;
padding:3px;
}

.photo-gallery dl dd{
padding:0 7px 6px 0;
float:left;
}

.photo-gallery dl dd img{
margin:0 0 0 8px;
background:#5A9BDD;
padding:3px;
}

/*******************
*	content	   *
********************/
.post{
margin-bottom:25px;
text-align:justify;
color:#888;
border-bottom:1px dotted #DDDDDD;
}

.post h2{
font-size:16px;
margin-bottom:8px;
}

.post h2 a{
color:#0086E3;
}

.post small{
font-size:11px;
color:#999;
background:url(images/post-small.png) no-repeat;
padding-left:18px;
}

.post-title{
margin-bottom:3px;
}

.post small a{
color:#0086E3;
}

.post-center{
line-height:200%;
padding:5px 0 15px
}

.post-center .thumb{
float:left;
}

.post-center p{
color:#777777;
}

.post-center ul{
margin-left:0;
padding:0 0 0 10px;
text-indent:-10px;
}

.post-center ul li, .post-center ol li{
padding:4px 0;
}

.post-center ol{
padding:0 0 0 35px;
}

.post-center p img{
margin:6px 0;
padding:5px;
border:1px solid #DDDDDD;
background:#FFF;
}

.post p a{
color:#0086E3;
}

.wp_keywordlink a{
color:#0086E3;
}

.post-center .more-link{
font-weight:bold;
color:#777;
background:url(images/readmore.png);
padding:3px 24px 5px 10px;
}

.post-center .more-link:hover{
color:#FF0000;
text-decoration:none;
}

blockquote {
border-left:5px solid #DDDDDD;
margin:10px 30px 10px 0;
padding-left:10px;
background:#F8F8F8;
}

.post-footer{
padding-bottom:10px;
}

.post-footer a{
color:#0086E3;
}

/*******************
*	entry-head	   *
********************/
#entry{
margin-bottom:15px;
margin-top:-10px;
overflow:hidden;
}

#entry a{
color:#2F63B3;
}
/*  entry-right  */
#entry ul li{
margin-bottom:4px;
}

#entry .announce{
background:#F8F8F8 url(images/icon.gif) no-repeat 10px -65px;
border:1px solid #DDD;
padding:7px 4px 7px 36px;
line-height:18px;
}

#entry .text{
background:#F8F8F8;
border:1px solid #DDD;
padding:4px 4px 4px 6px;
line-height:18px;
overflow:hidden;
}


/*******************
*	searchform	   *
********************/
#searchform div{
padding:0;
height:31px;
line-height:31px;
}

#searchform #searchinput{
border:none;
padding:4px;
width:175px;
background:none;
color:#9EC7ED;
height:15px;
margin-left:8px;
}

#searchform #searchsubmit{
background:none;
border:none;
color:#FFF;
height:25px;
width:25px;
cursor:pointer;
}


/*******************
*	sidebar	   *
********************/

/* widget */
.widget{
width:230px;
margin:0 10px 15px;
overflow:hidden;
background:url(images/widget.png) no-repeat left bottom;
}

.widget h2{
font-size:12px;
font-weight:bold;
line-height:16px;
padding:10px 0 0 11px;
background:url(images/widget.png) no-repeat left top;
}

.widget ul, .widget div{
padding:4px 10px 10px;
}

.widget ul li{
font-size:12px;
height:22px;
line-height:22px;
overflow:hidden;
margin:0;
background:url(images/sli.png) no-repeat left 9px;
padding-left:10px;
}

/*  about  */
.about{
height:183px;
margin-bottom:10px;
overflow:hidden;
background:url(images/about.png) no-repeat left top;
}

.about h2{
color:#FFFFFF;
margin:10px 20px;
font-size:14px;
}

.about .text{
padding:0 20px;
line-height:20px;
color:#FFF;
}

.about .text span{
display:block;
font-weight:bold;
text-align:right;
}


/*******************
*	comment	   *
********************/
#comments-template{
clear:both;
}

#comments-template h3{
font-size:12px;
border-bottom:1px solid #E4E7E9;
line-height:18px;
padding:2px 0 4px 33px;
height:20px;
line-height:20px;
background:url(images/Discussion.png) no-repeat
}


/* Begin Comments code by xsui.com */
.commentlist{
padding-top:5px;
}

.commentlist li { 
list-style: none;
background:#fff;
border:1px solid #ebebeb;
margin-bottom:5px;
}

.commentlist li.thread-even {
background:#f8f8f8;
border:1px solid #efefef;
}

.commentlist li ul { 
margin-left: 40px;
padding:5px;
}

.commentlist li ul li{
margin-bottom:2px;
}

.commentlist li ul li.comment-author-admin{
}

.commentlist li.comment-author-admin{
background:#F5FDFD;
border:1px solid #DAF2F8;
}

.commentlist dl{
padding:5px;
overflow:auto;
}


*html .commentlist dl{ height:1%}
.commentlist .user-face{
float:right;
}

.commentlist li .avatar{
border:1px solid #f1f1f1;
border-bottom:1px solid #d7d7d7;
padding:3px;
background:#fff;
display:inline;
}
.commentlist li.comment-author-admin .avatar{
border:1px solid #d4f4fc;
border-bottom:1px solid #88d1e4;
padding:3px;
background:#fff;
}

.commentlist dl dt{
height:20px;
padding-left:10px;
}

.commentlist dl dt cite,.commentlist dl dt cite a{
color:#666;
font-weight:bold;
}

.commentlist dl dt cite{

}

.commentlist .comment-author-admin dt cite{
color:#60cce7;
}

.commentlist dl dt em{
font-size:10px;
color:#999;
margin-left:5px;
}

.comment-data{
color:#999;
}

.commentlist li ul li dl{
padding:3px;
}

.commentlist li ul li dt{
height:18px;
line-height:18px;
}
.commentlist dl dt span{
font-size:10px;
}

.commentlist dl dt a,.commentlist dl dt span a{
margin-right:5px;
padding-left:5px;
color:#b4b4b4;
}

.comment-reply-link{
}

.commentlist .comment-author-admin dt span a{
color:#6cd2ef;
border-color:#bdeefc
}

.commentlist dl dt span a.comment-time{
border:0
}

.comment_text,.comment-author{
margin-right:45px;
}

.commentlist li ul .comment-author{
}

.commentlist .comment_text{
padding:0 10px;
}

.comment_text p{
line-height:20px;
color:#a4a4a4;
}

.comment_text  p img{
vertical-align:middle;
}

.comment_text a{
color:#888;
text-decoration: underline;
}

.comment_text a:hover{
color:#0cf;
}

.commentlist li ul li.comment-author-admin .comment_text,.commentlist li.comment-author-admin .comment_text{
color:#6cc9e1;
}

.commentlist li.comment-author-admin .comment_text p{
color:#8aa1a7;
}

.children {
padding: 0;
}

.comment-quote{
background: url(taotao.gif) no-repeat 3px -30px;
padding-left:15px;
}

.commentmetadata {
margin: 0;
display: block;
}


/* respond */
#respond{
padding:10px;
clear:both;
line-height:25px;
overflow:hidden;
}

h4.comment_title {
background:url(images/postcomment.gif) no-repeat left center;
color:#54A0D8;
font-size:12px;
font-weight:bold;
height:24px;
line-height:24px;
padding-left:24px;
}

#respond-contain{
width:545px;
float:left;
}

#respond-smilies{
margin-bottom:10px;
}

#respond-contain .comment-input{
float:left;
width:200px;
height:105px;
}

#respond-contain .comment-txt-input{
float:right;
width:335px;
}

#respond .textfield {
width:140px;
}

input.textfield, textarea {
background:#FFFFFF url(images/formbg.jpg) repeat-x;
border:1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size:12px;
padding:2px 1px;
}

.comment-input{
}

.comment-input p{
margin-bottom:12px;
}


#author, #email, #url {
background:#FFFFFF url(images/icon.gif) no-repeat;
padding:5px 1px 5px 22px;
font-size:12px;
color:#666;
}

#author{
background-position:2px 1px;
}

#email{
background-position:3px -20px
}

#url{
background-position:3px -40px
}

#comment {
font-size:12px;
height:100px;
}

.comment-area{
width:330px;
height:100px;
line-height:160%;
}

#commentform #submit {
cursor:pointer;
padding:5px;
width:120px;
}

#respond-contain .comment_btn{
margin-top:5px;
margin-right:5px;
padding-left:420px;
float:right;
}

/*******************
*	page	   *
********************/
h2.pagetitle {
font-size: 14px;
margin: 0 10px 15px 0;
background: url(images/cup.gif) no-repeat left top;
padding-left: 30px;
line-height: 25px;
color: #D70505;
}

.post-archive{}

.post-archive h2{}

.post-archive p{}

/*******************
*	Images	   *
********************/
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;
}

/*******************
*	pagenavi	   *
********************/
#page_nav{
}

.wp-pagenavi{
line-height:200%
}

.wp-pagenavi a, .wp-pagenavi a:link {
border:1px solid #EEEEEE;
color:#036CB4;
margin:2px;
padding:2px 5px;
text-decoration:none;	
}

.wp-pagenavi a:hover {	
border:1px solid #999999;
color:#666666;
}

.wp-pagenavi span.pages {
border:1px solid #EEEEEE;
color:#999999;
margin:2px;
padding:2px 5px;
}

.wp-pagenavi span.current {
background-color:#036CB4;
border:1px solid #036CB4;
color:#FFFFFF;
font-weight:bold;
margin:2px;
padding:2px 5px;
}

.wp-pagenavi span.extend {
padding: 2px 4px 2px 4px; 
margin: 2px;	
border: 1px solid #DDDDDD;
color: #666;
background-color: #FFFFFF;
}