/*
Theme Name: Liz Prince Power
Theme URI: http://www.lizprincepower.com
Description: layout for liz prince power
Version: 1.0
Author: Dave Jordan

*/

body
{
	background-color : #442b11;
	font-family : century gothic, verdana, arial, sans-serif;
	color : #747474;
	font-size : 12px;
	padding : 0px;
	margin : 0px;
}


a
{
	color : #5395c4;
	text-decoration : none;
	font-weight : bold;
}

a:hover
{
	color : black;
}

#layout
{
	width : 900px;
	margin : 0px auto 0px auto;
	background-color : white;
}

#layout.index
{
	background-color : #a6d0ed;
	width : 850px;
}

#header
{
	background-image : url(/images/header_bg.gif);
	background-repeat : repeat-x;
}

#header a
{
	padding-right : 10px;
}


#sidebar
{
	float : left;
	width : 180px;
	padding : 0px 5px 150px 5px;
	margin-right : 5px;
}

#main_content
{
	float : left;
	width : 685px;
	padding : 0px 5px 150px 5px;
}


#main_content h2, h3
{
	color : #4d375d;
}

#main_content h1
{
	font-size : 24px;
}

#main_content h2
{
	font-size : 18px;
	clear : both;
}

#main_content h3
{
	font-size : 16px;
	margin: 0px;
	padding : 0px;
}

#content
{
	display : inline-block;
}

#content:after
{
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

hr
{
	clear : both;
}

#tagline
{
	padding-top : 20px;
	padding-bottom : 20px;
	text-align : center;
	font-size : 10px;
}

.post
{
	padding-bottom : 40px;
}


.navigation
{
	font-size : 14px;
	text-align : center;
}

.longer_thumb
{
	width : 190px;
	float : left;
	text-align : center;
	margin-right : 20px;
	height : 275px;
}

.thumb_info
{
	font-size : 10px;
}