/*  
Theme Name: Queens Central
Theme URI: http://www.queenscentral.com/
Description: The kick-awesome theme developed for Queens Central, Central Queens' No. 1 (and only) community site.
Version: 1.0
Author: Stephen Tiszenkel
Author URI: http://www.tiszenkel.com/

	Queens Central v1.0
	 http://www.queenscentral.com/

	This theme was designed and built by Stephen Tiszenkel.

	The CSS, XHTML and design (except for banner images,
	which are used with permission) is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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 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 0;
	padding-left: 60px;
	background: url('/images/qc_quotes.gif') no-repeat;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-left: 14px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Start original QC CSS */
body { margin: 0; padding: 0; font: 13px Georgia, Times New Roman, Times, serif; text-align: center; background: #4e656d; }
a { color: #834534; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }
.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cf { display: inline-table; }
.cf { display: inline-block; }
/* Hides from IE-mac \*/
* html .cf {height: 1%; }
.cf {display: block; }
/* End hide from IE-mac */

#w { background: #fff; }
#top { width: 970px; margin: auto; text-align: left; }
#bottom { width: 970px; margin: auto; text-align: left; background: url('/images/qc_bottom_bg.gif'); }
#topleft { float: left; }
#topright { float: left; }
#topright img { display: block; }
#lc { width: 217px; float: left; text-align: center; margin-top: 14px; font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
#mc { width: 587px; float: left; }
#rc { width: 164px; float: left; margin-top: 15px; font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
#footer { color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin-top: 10px; padding-bottom: 60px; }
#footer a { color: #dadada; }

.be, .be2 { padding: 15px 40px 15px 15px; }
.be p, .be2 p { margin: 0 0 12px 0; line-height: 18px; }
.be p.f, .be2 p.f { font-size: 10px; font-weight: bold; text-transform: uppercase; margin-top: 20px; line-height: 12px; }
.be p.d, .be2 p.d { font-size: 10px; font-weight: bold; text-transform: uppercase; line-height: 12px; }
.be h1, .be2 h1 { font-style: italic; margin: 0 0 6px 0; font-size: 26px; }
.beq { padding: 12px 40px 0 15px; }
.beq p { margin: 0; padding-top: 0; line-height: 18px; border-bottom: 1px solid #cecdc3; padding-bottom: 12px; }
.be2 h1 { font-size: 20px; }
.be2 p { font-size: 12px; }
.be ul, .be2 ul { margin: 0; padding: 0; list-style: none; }
.be ul li, .be2 ul li { background: url('/images/qc_bullet.gif') no-repeat 0 3px; padding-left: 26px; margin-bottom: 10px; }

#el { background: #fce3cf; margin: 0px 40px 0px 15px; padding: 6px; border-top: 2px solid #cecdc3; border-bottom: 2px solid #cecdc3; font-size: 11px; }
#el a { font-weight: bold; }
#el p { margin: 4px 0 6px 0; }
#el p.x { text-align: right; font-style: italic; margin-bottom: 0; }

.qcf { background: url('/images/qc_qcf_gray.gif') repeat-y #cdfdda; width: 190px; margin: auto; margin-bottom: 20px; }
.qcf img { margin: 10px 0 6px 4px; }
.qcf p { margin: 0 6px 0 10px; padding-bottom: 10px; text-align: left; }
.qcf p a.h, #lcom a.h { font-weight: bold; }
.qcf p a.x { font-weight: bold; display: block; margin-top: 4px; text-align: center; }
a.n { text-align: right; font-style: italic; }

#lcom, #qcm, #tags { text-align: left; padding: 0 16px 0 16px; margin-bottom: 20px; }
#lcom img, #qcm img, #tags img { display: block; margin-bottom: 6px; }

#qcm ul, #rc ul, #tags ul { list-style: none; padding: 0; margin: 0; }
#qcm ul li, #rc ul li, #tags ul li { padding-bottom: 2px; }
#qcm ul li img { display: inline; margin-bottom: 0; margin-right: 3px; vertical-align: middle; }
#rc ul { margin-top: 6px; margin-bottom: 20px; }

#mcs { width: 751px; float: left; border-top: 6px solid #4f666e; }
#cc { background: #fce3cf; float: right; width: 325px; margin-left: 15px; margin-bottom: 15px; }
#cci { padding: 22px 6px 22px 6px; border-left: 2px solid #cecdc3; }
#cci ul { margin: 0; padding: 0; list-style: none; margin-top: 10px; }
#cci ul li { margin-bottom: 30px; font-size: 12px; }
#cci ul li p.d { font-size: 10px; font-weight: bold; text-transform: uppercase; line-height: 12px; }
#cci p.c, h2.pagetitle { font-variant: small-caps; font-size: 18px; margin: 0; color: #526972; }
#rpl { clear: both; width: 728px; padding-top: 10px; padding-bottom: 20px; }
#rpl form { margin-top: 0; }

#archives { margin: 0 40px 15px 15px; background: url('http://www.queenscentral.com/images/qc_archives_bg.jpg') repeat-x #fff; border-top: 6px solid #cecdc3; }
#archives p { font-weight: bold; font-size: 15px; font-variant: small-caps; color: #4e656d; margin: 6px; margin-bottom: 3px; padding: 0; }
#archives ul { padding: 6px; padding-bottom: 12px; margin: 0; list-style: none; }
#archives ul li { font: bold 11px Verdana; margin-bottom: 3px; }

h2.pagetitle { margin: 15px 0 0 15px; }