/*
Theme Name: Chandler Press Theme
Theme URI: 
Description: Custom Chandler Community theme based on the default Wordpress theme.
Version: 1.0
Author: Chase Granberry
Author URI: http://www.hopefullyrelevant.com
Tags: red, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	background: #fff url('images/bg.png') repeat-x top center;
	color: #333;
	margin: 0px;
	padding: 0;
	}

#page {
	text-align: left;
	background: transparent url('images/page_bg_gray.jpg') repeat-y center top;
	/*background: transparent url('images/shadow.png') repeat-y right top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png',sizingMethod='crop');*/
	border: none;
	margin: 0px auto;
	padding: 0;
	width: 947px;
	}
#topsection
{
	width: 947px;
	margin: 0px auto;
	padding: 0;
	background: transparent url('images/topsection.jpg') no-repeat center top;
}
#header {
	height: 182px;
	margin: 0px;
	padding: 0;
	width: 947px;
	}
#page span {
	background: #fff url('images/topsection.jpg') no-repeat center top;
}
/* Header Nav Starts*/
#topnav
{
	height:49px;
	margin:0px 20px;
	background:#b7252b;
}
#topnav ul
{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	text-align:center;
}
#topnav ul li
{
	float:left;
}
#topnav li a
{
	padding:0px 10px;
	line-height:45px;
	color:#fff;
	text-transform:uppercase;
	font-size:1.8em;
	border-right: 1px solid #fff;
}
#topnav img{
	float:right;
	border:none;
	padding:0;
	margin:0;
}
/* Header Nav Ends*/

#topsection .topleft{
	float: left;
	padding: 10px 14px 0px 14px;
	margin: 0px 0px 0px 15px;
	width: 553px;
}
/* Begin Featured*/
#featured {
	display:block;
	margin: 0px;
	text-align: justify;
	background-color:#b7252b;
}
#featured  h2, #featured  h2 a, #featured  h2 a:hover, #featured  h2 a:visited{
	color:#fff;
	text-decoration: none;
	font-size:2.92 em;
	padding: 5px;
}
#featured  p{
	color:#fff;
	padding: 5px;
	font-size:1.2em;
}
#featured small, #featured small a, #featured small a:hover, #featured small a:visited{
	padding-left:5px;
	color:#fff;
	}
#featured img.featuredpic{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#featured .read{
	margin:0 0 10px 460px;
}
/* End Featured*/
/*current_issue*/
#topsection .current_issue {
	display:block;
	width:282px;
	margin:0px 0px 0px 620px;
	padding: 10px 8px 10px 14px;
}
#topsection .current_issue h2 {
	display:block;
	width:283px;
	background:#7f7e79 url(images/current_issue.gif) no-repeat;
	height:43px;
	margin-bottom:10px;
}
#topsection .current_issue img {
	background:url(images/current_issue_bg.jpg) no-repeat;
	padding:4px;
	}
/* current_issue ends*/
#content {
	font-size: 1.2em;	
}

.narrowcolumn .entry{
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#880011;
	}
small a{
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color:#880011;
	}

h1, h2, h3 {
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 2.92em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #880011;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.more-link {
	width:79px;
	height:15px;
	background:url('images/read_more_sp.gif') no-repeat right middle;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Arial', Lucida Grande, Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Arial', Lucida Grande, Verdana, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b40017;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Arial', Lucida Grande, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 10px 14px;
	margin: 0px 0 0 15px;
	width: 553px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	/*margin: 30px 0 0;*/
	margin: 0;
	}

h2.pagetitle {
	/*margin-top: 30px;*/
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}
img.customleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	width: 200px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar {
	padding: 10px 8px 10px 14px;
	margin-left: 620px;
	width: 282px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {color: #fff; background-color: #fff; border: 1px dotted #777; border-style: none none dotted; }

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}
/* End captions */

/*Begin  Footer*/
#footer {
	background: #eee url('images/footer.jpg') no-repeat top;
	border: none;
	color:#fff;
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-size: 1.2em;
	padding: 0;
	margin: 0 auto;
	width: 947px;
	height:229px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}

#footer .footerleft {
	float:left;
	padding: 5px 20px 5px 10px;
	margin: 20px 0px 0px 15px;
	width: 573px;
	text-align: left;
	font-size:1.0em;
	}
	
#footer .footerleft img{
	padding-top: 4px;
	}

#footer .footerright{
	margin: 0px 0px 0px 610px;
	width: 263px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size:1.0em;
	}
#footer .footerright p{
	/*margin: 0px ;*/
	padding: 5px 0px 3px 0px;
	text-align: left;
	font-size:1.0em;
	}

#footer .footerright	small, #footer .footerright small a, #footer .footerright small a:visited {
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#880011;
	}
#footer .footerright small a:hover{
	color:#fff;
	}
#footer .footerright img{
	padding-top: 24px;
	}
/* End Footer*/
/* ||||||||||||||||||||||||||||| NEWLY CREATED STYLES FOR MODERATED THEME |||||||||||||||||||||||||||| */
#sidebar ul li.categories h2
{
	background-image:url(images/topics.gif);
	height:43px;
}
#sidebar ul li.categories h2 span
{
	position:fixed;
	margin-left:-99999px;
}
#sidebar ul li.categories ul{
	list-style:none outside;
	font-size:1.2em;
}
#sidebar ul li.categories ul li a{
	color:#000000;
}

#sidebar ul li.search h2
{
	background:#7f7e79 url(images/search.gif) no-repeat;
	height:43px;
}
#sidebar ul li.search h2 span
{
	position:fixed;
	margin-left:-99999px;
}
#sidebar ul li.rss h2
{
	background:#7f7e79 url(images/rssfeed.gif) no-repeat;
	height:43px;
}
#sidebar ul li.rss h2 span
{
	position:fixed;
	margin-left:-99999px;
	float:left;
}
#sidebar ul li.rss {
	font-size:1.2em;
}
#sidebar ul li.current h2
{
	background:#7f7e79 url(images/current_issue.gif) no-repeat;
	height:43px;
}
#sidebar ul li.current h2 span
{
	/*position:fixed;*/
	margin-left:-999999px;
}
#sidebar ul li.c_issue
{
	background:url(images/current_issue_bg.jpg) no-repeat;
	height:374px;
}