/*
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:#efefef; }

/* Main */

html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
        font-size:12px;
}

#page {
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:repeat-y;
	width:800px;
	margin: 0 auto 0 auto;
}


#header {
	width:800px;
	height:100px;
        background: transparent url(images/header.gif) no-repeat;
        color:#596789;
}


        #header h1 {
                color:#596789;
                font-size:14px;
                font-weight:bold;
                margin:10px 25px 0px 0px;
                padding:0px;
                text-align:right;
        }



        #header a, #header a:visited, #header a:hover {
                color:#596789;
                text-decoration:none;
        }


#content {
	clear:none;
	min-height:650px;
}

.narrowcolumn {
	width:569px;
	margin:0px 0px 0px 5px;
}


#footer {
	width:800px;
	height:50px;
	margin: 0 auto 0 auto;
	clear:both;
	background-image:url(images/footer.png);
        background-color:#596789;
}

#footer p {
        text-align:center;
        padding:15px 0 0 10px;
        font-size:10px;
        position:relative;
        color:#c0c0c0;
}

#footer a, #footer a:visited {
        color:#FFFFFF;
        text-decoration:none;
}

#footer a:hover {
        text-decoration:underline;
}



.post {
	margin: 0 0 0 10px;
        border:1px solid #dddddd;
        padding:8px 8px 0px 8px;
}

.post_firstpost {
	border:1px solid #DDDDDD;
	margin: 0 0 0 10px;
	padding: 8px 8px 0px 8px;
}

#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 {
        border-bottom:1px solid #DDDDDD;
        margin: 0 0 5px 0;
        padding:0px 0px 0px 5px;
	font-size:22px;
}


h4 {
        margin:0px;
        padding:5px 0px 0px 0px;;
        font-size:16px;
        color:#596789;
}

#comment {
        width:530px;
        height:100px;
}

h3.comments {
	font-size:14px;;
	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;
}

.pagetitle {
	color:#000000;
	margin:0 0 0 20px;
}

.cat {
	font-size:11px;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	color:#AAAAAA;
	border-left:3px solid #DDDDDD;
}


/* Links */


a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
        color:#0a369c;
}
a:visited {
        color:#0a369c;
}

h2 a:hover, h3 a:hover, h1 a:hover {
	text-decoration:none;
        color:#0a369c;
}

h2 a:visited, h3 a:visited, h1 a:visited {
        text-decoration:none;
        color:#b4bed4;
}

.post h2, .post h3 {
	border-bottom:1px solid #DDDDDD;
	margin: 0 0 5px 0;
        padding:0px 0px 0px 5px;
}

/* Sidebar */

#sidebar h2 {
	font-size:12px;
	color:#000000;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e9ecf4;
        padding: 3px 10px;
        margin:10px 2px 0px 0px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar {
	width:190px;
	float:right;
	margin: 0 15px 0 0;
}

#sidebar ul, #sidebar li, #sidebar ul li, #sidebar ul select {
	padding:0px;
	margin:0px;
        list-style-type:none;
}

#sidebar li li {
	font-size:11px;
	margin:0px 0px 0px 10px;

        padding:0px;
}

#sidebar li li ul li {
	margin:0px;
	background-image:url(images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
}


/* Lists */

ol {
	font-size:small;
}

ul {
	font-size:small;
	list-style-type:square;
}

/* Misc */

#search {
	float:right;
	margin: -75px 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 0px 0px 0px;
}

.chooser {
	padding:3px;
	border: 1px solid #DDDDDD;
}

.chooser:hover {
	background-color:#EEEEEE;
}

.right {
	text-align:right;
}


#search input{
	border: 1px solid #FFFFFF;
	font-size: 11px;
	color:#000000;
	width: 150px;
	padding-left:2px;
	position:relative;
}

a img {
	border:none;
}

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: 190px;
	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;
}

/* extras */

.google728 {
        padding:15px 0px 15px 0px;
}

.google468 {
        padding:10px 0px 0px 0px;
}

.googleNav {
        padding: 10px 0px 0px 0px 0px;
}
