/*
Theme Name: Frank Stone
Theme URI: http://wordpress.org/
Description: The default Frank Stone theme
Version: 1.0
Author: Clockwork Active Media Systems
Author URI: http://clockwork.net/

*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	border: 0;
	margin: 0;
	padding: 0;
}

/*********
STUCRURE
********************/

body {
	background: url(images/bg_bodyTile.png) repeat-x top left #d5d1cf;
	font-size: 10px;
	font-family: "Lucida Grande", "Arial", sans-serif;
}

#head {
	width: 960px;
	margin: 0 auto;
	height: 145px;
	position: relative;
}

#tile_bg {
	width: 1000px;
	background: url(images/bg_content_tile.png) repeat-y top left;
	min-height: 700px;
	margin: 0 auto;
	overflow: hidden;
}

#body {
	background: url(images/bg_content_big.png) no-repeat top left;
	min-height: 700px;
	font-size: 1.2em;
}

#foot {
	width: 1000px;
	background: url(images/bg_content_bottom.png) no-repeat 0 -8px;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #5c5a57;
	font-weight: bold;
	position: relative;
	height: 100px;
}

/*********
COMMON ELEMENTS
********************/
h1 {
	font-size: 3.916em;
	font-family: "Gill Sans", "Lucida Grande", "Arial", sans-serif;
	font-weight: lighter;
	margin: 26px 0 17px;
	line-height: 1em;
}

h2 {
	font-size: 1.5em;
	color: #3f3c37;
	margin: 20px 0 20px;
	font-family: "Gill Sans", "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #c20621;
	margin: 3px 0;
}

h4 {
	color: #3f3c37;
	font-size: .916em;
	font-weight: lighter;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin: 18px 0 0;
}

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

a:hover {
	color: #700010;
}

p {
	line-height: 1.5em;
	margin: 3px 0 8px;
}

ol li, ul li {
	margin-left: 20px;
}

.clear {
	clear: both;
}

.purple_bar {
	background: url(images/bg_bar_purp.jpg) repeat-x top left;
	height: 34px;
	overflow: hidden;
	margin-top: 1px;
}

.artist_archive {
	color: #1a0d6e;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
}

.artist_archive:hover {
	color: #070036;
}

.alignright {
	float: right;
}

.label_day {
	display: inline-block;
	width: 150px;
}

#body .top {
	background: url(images/bg_content_top.png) no-repeat top left;
	overflow: hidden;
	padding: 17px 20px 0;
}

#logo {
	width: 113px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
}

#logo a {
	display: block;
	width: 113px;
	height: 90px;
	background: url(images/img_logo.png) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}

#contact {
	color: #797777;
	font-size: 1.1em;
	position: absolute;
	top: 9px;
	right: 10px;
}

#copyright {
	position: absolute;
	top: 20px;
	left: 20px;
}

#cw {
	position: absolute;
	top: 38px;
	left: 20px;
}

#foot_contact {
	position: absolute;
	top: 20px;
	right: 20px;
}


/*********
MAIN NAV
********************/
#main_nav {
	list-style: none;
	position: absolute;
	top: 84px;
	right: 0;
}

#main_nav ul {
	display: none;
}

#main_nav li {
	float: left;
	margin-left: 20px;
}

#main_nav li a {
	display: block;
	width: 138px;
	background: url(images/bg_main_nav_li.png) no-repeat bottom left;
	padding-bottom: 14px;
	padding-left: 2px;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}

#main_nav li a:hover {
	color: #700010;
}

#main_nav li.current_page_item a, #main_nav li.current_page_ancestor a {
	background: url(images/bg_main_nav_li_current.png) no-repeat bottom left;
	color: #848484;
}

/*********
SUB NAV
********************/
#sub_nav {
	list-style: none;
	height: 40px;
	background: url(images/bg_subNav.png) repeat-x top left;
}

#sub_nav li {
	float: left;
	margin: 0;
}

#sub_nav li a {
	display: block;
	color: #FFF;
	padding: 12px 18px;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #898989;
	font-weight: normal;
}

#sub_nav li a:hover {
	color: #ededed;
}

#sub_nav li.current_page_item a{
	color: #282828;
}

#sub_nav li.first a {
	border-left: none;
}

#sub_nav li.last a {
	border-right: none;
}

/*********
HOME
********************/
#home {
	padding-bottom: 47px;
}

#home .left_col {
	width: 320px;
	float: left;
	text-align: center;
}

#home .left_col a {
	display: inline-block;
	color: #2e2374;
	font-size: .916em;
	padding-right: 10px;
	background: url(images/icn_arrow_right.png) no-repeat right center;
}

#home .left_col a:hover {
	color: #070036;
}

#home .right_col {
	width: 640px;
	float: left;
	overflow: hidden;
}

#home .main_content {
	color: #1a0d6e;
	padding: 0 30px 5px 20px;
}

#home .main_content h1, #home .main_content h2,
#home .main_content h3, #home .main_content h4,
#home .main_content h5, #home .main_content h6  {
	font-size: 47px;
	font-weight: lighter;
}

#home .callout {
	float: left;
	width: 265px;
	padding: 0 25px 0 20px;
	color: #000;
	background: url(images/bg_home_callout.png) no-repeat top left;
}

#home .callout.left {
	margin-right: 10px;
	width: 275px;
}

/*********
INTERNAL
********************/
#internal {
	/*padding-bottom: 40px;*/
}

#internal .top_row {
	background: #dfdddb;
	padding: 5px 47px 33px 65px;
	/*margin: 0 0 33px;*/
}

#internal .top_row .left_column {
	width: 505px;
	float: left;
	margin-right: 68px;
	min-height: 10px;
}

#internal .top_row .left_column p {
	margin: 25px 0 30px;
}

#internal .right_column {
	width: 258px;
	float: right;
	margin-right: 33px;
}

#internal .right_column h2 {
	margin-top: 40px;
}

#internal .top_row .right_column {
	width: 275px;
	float: left;
	margin: 26px 0 0;
	background: url(images/bg_interal_top_right_bottom.jpg) no-repeat bottom left;
	padding: 0;
	min-height: 125px;
}

#internal .top_row .right_column .bg {
	background: url(images/bg_interal_top_right.jpg) no-repeat top left;
	padding-left: 31px;
	float: left;
	width: 275px;
}

#internal .top_row .right_column p {
	font-size: .916em;
	color: #3b3b3a;
}

#internal .top_row .right_column a {
	font-size: 1.090em;
}

#internal .top_row .right_column h2 {
	margin: 0 0 15px;
	padding-top: 15px;
}

#internal .display_post, .post {
	margin-bottom: 30px;
}

#open_times {
	list-style: none;
	background: url(images/bg_day.jpg) no-repeat top center;
	margin-top: 25px;
	clear: both;
}

#open_times li {
	margin: 0;
	background: url(images/bg_day.jpg) no-repeat bottom center;
	padding: 5px 0 4px;
	font-size: .916em;
}

#open_times li span {
	text-transform: uppercase;
	color: #696662;
}

.cform ol li {
	padding: 0 0 15px 0;
}

.cform label {
	display: block;
}

.emailreqtxt {
	display: block;
	color: #c20621;
}

.cf_hidden {
	display: none;
}

.linklove {
	display: none;
}
