/*
Theme Name: Web 2.0*
Theme URI: http://www.neilmerton.co.uk/
Version: 1.7.0
Description: A clean and simple 2 column fluid-width theme influenced by current Web 2.0 colours and fonts with and an Options page, built-in admin area in sidebar and Widget support.<br />Fully supports Wordpress 2.3.<br />*includes AJAX commenting.
Author: Neil Merton
Author URI: http://mewebdev.net/
Catalog: 双栏，精美，推荐
*/

/* =RESET
======================================================== */

* { margin: 0; padding: 0; }


/* =GENERAL
======================================================== */

html body {
        background:#F2F2F2 url(images/bg.gif) repeat-x top;
	line-height: normal;
	text-align: left;
       font-family:Tahoma,Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
        font-size:12px;
	}

a:link, a:visited, a:hover, a:active {
	color:#6385A1;	
	text-decoration: none;
	}

code, pre {
	display: block;
	font: normal normal 1em/1.5em "Lucida Console", "Courier New", Courier, monospace;
	padding: 0.5em;
	}

/* =CONTAINER
======================================================== */

#wp-container {
	margin-top: 10px;
	text-align: left;
        min-width:900px;
	}

/* =HEADER
======================================================== */

#wp-header {
	height:90px;
	overflow:hidden;
	}

#caption{
	float:left;
	padding:10px 25px 0 15px;
}

#title a{
	background:url(images/title.png) no-repeat;
	text-decoration:none;
	color:#FFF;
	width:250px;
	height:50px;
	text-indent:-999em;
	display:block;
}
#tagline{
	color:#242424;
	border-top:1px solid #242424;
	text-decoration:none;
	font-size:80%;
	float:left;
	padding:0 3px;
}


/* =MENU Main
======================================================== */

#wp-menu-main {
	clear: both;
	height: 30px;
	}

#wp-menu-main ol {
	float: left;
	list-style-type: none;
	width: auto;
	}

#wp-menu-main ol li {
	float: left;
	}
#wp-menu-main ol li.first {
	margin-left: 2em;
	}

#wp-menu-main ol li a {
	display: block;
	line-height: 22px;
	margin: 0;
	padding: 4px 1em 4px;
	text-align: center;
	text-transform: uppercase;
	}
#wp-menu-main ol li a:hover {
	background: url('images/bg_menu.png') 0 75% repeat-x;
	}

/* =2nd level*/

#wp-menu-main ol li ul {
	left: -999em;
	list-style-type: none;
	position: absolute;
	width: 15em;
	}

#wp-menu-main ol li:hover ul,
#wp-menu-main ol li.sfhover ul {
	left: auto;
	}
#wp-menu-main ol li ul li a,
#wp-menu-main ol li ul li.current_page_item a {
	text-align: left;
	width: 10em;         
	}


/* =CONTENT
======================================================== */

#wp-content {
	min-height: 40em; 
	height: auto;
	margin: 1em;
	}

/* =CONTENT Primary
======================================================== */

#wp-content-pri {
	float: left;
	margin-left: 1em;
	width: 67%;
	}

#wp-content-pri a {
	border-style: solid;
	border-width: 0 0 1px;
	}

#wp-content-pri blockquote {
	font-size: 1.1em;
	font-style: italic;
	margin: 1em 2em;
	}

#wp-content-pri h2 {
	display:block;
	font-family:Arial;
	text-shadow:1px 1px 1px #CCC;
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	margin: 1.2em 0;
	text-transform: capitalize;
	}
#wp-content-pri h2 a {
	border-bottom: 0 solid;
	}

#wp-content-pri h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: normal;
	margin: 1em 0;
	}

#wp-content-pri p {
	line-height: 1.5em;
	margin: 1em 0;
	}

#wp-content-pri ul,
#wp-content-pri ol {
	margin: 1em 2em;
	}
#wp-content-pri li {
	line-height: 1.5em;
	}

#wp-content-pri p img {
	padding: 0;
	max-width: 100%;
	}
#wp-content-pri .img-left,
#wp-content-pri img.left {
	float: left;
	margin: 0 0.3em 0.25em 0;
	}
#wp-content-pri .img-right,
#wp-content-pri img.right {
	float: right;
	margin: 0 0 0.25em 0.3em;
	}


/* =POSTS
======================================================== */

.post {
	border-style: solid;
	border-width: 0 0 4px;
	clear: both;
	padding-bottom: 1em;
	}

.post-meta {
	border-style: solid;
	border-width: 0 0 2px;
	padding-bottom: 0.75em;
	}
.post-meta p span a {
	border-bottom: 0 solid !important;
	}
.post-meta p {
	line-height: 1em !important;
	margin: -1em 0 0 !important;
	}
.post-meta p span.post-meta-date {
	background: url('images/icon_post_date.png') 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-time {
	background: url('images/icon_post_time.png') 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-category {
	background: url('images/icon_post_category.png') 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-comments {
	background: url('images/icon_post_comments.png') 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-edit {
	background: url('images/icon_edit.png') 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p.post-meta-tags {
	background: url('images/icon_post_tag.png') 0 50% no-repeat;
	line-height: 1.5em !important;
	margin: 0.5em 0 0 !important;
	padding-left: 18px;
	}

#post-meta-data {
	border-style: solid;
	border-width: 1px 0;
	clear: both;
	font-size: 0.9em;
	padding: 1em;
	}

#post-navigation-bot {
	line-height: 3em;
	height: 3em;
	width: 100%;
	}
#post-navigation-top {
	border-style: solid;
	border-width: 0 0 1px;
	line-height: 4.25em;
	height: 4em;
	width: 100%;
	}
#post-navigation-bot a,
#post-navigation-top a {
	border-bottom: 0 solid;
	}
#post-navigation-bot .next,
#post-navigation-top .next {
	float: left;
	}
#post-navigation-bot .prev,
#post-navigation-top .prev {
	float: right;
	}

.archive-list {
	margin-top: 1.2em;
	}
.archive-list li a img {
	border: 0 solid;
	}

#wp-search-pri fieldset {
	border: 0 solid;
	}

.post .blogroll li {
       float:left;
       width:20%;
       height: 25px;
       line-height:25px;
       list-style:none;
       text-align:center;
       padding:3px 5px 3px 5px;
       margin: 5px 5px 5px 5px;
       color: #000;
       background-color:#F2F2F2;
       border:#000000 1px solid;
}
.post h3 {
      clear:left;
}

.post .blogbox {
margin: 5px;
background-color:#fff;
clear:both;
border: #d8dbbc 1px solid ;
padding:0; 
width: auto;

}
.post .blogbox .tittle {
margin:0 0 5px 0;
padding:5px 0 0 0;
border-bottom:#d8dbbc 1px solid;
background-color:#E9E9E9 !important;
width:100%;
height:26px; 
font-size:120%;
text-indent:5px;
}
.post .blogbox p{
  padding:5px 5px 5px 5px!important;
}

.post #cse-search-results{
  width:630px!important;
}

/* =COMMENTS
======================================================== */

ol#commentlist {
	margin: 0;
	}
ol#commentlist li {
	list-style-type: none;
	}

.comment-entry,
.comment-entry-alt,
.comment-entry-owner {        
	border-style: solid;
	border-width: 0 0 1px;
	padding: 1em 1.5em;
	}
.comment-entry{
background-color:#F5F5F5;
};

.comment-entry-meta {
	border-style: dotted;
	border-width: 0 0 1px;
	}

.comment-entry-meta .avatar{
	background:#FFF;
	float:left;
	border:1px solid #999;
	margin-right:10px;
	margin-top:-3px;
	padding:1px;
}
.comment-entry-meta .date{
	padding-top:2px;
}
.comment-entry-meta .commentauthor{
	font-weight:700;
	font-size:120%;
	color:#000;
}

.content-comment-entry-meta-no {
	border-bottom: 0 solid !important;
	font-style: normal;
	font-weight: normal;
	}

.comment-unapproved {
	background: #ffc;
	margin: 1em 0;
	padding: 0.5em;
	}

.comment-entry-content {}

#errors {
	background: #ffc;
	border: 1px solid #fc0;
	border-width: 1px 0;
	font-style: italic;
	margin: 1em 0;
	padding: 1em;
	}

#comments-guidelines-info {
	background: #ffc;
	border: 1px solid #fc0;
	border-width: 1px 0;
	margin: 0 0 1.5em;
	padding: 0.3em 1.5em;
	}

/* =COMMENTS Form
======================================================== */

#comments-form {
	border-style: solid;
	border-width: 4px 0 0;
	}

#commentform {}

#author,#email,#url{
	border:#CCCCCC 1px solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	width: 45%;
        float:left;
        clear:left;
	background-image:url(images/icons.gif)!important;
	background-repeat:no-repeat !important;
	padding:3px 1px 3px 22px;
}
#author{
	background-position:3px -477px !important;
}
#email{
	background-position:3px -349px !important ;
}
#url{
	background-position:3px -509px !important;
}

#smilie_buttons {
clear:left;
}

#commentform label {
	display: block;
	float: left;      
	padding: 0.2em 0.5em 0.2em;
	margin-bottom: 3px;
	}

input #comment_mail_notify
{
	padding-top:5px;
	margin-bottom: 3px;
}

#commentform label.required {
	font-weight: bold;
	}
#commentform textarea {
	border:#CCCCCC 1px solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 100%;
	}

#commentform #submit {

	background:#B4D666 !important;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#6385a1;
	font-size:90%;
	cursor:pointer;
	padding:3px 6px;
        float:right;

    }
#commentform #submit:hover{
	background:#98C64C !important;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
}

#comments-guidelines p code {
	margin: 0.5em 0 0;
	}

.tag-cloud {
	padding: 0 0 2em;
	}

/* =CONTACT FORM
======================================================== */

#contactform {
	width: 100%;
	}

#contactform form fieldset {
	border: 0 solid #fff;
	}

/* =CONTENT Secondary
======================================================== */

#wp-content-sec {
	float: right;
	margin: 1em 1em 0 0;
	width: 28%;
        max-width:300px;
	}

#wp-content-sec a {
line-height:22px;	
	}
#wp-content-sec a:hover {	
	}

#wp-content-sec h3,
#wp-content-sec h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0 0.5em;
	}

li.widget,
li.linkcat
{
       margin-top: 8px;
       border-top:#DDDDDD 1px solid;
}

.widget_categories ul li{
      float:left;
      width:33%;
}
#wp-content-sec li.linkcat {
      float:left;  
      width:50%;
}

#wp-content-sec ol,
#wp-content-sec ul {
	list-style: none;
	}
#wp-content-sec li {
	line-height: 1.5em;
	}
#wp-content-sec ul li ul.children li {
	background: url('images/children.gif') 0 0 no-repeat;
	padding-left: 16px;
	}

.wp-content-sec-column {
	float: left;
	width: 50%;
	}

.wp-content-sec-column ul.admin-bar li {
	margin: 0 0 3px;
	}
.wp-content-sec-column ul.admin-bar li a img {
	border: 0 solid;
	padding: 0 3px 0 0;
	vertical-align: middle;
	}

#wp-content-sec #about-me {
	background: #ffc;
	border: 1px solid #fe6;
	border-width: 2px 0 4px;
	margin: 1.5em 0 0;
	padding: 0.5em;
	}
#wp-content-sec #about-me h3 {
	margin: 0 !important;
	}

.recent-cmts{
	padding-top:3px;
	color:#000;
}
.recent-cmts .avatar{
	background:#FFF;
	float:left;
	border:1px solid #999;
	margin-right:10px;
	margin-top:3px;
	padding:1px;
}
.recent-cmts .commentword{
	padding-top:2px;
}
.recent-cmts .commentauthor{  
     padding: 2px 4px 0 0 !important;
     margin: 0 !important;
     line-heigth:20px!important;
}

/* =CALENDAR
======================================================== */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	}

#wp-calendar a {
	text-decoration: none;
	}

#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 {
	background-color: #fff;
	}


/* =WIDGETS (default)
======================================================== */

#searchform {
	margin-top: 1em;
	}


/* =CONTACT FORM
======================================================== */

.contactform {
	margin: 2em 0;
	}
.contactform label {
	display: block;
	float: left;
	padding: 0.1em 0.3em 0 0;
	text-align: right;
	width: 9em;
	}
.contactform input {
	margin-bottom: 0.3em;
	}
.contactform input.button {
	margin: 0.3em 0 0 8.4em;
	}

/* =FOOTER
======================================================== */

#wp-footer {
	clear: both;
	font-size: 0.9em;
	padding: 1em 2em;
	}

#wp-footer span.powered {
	background: url('images/icon_footer_powered.png') 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.layout {
	background: url('images/icon_footer_layout.png') 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.validate {
	background: url('images/icon_footer_validate.png') 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.feed {
	background: url('images/icon_footer_feed.png') 0 50% no-repeat;
	padding-left: 18px;
	}

#wp-footer a {
	color: #f08;
	}
#wp-footer a:hover {
	color: #08f;
	}

/* =CONTACT FORM III
======================================================== */

#contactform {
	margin: 2em 0;
	}
#contactform fieldset {
	border: 0 solid;
	}
#contactform fieldset legend {
	display: none;
	}
#contactform div em {
	display: block;
	margin: 1em 0;
	}
#contactform label {
	display: block;
	float: left;
	margin: 0.5em 0 0;
	padding: 0.1em 0.3em 0 0;
	text-align: right;
	width: 10em;
	}
#contactform input {
	margin-bottom: 0.3em;
	}
#contactform input#contactsubmit {
	clear: both;
	cursor: pointer;
	margin: 0.3em 0 0 8.4em;
	padding: 0.2em 0.4em;
	width: auto;
	}

/******************** Febird Added **********************/

#sb-mynetwork ul li a {
  float:left;
  margin-right:5px;
  list-style-type:none;
  text-indent:-999em;
  height:40px;
  width:40px;
}

#logogoogleplus,#logogoogleplus:hover{
  background:url(images/32-googleplus.png) no-repeat;
  background-position:0px 0px;
}

#logotwitter,#logotwitter:hover{
  background:url(images/32-twitter.png) no-repeat;
  background-position:0px 0px;
}

#logofacebook,#logofacebook:hover{
  background:url(images/32-facebook.png) no-repeat;
  background-position:0px 0px;
}

#logoweibo,#logoweibo:hover{
  background:url(images/32-weibo.png) no-repeat;
  background-position:0px 0px;
}

#logodigu,#logodigu:hover{
  background:url(images/diguicon.png) no-repeat;
  background-position:0px 0px;
}

#logodouban,#logodouban:hover{
  background:url(images/32-douban.png) no-repeat;
  background-position:0px 0px;
}

#logorenren,#logorenren:hover{
  background:url(images/32-renren.png) no-repeat;
  background-position:0px 0px;
}


#logolastfm,#logolastfm:hover{
  background:url(images/lastfmicon.png) no-repeat;
  background-position:0px 0px;
}


#searchbox{
	background:url(images/searchbox.gif) no-repeat;
	width:320px;
	height:32px;
	display:block;
	float:left;
	margin-top:16px;
	padding:14px 20px;
}
#searchbox .textfield{
	background:none;
	border:0;
	width:275px;
	float:left;
	margin-right:2px;
	font-size:120%;
	padding:7px;
}
#searchbox .button{
	background:url(images/searchbnt.gif) no-repeat;
	border:0;
	width:24px;
	height:24px;
	cursor:pointer;
	float:right;
	margin:5px 4px 0 0;
}
#searchbox .searchtip{
	color:#999;
}



/****** Subscribe *********/
#feedrss,#feedemail,#followme,#feedrss:hover,#feedemail:hover,#followme:hover{
	background-image:url(images/icons.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	text-decoration:none;
	color:#382E1F;
	height:32px;
	line-height:32px;
	font-size:90%;
	padding:0 16px 0 33px;
}
#feedrss:hover,#feedemail:hover,#followme:hover,#subscribe .current{
	background-color:#DDD;
}
#feedrss,#feedrss:hover{
	background-position:11px -312px;
}
#feedemail,#feedemail:hover{
	background-position:11px -344px;
}

/*
#followme,#followme:hover{
	background-position:11px -376px;
}
*/
#followme,#followme:hover{
        background-image:url(images/icon_presentation.png)!important;
	background-position:10px 8px;
}
#subscribe{
	float:right !important;
	float:none;
}
*+html #subscribe{
	float:none !important;
}
#subscribe ul{
	display:none;
	background:#DDD;
	width:220px;
	position:absolute;
	padding:5px;
}
#subscribe li{
	background:transparent;
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
#subscribe li a span{
	background:url(images/icons.gif) no-repeat;
	height:16px;
	line-height:16px;
	display:block;
	padding-left:22px;
}
#subscribe li#google_reader a span{
	background-position:0 -800px;
}
#subscribe li#youdao_reader a span{
	background-position:0 -816px;
}
#subscribe li#xianguo_reader a span{
	background-position:0 -832px;
}
#subscribe li#zhuaxia_reader a span{
	background-position:0 -848px;
}
#subscribe li#qq_reader a span{
	background-position:0 -864px;
}
#subscribe li#douban_reader a span{
	background-position:0 -880px;
}
#subscribe li#livedoor_reader a span{
	background-position:0 -896px;
}
#subscribe li#newsgator_reader a span{
	background-position:0 -912px;
}
#subscribe li#yahoo_reader a span{
	background-position:0 -928px;
}
#subscribe li#inezha_reader a span{
	background-position:0 -944px;
}
#subscribe li a{
	display:block;
	text-decoration:none;
	width:98px;
	font-size:100%;
	overflow:hidden;
	border:1px solid #DDD;
	padding:5px;
}
#subscribe li a:hover{
	border:1px solid #AAA;
	background:#CCC;
}

a#gotop{
	background:url(images/icons.gif) 0 -416px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
}

blockquote,pre{
	background:#FAFAFA url(images/quote.gif) 3px 3px no-repeat;
	border-bottom:1px solid #FAFAFA;
	border-left:3px solid #E5E5E5;
	margin:5px 0;
	padding:8px 10px 7px 36px;
}

/*WP Thread Comment*/
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
}
.chalt{
	background-color: #F8F8F8;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #DDDDDD;
}

/* thread twitter START */
.twitter ul {
    margin:0 12px 0 10px !important;
    margin:0 10px;
}
.twitter ul li {
    background:#FCFCFC;
    padding:0;
    float:left;
    list-style:none;
    list-style-position:outside;
    border:solid #CCC;
    border-width:1px !important;
    border-width:1px 0;
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
}
.twitter img {
    float:left;
    padding:0 0 0 0;
    margin:0 10px 10px 10px;
}
.twitter_source {
    color:#999;
    font-family:georgia;
    font-style:italic;
}
.twitter_source a {
    color:#999;
}
.twitter_text {
    margin-bottom:5px;
    display:block;
    padding-left:70px;
    padding-right:10px;
}
.twitter_reply,.twitter_rt {
    padding-left:22px;
    padding-right:10px;
    height:16px;
    line-height:16px;
    display:block;
    font-size:11px;
    float:right;
}
/* thread twitter END */


