* {margin: 0; padding: 0;}
body {
	background: black;
/*	margin: 0;*/
}
a img {border: none;}

.button {
	padding: 2px 4px;
/*	color: white; background: #791414; border: 2px solid #550E0E; */
	color: white; background: #292929; border: 2px solid #444;
	font: 12px "Century Gothic", Arial, sans-serif;
}
.button:hover {cursor: pointer;}
.delete_button {
  border: none; background: url(/images/admin/small_close.png) center bottom no-repeat;
  width: 14px; height: 15px;
  margin: 0; padding: 0; margin-left: 5px;
  overflow: hidden; text-indent: -300px;
}

div.page_wrapper, .fix-center {
	width: 783px; margin: 0 auto;
}

#banner {
	width: 783px; height: 125px;
	background-image: url(/images/banner.png);
	margin: 0;
}
#banner h1, #banner a span {display: none;}
#banner a {
	display: block;
	height: 105px; width: 255px;
}

.clearer {clear: both;}

input.text, input.string, input.email_address {border: 2px solid #444; padding: 1px;}

/** page templates **/
#page, #content-page, #front-page {
	border-top: 6px solid black;
	clear: both;	
}

#page {
	background: #191919;
	padding: 10px;
}
.page_wrapper.content-page {
	background-image: url(/images/content_page_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
}

.page_content {
	background: #191919;	
}

#single-column .content_body {
	padding: 10px 40px 20px; overflow: hidden; height: 100%;
}
#single-column .content_header {
	padding: 15px 40px 5px;
}

#content-page .main {
	width: 490px;
	float: left;
	padding: 10px 15px;
/*	background: #191919;*/
}
#content-page .aside_content {
	width: 257px;
	float: right;
	background: black;
	border-left: 4px solid black;
}
#content-page .aside_content .section {
	background: #333;
	padding: 10px 20px;
}
#content-page .aside_content img {
	border-bottom: 4px solid black;
}
#content-page .aside_content .section h2 {
	font-size: 17px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -1.5pt;
	line-height: 24px;
}

#front-page .aside_content {
	float: left;
	width: 190px;
	border-right: 8px solid black;
}
#front-page .main {
	float: right;
	width: 585px;
	background: #191919;
}


div.nav ul {
	list-style: none;
	background: #c39300;
	height: 20px;
	padding-left: 10px;
	margin: 0;
}
div.nav ul li {
	float: left;
	text-transform: uppercase;
	letter-spacing: -0.75pt;
	font: bold 14px "Gill Sans", Arial, sans-serif;
	padding-top: 1px;
}
div.nav ul li a {
	color: #eea;
	padding: 1px 5px;
	text-decoration: none;
}
div.nav ul li a:hover, div.nav ul li.current a {color: white;}

#page-footer {
	clear: both;
	padding-top: 6px;
	background: black;
}
#page-footer p {
	border-top: 7px solid #c39300;
	text-align: center;
	width: 100%;
	padding: 4px 0;
	font-size: 13px;
	letter-spacing: -0.5pt;
	margin-bottom: 0;
}

#login-form {padding-top: 10px;}

/*** CMS styling ***/
.content div div {margin-bottom: 10px;}
/*.content h1, .content div {
	padding-left: 20px; background: blue;
	background-image: url(/images/admin/pencil.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.content h1 span {
	padding-left: 20px;
}*/

/**** Home page ****/
.intro {
	border-bottom: 2px solid black;
	background: black;
}
img#home-intro-main {
	border-bottom: 8px solid black;
}

.news-summary {
	padding: 2px 10px;	
}

/**** Flash ****/
.flash {
	background: #92ab6e;
	padding: 10px;
	margin-top: 5px;
	border-top: 2px solid #829862;
	border-bottom: 2px solid #829862;
}

/*****/
table.login-table tr td {
	padding-bottom: 15px;
	padding-right: 10px;
}
#login-form {
	padding-top: 20px;
}
#login-form .submit_button {margin-left: 68px;}

/**** Admin ****/

.admin-banner {
	background: #9d0018; border-top: 2px solid #7a0013;	border-bottom: 2px solid #7a0013;
	padding: 2px 0;
	margin: 10px 0;
}
.admin-banner p, .admin-banner span {
	font: 12px "Lucida Grande", Arial, sans-serif;
}

.admin-banner p, .admin-banner div {margin-bottom: 0;}
.admin-banner a {color: white; text-decoration: none; padding: 1px 5px; font-weight: bold;}
.admin-banner a:hover {color: #9d0018; background: white;}
.admin-banner .logged-in {
	float: right;
}
/*
body.admin div#page {
	font: 12px "Lucida Grande", Arial, sans-serif;
	background: #43000b;
	border: 2px solid #5a0310;
	padding: 10px 15px;
}
body.admin div#page h1, body.admin div#page h2, body.admin div#page h3 {
	color: white;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;	
}
body.admin div#page h1 {
	font-size: 14px;
}
body.admin div#page h2 {
	font-size: 13px;
}
body.admin div#page a {
	color: white;
}
*/
/***/
.in_place_textfield_bhv form input {
	background: #1c0809;
	border: 2px solid blue;
	display: inline;
}
.in_place_textfield_bhv, .in_place_textarea_bhv, .in_place_html_textarea_bhv {
/*	background:#1c0809; border: 1px solid #2d0d0f;*/
	background: #070707; border: 1px dotted #666;
	padding: 0 3px;
	background-image: url(/images/admin/pencil.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.in_place_textfield_bhv {
	padding-right: 20px;
}

.inplaceeditor-form input, .inplaceeditor-form textarea, 
table.new_record textarea, table.new_record input {
/*	background: #1c0809; border: 1px solid #2d0d0f;*/
	background: #070707; border: 1px dotted #666;
	padding: 3px;	
	color: white;
	width: 100%;
}
.inplaceeditor-form, .inplaceeditor-form input {
	display: inline;	
}

input.file_upload {
/*	background-color: #43000b; border: 1px solid #43000b;*/
	background: #070707; border: 1px dotted #666;
	color: white;
}

/* styling editable text */
h1 .inplaceeditor-form input {font-size: 24px;}
h2 .inplaceeditor-form input {font-size: 18px;}
h1 .inplaceeditor-form input, h2 .inplaceeditor-form {
	font-family: "Gill Sans", Arial, sans-serif;
	font-weight: normal;
	color: #b99300;
	text-transform: uppercase;
	letter-spacing: -1.0pt;
}



/*** plugins ***/
/** blog **/
.blog-post-summary {
	padding-bottom: 20px;
	border-bottom: 1px dotted #444;
	margin-bottom: 20px;
}
.blog-post-summary .heading, .blog-post-summary .created_at {
	display: inline;
}
.blog-post-summary .created_at {
	font-style: italic;
}
.blog-post-summary .body {
	padding: 10px 0;
}
.blog-post-summary h1 {
	font-size: 16px; letter-spacing: normal;
}
.blog-post h1 a {text-decoration: none;}
.blog-post .time {
	padding-bottom: 10px;
}
.blog-post .created_at {
	padding-bottom: 20px; font-style: italic;
}

.blog-posts td {
	padding: 3px 20px 3px 0;
}

.blog-posts-list h2 {
	line-height: 32px; padding-top: 24px;
}
.new_news_item_link {
	float: right; padding: 0 8px; 
/*	background: #7A1414; border: 2px solid #5A0F0F; color: white; */
	color: white; background: #292929; border: 2px solid #444;
	text-decoration: none; font-size: 11px;
}
.new_news_item .nav {float: right; padding: 20px 80px 0; overflow: hidden; height: 100%;}

/** images **/
ul.image-list {
	list-style: none;
}
ul.image-list li {
	float: left; 
	margin-right: 15px;
	margin-bottom: 15px;
	width: 123px;
	height: 156px;
	position: relative;
	background-image: url(/images/admin/image_bg_dark.png);
}
ul.image-list img {
	margin-top: 10px;
	margin-left: 12px;
	text-align: center;
}
ul.image-list li a {text-decoration: none;}
ul.image-list li span.file-name, ul.image-list li span.file-note {
	display: block;
	font-size: 11px;
	margin-bottom: 1px;
	padding-left: 12px;
}
ul.image-list li span.file-note {
	font-size: 9px; color: #aa6;
}
ul.image-list input.delete_button {
	position: absolute; top: 5px; right: 7px;
}
.edit-image img {
	float: right;
}

div.dialog ul.image-list li {
	background: none;
	width: 113px; height: 125px;
}
div.dialog ul.image-list li span {
	color: white;
}

a.in_place_select_image {
	display: block;
	position: relative;
	text-decoration: none;
}
.in_place_select_image p {
	font: 12px "Lucida Grande", Arial, sans-serif;
	position: absolute; top: 3px; right: 3px;
	color: white;
	padding: 2px 20px 2px 4px;
/*	background: #200; border: 1px solid #2d0d0f;*/
	background: #070707; border: 1px dotted #666;
	background-image: url(/images/admin/pencil.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/** styling of generic pages **/
body.rapid_generic_page div.intro {background: none; border: none;}
body.rapid_generic_page .panel h1 {font-size: 16px;}
table.field_list, table.field_list th, table.field_list td {border: none;}

.new_page.subscriber .field_list th {width: 85px;}
.new_page.subscriber .field_list {width: 400px;}
.new_page.subscriber .submit_button {margin: 10px 0 0 100px;}

/* --- STORE --- */

body.store-page .main_content form {border: 1px dotted gray; padding: 10px; margin-top: 10px; }
body.store-page .add-to-cart { display: block; margin: 10px 0 0; }
body.store-page #view-cart-link { display: block; margin: 10px; }

body.front-page a.store { display: block; margin-top: 4px; }

table.track-previews th { width: 100px; vertical-align: middle; }
