/*
Theme Name: Oval Tennis
Theme URI: http://ovaltennis.com/
Description: Custom Wordpress template for Oval Tennis.
Version: 1.0
Author: River Design
Author URI: http://www.river-design.com/
Tags: oval tennis
*/


body {
	font: 62.5%/1.125em Arial,Helvetica,sans-serif;
	text-align: center;
	background: #241717;
}

.clr {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

p,ul,ol { margin-bottom: 1em; }

.content_wrap ul,
.content_wrap ol {
	padding-left: 26px;
}

.content_wrap ul { list-style: disc; }
.content_wrap ol { list-style: decimal; }

.content_wrap li { padding: 4px 0; }

.linklove { display: none; }



/* Structure */

#page {
	background: #960406 url(images/page_bg.jpg) repeat-x 0 0;
	position:  relative;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 124px;
	background: url(images/top_bg.png) repeat-x 0 0;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 442px;
	height: 176px;
	background: url(images/top_logo.png) no-repeat 0 0;
	z-index: 999;
}

#logo a {
	display: block;
	width: 442px;
	height: 176px;
	text-indent: -99999px;
}

#top .top_address {
	text-align: right;
	padding: 22px 25px 0 0;
}

#top .top_address p {
	margin: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-top: 116px;
	background: url(images/content_bg.png) repeat-y 167px 0;
	min-height:500px;
}

* html #wrapper { height:500px; }

#right {
	float: right;
	width: 833px;
	overflow: hidden;
}

.content_wrap {
	width: 802px;
	padding: 0 6px;
	text-align: left;
}

#feature  {
	min-height: 84px;
	height: auto !important;
	height: 84px;
	margin-bottom: 14px;
}

.content {
	padding: 14px 28px;
}

.sidebar {
	float: left;
	width: 167px;
	padding: 112px 10px 24px 0;
}

#left {
	float: left;
	width: 167px;
}

#left .inside {
	padding: 112px 10px 24px 0;
}

#footer {
	background: url(images/footer_bg.jpg) repeat-x 0 0;
	padding-bottom: 52px;
}

#copyright {
	padding: 12px 25px 24px 0;
	text-align: right;
}


/* Typography */

.content_wrap {
	font-size: 1.4em;
	line-height: 1.3em;
}

.top_address {
	font-size: 1.34em;
	line-height: 1.22em;
	color: white;
	font-weight: bold;
}

.top_address p.number {
	font-size: 1.8em;
	line-height: 1.2em;
}

.top_address p.license {
	font-size: 1em;
	line-height: 1em;
}

#copyright {
	color: white;
}

#copyright a {
	color: #ffff94;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}



/* Main Nav */

.dcjq-vertical-mega-menu {
	text-align: right;
	font-size: 1.5em;
}

ul#menu-main-nav { width: 157px; }

ul#menu-main-nav li {
	border-bottom: 1px solid #7E2422;
	width: 157px;
	position: relative;
	display: block;
}

ul#menu-main-nav li a {
	padding: 8px 0;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
}

ul#menu-main-nav li a:hover, ul#menu-primary-navigation li.mega-hover a {
	color: #dcca00;
}

ul#menu-main-nav li a.dc-mega { position: relative; }

ul#menu-main-nav li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 8px;
	right: -12px;
	width: 10px;
	height: 20px;
	background: url('http://www.ovaltennis.com/wp-content/plugins/multi-level-navigation-plugin/images/arrows-ffffff.png') no-repeat -10px 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

ul#menu-main-nav li .sub-container {
	position: absolute;
	top: 28px;
	left: 157px;
	z-index: 99;
	background: #7E2422;
	border: 1px solid #fff;
	text-align: left;
}

ul#menu-main-nav li .sub-container ul { margin: 0; }

ul#menu-main-nav li .sub-container li { margin: 3px; padding: 0; }

ul#menu-main-nav li .sub-container a {
	color: #fff;
	padding: 6px 8px;
}

ul#menu-main-nav li .sub-container a:hover {
	background: #6A1E1D;
}


/* Widget Styles */

.widget {
	margin-bottom: 20px;
}



/* Breadcrumb Styles */

.breadcrumb {
	margin: 0 28px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
	padding: 6px;
	font-weight: normal;
}

.breadcrumb a {
	font-weight: bold;
	color: #333;
}



/* FAQ Settings */

.faq-header {
	padding-top: 12px;
	color: #9D0B0F;
	font-size: 1.4em;
}

.faq-question {
	font-weight: bold;
	margin: 0.4em 0 0;
	padding: 4px 8px 4px 28px;
	border: 1px solid #ccc;
	background: #fff url(http://cdn.iconfinder.net/data/icons/bwpx/icons/toggle_plus.gif) 4px 50% no-repeat;
}

.faq-question:hover {
	color: #9D0B0F;
	background: #f4f4f4 url(http://cdn.iconfinder.net/data/icons/bwpx/icons/toggle_plus.gif) 4px 50% no-repeat;
}

.faq-answer {
	padding: 4px 8px 4px 28px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}



/* Form Styles */

.cf_hidden {
	display: none;
}

form#cformsform legend {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 12px;
}

form#cformsform ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

form#cformsform li {
	clear: both;
}

form#cformsform label {
	display: block;
	float: left;
	width: 120px;
	line-height: 1em;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

form#cformsform input,
form#cformsform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	width: 260px;
	font-size: 1.2em;
	margin-right: 4px;
}

form#cformsform input.cf_error {
	border: 1px solid red;
}

form#cformsform textarea {
	width: 80%;
}

form#cformsform .cf-box-title,
form#cformsform .cf-box-group {
	padding-left: 128px;
}

form#cformsform .cf-box-title {
	font-weight: bold;
}

form#cformsform .cf-box-group input {
	width: auto;
	padding: 0;
	border: 0;
}

form#cformsform .cf-box-group label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
}

form#cformsform p.cf-sb {
	padding: 12px 0 12px 128px;
}

form#cformsform p.cf-sb input {
	width: auto;
	background: #890000;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	padding: 2px 8px;
}

.reqtxt,
.emailreqtxt {
	color: red;
	font-size: 0.8em;
	font-style: italic;
}

.failure {
	border: 1px solid #890000;
	background: #fff url('http://cdn.iconfinder.net/data/icons/splashyIcons/error.png') 8px 50% no-repeat;
	padding: 6px 12px 6px 32px;
	color: red;
	margin-bottom: 24px;
}

