/*

Theme Name: Coogee
Theme URI: http://imotta.cn/wordpress/coogee-theme-v02-for-wordpress.html
Description: A simple 2-Column WordPress theme. Widget ready.
Version: 0.2.2
Author: motta
Author URI: http://imotta.cn/
Tags: coogee, fixed width, two columns, blue
*/



* {
	margin: 0;
	padding: 0;
}


body, html {
	color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 160%;
	background: #e7e9df url(images/bg-body.jpg) repeat-x;
	margin: 0;
	padding: 0;
}


a {
	color: #f53e00;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}


a img {
	border: 0;
}


a:hover  {

}

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

.clear {
	clear: both;
}

.break-solid {
	border-bottom: 2px solid #e7e7e7;
	margin-bottom: 8px;
	padding-top: 16px;
	margin-right: 45px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}



/*------------------------ Header ------------------------*/



#header {
	height: 168px;
	background: transparent url(images/bg-header.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
   /* border-bottom: 4px solid #efefef;*/
}



#header .header_wrapper {
	width: 864px;
	height: 168px;
	margin: 0 auto;
	padding: 0;
}


		.header_left {
			float: left;
			margin-top: 32px;
			width: 530px;
		}
		
		
				.header_left h1 a {
					line-height: 180%;
					font-size: 24px;
					color: #fff;
					width: 255px;
					height: 28px;
					margin-top: 26px;
					margin-bottom: 16px;
					display: block;
					background: transparent url(images/logo-blog.gif) no-repeat;
				}
				
				.header_left h1 a span {
					display: none;
				}
				
				.header_left h2 {
					font-size: 15px;
					color: #fff;
					font-weight: normal;
					padding-right: 24px;
				}
		
		
		.header_right {
			position: relative;
			float: right;
			width: 294px;
		}
		
		
				.header_right ul {
					list-style-type: none;
				}
				
				.header_right ul li {
					font-size: 12px;
					float: left;
				}
				
				.header_right ul li a {
					color: #cccccc;
					display: block;
					line-height: 30px;
					padding: 0 16px 0 0;
				}
				
				.header_right ul li a:hover {
					color: #fff;
				}
				
				
				.header_right ul li.current_page_item a {
					color: #ffffff;
					/*background: #91aa9d;*/
				}
				
				
				#searchform  {
					position: absolute;
					top: 99px;
					right: 16px;
					background: url(images/bg-search.gif) no-repeat left top;
					height: 32px;
					width: 280px;
				}
								
				
						#searchform:hover  {
							cursor: pointer;
							background: url(images/bg-search-over.gif) no-repeat left top;
						}
						
												
						#searchinput  {
							background: none;
							border: none;
							width: 170px;
							height: 23px;
							padding: 0 5px 0 10px;
							font-family: Helvetica, Arial, sans-serif;
							color: #fff;
						}
						
												
						#searchsubmit  {
							background: none;
							border: none;
							width: 60px;
							height: 30px;
							cursor:pointer;
						}



/*------------------------ Container & Main ------------------------*/


#container-wrap {
	position: realtive;
	width: 100%;
	background: #fff;
}


#container {
	position: realtive;
	width: 864px;
	margin: 0 auto;
}

#main {
	position: realtive;
	float: left;
	width: 563px;
	overflow: hidden;
	background: transparent url(images/bg-main.jpg) repeat-y top left;
	margin-top: 32px;
}

	#main-top {
		position: realtive;
		width: 563px;
		background: transparent url(images/bg-main-top.jpg) no-repeat top left;
	}
	
	#main-bottom {
		position: realtive;
		width: 563px;
		background: transparent url(images/bg-main-bot.jpg) no-repeat bottom left;
	}

		
	
.post {
	margin-bottom: 16px;
	font-size: 13px;
	text-align: left;
}

.postdate {
	float: left;
	display: block;
	background: url(images/date.gif) no-repeat;
	height: 32px;
	width: 32px;
	line-height: 120%;
}

.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_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: #f53e00;
}

.postmeta_comments a {
	color: #f53e00;
}



.title {
	/*height: 48px;*/
	margin-bottom: 8px;
}



.title h2 {
	line-height: 120%;
	margin-right: 48px;
}



.title h2 a {
	color: #333;
	font-size: 20px;
	line-height: 120%;
}



.title h2 a:hover {
	color: #f53e00;
}



.title .postmeta a:hover {
	color: #f53e00;
}



.post p {
	line-height: 140%;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
}



.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
	margin-right: 40px;
}



.post li {
	padding: 2px 0 2px 0;
}



.entry  {
	line-height: 140%;
	padding-bottom: 16px;
	margin: 20px 48px 16px 0;
	border-bottom: 2px dotted #e7e7e7;
}



.entry a  {
	text-decoration: underline;
	color: #f53e00;
	/*border-bottom: 1px dotted #0066cc;*/
}



.entry a:hover  {
	text-decoration: none;
	color: #f53e00;
	/*border-bottom: 1px solid #db5104;*/
}



.tags  {
	/*background: url(images/tags.gif) no-repeat;
	padding-left: 20px;*/
	color: #666666;
}



.tags a  {
	color: #f53e00;
	text-decoration: none;
}



.tags a:hover  {
	color: #db5104;
	text-decoration: none;
}



.info  {
	padding: 10px 0;
	color: #666666;
}



.info a {
	color: #f53e00;
}



.info a:hover {
	color: #ff5400;
}



.relate h3  {
	color: #333;
	font-size: 16px;
}



.relate ul  {
	list-style-type: decimal;
}



.navi  {
	clear: both;
	padding-bottom: 20px;
}



.navi .left  {
	float: left;
}



.navi .right  {
	float: left;
}



.navi a  {
	color: #777777;
}



.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 ------------------------*/


#comments-wrap {
	position: relative;
	width: 400px;
}

.commentstitle  {
	/*border-top: 1px solid #e3e5e4;*/
}



h3  {
	color: #333;
	font-size: 16px;
	line-height: 130%;
	margin: 16px 32px 8px 0;
}



.commentstitle h3  {
	color: #333;
	padding-bottom: 10px;
	padding-top: 10px;
}



.commentsnumber  {
	/*color: #db5104;*/
}



.trackback  {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}



.trackback a  {
	color: #999;
	font-size: 12px;
}



.commentlist  {
	color: #666;
	list-style-type: none;
	padding: 10px 0;
	margin-right: 45px;
}



.commentlist a  {
	color: #0066cc;
}



.commentlist a:hover  {
	color: #db5104;
	border-bottom: 1px solid #db5104;
}



.commentlist li  {	
	padding: 16px 0;
}



.alt  {
	/*background-color: #f9f9f9;*/
}



.top, .time a  {
	color: #999;
}



.avatar  {
	float: right;
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #dddddd;
	margin: 5px;
}



/*------------------------ Comments Form ------------------------*/


#commentform {
	position: relative;
	padding-bottom: 45px;
}

#respond  {
	font-size: 18px;
	color: #3e606f;
	margin-bottom: 15px;
	margin-top: 10px;
}



#commentform p  {
	margin-bottom: 15px;
}



input#author, input#email, input#url, textarea#comment  {
	border: 1px solid #e3e5e4;
	padding: 2px;
	width: 200px;
	background-color: #f9f9f9;
} 



textarea#comment  {
	width: 400px;
	height: 200px;
}



input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus  {
	color: #666666;
	border: 1px solid #f1b39b;
	background-color: #ffffff;
}



label  {
	margin-left: 5px;
	font-size: 12px;
}



input#submit  {
	background-color: #f9f9f9;
	border: 2px solid #e3e5e4;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}







/*------------------------ Sidebar ------------------------*/



#sidebar  {
	position: realtive;
	float: right;
	width: 280px;
	overflow: hidden;
	/*border: 1px solid #e3e5e4;*/
	border-top: 0;
	/*background: #f3f4ee;*/
	line-height: 140%;
	padding-top: 24px;
	padding-right: 16px;
	margin-bottom: 20px;
}

		#sidebar ul {
			/*padding: 15px;*/
		}
		
		#sidebar a {
			color: #f53e00;
			text-decoration: underline;
		}
		
		#sidebar a:hover {
			color: #db5104;
			text-decoration: none;
		}
		
		#sidebar ul h2 {
			font-size: 18px;
			line-height: 120%;
			margin-bottom: 8px;
			color: #333;
		}
		
				#sidebar ul h2 span {
					display: none;
				}
								
				#sidebar ul h2.head-quick {
					display: block;
					width: 225px;
					height: 32px;
					background: transparent url(images/head-quick.jpg) no-repeat;					
				}				
				
				#sidebar ul h2.head-cats {
					display: block;
					width: 225px;
					height: 32px;
					background: transparent url(images/head-cats.jpg) no-repeat;					
				}
				
				#sidebar ul h2.head-subscribe {
					display: block;
					width: 225px;
					height: 32px;
					background: transparent url(images/head-subscribe.jpg) no-repeat;					
				}
				
				
				
		#sidebar ul li {
			list-style: none;
			line-height: 135%;
			font-size: 12px;
			color: #4d4d4d;
			padding-top: 12px;
			padding-bottom: 24px;
			border-top: 2px solid #e7e7e7;
		}
		
		#sidebar ul li.no-border {
			border-top: none;
		}
		
		#sidebar ul ul {
			padding: 0px;
		}
		
		#sidebar ul ul li {
			border-top: none;
			padding: 2px 0;
			/*border-bottom: 1px solid #eeeeee;*/
			/*background: url(images/side.gif) no-repeat 0 50%;
			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: 120%;
			font-size: 12px;
			border-bottom: 0;
			background: none;
		}
		
		/*------------------------ 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  {
	border-top: 2px solid #e7e7e7;
	font-size: 11px;
	clear: both;
	width: 100%;
	height: 140px;
	color: #636466;
	background: transparent url(images/bg-footer.jpg) repeat-x top;
}

		#footer a  {
			color: #636466;
			text-decoration: underline;
		}
		
		#footer a:hover  {
			color: #333;
			text-decoration: none;
		}
		
		#footer .footer_wrapper {
			margin: 0 auto;
			width: 864px;
		}
		
		#footer .footer_left {
			float: left;
			padding: 20px 0 20px 0;
			line-height: 160%;
		}
		
		#footer .footer_right {
			float: right;
			padding: 20px 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 {
	/*height: 48px;*/
	margin-bottom: 8px;
}

.title_page h2 {
	line-height: 120%;
	margin-right: 48px;
}


/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy  {
  text-align: left;
  font-size: 12px;
  margin: 10px 0;
}

/*------------------------ official alignment ------------------------*/

.aligncenter  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft  {
	float: left;
}

.alignright  {
	float: right;
}

.wp-caption  {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img  {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd  {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
