/*
Theme Name: Cogee MPM
Theme URI: http://wordpress.org/
Description: Cogee updated for MPM
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

*{
	margin: 0;
	padding: 0;
}

body, html{
	background-color: #fffffe;
	color: #333333;
	font-family: "Lucida Grande", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

.image_block {
	text-align: center;
	margin: auto;
	display: block;
}

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

.adsense {
	text-align: center;
	margin: auto;
	display: block;
	padding: 10px;
}

a img{
	border: 0;
}

a:hover{
	color: #ff5400;
}

blockquote{
	background-color: #f2f2f2;
	margin: 10px 40px 10px 20px;
	padding: 5px 10px 5px 10px;
	border: 1px dashed #dddddd;
	border-left: 2px solid #dddddd;
	display: block;
}

code{
	background-color: #f2f2f2;
	font-family: "Courier New", Courier;
	margin: 10px 20px;
	border: 1px dashed #dddddd;
	color: #777777;
	padding: 0 5px 2px;
	line-height: 160%;
	display: block;
}

.read_rest {
	font-size: 14px;
	text-align: center;
}

/*------------------------- Download -----------------------*/

.video {
	text-align:center;
	margin: auto;
	padding: 0px;
}

.download {
	margin: 0px;
	padding: 0px;
	color: #bbbbbb;
	font-size: 10px;
	text-align: right;
}

.download a:link, .download a:visited, .download a:hover {
	color: #bbbbbb;
	text-decoration: underline;
	font-size: 10px;
	text-align: right;
}

/*------------------------- Light -----------------------*/

.light {
	color: #bbbbbb;
}

.light a:link, .light a:visited, .light a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

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

#header{
	border-top: 16px solid #fffffe;
	border-bottom: 30px solid #fffffe;
	height: 160px;
	background: #193441 none no-repeat scroll 0%;
	margin: 0;
	padding: 0;
}

#header .header_wrapper{
	width: 960px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#header .header_left{
	width: 50px;
	height: 160px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background: url(images/header_left.png);
}

#header .header_right{
	width: 50px;
	height: 160px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	background: url(images/header_right.png);
}

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

#container{
	background-color: #fffffe;
	width: 960px;
	margin: 0 auto;
}

#main{
	background-color: #ffffff;
	float: left;
	width: 658px;
	overflow:hidden;
	padding: 0px 0px 20px 10px;
}

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

.postdate{
	float: left;
	display: block;
	background: url(images/date.png) no-repeat;
	border: 0px;
	width: 56px;
	height: 64px;
	margin-right: 10px;
}

.postdate_empty{
	float: left;
	display: block;
	border: 0px;
	width: 62px;
	height: 71px;
	margin-right: 10px;
}

.month{
	padding-top: 7px;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	color: #3e606f;
	text-shadow: #888888 1px 1px 4px;
}

.date{
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	font-size: 28px;
	color: #2E4954;
	text-shadow: #888888 1px 1px 4px;
}

.year{
	text-align: center;
	color: #fcfff5;
	margin-top: 2px;
	font-size: 10px;
}

.postmeta{
	color: #666666;
	font-size: 12px;
}

.postmeta_category{
	background: url(images/category.gif) no-repeat;
	padding-left: 20px;
}

.postmeta_comments{
	background: url(images/comments.gif) no-repeat;
	padding-left: 20px;
}

.postmeta_author{
	background: url(images/author.gif) no-repeat;
	padding-left: 20px;
}

.postmeta_time{
	background: url(images/time.gif) no-repeat;
	padding-left: 20px;
}

.postmeta_print{
	padding: 4px;
}

.postmeta_print a{
	color: #666666;
}

.postmeta_category a{
	color: #666666;
}

.postmeta_comments a{
	color: #666666;
}

.title{
	height: 48px;
}

.title h2{
	line-height: 120%;
	text-shadow: #bbbbbb 2px 2px 4px;
}

.title h2 a{
	color: #3e606f;
	font-size: 24px;
	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: 30px 20px 10px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
	text-align: justify;
}

.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;
	background-position: bottom left; 
	padding: 20px 0px 0px 20px;
	color: #666666;
	display: block;
}

.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 {
	list-style-type: decimal;
}

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

h3 {
	color: #3e606f;
	text-shadow: #bbbbbb 1px 1px 4px;
	font-size: 18px;
	line-height: 130%;
}

.commentstitle h3 {
	padding: 0px 0px 20px 0px;
}

.commentsnumber {
	color: #db5104;
}

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

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

.commentlist {
	margin: 0px 20px 0px 0;
	color: #666666;
	list-style-type: none;
}

.commentlist a {
	color: #0066cc;
}

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

.commentlist li {
}

.liuser {
	background: url(images/comment_bg_user.png) no-repeat left top;
	border: 0px;
	padding: 10px 10px 30px 10px;
	display: block;
}

.liadmin {
	background: url(images/comment_bg_admin.png) no-repeat left top;
	border: 0px;
	padding: 10px 10px 30px 10px;
	display: block;
}

.commentbody {
	text-align: justify;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px;
}

.nomuser {
	padding: 0px 0px 0px 85px;
	color: #666666;
	text-shadow: #888888 1px 1px 4px;
	display: block;
	position: absolute;
}

.nomadmin {
	padding: 0px 0px 0px 85px;
	color: #cccccc;
	text-shadow: #aaaaaa 1px 1px 4px;
	display: block;
	position: absolute;
}

.dateuser {
	padding: 0px 0px 0px 470px;
	color: #666666;
	text-shadow: #888888 1px 1px 4px;
	position: absolute;
}

.dateadmin {
	padding: 0px 0px 0px 470px;
	color: #cccccc;
	text-shadow: #aaaaaa 1px 1px 4px;
	position: absolute;
}

.nomadmin a, .nomadmin a:hover, .nomadmin a:link, .nomadmin a:visited {
	color: #eeeeee;
	text-decoration: none;
}

.avatar {
	float: left;
	width: 48px;
	height: 48px;
	display: block;
	padding: 0px;
	border: 1px solid #999999;
	margin: 0px 0px 0px 0px;
}


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

.wp-smiley-select {
	padding: 2px;
}

#respond {
	border-top: 1px solid #cccccc;
	font-size: 18px;
	color: #3e606f;
	padding: 20px 0px 10px 0px;
}

#commentform {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

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

.smileyzone {
	border: 2px solid #e3e5e4;
	padding: 10px;
	width: 604px;
}

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

textarea#comment {
	width: 620px;
	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, input#acp-preview {
	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: 170px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #999999;
}

#searchsubmit {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

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

#sidebar {
	float: right;
	width: 290px;
	overflow: hidden;
	border: 1px solid #e3e5e4;
	background: #f3f4ee;
	line-height: 140%;
	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: 160%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #3e606f;
	border-bottom: 1px solid #ccd0ce;
	text-shadow: #999999 2px 2px 4px;
}

#sidebar ul li{
	list-style: none;
	line-height: 160%;
	font-size: 12px;
	padding-bottom: 25px;
}

#sidebar ul li select {
	margin-left: 5px;
	border: 2px solid #e3e5e4;
	width: 250px;
	padding: 2px;
	background-color: #f9f9f9;
}

#sidebar ul li select:focus {
	color: #666666;
	border: 2px solid #f1b39b;
	background-color: #ffffff;
}

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

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

#wp-calendar td {
	color: #888888;
}

#wp-calendar td#today {
	background-color : #f3f4ee;
	border: 1px solid #aaaaaa;
}


#wp-calendar a, #wp-calendar a:visited {
	color: #3e606f;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #db5104;
	font-weight: bold;
}

/*------------------------ 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;
	height: 50px;
}

#footer a {
	color: #777777;
}

#footer a:hover {
	color: #666666;
}

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


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

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

/* -------------------- TWITTER  --------------------*/

div.twitter-trackbacks-main {
	margin: 0px 20px 0px 0px;
	border-bottom: 1px solid #dddddd;
}

div.twitter-trackbacks{
	padding:10px;
	margin:0px 0px 10px 0px;
	width: 610px;
	height:60px;
	background-color:#ffffff;
	color:#598494;
}

/* ul list */
ul.ttw-inner{
	height:60px;
	padding:4px;
	overflow:hidden;
	margin:0;
}
ul.ttw-inner li{
	float:left;
	margin:0;
	list-style-type:none;
	position:relative;
}
/* author img */
ul.ttw-inner span.ttw-author-img{
	display:block;
	width:48px;
	height:48px;
	margin:0 5px 0 0;
	overflow:hidden;
	left:0;
	position:absolute;
}
/* author name */
ul.ttw-inner strong a{
	margin-right:5px;
}
/* tweet body */
ul.ttw-inner span.ttw-body {
	display:block;
	margin-left:55px;
}
/* tweet content */
ul.ttw-inner span.ttw-content{}
 
/* tweet meta : date, reply, retweet line */
ul.ttw-inner span.ttw-meta {
	color:#999999;
	display:block;
	font-size:0.764em;
	margin:3px 0 0;
}
ul.ttw-inner span.ttw-meta a{
	color:#999999;
	font-size: 11px;
	text-decoration:none;
}
ul.ttw-inner span.ttw-meta a:hover{
	text-decoration:underline;
}
/* customize reply link */
ul.ttw-inner a.ttw-reply { }
/* customize retweet link */
ul.ttw-inner a.ttw-retweet { }
/* customize links */
ul.ttw-inner a.ttw-link { }
/* customize @user links */
ul.ttw-inner a.ttw-at { }
/* customize #hashtags links */
ul.ttw-inner a.ttw-hashtag { }
 
/* li's will have class that reflects users influence levels from 0 to 10 */
/* Customize tweets of users with influence levels from 0 to 10 */
li.ttw-inf-0{}
/* ...... */
li.ttw-inf-10{}
 
/* Customize users image with influence levels from 0 to 10 */
li.ttw-inf-0 img{}
/* ...... */
li.ttw-inf-10 img{}
 
/* Customize users name with influence levels from 0 to 10 */
li.ttw-inf-0 strong{}
/* ...... */
li.ttw-inf-10 strong{}
