/*  
Theme Name: 21 Magazine
Theme URI: http://www.21thoughts.com/
Description: A magazine-style layout for Wordpress
Version: 1.0
Author: Roger Coathup
Author URI: http://www.21thoughts.com/




/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	background: url(images/mainbg.gif) repeat;
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {
	margin: 4px 0 10px;
	}
	
p.excerpt {
	font-size: 1.1em;
	margin-bottom: 6px;}
	

a:link, a:visited {
	color: #ad2289;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}
	
a[href$=".pdf"]
{
	background: url(images/pdf.png) no-repeat right top;
	padding-right: 40px;
	padding-top: 9px;
	padding-bottom: 9px;

}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#ffe6f9;

	}

img, a:link img, a:visited img {
	border:0;
	}
	
		

/* Structure */

#page {
	width:940px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 10px;
	}
	

	
#leaderboard {
	width: 100%;
	height: 90px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	}
	
#mediumad {
	width: 300px;
	height: 250px;
	}
	
	
#header {
	border-top: 1px solid #333;
	padding-top: 10px;
	padding-bottom:10px;
	width:100%;	
}


#branding {
	float:left;
	}
	
#branding2 {
	float:right;
	}
	
	
#nav {
	margin-bottom: 10px;
	}
	
.breadcrumb {
	font-size: 1.5em;
	min-height:30px;
	border-bottom: 4px solid #bfacba;
	margin-bottom: 20px;}
	
#subscribe {
	float: right;
	width: 300px;
	text-align: right;
	}

.alignleft, .left {
	float:left;
	}

.alignright, .right {
	float:right;
	}
	

#content {
	width:620px;
	float:left
	}

#sidebar {
	width: 300px;
	padding-left: 9px;
	border-left: 1px dotted #ccc;
	float:right
	}
	
	
div#blogdescription
{	
	width: 300px; 
	height: 200px;
	background: #ffe6f9;
}

div#blogdescription div.textarea {
	padding: 4px 4px 0px 0px;
	width: 140px;
	}

.single {
	width: 140px;
	float: left;
	}
	
.double {
	width: 300px;
	float: left;}
	
.treble {
	width: 460px;
	float: left;}
	
.leftcolumn {
	padding-right: 9px;
	border-right: 1px dotted #ccc;
	}
	
.rightcolumn {
	padding-left: 10px;
	}
	
.centralcolumn {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.minorrow {
	padding-bottom: 10px;
	margin-bottom: 30px;
	}
	
#top {
	margin-bottom: 40px;
}

#bottom {
	margin-bottom: 40px;
	}
	
div.sectionthumbnail img {
	margin-bottom: 4px;
	border: 1px solid #000000;
	}

#features {
	height: 270px;
	}
	
.placeholder {
	width: 100%;
	height: 100%;
	background: #bfacba;
	}
	
	
.post {
	margin-bottom: 10px;
	}	
	
div.widesectiondisplay img
{
	float: left;
	margin-right: 20px;
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
	}
	
div.sidebarsectiondisplay img {
	float: right;
	margin-left: 20px;
	border: 1px solid #000000;
}
	
div.entry img.alignleft, div.entry img.left, .wp-caption.alignleft, .wp-caption.left {
	margin-right: 20px;}
	
div.entry img.alignright, div.entry img.right, .wp-caption.alignright, .wp-caption.right {
	margin-left: 20px;}
	
div.sidebarsectiondisplay {
	background: #ffe6f9;}	
	
div.sidebarsectiondisplay div.sectiontext {
	padding-left: 4px;
	padding-top: 4px;
	font-size: 1.1em;
	}	
	
div.largesectiondisplay {
	background: #ffe6f9;}
	

	
div.largesectiondisplay div.sectiontext {
	padding: 4px;}
	
.post .titleblock {
	padding-bottom: 10px;
	border-bottom:2px solid #bfacba;
	margin-bottom: 20px;}
	
.titleblock h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;}

div.basecategory div.post {
	margin-bottom: 20px;}
	
div.basecategory div.highlight {
	font-size: 1.1em;
	background: #ffe6f9;
	padding: 4px;}
	
div.basecategory div.post img {
	margin-right: 20px;
	border:1px solid #000000;
	}
	
#leadfeature img{
	border:1px solid #000000;
	}
	
.sharearea {
	float: right;}
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#ffe6f9;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #bfacba;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#bfacba;
	text-decoration:none;
	color: #ffe6f9;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:5em 'Lucida Grande',Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-top: 6px;
	}
	
h2 {
	font: 2.1em 'Lucida Grande',Helvetica,Arial,sans-serif;
	padding-bottom:8px;
	color: #333;
	}

h3, #sidebar h2, #belowpost h4 {
	font: 1.2em 'Lucida Grande',Helvetica,Arial,sans-serif;
	margin-bottom: 10px;
	border-top: 1px solid #5f5f5f;
	padding-top: 6px;
	color:#023145;
	font-weight:bold;
	}
	
	
.scroller .textarea {
	height: 50px;
	padding: 4px;
	}
	
.scroller h3 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 4px;
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.scroller p {
	margin: 0px;
	padding: 0px;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	clear: both;
	}

h3#respond {
	margin-top:25px;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font: 1.4em 'Lucida Grande',Helvetica,Arial,sans-serif;
	margin-bottom:6px;
	}
	
	
	
/* Content */

div.story {
	font-size: 1.1em;}
	
div.story h3 {
	margin-top: 25px;}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	width: 269px;
	height: 180px;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font:1.1em 'Lucida Grande',Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em 'Lucida Grande',Helvetica,Arial,sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}
	

.sidelist li, .archive li, #blogdirectory li {
	list-style:none;
	margin-bottom: 10px;
	}
	
.bullets li, .sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

.sidelist .children {
	background:#e4efd5;
	}
	
.sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
.sidelist .children li a, .sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

.sidelist .children li a:hover, .sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#ffe6f9;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #bfacba;
	float:left;
	width:80px;
	height: 120px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #80737c;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}
	
.entry {
	line-height: 1.5em;
	font-size: 1em;
	}


#belowpost {
	margin-top: 20px;
	margin-bottom: 30px;
}	


#relatedarticles {
	font-size: 1.0em;
}
	
#relatedarticles ul li {
	list-style:none;
	margin-bottom: 10px;}
	


h3 a:link, h3 a:visited {
	color:#023145;
	}



/*Post Formatting*/

.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 no-repeat bottom right;
	margin:18px 35px;
	padding:5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	font-weight: bold;
	clear:both;
	}	


.post ul li {
	list-style:square;
	margin-bottom:10px;
	margin-left:22px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:1px 2px 0 0; 
	color: #FFFFFF;
	font-weight:bold;
	}

#searchform .button {
	padding: 1px;
	background: transparent;
	color:#f5f5f4;
	border:none;
	font-weight: bold;
	}

#searchform .button:hover {
	background:transparent;
	color:#ad2289;
	text-decoration:none;
	font-weight: bold;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em 'Lucida Grande',Helvetica,Arial,sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	clear:both;
	}
	


/* Footer*/

#footer {
	margin: 0px auto;
	width: 940px;
	font-size:0.7em;
	padding:0px 10px 10px 10px;
	color:#545454;
	background:#FFFFFF;

	}

#footer a, #footer a:visited {
	color:#545454;
	}
	
	
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
width: auto!important;
margin-bottom: 10px;
}

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

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* glossary */


ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
body {	
