/*
Theme Name: Seven Sports Media
Theme URI: http://www.christopherstayton.com
Description: Seven Sports Media Theme
Author: Christopher Stayton 
Version: 1.0
Tags: custom-header, custom-footer, private, non-public
Done by Christopher Stayton under contract for GravityFree.
*/

@import "reset.css";

/* ------ Global ------ */

body {
	background: #0f161e;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

#background {
	background: #fff url('images/bg_repeat.jpg') repeat-x top left;
}

#wrapper {
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	width: 950px;
}

#header {
	background: url('images/header.jpg') no-repeat top left;
	height: 118px;
	width: 950px;
}

#header #link_home {
	display: block;
	float: left;
	height: 109px;
	width: 219px;
}

#header #link_info {
	display: block;
	float: right;
	height: 25px;
	margin: 55px 0 0 0;
	width: 200px;
}

#nav {
	font-size: 18px;
	height: 58px;
	overflow: hidden;
	width: 950px;
}

#nav a {
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	height: 38px;
	padding: 20px 19px 0 20px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

#nav a:hover {
	background: url('images/nav_active_bg.jpg') repeat-x top left;
}

.current_page_item a {
	background: url('images/nav_active_bg.jpg') repeat-x top left;
	color: #000;
}

#page_content h4 {
	color: #1c4c6d;
	font-size: 20px;
	margin: 25px 0 0 0;
}

#page_content p {
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0 0 0;
}

#page_content a:link {
	color: #3c87bb;
	text-decoration: underline;
}

#page_content a:visited {
	color: #3c87bb;
	text-decoration: underline;
}

#page_content a:hover {
	color: #1b425d;
	text-decoration: underline;
}

#page_content a:active {
	color: #1b425d;
	text-decoration: underline;
}

#page_content #page_links {
	margin: 15px 0 15px 0;
	clear: both;
	width: 100%;
}

#page_content #link_demo {
	background: url('images/button_demo.jpg') no-repeat top left;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	height: 25px;
	width: 134px;
}

#page_content #link_contact{
	background: url('images/button_contact.jpg') no-repeat top left;
	display: block;
	/*float: left;*/
	height: 25px;
	width: 158px;
}

#footer {
	background: #0f161e;
	color: #9badd4;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}

#footer a:link {
	color: #3c87bb;
	text-decoration: underline;
}

#footer a:visited {
	color: #3c87bb;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer a:active {
	color: #fff;
	text-decoration: underline;
}

/* ------ Home ------ */

#splash {
	height: 291px;
	width: 950px;
}

#sub_splash {
	background: url('images/sub_splash.jpg') no-repeat top left;
	height: 53px;
	margin: 20px 0 0 0;
	width: 950px;
}

#home h4 {
	color: #1c4c6d;
	font-size: 20px;
	margin: 15px 0 5px 0;
}

#home p {
	font-size: 16px;
	line-height: 20px;
}

#home #link_demo {
	background: url('images/button_demo.jpg') no-repeat top left;
	display: block;
	margin: 8px 0 0 0;
	height: 25px;
	width: 134px;
}

#home .side_column {
	float: left;
	width: 303px;
}

#home .middle_column {
	float: left;
	margin: 0 20px 0 19px;
	width: 305px;
}

/* ------ Contact Form ------ */

/* rest of the forms */
form ol.forms .inputError {
	border: 1px solid red;
}

form ol.forms .inputError:focus {
	border-color: #77bef6;
}

form ol.forms .inputError textarea:focus {
	border-color: #77bef6;
}

form .required {
	color: #5eb2f0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

form .error {
	color: #f00;
	font-size: 12px;
}

form ol.forms {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	width: 100%;
}

form ol.forms li {
	margin-bottom: 15px;
	position: relative;
	width: auto;
	height: auto;
}

form ol.forms label {
	cursor: pointer;
	display: block;
	padding-right: 20px;
	width: 100px;
	margin-bottom: 3px;
}

form input, form textarea, form select {
	border: 1px solid #cdcdcd;
	background: url('images/textarea-background.png') top left;
	font: inherit;
	padding: 6px;
	width: auto;
	display: block;
}

form input:focus, form textarea:focus, form select:focus {
	border-color: #77bef6;
}

form input:hover, form textarea:hover, form select:focus {
	border-color: #77bef6;
}

form ol.forms li.screenReader {
	height: 1px;
	margin-bottom: 0;
}

form ol.forms .inline {
	height: auto;
	width: auto;
	text-align: left;
}

form ol.forms .inline input {
	display: inline;
	float: left;
	width: auto;
	margin-right: 10px;
}

form ol.forms .inline textarea {
	display: inline;
	float: left;
	width: auto;
	margin-right: 10px;
}

form ol.forms .inline select {
	display: inline;
	float: left;
	width: auto;
	margin-right: 10px;
}

form ol.forms .inline label {
	display: inline;
	float: left;
	width: auto;
}

form ol.forms .nostyle {
	border: 0px;
	background: transparent;
}

form ol.forms h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}

/* contact forms get special treatment*/
.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.contactThanks {
	background: #F2F3F6;
	border: 1px solid #7E8AA2;
	padding: 10px;
}

#contactForm ol.forms .inputError {
	border: 1px solid red;
}

#contactForm ol.forms .inputError:focus {
	border-color: #77bef6;
}

#contactForm ol.forms .inputError textarea:focus {
	border-color: #77bef6;
}

#contactForm .required {
	color: #5eb2f0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

#contactForm .error {
	color: #f00;
}

#contactForm ol.forms {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	width: 100%;
}

#contactForm ol.forms li {
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 330px;
	height: auto;
}

#contactForm ol.forms .textarea {
	height: auto;
	width: 100%;
}

#contactForm ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 20px;
	width: 100px;
	margin-bottom: 3px;
}

#contactForm ol.forms input, #contactForm ol.forms textarea, #contactForm ol.forms select {
	border: 1px solid #cdcdcd;
	background: url('images/textarea-background.png') top left;
	font: inherit;
	padding: 6px;
	width: 200px;
	display: block;
}

#contactForm ol.forms textarea {
	clear: both;
	height: 120px;
	width: 604px;
}

#contactForm ol.forms input:focus, #contactForm ol.forms textarea:focus, #contactForm ol.forms select:focus {
	border-color: #77bef6;
}

#contactForm ol.forms input:hover, #contactForm ol.forms textarea:hover, #contactForm ol.forms select:focus {
	border-color: #77bef6;
}

#contactForm ol.forms li.screenReader {
	height: 1px;
	margin-bottom: 0;
}

#contactForm ol.forms .inline {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 580px;
	text-align: left;
}

#contactForm ol.forms .inline input {
	display: inline;
	float: left;
	width: auto;
}

#contactForm ol.forms .inline label {
	display: inline;
	float: left;
	width: auto;
}

#contactForm ol.forms .nostyle {
	border: 0px;
	background: transparent;
}

form input, form textarea, form select {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#contactForm ol.forms input, #contactForm ol.forms textarea, #contactForm ol.forms select {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.form-button-left {
	background: url('images/button_submit.jpg') top left no-repeat;
	cursor: pointer;
	height: 25px;
	width: 135px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.form-button-right {
	background: url('images/buttons/btn_big_orange_right.jpg') right no-repeat;
	border: none;
	cursor: pointer;
	height: 25px;
	width: 135px;
}

/* success box */
.success {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* you have errors box */
.errors {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* notification box */
.notification {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* success box */
.success {
	background: #d0eaa5 url('images/success-check.png') no-repeat;
	background-position: 15px 50%;
	border: 1px solid #a3c964;
	padding: 22px;
	color: #5d792e;
	padding-left: 80px;
	margin-top: 10px;
}

.success a {
	text-decoration: underline;
	color: #5d792e;
}

.success a:hover {
	text-decoration: underline;
	color: #5d792e;
}

/* you have errors box */
.errors {
	background: #e9c8c1 url('images/error-cross.png') no-repeat;
	background-position: 15px 50%;
	border: 1px solid #e06e53;
	padding: 22px;
	color: #b4381b;
	padding-left: 80px;
	margin-top: 10px;
}

.errors a {
	text-decoration: underline;
	color: #b4381b;
}

.errors a:hover {
	text-decoration: underline;
	color: #b4381b;
}

/* notification box */
.notification {
	background: #fff1a8 url('images/notification-triangle.png') no-repeat;
	background-position: 15px 50%;
	border: 1px solid #d7bd45;
	padding: 22px;
	color: #b4381b;
	padding-left: 80px;
	margin-top: 10px;
}

.notification a {
	text-decoration: underline;
	color: #b4381b;
}

.notification a:hover {
	text-decoration: underline;
	color: #b4381b;
}

/* ------ Classes ------ */

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}
.wpcf7-form p {
	width: 300px;
	float: left;
}