/*  
Theme Name: Brand Story
Theme URI: http://www.brandstoryonline.com
Description: Brand Story WordPress theme
Version: 1.0
Author: Rob Marsh
Author URI: http://www.brandstoryonline.com
*/

body 
{
	font-size: 12px;
	font-family: Arial, serif;
	background: url('images/main.jpg') repeat-y top center #D9E3ED;
	color: #231F20;
	margin: 0;
	padding: 0;
}

#page
{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 792px;
}
a { color: #BF1E2D; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { float: left; }
.alignright { float: right; }

/* START header styles */
#header 
{
	background: url('images/header.jpg') no-repeat top center;
	height: 170px; 
	margin: 0 0 0px 0;
	position: relative;
}

#logo
{
	position: absolute;
	top: 40px;
	left: 75px;
}

#topNav
{
	margin: 0px;
	padding: 117px 0px 0px 78px;
}

#topBar
{
	background: url('images/topBar.jpg') no-repeat top center;
	height: 36px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#date
{
	padding: 0px 0px 0px 78px;
	margin: 0px;
	color: #FFF;
	line-height: 36px;
	font-family: Impact, Courier, monospace;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
#headerMargin { padding: 227px 120px; }
#header h1
{
	padding: 0px;
	margin: 0px;
}
#header h1 a 
{
	color: #5D1A0C;
	font-size: 32px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#header .description 
{
	font-size: 17px;
	color: #5D1A0C;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
*/

/* END header styles */

/* START search styles */
#searchform { margin: 10px 0px; }
#searchform #s
{
	font-size: 10px;
	width: 90px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0 0 0 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 167px; /*214*/
	float: right;
	padding: 55px 47px 0px 0px;
}
ul#themeswitcher li
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0px;
}
#themeswitcher select
{
	font-size:10px;
}

#sidebar > ul
{
	margin: 15px 0;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li h2
{
	background: url('images/sidebarTitle.jpg') no-repeat top center;
	line-height: 40px;
	font-size: 16px;
	font-family: Impact, Courier, monospace;
	text-transform: uppercase;
	color: #413D3E;
	margin: 0px 0px;
	text-align: center;
	font-weight: normal;
	padding: 0px 0px;
}
#sidebar > ul li ul
{
	font-size: 11px;
	list-style: disc;
	margin: 0px 0 10px 35px;
	padding: 0px;
	text-align: left;
	line-height: 15px;
}
#sidebar > ul li ul a
{
	font-size: 11px;
	color: #231F20;
	text-decoration: none;
}
#sidebar p
{
	margin: 0px 0px;
	padding: 0;
	color: #231F20;
	font-size: 11px;
}
#sidebar .textwidget
{
	margin: 5px 15px;
	padding: 0;
	color: #231F20;
	font-size: 11px;
	line-height: 15px;
}
#sidebar a
{
	color: #231F20;
}

#sidebar ul li#tag_cloud, #sidebar ul li#calendar
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;	
	color: #231F20;
}
#sidebar ul li#tag_cloud h2, #sidebar ul li#calendar h2
{
	margin: 0px 0px 10px -15px;
}
#sidebar ul li#tag_cloud a, #sidebar ul li#calendar a
{
	color: #231F20;
	text-decoration: none;
}




/* END sidebar styles */

/* START content styles */
#content.narrowColumn
{
	width: 456px; /*578*/
	margin: 0 0 0 0px;
	padding: 30px 44px 30px 78px;
	float: left;
	
}
#content.widecolumn
{
	width: 636px; /*792*/
	margin: 0 0 0 0px;
	padding: 30px 78px 30px 78px;
}
#content.books
{
	width: 762px; /*792*/
	margin: 0 0 0 0px;
	padding: 30px 0px 30px 30px;
}

.post { clear: both; }
.post h2, .post h3
{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}
.post h2 a, .post h3 a
{
	color: #BF1E2D;
	font-family: Impact, Courier, monospace;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
	font-weight: normal;
}
.post small, .post small a
{
	font-size: 10px;
	color: #AAA;
	margin: 0;
	padding: 0;
}
.post .entry p
{
	margin: 7px 0 5px;
	padding: 0px;
	text-align: left;
	line-height: 17px;
}
.post .entry a
{
	color: #5D1A0C;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #BF1E2D;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }
h2.pagetitle, h2
{
	color: #BF1E2D;
	font-family: Impact, Courier, monospace;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;	
	margin: 5px 0 0px;
	font-weight: normal;
}
.navigation a
{
	color: #BF1E2D;
}

/* END content styles */

/* START footer styles */
#footer
{
	clear: both;
	padding: 0px 0px 5px;
	text-align: center;
	color: #7E5120;
	margin: 20px 0 0;
}
#footer a
{
	color: #7E5120;
}
/* END footer styles */


