html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: times, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 5px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* png transparency support in ie
img { behavior: url('radium/assets/css/iepngfix.htc'); } */





html, body {
	background: #2b3b2c;
	background-image:url('../images/background_gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body {
	min-width: 800px;
	font-family: verdana;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	/*overflow: hidden;*/
}

#header {
	display: block;
}

#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	behavior: url('assets/css/iepngfix.htc');
}

#columns_outer {
    width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	border-top: 0;
	background-image:url('../images/background_tile.png');
	overflow: hidden;
}

#columns_border {
    width: 774px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 3px solid #000000;
	border-top: 0;
	background-image:url('../images/background_tile.png');
	overflow: hidden;
}

#columns_inner {
    width: 772px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	border: 0px solid #000000;
}

#navigation {
	float: left;
	/* IE6 doubled margin bug fix*/
	display: inline;
	width: 164px;
	margin-top: 20px;
	margin-left: 10px;
	border: 1px solid #000000;
	background: #8b223e;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	overflow: hidden;
	z-index: -100;
}

#navigation li {
	display: inline;
	border: 0px solid #3333ff;
}

#navigation img {
	border: 0px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#navigation a:link {
	color: orange;
	font-weight: bold;
	text-align: center;
	font-size: 16pt;
	text-decoration: none;
}

#navigation a:visited {
	color: grey;
	font-weight: bold;
	text-align: center;
	font-size: 16pt;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
}

#content {
	float: right;
	width: 536px;
	padding: 30px;
	margin-bottom: 0;
	font-size: 110%;
	clear: right;
	border: 0px solid #000000;
}

#content h2, h3, h4 {
	text-align: center;
	margin-bottom: 10px;
}

#content h1 {
	font-size: 190%;
	font-weight: bold;
}

#content h2 {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 15px;
}

#content h3 {
	font-size: 150%;
	font-weight: bold;
}

#content h4 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

#content p {
	text-indent: 0px;
	margin-bottom: 10px;
}

#content img {
	border: 0px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content img.inline {
	display: inline;
	margin: 0;
	margin-left: 5px;
}

#content img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

#content img.textasimg {
	margin: 0;
	vertical-align: bottom;
}

#content h3.menu {
	color: #8b223e;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
}

#content table {
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
}

#content td {
	border: 0px solid #000000;
	padding-bottom: 10px;
	vertical-align: top;
}

#content td.label {
	text-align: right;
	padding-right: 20px;
	font-style: italic;
}

.unobtrusive_nav {
	float: right;
	margin-top: 10px;
}

.pagenumbers {
	text-align: center;
}


/* Menu stuffs */



#menu table.item {
    table-layout: auto;
    border: 0px solid #000000;
    background-color: #f9c699;
}

#menu td.item {
    font-weight: bold;
}

/* Gig managment menu */

#gig_nav ul {
	text-align: right;
	margin-right: 30px;
}

#gig_nav li {
	display: inline;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
	background-color: #ffffff;
}

.gig_lineup {
	text-align: left;
	margin-bottom: 25px;
	margin-left: 20px;
}

.when {
	display: inline;
	float: right;
	margin-right: 15px;
}

.who {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0;
	color: #8b223e;
}

#content table.gig_lineup {
	table-layout: auto;
	width: 200px;
	margin: 5px;
}

/* The ogyc content styling */

#ogyc_content {
	float: right;
	width: 546px;
	padding: 10px;
	margin: 10px;
	margin-top: 20px;
	font-size: 110%;
	clear: right;
	border: 1px solid #000000;
	background-image:url('../images/whirllogo.gif');
	height: 100%;
}

#ogyc_content h2, h3, h4 {
	text-align: center;
	margin-bottom: 10px;
}

#ogyc_content h1 {
	font-size: 190%;
	font-weight: bold;
}

#ogyc_content h2 {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 15px;
}

#ogyc_content h3 {
	font-size: 150%;
	font-weight: bold;
}

#ogyc_content h4 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

#ogyc_content p {
	text-indent: 0px;
	margin-bottom: 10px;
}

#ogyc_content img {
	border: 0px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#ogyc_content img.inline {
	display: inline;
	margin: 0;
	margin-left: 5px;
}

#ogyc_content img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

#ogyc_content img.textasimg {
	margin: 0;
	vertical-align: bottom;
}

#ogyc_content h3.menu {
	color: #8b223e;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
}

#ogyc_content table {
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
}

#ogyc_content td {
	border: 0px solid #000000;
	padding-bottom: 10px;
	vertical-align: top;
}

#ogyc_content td.label {
	text-align: right;
	padding-right: 20px;
	font-style: italic;
}

/* Menu Manager */

.manage_category {
    background-color:#f9eec2;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.category_actions {
    text-align: right;
    padding: 3px 3px 5px 3px;
}

.item_actions {
    text-align: right;
}

.category_like {
    background-color: #f9eec2;
    padding: 3px 13px 3px 3px;
    margin: 5px 0 0 0;
}

.item_like {
    background-color: #f9c699;
    padding: 3px;
    margin: 0;
}

p.cell_like {
    vertical-align: top;
    text-align: left;
    margin: 0;
    padding: 3px 3px 0 3px;
    font-style: italic;
}

.right_align {
    text-align: right;
}

#content h2.category_name {
    color: #8b223e;
	text-align: left;
	margin: 0;
	padding: 0;
}

#content p.category_description {
    margin: 0;
    padding: 5px 10px 5px 30px;
}

#content table.manage_items_table {
    border: 0px solid #000000;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content td.manage_items_table {
	border: 0 solid #f9eec2;
	vertical-align: top;
    background-color: #f9c699;
    padding: 3px;
    margin: 0;
    border: 0;
}

#content td.bold {
    font-weight: bold;
}


#content table.menu_item_table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content td.menu_item {
	border: 0 solid #f9eec2;
	vertical-align: top;
    background-color: #f6e6d2;
    padding: 3px;
    margin: 0;
}

#content td.money {
    padding-left: 10px;
}


#content .spacer {
    border: 0;
    height: 5px;
}
