/*  
Theme Name: Phoenix Rising
Theme URI: http://phoenixfinecatering.com/
Description: Custom Wordpress theme for Phoenix Fine Catering, San Luis Obispo, California.
Version: 2.0
Author: Dusty Davis
Author URI: http://dustydavis.com/
*/


/* Site structure */

html {
	margin: 0;
	}

body {
	font-size: 15px;
	font-family: Times, 'Times Roman', Georgia, Serif;
	background: #fff;
	color: #535950;
	text-align: center;
	margin: 0;
	}

#container {
	width: 960px;
	margin: 28px auto 10px auto;
	text-align: left;
	}
	
a, img {
	border: none;
	}
	
a {
	color: #780c00;
	}
	
hr {
	width: 100%;
	border: 0;
	color: #780c00;
	background-color: #780c00;
	height: 1px;
	}

/* Lists */

li {
	padding: 4px 0;
	}
	
/* Header */

#header {
	margin-bottom: 40px;
	width: 960px;
	margin: 28px auto;
	text-align: left;
	}
	
#header p {
	float: right;
	text-align: right;
	font-style: italic;
	margin-top: 20px;
	}
	
#redbar {
	background-color: #780c00;
	height: 266px;
	clear: both;
	}
	
#redbarfree {
	background-color: #780c00;
	clear: both;
	}
	
#redbarsmall {
	background-color: #780c00;
	height: 46px;
	clear: both;
	}
	
#redbarcontainer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: left;
	}
	
#redbarcontainer h2 {
	float: right;
	margin: 65px 102px 0 0;
	color: #bdad94;
	}
	
* html #redbarcontainer h2 {
	margin: 65px 55px 0 0;
	}

/* Sidebar menu */

#sidebar {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar li.page_item a {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-weight: bold;
	line-height: 36px;
	color: #780c00;
	padding: 5px;
	}
	
#sidebar li.current_page_item a {
	color: #fff;
	background-color: #780c00;
	}
	
	
#sidebar ul li ul li.page_item a {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	background-color: #fff;
	color: #888;
	padding: 0;
	margin-left: -20px;
	}
	
#sidebar ul li ul li.current_page_item a {
	color: #000;
	}
	
	
	
	
	
	

#sidebar a {
	text-decoration: none;
	}

/* Main content area */

#content {
	width: 500px;
	margin-left: 200px;
	}


/* Extra photo area */

#photos {
	width: 220px;
	float: right;
	}


/* Footer */

#footer {
	clear: both;
	margin: 40px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #ada39a;	
	}
	
#rule {
	background-color: #260504;
	height: 34px;
	}
	
/* Heading styles */
	
h2, h2 a {
	font-size: 40px;
	font-weight: normal;
	color: #780c00;
	margin: 0;
	line-height: 40px;
	}
	
h2 a {
	font-size: 28px;
	text-decoration: none;
	line-height: 28px;
	}
	
h4 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	color: #363230;
	margin: 0;
	}

/* color and type classes */

.white {
	color: #fff;
	}
	
.medtone {
	color: #6e6762;
	}
	
.dark {
	color: #260504;	
	}
	
.black {
	color: #000;
	}
	
.sans {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	}
	
.extralead {
	line-height: 1.5em;
	}
	
	
.lesslead {
	line-height: .8em;
	margin: 0;
	padding: 0;
	}
	
.italic {
	font-style: italic;
	}