/*  

Theme Name: Magus 
URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress, mimbo theme redesigned.
Version: 2.3
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/* Red version of Mimbo theme, redesigned and revised. please see author's notes for instalation */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
background: #333;
	}

body, select, input, textarea {
	font: 100% Arial;
	line-height:115%;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #7c011d;
	text-decoration:none;
	}

a:hover, a:active {
	color:#333;
	text-decoration:none;
	}

/* Exceptions */

.entry a {text-decoration:underline;}

.tags a {
	text-decoration:none;
	}		

/* If you want to strip related posts
	
.st-related-posts li a {
	text-decoration:none;
	}
			
/* End */

hr {
	display: block;
	height:1px;
	background:#ccc;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#f8f8f8;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
			
/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	border: 4px solid #d1d1d1;
	padding: 10px 25px 35px 25px;
	background: #fff url(images/page.png) top center no-repeat;
	}

#branding {
	width:625px;
	padding-bottom:0px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	font: 12px Arial;
	}
	
#sidebar .feed li{
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

#leftcol {
	width:287px;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

.download {
	border: 1px solid #C2E069;
	font-size: 12px;
	line-height: 125%;
	background: #E5F2BF url(images/download.gif) no-repeat 5px center;
	display: block;
	margin: 0px 0px 0px;
	padding: 12px 12px 12px 35px;
	font-weight: 400;
	width: 70%;
}

.download a {
	color: #7E0404;
        text-decoration: none;
}

.download a:visited {
	color: #7E0404;
        text-decoration: none;
}

.download a:active {
	color: #333;
        text-decoration: underline;
}

.download a:hover {
	color: #333;
        text-decoration: underline;
}
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:none;
	display:block;
	font-weight:700;
	padding:4px 4px 4px 8px;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:none;
	text-decoration:none;
	color: #8a0220;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
			
	
/*	Headers */

h1 {
	font:2.95em "Century gothic",Verdana,Tahoma,sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em "Century gothic",Verdana,Tahoma,sans-serif;
	padding-bottom:8px;
	border-bottom:3px double #d1d1d1;
	margin: 20px 0;
	}
	
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	text-transform:none;
	font-weight:normal;
	color:#333;
	}

#sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#fff;
	}

#sidebar h3, #sidebar h2 {
	background: #5d0000 url(images/nb.png) repeat-x;
	padding:6px 0 6px 22px;
	margin:22px 0 17px 0;
	font-size:1em;
	border:2px #ccc solid ;
	}

h3#respond {
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:15px
	} 

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
/* Content */

#content {
	width:605px;
	float:left;

	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	background:url(images/lead.png) center top no-repeat;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em "Century gothic",Verdana,Tahoma,sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	font-weight:700;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none;
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:3px solid #dfdfdf;
	padding:5px 0;
	}	

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:none;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #8a0220;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:none;
	color: #8a0220;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#8a0220;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#e8e8e8;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7c011d;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:20px;
	background:#fff;
	font-size:12px;
	height:100%;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Post Formatting*/

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
	
.tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
	

/* Form Elements */
	
#searchform {
	padding:16px 5px 0 0; 
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}
	
/* Comments */

.commentlist {
	padding-left:15px;
	}
	
.commentlist li {
	font-size:12px;
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#ffffff;
	border-bottom: 1px solid #ddd;
	}

#commentform small {
	background:none;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#f9f9f9;
	}

.commentlist cite {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	

#comments-template {
	margin: 15px 0px 0px;
	padding: 0px 0px 2em;
	float: left;
	width: 100%;
}

.comment-list {
	float: left;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 8px;
}

.comment-avatar {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.comment-avatar img {
	border-width: 0px;
}

.comment-wrapper {width:100%}

.comment-block {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 8px;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
}
.comment-block .comment-author {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.comment-block .comment-date {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	width: 90%;
}
.comment-block .comment-date a {
	color: #990000;
	text-decoration: none;
}
.comment-block .comment-date a:hover {
	color: #990000;
	text-decoration: underline;
}
.comment-block .comment-text {
	font-size: 12px;
	color: #000000;
	line-height: 21px;
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
}
.comment-block .comment-text p {
	margin: 0px 0px 5px;
	
}
.comment-block .comment-text code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.comment-block .comment-text blockquote {
	margin: 10px;
	padding: 5px;
	clear: both;
	border-left: 5px solid #000000;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}


/* alt */

.comment-block-alt {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 8px;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
}
.comment-block-alt .comment-author {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.comment-block-alt .comment-date {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	width: 99%;
}
.comment-block-alt .comment-date a {
	color: #990000;
	text-decoration: none;
}
.comment-block-alt .comment-date a:hover {
	color: #000000;
	text-decoration: none;
}
.comment-block-alt .comment-text {
	font-size: 12px;
	color: #000000;
	line-height: 21px;
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
}
.comment-block-alt .comment-text p {
	margin: 0px 0px 5px;
}
.comment-block-alt .comment-text code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.comment-block-alt .comment-text blockquote {
	margin: 10px;
	padding: 5px;
	clear: both;
	border-left: 5px solid #990033;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#respond a:hover {text-decoration:underline}

/* Pings */

.ping-list {
	font-size:12px;
	float: left;
	width: 96%;
	padding: 5px;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}

/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fffde5;
	padding-top: 4px;
	margin: 10px;
    font-style: italic;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	}

/* End captions */

.ex-pullquote, .pullquote {
   float : right;
   width : 210px;
   border : 0;
   color : #99cc66;
   font-family : georgia, palatino, 'times new roman', serif;
   font-size : 110%;
   font-weight : bold;
   font-style : italic;
   margin : -5px 0 15px 10px;
	 }

 .pullquote {
   width : 250px;
   margin : -25px 0 20px 15px;
	 }

/* Pull Quote http://green-beast.com/blog/?p=189 */

 .ex-pullquote, .pullquote {
   float : right;
   width : 210px;
   border : 0;
   color : #99cc66;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 110%;
   font-weight : bold;
   font-style : italic;
   margin : -5px 0 15px 10px;
	 }

 .pullquote {
   width : 250px;
   margin : -25px 0 20px 15px;
 	}
	
/* Pre code, stolen from internet */

pre {
  background : #fff url(images/bb_pre.jpg) repeat; 
  font : 1em 'courier new', courier, monospace; 
  color : #000;
  border : 2px inset #99cc66;
  width : 99%;
  height : auto;
  padding : 4px;
  margin : 10px 2px 10px 2px;
  max-height : 500px;
  overflow : auto;
	}

pre:focus {
  border : 2px inset #cc3300;
	}

pre code {
  color : #cd7000;
  font-weight : bold;
  background : transparent;
	}

/* Threaded comments plugin */	
	
.editComment, .editableComment, .textComment {display: inline;}

.comment-childs{
	padding-top: 15px;
	padding-left: 45px;
	}
	
.chalt{
	padding-top: 15px;
	padding-left: 45px;
	}	

#newcomment{border:1px dashed #777;width:90%;}

#newcommentsubmit{color:red;}

.mvccls{
	color: #999;
	}

/* Show/Hide Javascript http://www.cssnewbie.com/showhide-content-css-javascript/ */


.more {
	display: none;
	}
	
a.showLink {
	font-size:12px;
	}
	
a.hideLink {
	font-size:12px;
	}
	
a.showLink:hover, a.hideLink:hover {
	font-size:12px;
	} 
	
/*Subscribe to comments*/

fieldset {
  padding: 1em;
  }
			