/*
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: Trebuchet MS;
}

#page {
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:repeat-y;
	width:850px;
	margin: 0 auto 0 auto;
}

*>#header {
	background-image:url(images/header.png);
}

#header {
	width:850px;
	height:160px;
	margin: 0 auto 0 auto;
}

#content {
	clear:none;
	min-height:700px;
}

.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, h3 {
	margin:0px;
	padding:0px;
	letter-spacing:-2px;
	font-size:1.5em;
}

#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:200px;
	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 {
	backg
