/*
Theme Name: Say It
Theme URI: http://www.backandforthblog.com/
Description: If you have something to say, say It, and be sure to do it with style with this hip design.  The new version includes easy color switching for added personalization.
Version: 2.0
Author: Justin Winslow
Author URI: http://www.straightaheadmedia.com/
*/

/* Set the default color of your blog here - 
Edit the hex color codes to set a default color (currently blue) to personalize your blog */

body, #search input { background-color:#37425B; }
#header, #footer { background-color:#596789; } 
a:hover, #header p { color:#37425B; }
a, #header p { color:#596789; }

/* End default color 
Don't change anything beyond this point unless you know what you are doing */


/* Main */

html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:repeat-y;
	width:800px;
	margin: 0 auto 0 auto;
}

*>#header {
	background-image:url(images/header.png);
}

#header {
	width:800px;
	height:160px;
	margin: 0 auto 0 auto;
}

#content {
	clear:none;
	min-height:650px;
}

.narrowcolumn {
	width:620px;
	margin:0px;
}

.widecolumn {
	width:760px;
	margin:0px;
	padding:0px;
}

#footer {
	width:800px;
	height:50px;
	margin: 0 auto 0 auto;
	clear:both;
}

*>#footer {
	background-image:url(images/footer.png);
}

.post {
	margin: 0 0 0 20px;
}

.post_firstpost {
	border:1px solid #DDDDDD;
	background-image:url(images/newest.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0 0 0 10px;
	padding: 5px 10px 0 10px;
}

#entry {

}

.navigation {
	font-size:small;
	margin: 0 0 0 20px;
}

span.bumpleft {
	margin: 0 0 0 20px;
}


/* Text */

p {
	font-size:small;
	color:#000000;
}

h2 {
	margin:0px;
	padding:0px;
	letter-spacing:-2px;
	font-size:1.5em;
}

h3 {
	margin:0px;
	padding:0px;
	letter-spacing:-2px;
	font-size:1.2em;
}

#sidebar h2 {
	margin:0px;
	padding:0px;
	letter-spacing:-1.25px;
	font-size:2em;
}

h3.comments {
	font-size:1.2em;
	font-weight:bold;
}

.commentform {
	margin: 0 0 0 20px;
}

.postmetadata {
	background-image:url(images/commentBubble.png);
	background-repeat:no-repeat;
	padding:12px 35px 30px 20px;
}

.postmetadata2 {
	background-image:url(images/commentBubble.png);
	background-repeat:no-repeat;
	padding:7px 35px 30px 20px;
}

.choosertext {
	font-size:9px;
	color:#999999;
	margin: 0 0 5px 0;
}

#header p {
	margin:10px 20px 0 0px;
	padding:0px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
}

#header h1 {
	color:#FFFFFF;
	font-size:48px;
	font-weight:bold;
	letter-spacing:-4px;
	margin:0px;
	padding:0px;
	position:relative;
}

#footer p {
	text-align:center;
	padding:20px 0 0 10px;
	font-size:10px;
	position:relative;
}

.pagetitle {
	color:#000000;
	margin:0 0 0 20px;
}

.cat {
	font-size:.7em;
	line-height:.85em;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	color:#AAAAAA;
	border-left:3px solid #DDDDDD;
}


/* Links */

#header h1, #header a, #header a:visited, #header a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 a:hover, h3 a:hover, h1 a:hover {
	text-decoration:none;
}

.post h2, .post h3 {
	border-bottom:1px solid #DDDDDD;
	margin: 0 0 5px 0;
}

/* Sidebar */

#sidebar h2 {
	font-size:1.3em;
	color:#000000;
	background-image:url(images/quoteTiny.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 0 20px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar {
	width:150px;
	float:right;
	margin: 0 20px 0 0;
}

#sidebar ul, #sidebar li, #sidebar ul li {
	padding:0px;
	margin:0px;
}

#sidebar li li {
	font-size:small;
	margin-left:15px;
}

#sidebar li li ul li {
	margin-left:0px;
	background-image:url(images/arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li, #sidebar ul select {
	margin: 0px;
	padding:0px;
}

#sidebar a {
}

#sidebar a:hover {
	background-position:left;
	text-decoration:underline;
}


/* Lists */

ol {
	font-size:small;
}

ul {
	font-size:small;
	list-style-type:square;
}

/* Misc */

#search {
	float:right;
	margin: -55px 20px 0 0;
}

blockquote {
	background-image:url(images/quote.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 1px 0 0 20px;
	font-style:italic;
	min-height:50px;
}

blockquote p {
	color: #000000;
}

blockquote blockquote {
	background-image:url(images/quoteSml.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0 0 0 25px;
	font-style:italic;
}

.post img {
	/* float:left; */
	padding:5px 10px 10px 0px;
}

.post img.wp-smiley {
    padding: 0;
}

.post img #

.chooser {
	padding:3px;
	border: 1px solid #DDDDDD;
}

.chooser:hover {
	background-color:#EEEEEE;
}

.right {
	text-align:right;
}

.bump {
	padding: 60px 0 0 10px;
}

#search input{
	border: 1px solid #FFFFFF;
	font-size: 0.85em;
	color:#FFFFFF;
	width: 125px;
	padding-left:2px;
	position:relative;
}

a img {
	border:none;
}

img.figure {
	max-width:600px;
	border:2px solid #f7f7f7;
	padding:0px;
}

img.figure-a
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

img.figure-b
{
	float:left;
	border:0;
	margin:0 6px 6px 0;
}

img.figure-c
{
	float:right;
	border:0;
	margin:0 0 6px 6px;
}

#header img {
	position:relative;
}

small {
	font-size:10px;
}

.date {
	font-size:10px;
	color:#999999;
}

span.alignleft {
	
}

.commentlist li {
	padding:5px 10px 5px 10px;
	margin: 0 0 5px 0;
}

.alt {
	background-color:#F5F5F5;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	width: 145px;
	font-size:10px;
}

#wp-calendar a {
	display: block;
	text-decoration:underline;
}


#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
	
table caption {
	font-weight:bold;
	font-size:12px;
}

hr.footnotes
{
	margin: 0;
	width: 250px;
	border-style: solid;
	border-width: 1px 0 0 0;
	color: #999;
}

ol.footnotes
{
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.footnotes li
{ 
	font-size: smaller;
	margin-left: 0px;
	padding-left: 0px;
}

#content pre
{
    padding: 10px;   
    overflow: auto;  
    border: 1px solid #DDDDDD;
}
