/*
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 {
	margin-top: 20px;
}

body, html{ background-color:#CCDDF2;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight:normal;
	line-height: 160%;
	padding: 0;
}

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

a img{
	border: 0;
}

a:hover{
	color: #1B1C1E;border-bottom:2px solid #9ebfef;

}

blockquote{
	background-color: #eeeeee;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-left: 2px solid #322345;
}

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


/*------------------------ WHITE ------------------------*/

#white{
	width:950px;
	background-image:url(images/grad2.jpg); background-repeat: repeat-x; background-color:#FFFFFF;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


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

#header{
	height: 175px;
	margin: 0;
	padding: 0;
}

#header .header_wrapper{
	width: 950px;
	height: 175px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/exigent-marketing.png)
}

.header_left{
	float: left;
	margin-top: 115px;
	width: 400px;
}

.header_left h1 a{
	line-height: 180%;
	font-size: 24px;
	color: #f2f2f2;
}

.header_left h2{
	font-size: 14px;
	color: #eeeeee;
	font-weight: normal;
}

.header_right{
	margin-top: 137px;
	float:left;
	margin-left: 15px;
	font-size: 12px;
	
	padding-right: 10px;
	padding-left: 10px;
}

.header_right ul{
	list-style-type: none;
}

.header_right ul li{
	float: left;
}

.header_right ul li a{
	color: #FFF; font-weight:bold;
	display:block;
	line-height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.header_right a:hover{	padding-top: 10px;
	padding-bottom: 0px;
	color: #322345; background-color:#9ebfef;}


.header_right ul li a:hover{	padding-top: 10px;
	padding-bottom: 0px;
	color: #322345; background-color:#9ebfef;
}

.header_right ul li.current_page_item a{	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFF;
}

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

#container{
	width: 950px;
background-image:url(images/grad2.jpg); background-repeat:repeat-x;	background-color:#FFFFFF;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main{
	float: left;
	width: 540px;
	overflow:hidden;
	margin-top: 0px;
	padding: 35px;
background-image:url(images/grad2.jpg); background-repeat:repeat-x;background-color:#FFFFFF;}

.post{
	margin-bottom: 40px;
	font-size: 14px;
	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;
	padding-top: 6px;
}

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

.postmeta_comments a{
	color: #666666;
}

.title{
	font-style:normal;
	height: 48px;
	padding-bottom: 0px;
}

.title h2{
	line-height: 120%;
	color: #333333;
}

.title h2 a{font-weight:normal;
	color: #322345;border-bottom:2px solid #9ebfef;

	font-size: 20px;padding-bottom:2px;
	line-height: 140%; margin-bottom:10px;
}

.title h2 a:hover{
	color: #322345; 

}

.title .postmeta a:hover{
	font-style:normal;
	color: #322345;border-bottom:2px solid #9ebfef;
}

.post p{
	margin: 5px 0;
	padding: 5px 20px 5px 0;
	color: #454545;
}

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

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

.entry {
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	line-height: 15px;
	color: #454545;
	font-size: 12px;
}


.entry h2 {font-weight:normal;font-size: 18px;padding-top:10px; margin-top:10px;
	color: #322345;margin-bottom:10px; padding-bottom:5px;}
	
.entry h2 a{font-weight:normal;font-size: 18px;padding-top:10px; margin-top:10px;
color: #322345;border-bottom:2px solid #9ebfef;margin-bottom:10px; padding-bottom:5px;}

.entry h2 a{font-weight:normal;font-size: 18px;padding-top:10px; margin-top:10px;
color: #322345;margin-bottom:10px; padding-bottom:5px;}


.entry h3 { font-style:bold;
	color: #322345;
	font-size: 16px;
}

.entry h4 { font-style:bold; padding-top:10px; margin-top:10px;
	color: #322345; line-height:normal;
	font-size: 14px; text-decoration:none;
}


.entry h4 a{ font-style:bold; padding-top:5px; margin-top:5px;
	color: #322345;border-bottom:2px solid #9ebfef;
	font-size: 14px; text-decoration:none; line-height:normal;
}

.entry h5 { font-style:bold; padding-top:10px;
	color: #322345;
	font-size: 12px;
}

.entry h6 {font-style:bold; padding-top:5px; margin-top:5px;
	color: #322345;border-bottom:2px solid #9ebfef;
	font-size: 14px; text-decoration:none;
}
.entry h1 {font-style:bold; padding-top:5px; margin-top:5px;
	color: #322345;border-bottom:2px solid #9ebfef;
	font-size: 16px; text-decoration:none;
}


.entry a {
	font-style: normal;
	text-decoration: none;
	color: #322345;
	font-weight: bold;	/*border-bottom: 1px dotted #322345;*/
}

.entry a:hover {border-bottom:2px solid #9ebfef;
	text-decoration: none;
	color: #333;
}

.tags {border-bottom:2px solid #9ebfef;
	background: url(images/tags.gif) no-repeat;
	padding-left: 20px;
	color: #666666;
}

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

.tags a:hover {
color: #333; border-bottom:2px solid #9ebfef;}

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

.info a{
	color: #666666;
}

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

.relate h3 { font-style:normal;
	color: #322345;
	font-size: 16px;
}

.relate h4 { font-style:bold;
	color: #322345;
	font-size: 14px;
}

.h4 { font-style:bold;
	color: #322345;
	font-size: 14px;
}


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

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

.navi .left {
	float: left;
}

.navi .right {
	float: right;
}

.navi a {
	color: #777777;
	border-bottom:2px solid #9ebfef;	

}

.navi a:hover {
	color: #322345;border-bottom:2px solid #9ebfef;	
}

.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-style:normal;
	color: #322345;	font-size: 16px;
	line-height: 130%;
}

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

.commentsnumber {
	color: #322345;border-bottom:2px solid #9ebfef;}

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

.commentlist a:hover {
	color: #322345;border-bottom:2px solid #9ebfef;	
}

.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;
	font-style:normal;
	color: #322345;
	margin-bottom: 15px;
	margin-top: 10px;
}

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

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

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

input#author:focus, input#email:focus, input#url:focus, textarea#comment: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;
}

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

#searchinput {
	background: none;
	border: none;
	width: 150px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #666;
}

#searchsubmit {	color: #333;

	background: none;
	border: none;
	width: 80px;
	height: 30px;
	cursor:pointer;
}

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

#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	float: right;
	background-color:#CCDDF2;
	width: 330px;
	overflow: hidden;
	border-top: 0; border-left:#FFFFFF solid 5px;border-bottom:#FFFFFF solid 5px;
	line-height: 140%;
	margin-bottom: 20px;margin-right: 5px;margin-top: 5px;
	height: 100%;
}

#sidebar ul{
	padding: 15px;
}

#sidebar a{
	color: #322345;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar a:hover{
	color: #322345; text-decoration:underline; border:none;}

#sidebar ul h2{
	font-weight:normal;
	font-size: 18px;
	line-height: 140%;
	line-height: normal;
	padding-bottom: 2px;
	margin-bottom: 7px; margin-top:20px;
	font-style:normal;
	color: #322345;
	border-bottom: 2px solid #9ebfef;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul li{ font-family:Arial, Helvetica, sans-serif; color:#322345;
	list-style: none;
	line-height: 140%;
	font-size: 12px;
}

#sidebar li a{
	color: #322345;
	text-decoration: none;
}

#sidebar ul ul{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#sidebar ul ul li{
	border-bottom: 1px dashed #fff;
	padding: 2px 0;
	padding-left: 0px;
}

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

/*------------------------ 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 { font-size:small;
	border-top: 0px solid #dddddd;
	clear: both;
	width: 100%;
	color: #fff;
}

#footer a {
	color: #322345;
}

#footer a:hover {
	color: #1B1C1E;border-bottom:2px solid #619DF4;
}

#footer .footer_wrapper{
	margin: 0 auto;
	width: 900px;
}

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

/*------------------------ 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: #322345;border-bottom:2px solid #9ebfef;}

.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: #322345;border-bottom:2px solid #9ebfef;}

.archivesnumber {
	color: #322345;border-bottom:2px solid #9ebfef;}

/*------------------------ 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: #322345;
}

/*------------------------ Page Template ------------------------*/

.title_page{	font-style:normal;

	border-left: 4px solid #91aa9d;
	margin-bottom: 20px;
}

.title_page h2{
	padding-left: 10px;
	font-size: 20px;
	line-height: 180%;
	font-style:normal;
	color: #333;
}

/*------------------------ 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: 0px solid #ddd;
	text-align: left;
	background-color: #efefef;

}

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

