/**
 * layout.css
 * CSS file for the Page Layout
 * @author Luke Sneeringer, Live Oak Interactive
 * @author Copyright 2007, Live Oak Interactive
 */
 

/* get rid of rendering quirks */
* {
    margin: 0px;
    padding: 0px;
}


/* basic stuff */
body {
    background-color: white;
    background-repeat: repeat-x;
    background-position: 0px 100px;
}

#container {
    position: relative;
    width: 772px;
    margin-left: auto;
    margin-right: auto;
}


/* header */
#header {
    padding-top: 10px;
    height: 60px;
    position: relative;
}

#header_right {
    position: absolute;
    top: 18px;
    right: 0px;
}


/* main content area */
#wrapper_top {
    height: 14px;
    margin-top: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
}
    
#wrapper {
    background-color: transparent;
    background-repeat: repeat-y;
    min-height: 450px;
}

#content {
    padding-left: 225px;
    padding-right: 15px;
}

#content_full {
    padding-left: 10px;
    padding-right: 10px;
}


/* right sidebar */
#extra {
    position: absolute;
    top: 125px;
    left: 24px;
    width: 200px;
}


/* footer */
#footer {
	margin-left: 200px;
    margin-top: 20px;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    clear: both;
    text-align: center;
}


/* layout elements */
#content .textbox_top, #content .textbox_double_top {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 6px;
}

#content .textbox_top {
	height: 19px;
}

#content .textbox_double_top {
	height: 22px;
}

#content .textbox_top h2, #content .textbox_double_top h2 {
	padding-top: 2px;
	padding-left: 18px;
	margin-top: 0px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}

#content .move_down h2 {
    margin-top: 8px;
}

#content .textbox, #content .textbox_double {
	display: block;
	background-color: transparent;
	background-repeat: repeat-y;
	width: 532px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .textbox .inner, #content .textbox_double .inner {
	padding-left: 4px;
	padding-right: 21px;
}

#content .textbox_bottom, #content .textbox_double_bottom {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 532px;
	height: 5px;
	margin-bottom: 5px;
}

.hr {
	background-color: #D0D0D0;
	height: 1px;
	font-size: 1px;
	width: 100%;
}

.textbox .hr {
	margin-left: 8px;
	width: 94%;
}


/* Search Box */
.search_box {
	margin-top: 2px;
	margin-right: 10px;
	float: left;
}


/* Admin Stuff */
.admin_on_demand_content {
	display: block;
	width: 537px;
}

.admin_on_demand_top_row {
	float: left;
	clear: none;
	display: block;
	border: 1px dotted black;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	width: 537px;
}

.admin_on_demand_bottom_row {
	border: 1px dotted black;
	float: left;
	margin-right: 5px;
}

.admin_on_demand_bottom_row div {
	clear: both;
	width: 150px;
	margin-right: 10px;
	margin-top: 10px;
}

/* What's On Stuff */
.whatson_bottom_div{
	margin-left: 10px;
}

.whatson_top_row {
	float: left;
	clear: none;
}

.whatson_top_row_right {
	width: 335px;
}

.movies_top_row_right {
	width: 385px;
}

.whatson_top_image {
	margin-right: 10px;
	margin-left: 10px;
}

.whatson_bottom_row {
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}

.whatson_bottom_row div {
	width: 150px;
}

#whats_on_post_event_button {
    width: 180px;
    height: 19px;
    color:white;
    padding-top:3px;
    margin-top: 15px;
	margin-bottom: 12px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
	border: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

/* Home Page Stuff */
.admin_home_page_manager div {
	width: 50%;
	float: left;
}

.admin_home_page_manager div div {
	width: 98%;
	float: left;
	margin-bottom: 10px;
}

.home_left {
	width: 470px; /* 560 */
	float: left;
	padding-left: 10px;
}

.home_left div {
	padding-top: 2px;
	padding-bottom: 2px;
}

.home_left .home_graphic {
	float: left;
	width: 150px;
	height: 150px;
	clear: none;
}

.home_left .home_text_area {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	width: 300px;
	float: left;
	clear: none;
	overflow: hidden;
}

.home_right {
	padding-left: 10px;
	width: 250px;
	float: left;
}

.home_right div {
	padding-top: 2px;
	padding-bottom: 2px;
}

.home_right .home_graphic {
	float: left;
	width: 75px;
	height: 75px;
	clear: none;
}

.home_right .home_text_area {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	float: left;
	clear: none;
	overflow: hidden;
}

#content_full h2.home_area {
	color: #D87F47;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#content_full h1.home_title {
	font-size: 12px;
}

/* Event Stuff */
.featured_event {
	margin-top: 10px;
	/*width: 507;*/
}

.featured_event_text_icons {
	margin-right: 10px;
}

.featured_event_text_icons_search_results {
	margin-right: 10px;
	margin-left: 10px;
}

.featured_event_top_text {
	width: 210px;
	float: left;
}

.featured_event_top_address {
	width: 120px;
	float: left;
}

.featured_event_image {
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}

.featured_event_image_search_results {
	float: left;
	width: 75px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.featured_event_icons img {
	margin: 3px 3px 3px 3px;
}

.event {
	margin-top: 10px;
	/*margin: 20px 20px 20px 20px;
	width: 507;*/
}

.event_top {
	width: 100%;
}

.event_text_icons {
	width: 461px;
	margin-right: 10px;
	float: left;
}

.event_image {
	width: 100px;
	margin-bottom: 10px;
	padding-left: 10px;
	float: right;
}

.event_top_text {
	width: 220px;
	float: left;
}

.event_top_address {
	width: 235px;
	float: left;
}

.event_top_nav {
	font-size: 10px;
	font-family: sans-serif;
}


/* Contest Stuff */

.contest_left {
	float: left;
	width: 350px;
}

.contest_right {
	float: left;
	width: 125;
	margin-right: 20px;
	margin-left: 20px;
}


/* Products */
.product {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	width: 134px;
}

.product h2 {
	background-image: url('/includes/images/markets/1/backgrounds/advertise_header.gif');
	background-repeat: no-repeat;
	color: white !important;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	margin-bottom: 0px;
	padding-top: 5px;
	text-align: center;
	width: 134px;
}

.product_info {
	background-image: url('/includes/images/markets/1/backgrounds/advertise_box.gif');
	background-repeat: repeat-y;
	margin-top: -9px;
	height: 350px;
}

.product_info ul {
	padding-top: 10px;
}

.product_info li {
	font-size: 9px;
	line-height: 130%;
	margin-bottom: 5px;
	padding-right: 5px;
}
