/*   
Theme Name: Hot Waffles
Theme URI: http://www.hotwafflesmusic.com/
Description: A theme for Hot Waffles comedy rock band.
Author: Jared Ringold
Author URI: http://www.jaredringold.com/
Version: 1.0
*/

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
}

/****************************************/
/*** Basic Styles ***********************/
/****************************************/
 
a, a:visited {
	color: #F77F00;
}

a:hover, a:active {
	color: #fdaa2e;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

pre, code {
	font-family: "Courier New", Courier, monospace;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

sup, sub {
	font-size: 9px;
	line-height: 0;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

table {
	/*table-layout: fixed;*/ /* force a solid grid */
	border-collapse: collapse;
	margin: 10px 0;
	border: 1px solid #8C5A00;
	width: 100%;
}

th {
	_line-height: 1;
	white-space: nowrap; /* don't want wrapping text */
}

th, td {
	text-align: left;
	padding: 5px;
	border: 1px solid #8C5A00;
}

tr.alt td {
	background-color: #FCEAB8;
}

th {
	background: #FAA200 url(images/table-th-bg.png) left top no-repeat;
}

th a {
	color: #000 !important;
}

th a:hover {
	color: #111 !important;
}

button, 
input[type="submit"],
input[type="button"],
input[type="reset"] { 
	width: 150px;
	height: 33px;
	position: relative;
	border: 0; 
	padding: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	color: #000;
	line-height: 32px;
	background: url(images/button-bg.png) top right no-repeat;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	-moz-box-sizing: content-box;
}

button:hover, 
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #111;
	background-position: left -33px;
}

button::-webkit-focus-inner,
input[type="submit"]::-webkit-focus-inner,
input[type="button"]::-webkit-focus-inner,
input[type="reset"]::-webkit-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
	padding: 0;
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
	height: 33px;
	padding: 0 0 0 10px;
	margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	
	/*button {
		padding-right: 10px;
	}*/
	
	button span {
		margin: -1px 0 0 0;
	}
	
	button span span {
		margin-top: 0px;
	}
}

body:nth-of-type(1) button { /* target Chrome */
	padding-right: 7px;
}

html:lang(en)>body button {
	padding-right: 10px;
}

form {
	margin-bottom: 10px;
}

input[type="text"],
input[type="password"] {
	width: 238px;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border: 1px solid #8e5a00;
	font-size: 14px;
}

textarea{
	width: 508px;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border: 1px solid #8e5a00;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	font-weight: bold;
	margin: 10px;
	line-height: 20px;
	_height: 20px;
}

fieldset {
	margin-bottom: 20px;
}

fieldset:last-child {
	margin-bottom: 0px;
}

legend {
	font-size: 18px;
	padding-bottom: 10px;
}


#wrapper {
	width: 100%;
	margin: auto;
	background: #ffdd80 url(images/body-page-bg.png) center top repeat-x;
	/*min-height: 100%;
	margin-bottom: -150px;
	position: relative;*/
}

#home #wrapper {
	background: #ffdd80 url(images/body-bg3.png) center top repeat-x;
}

* html #wrapper {
	/*height: 100%;*/
}


/****************************************/
/*** Header *****************************/
/****************************************/

#header {
	width: 950px;
	height: 226px;
	margin: auto;
	padding: 15px 0 0 0;
	background: #000 url(images/header.jpg) center top no-repeat;
}

#header h1 {
	text-indent: -10000px;
}

#header h1 a {
	display: block;
	height: 180px;
}

#content-wrap {
	position: relative;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	margin: auto;
	display: block;
	background: url(images/content-bg.jpg) center top repeat-y;
	/*overflow: auto;*/
}


/****************************************/
/*** Navigation *************************/
/****************************************/

ul#navbar {
	float: right;
	height: 26px;
	margin: 20px 20px 0 0;
	padding: 0 14px 0 0;
	list-style-type: none;
}

ul#navbar li {
	float: left;
	display: inline;
	position: relative;
	margin-right: -14px;
	_width: 1%;
}

/** html ul#navbar li {
	width: 1%;
}*/

ul#navbar li a {
	display: block;
	height: 26px;
	padding: 0 0 0 26px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #fa9500;
	text-decoration: none;
	background: url(images/navbar-tab-left.png) left top no-repeat;
}

ul#navbar li a span {
	display: block;
	height: 26px;
	padding: 0 15px 0 0px;
	background: url(images/navbar-tab-right-alt.png) right top repeat-x;
	cursor: pointer;
}

ul#navbar li a:hover {
	color: #ffdd80;
	background-position: left -26px;
	_background-position: 0 0;
}

ul#navbar li a:hover span {
	background-position: right -26px;
}

ul#navbar li.current_page_item,
ul#navbar li.current_page_ancestor,
ul#navbar li.current_page_parent {
	z-index: 99;
}

ul#navbar li.current_page_item a, ul#navbar li.current_page_item a:hover,
ul#navbar li.current_page_ancestor a, ul#navbar li.current_page_ancestor a:hover, 
ul#navbar li.current_page_parent a, ul#navbar li.current_page_parent a:hover {
	color: #000;
	background-position: left -52px;
}

ul#navbar li.current_page_item a span,
ul#navbar li.current_page_ancestor a span,
ul#navbar li.current_page_parent a span {
	background-position: right -52px;
}

ul#navbar li.rss-tab {
	text-indent: -10000px;
	margin-left: 14px;
}

ul#navbar li.rss-tab a {
	width: 28px;
	padding: 0;
	background: url(images/rss-tab.png) left top no-repeat;
	z-index: -1;
}

ul#navbar li.rss-tab a:hover {
	background-position: left -26px;
	_background-position: 0 0;
}


/****************************************/
/*** Content ****************************/
/****************************************/


#banner {
	width: 950px;
	height: 89px;
	margin: auto;
	background: url(images/page-banner-bg.jpg) center top no-repeat;
}

#home #banner {
	height: 249px;
	width: 950px;
	margin: auto;
	background: url(images/home-banner-bg.jpg) center top no-repeat;
}

#banner h2 {
	float: left;
	width: 560px;
	color: #000;
	padding: 0 0 0 50px;
	_padding-left: 20px;
	line-height: 30px;
	font-size: 36px;
	white-space: nowrap;
	/*position: relative;*/
}

#banner h2 span.highlight {
	display: block;
	position: relative;
	left: 0px;
	_left: 30px;
	top: 24px;
	color: #ffc249;
}

#banner h2 span.shadow {
	display: none;
	position: absolute;
	left: 50px;
	_left: 50px;
	top: 22px;
	color: #cd6700;
}

#banner h2 span.color {
	display: block;
	position: absolute;
	left: 50px;
	_left: 50px;
	top: 23px;
	color: #140d00;
	/*text-shadow: 0px 2px 2px #cd6700;*/
}

#banner h2 span.gradient {
	display: none;
	position: absolute;
	width: 100%;
	background: url(images/text-grad.png) repeat-x;
	left: 50px;
	top: 23px;
}

#banner h2 span.archive-subhead {
	color: #fff;
	font-size: 16px;
	line-height: normal;
	display: inline;
}

#home #banner h2 {
	float: none;
	width: auto;
	font-size: 30px;
	/*height: 36px;*/
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
	/*text-shadow: 0px 1px 0px #ffc249;*/
}

#home #banner h2 span.highlight {
	left: 0px;
	_left: 0px;
	top: 1px;
}

#home #banner h2 span.shadow {
	left: 0px;
	_left: 0px;
	top: -1px;
}

#home #banner h2 span.color {
	left: 0px;
	_left: 0px;
	top: 0px;
	/*text-shadow: 0px 2px 2px #cd6700;*/
}

#banner p {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0;
	color: #FFF2CF;
}

#content {
	position: relative;
	float: left;
	width: 570px;
	min-height: 100%;
	height: auto !important;
	padding: 10px 0px 1px 50px;
}

#content p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
}

#content ul, #content ol, #content dl {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 20px;
}

#content ul {
	list-style: outside;
	list-style-type: disc;
}

#content ol {
	list-style: outside;
	list-style-type: decimal;
}

#content dl {
	list-style: outside;
}

#content dl dt {
	font-weight: bold;
}

#content dl dd {
	margin-left: 20px;
}

#content h1 {
	font-size: 36px;
	margin-bottom: 18px;
}

#content h2 {
	font-size: 36px;
	margin-bottom: 10px;
}

/*#content h3 {
	font-size: 24px;
	margin-bottom: 10px;
}*/

#content .page-body h3 {
	line-height: 40px;
	padding: 0 20px 10px 50px;
	margin-left: -70px;
	background: url(images/content-h3-bg.png) left top no-repeat;
	position: relative;
}

#content .post-body h3 {
	height: auto;
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
}

#content h3 a {
	color: #000;
	text-decoration: none;
}

#content h3, #respond h3 {
	height: 40px;
	line-height: 40px;
	padding: 0 20px 10px 50px;
	margin: 0 0 10px -50px;
	background: url(images/content-h3-bg2.png) left top no-repeat;
	overflow: hidden;
}

.tubepress_embedded_title {
	height: 40px;
	font-size: 24px !important;
	line-height: 40px;
	padding: 0 20px 10px 50px;
	margin: -10px 0 10px -71px;
	background: url(images/content-h3-bg.png) left top no-repeat;
}

#content h4 {
	font-size: 21px;
	margin: 10px 0;
}

#content h5 {
	font-size: 18px;
	margin: 10px 0;
}

#content h6 {
	font-size: 16px;
	margin: 10px 0;
}

#content img {
	background: #dfdfdf url(images/img-bg.png) no-repeat;
	padding: 5px;
	border: 1px solid #ccc;
}

#content img.wp-smiley {
	border: none;
	padding: 0;
	background: none;
}

#content a img {
	/*border-color: #F77F00;*/
}

#content a:hover img {
	border-color: #fdaa2e;
}

#content form img {
	padding: 0;
	border: 0;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	display: block;
	clear: both;
	text-align: center;
	margin: 10px auto;
}

.alignnone {
	display: block;
	clear: both;
	text-align: left;
	margin: 10px 0;
}

#content a.button {
	width: 130px;
	height: 23px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/nav-button-bg.png) top left no-repeat;
}

#content a.button:hover {
	color: #111;
	background-position: left -23px;
	_background-position: left -22px;
}

#content .wp-caption {
	height: 100%;
	padding: 5px 1px;
	margin: 0;
	border: 1px solid #ccc;
	background: #dfdfdf url(images/img-bg.png) no-repeat;
	text-align: center;
	vertical-align: top;
	display: block;
}

#Merch #content .wp-caption {
	margin: 0px 5px 20px;
	display: inline-block;
	/*display: -moz-inline-stack;*/
	zoom: 1;
	*display: inline;
}

#content .wp-caption.alignleft {
	margin-right: 10px;
}
#content .wp-caption.alignright {
	margin-left: 10px;
}
#content .wp-caption.aligncenter {
	display: block;
	clear: both;
	text-align: center;
	margin: 10px auto;
}

#content .wp-caption img {
	padding: 0;
}

#content p.wp-caption-text {
	width: auto;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0 0;
}

#content blockquote { 
	font-style: italic;
	background: #fceab8 url(images/blockquote-bg.png) left top no-repeat;
	margin: 10px 0;
	padding: 1px 10px;
	overflow: auto;
}

#content blockquote cite {
	float: right;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
}

div.post {
	width: 560px;
	padding-top: 20px;
	margin-bottom: 20px;
	background: #fff url(images/post-top.png) left top no-repeat;
}

div.post-body {
	width: 480px;
	min-height: 90px;
	padding: 0 19px 10px 59px;
	border: 1px solid #8e5a00;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
}

div.post-body:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
div.post-body { display: inline-block; }
/* start commented backslash hack \*/
* html div.post-body { height: 1%; }
div.post-body { display: block; }
/* close commented backslash hack */

div.page-body {
	width: 520px;
	min-height: 100%;
	height: auto;
	padding: 0 19px 10px 19px;
	border: 1px solid #8e5a00;
	border-top: 0;
	background: #fff;
}

#content div.front p {
	font-size: 16px;
	line-height: 24px;
}

#content p.post-date {
	font-weight: bold;
	font-size: 10px;
	margin: 10px 0;
	padding-left: 18px; 
	background: url(images/calendar-sm.png) left 3px no-repeat;
}

div.post-meta {
	width: 510px;
	height: 32px;
	padding: 0 0 0 50px;
	background: url(images/post-meta-bg.png) left top no-repeat;
	font-size: 10px;
	line-height: 32px;
}

div.post-meta a {
	text-decoration: none;
}

div.post-meta span {
	display: block;
	float: left;
	padding: 0 12px 0 10px;
	background: url(images/post-meta-sep.png) right top no-repeat;
	font-weight: bold;
}

div.post-meta span.comment {
	min-width: 50px;
	float: right;
	background: none;
	padding: 0 0 0 10px;
}

div.post-meta span.comment-count {
	float: right;
	background: none;
	width: 39px;
	padding: 0;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

#content div.post-meta span.comment-count a {
	display: block;
	width: 100%;
	color: #fff;
}

#content div.post h2 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
	color: #f88100;
}

div.post h2 a {
	text-decoration: none;
}

div.date-flag {
	width: 80px;
	height: 85px;
	float: left;
	padding: 5px 10px 0 20px;
	margin-left: -110px;
	background: url(images/date-flag.png) left top no-repeat;
	text-align: center;
	font-weight: bold;
}

* html div.date-flag {
	position: relative;
	margin-left: -55px;
}

div.date-flag .month {
	font-size: 24px;
	line-height: 36px;
}

div.date-flag .day {
	font-size: 36px;
	line-height: 24px;
}

div.date-flag .year {
	font-size: 12px;
	line-height: 12px;
	color: #FEDC7E;
}

#post-navigation {
	height: 33px;
	width: 560px;
	margin-bottom: 10px;
}

#post-navigation.single-nav {
	margin-bottom: 19px;
}

#post-navigation a {
	width: 120px;
	height: 33px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#post-navigation a:hover {
	color: #111;
	background-position: left -33px;
	_background-position: left -32px;
}

.next-link a {
	float: right;
	padding-right: 10px;
	background: url(images/next-arrow.png) top left no-repeat;
}

.prev-link a {
	float: left;
	padding-left: 10px;
	background: url(images/prev-arrow.png) top left no-repeat;
}

a.link-left,
a.link-right {
	width: 120px;
	height: 33px;
	color: #000 !important;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.link-left {
	float: left;
	padding-left: 10px;
	background: url(images/prev-arrow.png) top left no-repeat;
}

a.link-right {
	float: right;
	padding-right: 10px;
	background: url(images/next-arrow.png) top left no-repeat;
}

a.link-left:hover,
a.link-right:hover {
	color: #111;
	background-position: left -33px;
	_background-position: left -32px;
}

/*.prev-link {
	float: left;
}

.next-link {
	float: right;
}*/

#content .addthis_container {
	margin: 10px 0;
}

#content .addthis_container img {
	padding: 0;
	border: 0;
}


/****************************************/
/*** Comments ***************************/
/****************************************/

#content ol.commentlist {
	width: 560px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	/*border-bottom: 1px solid #8e5a00;*/
	background: url(images/post-top.png) left top no-repeat;
	*float: left;
}

#content ol.commentlist li {
	margin: 0;
	padding: 20px 20px 11px 20px;
	border: 1px solid #8e5a00;
	border-top: 0;
	background: #fff url(images/comment-bg.png) left bottom repeat-x;
}

#content ol.commentlist li:first-child {
	padding-top: 0;
}

#content ol.commentlist li.odd {
	/*background: #FBE9B6;*/
}

#content ul.children {
	list-style-type: none;
	margin: 20px 0 0 0px;
}

#content ul.children li,
#content ul.children li:first-child {
	padding: 20px 0px 11px 20px;
	margin: 0;
	border: none;
	border-top: 1px solid #8e5a00;
	background: none;
}

.comment-author {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.comment-author a {
	text-decoration: none;
}

.comment-author cite {
	font-style: normal;
}

#content .comment-author img {
	float: left;
	margin: 0 5px 5px 0;
	clear: both;
	padding: 2px;
}

.comment-meta, .comment-meta a {
	font-size: 10px;
	text-decoration: none;
}

.navigation {
	/*overflow: auto;*/
	height: 23px;
	width: 560px;
	margin-bottom: 19px;
}

#content .navigation a {
	width: 130px;
	height: 23px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/nav-button-bg.png) top left no-repeat;
}

#content .navigation a:hover {
	color: #111;
	background-position: left -23px;
	_background-position: left -22px;
}

div.reply {
	text-align: right;
	margin-bottom: 10px;
}

a.comment-reply-link {
	font-weight: bold;
}

form#commentform {
	width: 560px;
	margin-bottom: 10px;
}

form#commentform input[type="text"]{
	width: 260px;
}

form#commentform textarea{
	width: 548px;
	height: 150px;
}

form#commentform label {
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
}

#respond small {
	font-size: 100%;
}

form#commentform p {
	color: #fff;
	font-weight: bold;
}

form#commentform p a,
a#cancel-comment-reply-link {
	color: #fcedc3;
	font-weight: bold;
}

form#commentform p a:hover,
a#cancel-comment-reply-link:hover {
	color: #fff;
}

/****************************************/
/*** Sidebar ****************************/
/****************************************/

#sidebar {
	float: right;
	width: 320px;
	padding: 10px 10px 0px 0px;
}

#sidebar .module {
	margin: -1px 0 10px 0;
	background: url(images/sidebar-module-bg.png) left top no-repeat;
	height: 1%;
}

#sidebar .module-bottom {
	height: 10px;
	background: url(images/sidebar-module-bottom-bg.png) left bottom no-repeat;
}

#sidebar img {
	background: #FFF;
	padding: 5px;
	border: 1px solid #8C5A00;
}

#sidebar h2 {
	color: #000;
	font-size: 16px;
	line-height: 40px;
	padding: 1px 30px 0 30px;
}

#sidebar h2 a, #sidebar h2 a:hover {
	color: #000;
}

#sidebar ul, #sidebar .textwidget {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	padding: 7px 30px 7px 30px;
}

#sidebar ul ul {
	padding-left: 0px;
}

#sidebar li {
	padding: 3px 0 3px 12px;
	background: url(images/bullet_orange.png) -5px 3px no-repeat;
	height: 1%;
}

#sidebar li.page_item {
	font-size: 14px;
}

#sidebar li.current_page_item {
	background-image: url(images/bullet_blue.png);
}

#sidebar li.current_page_item a{
	/*color: #000*/;
}
#sidebar li a {
	/*display: block;*/
}

#sidebar .textwidget {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
#sidebar .textwidget p {
	margin: 10px 0;
}

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

#sidebar a:hover {
	color: #fff;
}

#sidebar ul.tddrecentposts dd {
	font-size: 12px;
}

#sidebar ul.tddrecentposts dd.sidebardate {
	display: inline;
	font-size: 10px;
	font-weight: bold;
}


/****************************************/
/*** Search *****************************/
/****************************************/

form#searchform {
	width: 270px;
	height: 30px;
	margin: 0 0 20px 10px;
	background: url(images/search-bg.png) left top no-repeat;
	_background: none;
}

#banner form#searchform {
	float: right;
	margin: 24px 50px 24px 0;
	_margin-right: 20px;
	background-image: url(images/search-banner-bg.png);
	_background: none;
}

form#searchform input[type="text"] {
	float: left;
	background: none;
	border: 0;
	width: 190px;
	height: 22px;
	font-size: 18px;
	padding: 4px 20px;
}

form#searchform input[type="submit"] {
	width: 40px;
	height: 30px;
	float: right;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-indent: -10000px;
}


/****************************************/
/*** Footer *****************************/
/****************************************/

.clearfooter {
	height: 150px;
	clear: both;
}

#footer-wrap {
	width: 100%;
	height: 150px;
	margin-bottom: -10px;
	background: url(images/footer-bg.png) repeat-x;
	/*position: relative;*/
}

#footer {
	width: 950px;
	height: 150px;
	margin: auto;
	background: url(images/footer.png) center top no-repeat;
}

#footer a {
	text-decoration: none;
}

p.copyright {
	float: left;
	width: 450px;
	color: #666666;
	font-size: 12px;
	padding: 119px 0 0 156px;
}

#twitter_div {
	float: right;
	width: 310px;
	height: 150px;
	margin: 0 20px 0 0;
	background: url(images/twitter-bg2.png) left 10px no-repeat;
	_background-position: left 11px;
}

#twitter_div ul {
	font-size: 10px;
	line-height: 12px;
	margin: 55px 20px 15px 65px;
	color: #fff;
	list-style-type: none;
}

#twitter_div ul li span {
	display: block;
}

#twitter_div a {
	color: #fa9300;
	text-decoration: none;
}

#twitter_div a:hover {
	color: #fdaa2e;
}

#twitter_div #twitter-link {
	margin-left: 65px;
	font-size: 12px;
	font-weight: bold;
}

.clearfix {
	clear: both;
}	


form.contact-form div {
	margin-bottom: 10px;
}

form.contact-form div.form-label {
	float: right;
	width: 270px;
	padding-top: 4px;
	text-align: left;
}

form.contact-form label[for="ec_message"] {
	margin-left: -250px;
	position: relative;
}

#content p.information {
	background: url(images/knob-info.png) left top no-repeat;
	padding: 7px 0px 10px 40px;
	font-size: 16px;
	margin: 10px 0 18px;
}

#content p.error {
	background: url(images/knob-cancel.png) left top no-repeat;
	padding: 7px 0px 10px 40px;
	font-size: 16px;
	margin: 10px 0 18px;
}

#content p.important {
	background: url(images/knob-attention.png) left top no-repeat;
	padding: 7px 0px 10px 40px;
	font-size: 16px;
	margin: 10px 0 18px;
}
#content p.success {
	background: url(images/knob-valid-green.png) left top no-repeat;
	padding: 7px 0px 10px 40px;
	font-size: 16px;
	margin: 10px 0 18px;
}

span.required {
	color: #FF0000;
	font-size: 150%;
	font-weight: bold;
	line-height: 0;
}


/****************************************/
/*** Front Page *************************/
/****************************************/

#plugs {
	width: 808px;
	margin: 0 50px;
	padding: 20px 20px 10px 20px;
	background: #9d5101 url(images/ads-bg.png) 0 0 no-repeat !important;
	border: 1px solid #523401;
	text-align: center;
}

#plugs img {
	margin-bottom: 10px;
}

#zone_left {
	float: left;
	width: 427px;
	height: 202px;
	margin: 18px 9px 19px 39px;
	_margin-left: 20px;
	/*padding: 0 2px 2px 0;*/
	/*background: url(images/banner-zone-shadow.png) right bottom no-repeat;*/
}

#zone_right {
	float: right;
	width: 425px;
	height: 200px;
	margin: 19px 40px 20px 10px;
	_margin-right: 20px;
	position: relative;
	/*background: url(images/banner-zone-shadow.png) right bottom no-repeat;*/
}

#zone_right a.link-right {
	position: absolute;
	right: 0px;
	bottom: -1px;
}

#zone_music {
	width: 560px;
	margin-bottom: 20px;
}

#img-frame {
	width: 425px;
	height: 200px;
	padding: 1px;
	background: url(images/img-carousel-bg.png) left top no-repeat;
	overflow: hidden;
	position: relative;
	_background: none;
}

#img-carousel {
	width: 425px;
	height: 200px;
	background: url(images/img-carousel-shadow.png) right bottom no-repeat;;
}

#img-carousel img {
	width: 425px;
	height: 200px;
	margin: 0;
	top: 0;
	left: 0;
	white-space: nowrap;
}

#img-nav {
	display: none;
	position: absolute;
	bottom: 9px;
	right: 10px;
	z-index: 99;
}

#img-frame:hover .show-nav {
	display: block;
}

#img-nav li {
	display: block;
	float: left;
	cursor: pointer;
}

#img-nav li.prev-img {
	width: 22px;
	height: 23px;
	background: url(images/img-carousel-nav.png) left top no-repeat;
}
#img-nav li.prev-img:hover {
	background-position: left -23px;
}

#img-nav li.next-img {
	width: 21px;
	height: 23px;
	background: url(images/img-carousel-nav.png) right top no-repeat;
}
#img-nav li.next-img:hover {
	background-position: right -23px;
}