/*   
Theme Name: Tendenci Blog
Theme URI: http://blog.tendenci.com
Description: Custom theme design for the Tendenci Blog
Author: David Stagg
Author URI: http://schipul.com
Version: 2.0
*/

@media screen {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	} 

a img { border: none; }
a { outline: none; }

body { font: 12px/1.6em Helvetica, Arial, Helvetica, sans-serif; color: #666; background: #f0eee5 url(images/body-bg.png) no-repeat top center; }

ul, ol { margin: 1em 0; padding-left: 2.5em; }
dt { margin: 0.5em 0 0; }
dd { margin: 0.25em 0 0.5em 2.5em; }

h1, h2, h3, h4, h5, h6 { color: #000763; margin-bottom: 10px; letter-spacing: -.03em; } 
h1 { font-size: 26px; line-height: 30px; text-transform: uppercase; }
h2 { font-size: 22px; line-height: 28px; text-transform: uppercase; }
h3 { font-size: 18px; line-height: 22px; }
h4 { text-transform: lowercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

p { margin-bottom: 10px; }

a { color: #6F0D02;  }
a:hover { text-decoration: none; }
a:active { color: #000; }
a:visited { color: #6F0D02; }

strong { color: #333; }

/* STRUCTURE */

#container { width: 900px; margin: 0 auto; }
#login { position: absolute; top: 10px; right: 0; }
#angle { display: block; width: 57px; height: 130px; background: transparent url(images/header-angle.png) no-repeat top left; position: absolute; left: -57px; top: 0; }
#header { background: #F0EEE5 url(images/header-bg.png) repeat-x bottom left; position: relative; padding: 25px 0 0 0; height: 105px; margin-bottom: 40px; }

#main-content { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #999; }
#content { width: 650px; float: left; }
#sidebar { width: 180px; float: right; }

#header h1 { display: block; width: 187px; height: 50px; float: left; }
#header #logo { display: block; width: 187px; height: 50px; text-indent: -9999px; background: transparent url(images/tendenci-logo.png) no-repeat top left; }
#header img { padding-top: 30px; }

.post { }
.post h1, .post h2 { background: transparent url(images/post-icon.png) no-repeat top left; padding: 0 0 10px 40px; margin-left: -42px; border-bottom: 1px solid #666; }
.read-more { display: block; margin: 10px 0; }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

.meta { margin-bottom: 10px; }
.meta h4, .meta p { display: inline; margin: 0; }

.postmetadata { font-style: oblique; margin-bottom: 20px; }

#sidebar { color: #666; }
#sidebar h3, #sidebar a { color: #666; text-decoration: none; }
#sidebar a:hover { background: transparent url(images/anchor-hover.png) no-repeat top left; padding-left: 18px; margin-left: -18px; }
#sidebar p a { text-decoration: underline; }
#sidebar p a:hover { background: none; padding-left: 0; margin-left: 0; text-decoration: none; }
#sidebar ul { list-style: none; margin: 0 0 20px 0; padding: 0; }
#sidebar ul li { padding: 4px 0; border-bottom: 1px solid #999; }
#archives-3 { margin-bottom: 20px; }
.archive h3 { margin-bottom: 30px; }

.widget { margin-bottom: 30px; }

.author-profile { padding-bottom: 30px; }
.author-photo { margin-right: 20px; }
#author-posts { list-style: none; margin: 0; padding: 0; }
#author-posts li { padding: 4px 0; border-bottom: 1px solid #ccc; }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { margin-bottom: 20px; }
	#s { border: 1px solid #666; color: #666; padding: 4px; font-size: 11px; }
	#searchsubmt { }

.post { margin-bottom: 40px; }
#comment-area, #comment-area a { font-size: 11px; }
#comments-numbered { list-style: none; margin: 0 0 10px 0; }
.commentnumber { display: block; width: 30px; font-size: 22px; text-align: right; margin-right: 10px; }
.avatar { margin-right: 10px; }

#footer { color: #999; padding-bottom: 20px; }
#footer a { color: #999; }
#footer a:hover { color: #666; }

/* WORDPRESS SPECIFIC IMAGE STYLES */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }
.screen-reader-text { display: none; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
