﻿/*
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: 12px Tahoma;
           line-height:25px;
           margin: 0;
           padding: 0;
}

a{
	color: #0066cc;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}

a img{
	border: 0;
}

a:hover{
	color: #ff5400;
}

p.read-more a{color:#4cc3e4;font-size: 12px;} 
p.read-more a:hover{color:#fd893c;font-size: 12px;} 


.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;
}
.R_right{
	width:34px;
	height:33px;
	float:right;
	padding-top: 5px;
}

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 ------------------------*/

#header{
	
           border-bottom: 1px solid #e7e7e7;
	height: 105px;
	background: #f5f5f5 none no-repeat scroll 0%;
	margin: 0;
	padding: 0;
}

#header .header_wrapper{
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.header_left{
	float: left;
           FONT-FAMILY: "Microsoft Yahei", "Microsoft JhengHei", Arial
	margin-top: 40px;
           padding-top:18px;
           width: 400px;

}
.header_leftitle{
         FONT-FAMILY:'Lucida Grande',Tahoma,sans-serif;;
         color:#949393;
         font-size: 14px;

         padding-bottom:20px;

        padding-left:50px;
}
.header_left h1 a{
	font-size: 26px;
	color: #33cccc;
}

.header_right{
	float:right;
         PADDING-TOP: 60px
}

.header_right ul{
	list-style-type: none;
}

.header_right ul li{
	float: left;
}

.header_right ul li a{
	BORDER-RIGHT: #33cccc 1px dashed; PADDING-RIGHT: 17px; BORDER-TOP: #33cccc 1px dashed; MIN-WIDTH: 8px; DISPLAY: block; PADDING-LEFT: 17px; BACKGROUND: #ffffff; PADDING-BOTTOM: 2px; FONT: 14px Microsoft Yahei; MARGIN-LEFT: 7px; BORDER-LEFT: #33cccc 1px dashed; COLOR: #00a0dc; PADDING-TOP: 2px; BORDER-BOTTOM: #33cccc 1px dashed; FLOAT: left;HEIGHT: 20px;
}

.header_right ul li a:hover{
	BACKGROUND: #33cccc
}
.header_right ul li a:hover{
	COLOR: #ffffff
}


.header_right ul li.current_page_item a{
	color: #ffffff;
	background: #91aa9d;
}

/*------------------------ Container & Main ------------------------*/

#container{
	width: 960px;
	background: #ffffff;
	margin: 0 auto;
}

#main{
	float: left;
	width: 660px;
	overflow:hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}

.post{
	
	font-size: 13px;
	text-align: left;
}

.postdate{
  float: right;
	display: block;
	background: url(images/date.gif) no-repeat;
	height: 48px;
	width: 48px;
	line-height: 150%;
	margin-right: 5px;
}

.month{
  text-transform: uppercase;
  text-align: center;
  color: #d2d2d2;
	font-size: 12px;
}

.date{
	text-align: center;
	margin-top: 2px;
	font-size: 14px;
color:a6a6a6;
}

.postmeta{
	color: #666666;
	font-size: 12px;
width:400px;
 
}

.postmeta_category{
	
	padding: 0 5px 0 4px;
}

.postmeta_comments{
	padding-left: 18px;
	
}

.postmeta_author{
	background: url(images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_time{
	
	padding-left: 18px;
}

.postmeta_category a{
	color: #666666;
}

.postmeta_comments a{
	color: #666666;
}

.title{ 
	padding-bottom:5px;
          height: 55px;
           FONT-FAMILY: "Microsoft Yahei", "Microsoft JhengHei", Arial

}

.title h2{
width:580px;
	line-height: 140%;
           

}

.title h2 a{
          font-weight:normal;
	color: #2e2d2d;
	font-size: 26px;
	line-height: 140%;
           FONT-FAMILY: "Microsoft Yahei", "Microsoft JhengHei", Arial
          
}

.title h2 a:hover{
         
	color: #33cccc;
}

.title .postmeta a:hover{
	color: #db5104;
}

.post p{
	margin: 0px 0;
	padding: 5px 10px 5px 0;
          color:#333333;
}

.post ul, .post ol{
	margin: 5px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li{
	padding: 2px 0 2px 0;
}

.entry {
font-size:14px;
margin: 0px 0 50px 0;
 color:#333333;
BORDER-TOP: #ddd 1px dashed;
}
.entry p{
margin-top:8px;
}

.entry a {
	text-decoration: none;
	color: #33cccc;
	/*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: #4cc3e4;
	text-decoration: none;
font-size:13px;
}

.tags a:hover {
	color: #db5104;
	text-decoration: none;
}

.info {
	padding: 10px 0 0 0;
	color: #48a0e2;
}

.info a{
	color: #48a0e2;
}

.info a:hover{
	color: #ff5400;
}

.relate h3 {
	color: #535353;
	font-size: 14px;
           line-height:16px;
}
.relate p {
	color: #535353;
	font-size: 14px;
           line-height:16px;
}



.navi {
	clear: both;
	padding-bottom: 20px;
}

.navi .left {
font-size:14px;

	float: left;
padding-top: 20px;
}

.navi .right {
font-size:14px;

	float: right;
padding-top: 20px;
}

.navi a {
	color: #33cccc;

	border-bottom: 1px dashed #33cccc;

}

.navi a:hover {
	color: #db5104;
	border-bottom: 1px dashed #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 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN: 50px 0px 2px; COLOR: #333333; FONT-FAMILY: Tahoma
}

.commentstitle h3 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN: 50px 0px 2px; COLOR: #333333; FONT-FAMILY: Tahoma
}

.commentsnumber {
	color: #333333;
}

.trackback {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.trackback a {
	color: #999999;
	font-size: 12px;
}

.commentlist {
	PADDING-BOTTOM: 10px; COLOR: #666666; margin-TOP: 30px; LIST-STYLE-TYPE: none
}

.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-WEIGHT: bold; FONT-SIZE: 14px;  COLOR: #333333; FONT-FAMILY: Tahoma
	margin-top: 10px;
}

#commentform p {
	margin-bottom: 15px;
}

input#inpName, input#inpEmail, input#inpHomePage,input#inpVerify,textarea#txaArticle {
	BORDER-RIGHT: #cccccc 1px dashed; PADDING-RIGHT: 4px; BORDER-TOP: #cccccc 1px dashed; PADDING-LEFT: 4px; FONT-SIZE: 14px; BACKGROUND: #eeeeee; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px dashed; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px dashed；
} 

textarea#txaArticle {
	width: 670px;
	height: 120px;
}

input#inpName:focus, input#inpEmail:focus, input#inpHomePage:focus,input#inpVerify:focus,textarea#txaArticle:focus{
	BORDER-RIGHT: #cccccc 1px dashed; PADDING-RIGHT: 4px; BORDER-TOP: #cccccc 1px dashed; PADDING-LEFT: 4px; FONT-SIZE: 14px; BACKGROUND: #eeeeee; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px dashed; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px dashed;
}

label {
	margin-left: 5px;
	font-size: 12px;
}

input#submit {
	
	background-color: #5fc9e4;
	border: 2px solid #e1f3f8;
	width: 80px;
	padding: 4px 5px;
	color: #ffffff;
	font-size: 12px;




}

/*------------------------ 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 0px 0 10px;
	color: #999999;
}

#btnPost {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

/*------------------------ Sidebar ------------------------*/

#sidebar {
	float: right;
	width: 270px;
	overflow: hidden;
	
	border-top: 0;
	background: #f7f7f7;
	line-height: 160%;
margin-top:40px;
}

#sidebar ul{
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 10px; PADDING-TOP: 8px
}

#sidebar a{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover{
	BACKGROUND: #4cc3e4; COLOR: #ffffff
}

#sidebar ul h2{
	font-size: 14px;
         

	line-height: 180%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #333333;
	border-bottom: 1px dashed #cccccc;
}

#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;
}

.rss_link {
	float: left;
	width: 250px;
	border:none;
          margin-left:25px; 
          padding-top:20px;
}

/*------------------------ Calender ------------------------*/

#wp-calendar {
	width: 260px;
	text-align: center;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 12px;
	margin-top: 5px;
}

/*------------------------ 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 {
CLEAR: both; WIDTH: 100%; COLOR: #777777;border-top-width: 1px;margin-top:30px;
	border-top-style: dashed;
	border-top-color: #29bdbd;
}

#footer a {
	color: #777777;
}

#footer a:hover {
	color: #4cc3e4;
}

#footer .footer_wrapper{
	margin: 0 auto;
	width: 960px;
}

#footer .footer_left{
	float: left;
	padding: 10px 0 30px 0;
	line-height: 160%;
}

#footer .footer_right{
	float: right;
	padding: 10px 0 20px 0;
	line-height: 160%;
}

/*------------------------ Archives Page ------------------------*/

.archivespage_tag {
	border: 1px solid #e3e5e4;
	margin: 0px 12px 20px 12px;
	padding: 5px;
}

.archivespage_tag a {
	color: #999999;
	text-decoration: none;
}

.archivespage_tag a:hover {
	color: #db5104;
}

.archiveslist {
	list-style-type: none;
	margin: 5px 12px 10px 12px;
}

.archiveslist li a, .archiveslist li a:visited {
	color: #666666;
	text-decoration: none;
}

.archiveslist li a:hover {
	color: #db5104;
}

.archivesnumber {
	color: #db5104;
}

/*------------------------ Link Page ------------------------*/

.linkpage ul {
	padding: 10px 12px;
	list-style-type: none;
}

.linkpage ul li {
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li {
	float: left;
	width: 140px;
	text-align: center;
	margin: 3px 5px;
	line-height: 180%;
	background-color: #ffffff;
	border: 1px solid #e3e5e4;
}

.linkpage ul li ul li a {
	color: #999999;
	display: block;
	text-decoration:none;
}

.linkpage ul li ul li a:hover {
	background-color: #eeeeee;
	color: #333333;
}

/*------------------------ Page Template ------------------------*/

.title_page{
	border-left: 4px solid #91aa9d;
	margin-bottom: 20px;
}

.title_page h2{
	padding-left: 10px;
	font-size: 20px;
	line-height: 180%;
	color: #3e606f;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy {
  text-align: left;
  font-size: 12px;
  margin: 10px 0;
}
/*------------------------ I added ------------------------*/
span.feed-icon{display:none;}
.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;
}