/*
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: 双栏，精美，推荐
*/

/* =yourself
======================================================== */
/*----------table----------*/
table.table {
BORDER-COLLAPSE: collapse;
border-style:solid;
border-width:0;
}

table.table img{
BORDER-COLLAPSE: collapse;
border:1px solid #ccc;
}


img.attachment-thumbnail{
padding: 0;
border: 0;
}

img{
padding: 0;
border: 0;
}



/* =RESET
======================================================== */

* { margin: 0; padding: 0; }


/* =GENERAL
======================================================== */

html body {
	font-size: 75%;
	line-height: normal;
	text-align: center;
	}

a:link, a:visited, a:hover, a:active {
	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: 1em auto;
	text-align: left;
	width: 100%;
	}


/* =HEADER
======================================================== */

#wp-header {
	height: 4em;
	padding: 2em 2em 1em;
 	}
#wp-header h1 {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: -1px;
	}

#wp-header tb1 {
	text-align: center;	}


#wp-header dfn {
	float: right;
	margin: 1.75em 0 0 0;
	text-align: right;
		}


/* =MENU Main
======================================================== */

#wp-menu-main {
	clear: both;
	height: 1.9em;
	}

#wp-menu-main ol {
	float: left;
	list-style-type: none;
	width: 100%;
	}

#wp-menu-main ol li {
	float: left;
	}
#wp-menu-main ol li.first {
	margin-left: 2em;
	}

#wp-menu-main ol li a {
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0.25em 1em 0.2em;
	text-align: center;
	text-transform: uppercase;
	}
#wp-menu-main ol li a:hover {
	background: url('images/bg_menu.png') 0 50% 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 {
border:1px solid #CCC;
	min-height: 40em; 
	height: auto;
	margin: auto;
        	}

/* =CONTENT Primary
======================================================== */

#wp-content-pri {
	float: right;
	margin: 0 0 0 6px;
	width: 76%;
white-space:normal;
	}

#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 1em;
	}

#wp-content-pri h2 {
	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;
        width: 100%;
        overflow:hidden;
	}

.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 {
		}
#post-navigation-bot .prev,
#post-navigation-top .prev {
		}

.archive-list {
	margin-top: 1.2em;
	}
.archive-list li a img {
	border: 0 solid;
	}

#wp-search-pri fieldset {
	border: 0 solid;
	}

/* =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-meta {
	border-style: dotted;
	border-width: 0 0 1px;
	}
.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 {}

#commentform label {
	display: block;
	float: right;
	padding: 0.4em 0.5em 0.1em;
	width: 45%;
	}
#commentform label.required {
	font-weight: bold;
	}

#commentform input {
	border: 0 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 50%;
	}
#commentform textarea {
	border: 0 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 100%;
	}

input.button {
	cursor: pointer;
	font-weight: bold !important;
	padding: 0 0.25em;
	overflow: visible;
	width: 0;
    }
input.button[class] {
	width: auto !important;
	}

#comments-guidelines p code {
	margin: 0.5em 0 0;
	}

.tag-cloud {
	padding: 0 1em 0 1em;
	}

/* =CONTACT FORM
======================================================== */

#contactform {
	width: 100%;
	}

#contactform form fieldset {
	border: 0 solid #fff;
	}

/* =CONTENT Secondary
======================================================== */

#wp-content-sec {
        border:1px solid #CCC;
       	float: left;
	margin: 0 0 0 0;
	width: 23%;
white-space:normal;
overflow:hidden;

	}

#wp-content-sec a {
	
	}
#wp-content-sec a:hover {
	
	}

#wp-content-sec h3,
h2.widgettitle {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0 0.5em;
	}

#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: 30%;
	}

.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;
	}

/* =CALENDAR
======================================================== */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#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;
	}


/* 单一分类内容 */
.allcats{width:1010px; margin:5px auto; height:940px;}


.show_cats{ float:left; margin:10px 0px 0px; width:740px;}
.show_content{ margin:0px 0px 0px 10px; height:1100px; border:0 #CCC; }
.show_content h2{ padding:7px 0px 5px 8px; font-size:14px; background:url(images/bg.png) no-repeat 0 -255px;}


.bb_cats{float:left; margin:10px 0px 0px ; width:250px; height:300px;}
.cats_content{margin:0px 0 0 10px; height:300px; border:1px solid #CCC;}
.cats_content a:hover{ color:#BD0A01;text-decoration:underline;}
.cats_content h2{ padding:7px 0px 5px 8px; font-size:14px; background:url(img/bg.png) no-repeat 0 -255px;}
.cats_content ul{ float:left; padding:10px 5px 12px 10px;}
.cats_content ul li{ margin:6px 0px 2px; padding-left:12px; width:200px; height:16px; font-size:12px; background:url(img/spot_cats.gif) no-repeat 0 6px; overflow:hidden;}
.cats_content ul li a:link, .cats_content ul li a:visited{ color:#333;}


.flink{ float:left; margin:15px 0px 0px;  }
.flink h4{ padding:6px 10px 4px; font-size:12px; border:1px solid #E1E1E1; border-bottom:none; color:#444; background-color:#F4F4F4;}
.fsites{ }
.sitesPic{ margin:10px auto; height:140px; padding:8px 0px;}
.sitesPic li{ float:left; margin:3px 1px 2px;height:140px; white-space:nowrap;list-style:none;overflow:hidden;}
.sitesPic li img{ width:140px;height:140px;border: 0; }
.sitestxt { margin:10px auto; height:32px; }
.sitestxt h2{ float:left; font-size:14px;}
.sitestxt li{ float:left; margin:10px 0px 0px 10px;height:32px; list-style:none;}

.menuhot { width:950px; margin:5px auto; margin-bottom:0; line-height:35px; height:35px; background: url('img/menubg.gif') repeat-x; overflow:hidden;}
.menuhot ul { width:950px; margin:0 auto; float:left; height:35px; overflow:hidden;}
.menuhot ul li { float:left; font-size:14px; font-weight:bold; background:url('img/menubgright.gif') no-repeat right; padding-right:8px; padding-left:8px;list-style:none;}
.menuhot ul li a { color:#fff;}
.menuhot ul li a:hover { color:#fff; text-decoration:underline;}

.navclass { width:948px; border:1px #FFC262 solid; height:110px; margin:5px auto; clear:both; background:url(img/class_yellow.gif) repeat-x; }
.navclass a:hover{color:#FF8800;text-decoration:underline;}
.navclass dl { width:189px; float:left; margin:5px auto; text-align:left;}

.tk-list-01 dt,.tk-list-02 dt,.tk-list-03 dt,.tk-list-04 dt,.tk-list-05 dt { width:176px; line-height:16px; height:16px; background: url ('img/san.gif') no-repeat 3px 4px; text-align:left; font-weight:bold; margin-left:10px;}
.tk-list-01 dt span ,.tk-list-02 dt span ,.tk-list-03 dt span ,.tk-list-04 dt span ,.tk-list-05 dt span{ color:#3366cc; padding-left:12px;}
.tk-list-01 dt a ,.tk-list-02 dt a ,.tk-list-03 dt a ,.tk-list-04 dt a ,.tk-list-05 dt a { color:#3366cc; padding-left:0;}
.tk-list-01 dd,.tk-list-02 dd,.tk-list-03 dd,.tk-list-04 dd,.tk-list-05 dd { width:176px; margin-left:10px; line-height:20px; margin-top:5px;}
.tk-list-01 dd a,.tk-list-02 dd a,.tk-list-03 dd a,.tk-list-04 dd a,.tk-list-05 dd a { padding-right:5px;}
.tk-list-01 dd a span,.tk-list-02 dd a span,.tk-list-03 dd a span,.tk-list-04 dd a span,.tk-list-05 dd a span { color:#FF3300;}

.topc { width:980px; float:right; text-align:right;}
.topc a { padding-right:10px; color:#3366cc;}


.mainbox{width:1024px; margin:5px auto; height:1180px;margin-bottom:0;}
.tt1{float:left; margin:10px auto; width:1020px; height:30px;border:1px solid #CCC;background: url(img/tt1bg.gif) repeat-x; overflow:hidden;}
.tt1 #w1 {float:right; overflow:hidden;}
.tt1 span{float:left; padding:7px 0px 5px 8px; font-size:14px; }
.tt1 a:link{color:#d52bb3; }
.tt1 a:hover{color:#FF8800;text-decoration:underline;}
.secboxl{float:left;width:510px; margin:5px 0 0 0; height:280px;}
.secboxr{float:right;width:510px; margin:5px 0 0 0; height:280px;}
.box1l{float:left; margin:0px 2px 0px 0px; width:250px; height:280px;}
.box1r{float:right; margin:0px 0px 0px 2px; width:250px; height:280px;}
.box1{margin:0px 0 0 0px; height:280px; border:1px solid #CCC;}
.box1 a:hover{color:#FF8800;text-decoration:underline;}
.box1 h2{padding:7px 0px 5px 8px; font-size:14px; background:url(img/bg.png) no-repeat 0 -255px;}
.box1 h2 a:link{color:#d52bb3; }
.box1 ul{ float:left; padding:10px 5px 12px 10px;}
.box1 ul li{ margin:6px 0px 2px; padding-left:12px; width:210px; height:16px; font-size:12px; background:url(img/spot_cats.gif) no-repeat 0 6px; overflow:hidden;list-style:none;}
.box1 ul li #w2 {float:left;width:160px;}
.box1 ul li #w3 {float:right; }
.box1 ul li a:link{color:#0088FF;}
.box1 ul li a:visited{ }
