/*
Theme Name: GSPN Sports
Version: 1.0
Author: Chris Martin Studios
Author URI: http://www.chrismartinstudios.com/
Tags: Red, White, Gray, Fixed Width, Media Gallery, Event Registration, Multiple Blogs
*/

#left_nav {
  width: 150px;
  background: #ffffff url(images/nav_bg.jpg) no-repeat;
  height: 850px;
  float: left;
}

#right_nav {
  width: 25px;
  height: 850px;
  float: left;
}

#left_nav li {
  list-style-type:none;
  width: 150px;
  text-align: left;
  margin-left: -2.5em;
  margin-bottom: 3px;
}

#left_nav a {
  height: 30px;
  padding: 0px 0px 0px 20px;
  margin-top: 0px;
  font-family: Arial;
  font-size: 9pt;
  line-height: 22pt;
  text-decoration: none;
  color: #7f7f7f;
  display: block;
  background: url(images/main_nav_bg.gif) no-repeat;
}

#left_nav a:hover {
  color: #d8d8d8;
  background: url(images/main_nav_hover.gif) no-repeat;
}

#left_nav a.noborder {
  height: 50px;
  width: 150px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  background-color: #ffffff;
}

BODY {
  background: #919396 url(images/main_bg.jpg) repeat-x;
  margin: 0px;
  text-align: center;
}

#main_content {
  background: #2a2727;
  width: 650px;
  min-height: 850px;
  float: left;
  padding-bottom: 30px;
}

#inner_left_nav {
  width: 400px;
  margin: 0px 30px 0px 0px;
  float: left;
}

#inner_left_nav H2.inner {
  margin-top: 30px;
  width: 400px;
  height: 37px;
  line-height: 37px;
  padding-left: 30px;
  background: url(images/h2_bg.gif) no-repeat;
}

#sidebar {
  width: 220px;
  padding-top: 30px;
  margin: 0px;
  float: left;
}

#sidebar H2.outer {
  margin-top: 30px;
  width: 220px;
  height: 37px;
  line-height: 37px;
  padding-left: 30px;
  background: url(images/h2right_bg.gif) no-repeat;
}

#photo_bg {
  width: 900px;
  min-height: 850px;
  margin-left: auto;
  margin-right: auto;
}

#inner_wrapper {
  text-align: left;
  width: 825px;
  margin-left: auto;
  margin-right: auto;
}

#inner_wrapper P {
  margin-left: 30px;
  margin-right: 30px;
}

P, UL, OL {
  font-family: Arial;
  color: #ffffff;
}

PRE {
  margin: 10px;
  color: #ffffff;
}

.post_info {
  font-size: 8pt;
}

#footer {
  width: 825px;
  background: url(images/footer_bg.gif) no-repeat;
  clear: both;
  min-height: 30px;
  margin-bottom: 30px;
}

#footer P {
  color: #292627;
  font-size: 8pt;
  padding-top: 30px;
  margin-left: 180px;
}

h1, h2, h3, h4, h5 {
  font-family: Arial;
  font-style: italic;
  color: #ffffff;
}

#main_content H2 {
  width: 620px;
  height: 37px;
  line-height: 37px;
  padding-left: 30px;
  background: url(images/h2_interior.gif) no-repeat;
}

#main_content h1, h3, h4, h5 {
  padding-left: 30px;
  padding-right: 30px;
}

#main_content a {
  color: #ffffff;
  text-decoration: underline;
}

#main_content a:hover {
  color: #919396;
  text-decoration: underline;
}

#main_content a.header {
  color: #ffffff;
  text-decoration: none;
}

#main_content a.header:hover {
  color: #919396;
  text-decoration: none;
}

.section_header {
padding: 5px;
margin-top: 20px;
margin-bottom: 10px;
color: #aaaaaa;
background-color: #444444;
font: 12px/14px arial,san-serif;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #000000;
	text-align: center;
	background-color: #222222;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.links_list UL {
  list-style-type: none;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 25px;
}

.links_list {
  margin: 0px;
  padding: 0px 10px 0px 10px;
  list-style-type: none;
}

/* Lists for Sidebar */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 10px 5px 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
        font: 12px/14px arial,san-serif;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* SOCIABLE */
div.sociable { margin: 10px 0px 0px 0px; }
div.sociable_tagline {
	font: 12px/18px arial,san-serif;
	color: #ffffff;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* SEARCH FORM */
#s {
background-color: #b7b7b7;
border: 1px solid #444444;
font-size: 9pt;
width: 145px;
}

#searchsubmit {
background-color: #b7b7b7;
border: 1px solid #444444;
font-size: 9pt;
}

.screen-reader-text {
  display: none;
}

.horizontal_line
	{
	border-bottom: 1px dotted #b30000;
	margin: 30px 0px 30px 0px;
	}

.wpcf7-response-output {
    font-family: Arial;
  color: #ffffff;
}
