﻿/*
Theme Name: Coogee
Theme URI: http://imotta.cn
Description: A simple 2-Column WordPress theme. Widget ready.
Version: 0.2
Author: motta
Author URI: http://imotta.cn
*/

*{
	margin: 0;
	padding: 0;
}

body, html{
	color: #333333;
	font-family: "Lucida Grande", "宋体", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	font-size: 13px;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

a{
	color: #0066cc;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}

a img{
	border: 0;
}

a:hover{
	color: #ff5400;
}
.editComment, .editableComment, .textComment{display: inline;}

.comment-childs{color: #777;border: 1px dotted #ddd;border-left: 3px solid #ddd;margin: 8px 10px;padding: 5px;background-color: #fff;overflow: hidden;}

.chalt{background-color: #f6f6f6;}

#newcomment{border:1px dashed #777;width:90%;}

#newcommentsubmit{color: #db5104;}

.adminreplycomment{border:1px dashed #777;width:99%;margin:4px;padding:4px;}

.mvccls{color: #999;}

blockquote{
	background-color: #eeeeee;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-left: 2px solid #91aa9d;
}

code{
	background-color: #fafafa;
	font-family: "Courier New", Courier;
	margin: 10px 20px;
	border: 1px dashed #dddddd;
	color: #777777;
	padding: 0 5px 2px;
	line-height: 180%;
	display: block;
}

/*------------------------ Header ------------------------*/
h1 {font-family: 宋体;height: 48px; line-height: 48px;font-size: 24px;}
#nav li a {text-shadow: 0 1px 0 #fff;}
#top {background: #303536;height: 28px; line-height: 28px; }
#top,#top a {color: #fff;}
ul {list-style: none;}
.w970 {width: 960px; margin-left: auto; margin-right: auto;}
#top li a,#nav li a,#rss_icon {display: block;}
#nav {margin-bottom: 10px;}
#nav a {color: #666;font-size: 13px;}
#nav li a:hover {color: #FFF; font-size: 15px; text-decoration: none;background-color:#ff5400; }
h1,#top li,#nav ul,#nav li,#rss_icon {float: left;}
#searchol,#top ul,#rss {float: right;}
.w970,#header {overflow: auto; zoom: 1;} 
#header,#nav {background: #f3f4ee;}
#top ul {margin-left: 1px;}
#top li a,#nav li a {padding-left: 13px; padding-right: 12px;}
#top li a:hover {text-decoration: none; background: #000;}
#header,#nav {border-bottom: 1px solid #e3e5e4; border-top: 1px solid #fff;}
#searchol {margin-top: 12px;}
#nav {height: 34px; line-height: 34px;}
#nav li {margin-right: 1px; padding-bottom: 1px;}
#nav li ul {display: none;}
#rss {margin-right: 1px;}
#rss_icon {width: 24px; height: 24px; background: url("rss_icon.jpg") no-repeat; margin-top: 5px;}

#top_navbar {float:left;}
#subname {font-size:12px; text-align:right; margin: 21px 10px 0 -24px; float: left; vertical-align: middle; text-indent: 50px;color: #888888;}

/*------------------------ Container & Main ------------------------*/
#container{
	width: 960px;
	background: #ffffff;
	margin: 0 auto;
}

#main{
	float: left;
	width: 660px;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post{
	margin-bottom: 40px;
	font-size: 13px;
	text-align: left;
}

.postdate{
  float: left;
	display: block;
	background: url(images/date.gif) no-repeat;
	height: 48px;
	width: 48px;
	line-height: 160%;
	margin-right: 10px;
}

.month{
  text-transform: uppercase;
  text-align: center;
  color: #fcfff5;
	font-size: 12px;
}

.date{
	text-align: center;
	margin-top: 2px;
	font-size: 18px;
}

.postmeta{
	color: #666666;
	font-size: 12px;
}

.postmeta_category{
	background: url(images/category.gif) no-repeat;
	padding: 0 5px 0 18px;
}
.postmeta_views{
	background: url(images/views.gif) no-repeat;
	padding: 0 5px 0 18px;
}
.postmeta_comments{
	background: url(images/comments.gif) no-repeat;
	padding-left: 18px;
}

.postmeta_author{
	background: url(images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_time{
	background: url(images/time.gif) no-repeat;
	padding-left: 18px;
}

.postmeta_category a{
	color: #666666;
}

.postmeta_comments a{
	color: #666666;
}

.title{
	height: 48px;
}

.title h2{
	line-height: 120%;
}

.title h2 a{
	color: #3e606f;
	font-size: 20px;
	line-height: 140%;
}

.title h2 a:hover{
	color: #db5104;
}

.title .postmeta a:hover{
	color: #db5104;
}

.post p{
	margin: 5px 0;
	padding: 5px 20px 5px 0;
}

.post ul, .post ol{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li{
	padding: 2px 0 2px 0;
}

.entry {
	margin: 20px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
}

.entry a {
	text-decoration: none;
	color: #0066cc;
	/*border-bottom: 1px dotted #0066cc;*/
}

.entry a:hover {
	text-decoration: underline;
	color: #db5104;
	/*border-bottom: 1px solid #db5104;*/
}

.tags {
	background: url(images/tags.gif) no-repeat;
	padding-left: 20px;
	color: #666666;
}

.tags a {
	color: #666666;
	text-decoration: none;
}

.tags a:hover {
	color: #db5104;
	text-decoration: none;
}

.info {
	padding: 10px 0;
	color: #666666;
}

.info a{
	color: #666666;
}

.info a:hover{
	color: #ff5400;
}

.relate h3 {
	color: #3e606f;
	font-size: 16px;
}

.relate ul {

	
	margin:0 0 0 0;
	
	
}

.navi {
	clear: both;
	padding-bottom: 20px;
}

.navi .left {
	float: left;
}

.navi .right {
	float: right;
}

.navi a {
	color: #777777;
	border-bottom: 1px dashed #999999;
}

.navi a:hover {
	color: #db5104;
	border-bottom: 1px solid #db5104;
}

.alignleft {
	padding-right: 5px;
	float:left;
	text-align:left;
}

.alignright {
	padding-left: 5px;
	float:right;
	text-align:right;
}

/*------------------------ Comments ------------------------*/

.commentstitle {
	border-top: 1px solid #e3e5e4;
}

h3 {
	color: #3e606f;
	font-size: 18px;
	line-height: 130%;
}

.commentstitle h3 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentsnumber {
	color: #db5104;
}

.trackback {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.trackback a {
	color: #999999;
	font-size: 12px;
}

.commentlist {
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
}

.commentlist a {
	color: #0066cc;
}

.commentlist a:hover {
	color: #db5104;
	border-bottom: 1px solid #db5104;
}

.commentlist li {
	border-bottom: 1px solid #e3e5e4;
	padding: 15px 5px 30px 5px;
}

.alt {
	background-color: #f9f9f9;
}

.top, .time a {
	color: #999999;
}

.avatar {
	float: right;
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #dddddd;
	margin: 5px;
}

/*------------------------ Comments Form ------------------------*/

#respond {
	font-size: 18px;
	color: #3e606f;
	margin-bottom: 15px;
	margin-top: 10px;
}

#commentform p {
	margin-bottom: 15px;
}

input#inpName, input#inpEmail, input#inpHomePage,input#inpVerify,textarea#txaArticle {
	margin-left: 12px;
	border: 2px solid #e3e5e4;
	padding: 2px;
	width: 200px;
	background-color: #f9f9f9;

} 

textarea#txaArticle {
	width: 450px;
	height: 200px;
}

input#inpName:focus, input#inpEmail:focus, input#inpHomePage:focus,input#inpVerify:focus,textarea#txaArticle:focus{
	color: #666666;
	border: 2px solid #f1b39b;
	background-color: #ffffff;
}

label {
	margin-left: 5px;
	font-size: 12px;
}

input#submit {
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #e3e5e4;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}
/*------------------------ Sidebar ------------------------*/

#sidebar {
	float: right;
	width: 290px;
	overflow: hidden;
	border: 1px solid #e3e5e4;
	border-top: 0;
	background: #f3f4ee;
	line-height: 160%;
	margin-bottom: 20px;
}

#sidebar ul{
	padding: 15px;
}

#sidebar a{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover{
	color: #db5104;
}

#sidebar ul h2{
	font-size: 18px;
	line-height: 180%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #3e606f;
	border-bottom: 1px solid #e3e5e4;
}

#sidebar ul li{
	list-style: none;
	line-height: 180%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul{
	padding: 0px 10px;
}

#sidebar ul ul li{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
}

#sidebar ul ul li ul{
	padding-left: 5px;
	margin-bottom: 0;
}

#sidebar ul ul li ul li{
	list-style: none;
	line-height: 160%;
	font-size: 12px;
	border-bottom: 0;
	background: none;
}

/*------------------------ Sidebar Search ------------------------*/

#sidebar ul li form{
	margin: 10px 0;
}

/*------------------------ Default Sidebar for Coogee Theme ------------------------*/

#search form{
	margin-top: 5px;
	margin-bottom: 20px;
}

#sidebar ul ul.feed_item li{
	background: none;
	padding:0 0 3px 0;
	border: none;
}

#sidebar .feed a{
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/feed.gif) no-repeat;
}

.tagcloud{
	padding: 0 10px;
}

/*------------------------ Footer ------------------------*/

#footer {
	border-top: 2px solid #dddddd;
	clear: both;
	width: 100%;
	color: #777777;
}

#footer a {
	color: #777777;
}

#footer a:hover {
	color: #666666;
}

#footer .footer_wrapper{
	margin: 0 auto;
	width: 960px;
}

#footer .footer_left{
	float: left;
	padding: 10px 0 20px 0;
	line-height: 160%;
}

#footer .footer_right{
	float: right;
	padding: 10px 0 20px 0;
	line-height: 160%;
}
/*------------------------ I added ------------------------*/
.pagebar a, .pagebar a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e3e5e4;
	color: #777777;
	background-color: #f3f4ee;	
}
.pagebar a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e3e5e4;
	color: #777777;
	background-color: #f3f4ee;	
}
.pagebar a:hover {	
	border: 1px solid #e3e5e4;
	color: #db5104;
	background-color: #f3f4ee;
}
.pagebar a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e3e5e4;
	color: #777777;
	background-color: #f3f4ee;	
}
.pagebar span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #777777;
	border: 1px solid #e3e5e4;
	background-color: #f3f4ee;
}
.pagebar span.now-page {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #f1b39b;
	color: #ffffff;
	background-color: #f1b39b;
}
.pagebar span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #e3e5e4;
	color: #777777;
	background-color: #f3f4ee;
}
.reply{
float: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 font-size: 12px;
 line-height: 120%;
}

.reply a {
background: url(images/reply-bg.gif);
 border: 1px solid #dddddd;
 padding: 1px 3px;
 color: #999999;
 text-decoration: none;
}

.reply a:hover {
 color: #ffffff;
 background: #f1b39b;
 border: 1px solid #f1b39b;
}

.reply a:active {
 color: #ffffff;
 background: #ff5400;
 border: 1px solid #ff5400;
}

.article-date {display: none;}
span.feed-icon {display: none;}
.article-nums {display: none;}


/*------------------------ Search Form ------------------------*/

#searchform {
	background: url(images/search.gif) no-repeat left top;
	height: 32px;
	width: 260px;
}

#searchform:hover {
	background: url(images/search.gif) no-repeat left bottom;
}

#edtSearch {
	background: none;
	border: none;
	width: 170px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #999999;
}

#btnPost {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

.list span.cm{background:url("images/icons.gif") -5px -558px no-repeat;padding-left:10px;font-size:14px;}
.list span.cm small{color:#999;font-size:12px;}
.list span.cm em{color:#df0031;}
