/*
Theme Name: Tell Mama Theme
Theme URI: N/A
Description: A properly done theme (sandbox = hell) for Tell Mama aka Boss Lady 
Version: 1.0
Author: Sean Newby
*/

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #6c8591;
	background: url('images/bodyBackground.jpg') repeat;
}

#mainContainer{
	display: block;
	width: 847px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainerFloat{
	float: left;
	width: 847px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft{
	float: left;
	margin: 5px;
}

.alignright{
	float: right;
	margin: 5px;
}

img{
	border: none;
	margin: 5px;
}

/* Header
----------*/
#headerContainer{
	float: left;
	width: 603px;
	height: 364px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background: url('images/headerBackground.gif') no-repeat 87px top;
}

/* Template
------------*/
#templateContainer{
	float: left;
	width: 603px;
}
	#templateHeader{
		float: left;
		width: 603px;
		height: 21px;
		background: url('images/templateHeaderBackground.jpg') no-repeat;
	}
	
	#template{
		float: left;
		width: 563px;
		padding: 0px 20px 0px 20px;
		font-size: .75em;
		background: url('images/templateBackground.jpg') repeat-y;
	}
	
		#template a:link,
		#template a:visited{
			text-decoration: underline;
			color: #6c8591;
			font-weight: bold;
		}

		#template a:hover,
		#template a:active{
			text-decoration: none;
			color: #6c8591;
		}

		#template .postTitle{
			clear: both;
			margin: 10px 0px 0px 0px;
			padding: 0px;
			font-size: 14px;
		}
		
			#template .postTitle a:link,
			#template .postTitle a:visited{
				text-decoration: none;
				color: #6c8591;
				font-weight: bold;
			}

			#template .postTitle a:hover,
			#template .postTitle a:active{
				text-decoration: none;
				color: #6c8591;
				font-weight: bold;
			}
			
		.postInfo,
		.postMeta{
			clear: both;
			margin: 5px 0px 5px 0px;
			padding: 0px;
			font-size: 12px;
			font-weight: normal;
		}
	
	#templateFooter{
		float: left;
		width: 603px;
		height: 93px;
		background: url('images/templateFooterBackground.gif') no-repeat;
	}
	
/* Sidebar
-----------*/
#sidebarContainer{
	float: right;
	width: 226px;
	margin: 0px;
	padding: 0px;
}

	#logo a:link,
	#logo a:visited,
	#logo a:hover,
	#logo a:active{
		float: left;
		width: 226px;
		height: 195px;
		margin: 0px;
		padding: 0px;
		border: none;
		text-decoration: none;
		background: url('images/logo.gif') no-repeat;
	}
	
		#logo a span{
			visibility: hidden;
		}
	
	#sidebar{
		float: left;
		width: 206px;
		min-height: 600px;
		margin: 0px;
		padding: 0px 10px 0px 10px;
		text-align: center;
		font-size: .7em;
		font-weight: bold;
		background: url('images/sidebarBackground.gif') repeat-y;
	}
	
		#sidebar a:link,
		#sidebar a:visited{
			text-decoration: none;
			color: #6c8591;
		}

		#sidebar a:hover,
		#sidebar a:active{
			text-decoration: underline;
			color: #6c8591;
		}
		
	#sidebarFooter{
		float: left;
		width: 226px;
		height: 204px;
		margin: 0px;
		padding: 0px;
		background: url('images/sidebarFooterBackground.gif') no-repeat;
	}
	
/* Misc
--------*/
blockquote{
	padding: 0px 0px 0px 60px;
	background: url('images/openQuote.gif') no-repeat left top;
}

#comment{
	width: 560px;
}