/*
THEME NAME: m-cause
THEME URI: http://m-cause.com
DESCRIPTION: Custom theme for http://m-cause.com
VERSION: 2.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {	
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

a {
	color: #3583AC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url('images/quotes.gif') no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

select {
	border: 1px solid #CCCCCC;
	color: #666666;
	padding: 3px;
	font-family: Arial, sans-serif;
}

/* Custom styling */

.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 2px 0;
}

/* Menu */

#mainmenu {
	width: 960px;
	overflow: hidden;
}

#mainmenu ul {
	float: left;
}

#mainmenu ul li {	
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;	
	float: left;
	padding: 15px 0;
	margin-right: 30px;
}

#mainmenu ul li.current_page_item a {
	color: #333333;	
	cursor: default;
}

#mainmenu #searchbox {
	float: right;
	width: 260px;
	padding: 3px 4px 0 0;
}

#mainmenu #s {
	background: url("images/bg_searchbox.gif") no-repeat top left;
	border: none;
	width: 224px;
	padding: 7px 30px 7px 7px;
	color: #999999;
}

/* Header */

#header {
	overflow: hidden;
	float: left;
	width: 960px;
	height: 140px;	
	background: url("images/bg_header.png") no-repeat top left;
	margin-bottom: 40px;
}

#logo {
	float: left;
	margin: 40px 0 0 30px;
}

#logo a {
	display: block;
	width: 187px;
	height: 60px;
	background: url("images/logo.png") no-repeat top left;
}

#logo a span {
	display: none;
}

#description {
	float: left;
	margin: 55px 0 0 15px;	
	font-size: 110%;	
	color: #999999;
}

/* Container */

#container {
	width: 940px;
	overflow: hidden;
	margin-bottom: 30px;
}

#content {
	float: left;
	width: 580px;
	padding-right: 30px;
	border-right: 1px solid #F2F2F2;
}

.whatpage {	
	color: #999999;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url("images/dotted.png") repeat-x bottom left;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 230%;
	line-height: 1.2;
	font-family: 'Droid Serif', Georgia, serif;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.post-title a:hover {
	color: #3583AC;
	text-decoration: none;
}

.post-meta {
	font-size: 85%;
	color: #999999;
	margin-top: 5px;
}

.post-meta a {
	font-weight: bold;
	color: #999999;
}

.post-content {
	font-size: 110%;
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.5;
	margin-bottom: 5px;
}

.post-footer {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
}

.gpshare { float: right; margin: 5px 0 0 0; }
.fbshare { float: right; margin: 5px 0 0 0; }
.tshare { float: right; margin: 5px 0 0 0; }
.addcomment { float: right; margin: 5px 20px 0 0; }

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

/* Archives */

#linklist {
	list-style: none;
	margin: 0;
}

/* Comments */

#comments h3,
#respond h3 {
	font-size: 110%;
	text-transform: uppercase;	
	padding: 0 0 15px 0;
	color: #666666;
	margin-bottom: 10px;
	background: url("images/double.gif") repeat-x bottom left;	
}

#comments ol li {	
	padding: 10px 0;
	overflow: hidden;
	background: url("images/dotted.gif") repeat-x bottom left;
}

.comment-author {
	margin-bottom: 5px;
}

.comment-meta {
	color: #999999;
	margin-bottom: 5px;
	font-size: 85%;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	width: 268px;
	padding: 15px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 25px;
}

.sidepanel h3 {	
	font-size: 110%;
	text-transform: uppercase;	
	padding: 0 0 15px 0;
	color: #333333;
	margin-bottom: 10px;
	background: url("images/double.gif") repeat-x bottom left;
}

#logosmall {
	vertical-align: middle;
	margin-left: 5px;
}

.sidepanel ul li {	
	padding: 10px 0;
	line-height: 1.3;
	background: url("images/dotted.png") repeat-x bottom left;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* Sidebar tabs */

.ui-tabs .ui-tabs-hide {
     display: none;
}

.tabs .nav {
	overflow: hidden;	
	margin-bottom: 5px;
}

.tabs .nav li {
	float: left;
	padding: 0;
	background: none;
	border: none;
	margin-right: 3px;
}

.tabs .nav li a {
	display: inline-block;
	padding: 5px 8px;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

.tabs .nav li.ui-state-active a {
	display: inline-block;
	padding: 5px 8px;
	background: #EAF2F7;
	text-align: center;	
}

/* Custom sidebar panels */

#subscribe li {
	padding: 8px 0 10px 0;	
	overflow: hidden;
}

#subscribe li:first-child {
	padding-top: 0;
}

#subscribe li img {
	float: left;
	margin: 2px 12px 0 0;
}

#subscribe li span {
	display: block;
	font-size: 85%;
	color: #999999;
	padding-top: 3px;
}

#categories {
	overflow: hidden;
}

.sidepanel .right { float: right; width: 125px; }

.sidepanel .left { float: left; width: 125px; }

/* Footer */

#footer {
	padding: 40px 0;
	background: #EFEFEF url("images/bg_footer.png") repeat-x top left;
	overflow: hidden;
}

.footpanel {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.lastpanel {
	margin-right: 0;
}

.footpanel h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 110%;
	border-bottom: 1px solid #E3E3E3;
}

.footpanel p {
	line-height: 1.5;
}

.footpanel ul li {
	overflow: hidden;
	padding: 10px 0;
	line-height: 1.3;
	background: url("images/dotted.png") repeat-x bottom left;
}

.footpanel .avatar {
	float: left;
	margin: 0 15px 10px 0;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
}

/* Copy */

#copy {
	font-size: 90%;
	background: #666666;
	color: #CCCCCC;
	padding: 10px 0;
	overflow: hidden;
}

#copy a {
	color: #FFFFFF;
}

#copy .right {
	text-align: right;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.right { float: right; }

.left { float: left; }

/* Specific styling */

.zemanta-related-title {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;	
}

.zemanta-pixie {
	overflow: hidden;
}