@charset "utf-8";
/* 
Theme Name: McLeodSport 2010-b
Theme URI: www.mitchellmcleod.com
Description: Personal theame for Mitch McLeod. 
Author: Mitchell McLeod
Author URI: your-URI
Version: 2.1
.
WordPress theme for McLeodSport.com. Not to be used on any other unless written permission has been given.
.
*/

/* ----- Main Body ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #777777;
	background-color: #1A1A1A;
	background: #1A1A1A;
	background-image: url(/css/images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
/* ----- End Main Body ----- */


/* ----- Header ----- */
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#masthead .content {
	color: #ffffff;
	font-size: 0.8em;
	text-align: center;
}
#twitter-bar {
	display: block;
	overflow: hidden;
	width: 492px;
	height: 59px;
	background-image: url(css/images/twitter-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute; 
	top: 57px; 
	left: 50%; 
	right: 50%; 
	margin-left: -460px; 
	z-index: 20;
}
#twitter-bar .feed {
	color: #FFFFFF;
	font-size: 10px;
	padding: 12px 100px 0 10px;
    text-align: left;
	-webkit-animation-name: twitterScroll;
	-webkit-animation-iteration-count: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
}
@-webkit-keyframes twitterScroll {
	from {
		-webkit-transform: translate(0,0);
		}
	to {
		-webkit-transform: translate(0,-200px);
		}
}
#menu {
	background-image: url(/css/images/bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 59px;
	margin: 0 0 140px 30px;
	text-align: center;
	width: 945px;
}
/* Special Menu Styles */
.LavaLamp {
	position: relative;
	height: 59px;
	width: 938px;
	padding: 0 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5;
}
.LavaLamp li {
	float: left;
	list-style: none;
	font-size: 1.6em;
	text-shadow: 1px 1px 2px #000;
}
.LavaLamp li.back {
	background: url("/css/images/lava.gif") no-repeat right -35px;
	width: 9px; 
	height: 35px;
	z-index: 8;
	position: absolute;
	margin-top: 9px;
}
.LavaLamp li.back .left {
	background: url("/css/images/lava.gif") no-repeat top left;
	height: 35px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.LavaLamp li a {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	top: 9px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	height: 35px;
	position: relative;
	overflow: hidden;
	margin: 5px 15px 0 15px;
}
.LavaLamp li a:hover, .LavaLamp li a:active, .LavaLamp li a:visited {
	border: none;
}
/* ----- End Header ----- */


/* ----- Wrappers ----- */
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#column_wrapper {
}
/* ----- End Wrappers ----- */


/* ----- Left Div ----- */
#left {
	width: 664px;
	float: left;
}
#left .content {
	padding: 24px 24px 24px 34px;
	font-size: 0.8em;
	text-shadow: 1px 1px 1px #000000;
	line-height: 1.65em;
}
#left .post {
	margin: 0 0 18px 0;
	padding: 0 0 8px 0;
	background-image: url(css/images/spacer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#left .post-date {
	font-size: 0.9em;
}
#left .entry {
	margin: 15px 0 0 0;
}
#left .wp-caption {
	background: #303030;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 2px #0A0A0A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#left .wp-caption img {
	margin: 4px 4px 0 4px;
}
#left .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 4px;
	color: #888;
	font-size: 12px;
}
#left a:link {
	color: #CCC;
}
#left a:visited {
	color: #CCC;
}
#left a:hover {
	color: #B0190E;
}
#left h2 a:link {
	color: #CCC;
	text-decoration: none;
}
#left h2 a:visited {
	color: #CCC;
	text-decoration: none;
}
#left h2 a:hover {
	color: #B0190E;
	text-decoration: none;
}
#left img a:link {
	color: #CCC;
	border: none;
}
#left img a:visited {
	color: #CCC;
	border: none;
}
#left img a:hover {
	color: #B0190E;
	border: none;
}
/* ----- End Left Div ----- */


/* ----- Right Div ----- */
#right {
	width: 300px;
	float: left;
}
#right .content {
	padding: 0 0 24px 24px;
	font-size: 0.75em;
	text-shadow: 1px 1px 1px #000000;
	line-height: 1.5em;
}
#right ul, #right li {
	list-style: none;
	padding: 0;
}
#right .widget {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	background-image: url(css/images/spacer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#right a:link {
	color: #CCC;
}
#right a:visited {
	color: #CCC;
}
#right a:hover {
	color: #B0190E;
}
/* ----- End Right Div ----- */


/* ----- Signle Col ----- */
#singlecol {
	width: 1000px;
	float: left;
}
#singlecol .content {
	padding: 30px;
	font-size: 0.8em;
	text-shadow: 1px 1px 1px #000000;
	line-height: 1.65em;
}
#singlecol .post {
	margin: 0 0 18px 0;
	padding: 0 0 8px 0;
	background-image: url(css/images/spacer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#singlecol .img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 4px solid #303030;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 2px #0A0A0A;
}
#col1 {
	float: left;
	margin: 25px 25px 25px 0;
	width: 280px;
}
#col1 .text {
	
}
#col2 {
	float: left;
	margin: 25px;
	width: 280px;
}
#col2 .text {
	
}
#col3 {
	float: left;
	margin: 25px 0 25px 25px;
	width: 280px;
}
#col3 .text {
	
}
#singlecol .slider {
	background: #303030;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 2px #0A0A0A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#singlecol a:link {
	color: #CCC;
}
#singlecol a:visited {
	color: #CCC;
}
#singlecol a:hover {
	color: #B0190E;
}
#singlecol h2 a:link {
	color: #CCC;
	text-decoration: none;
}
#singlecol h2 a:visited {
	color: #CCC;
	text-decoration: none;
}
#singlecol h2 a:hover {
	color: #B0190E;
	text-decoration: none;
}
#singlecol .img:link {
	border-color: #303030;
}
#singlecol .img:visited {
	border-color: #303030;
}
#singlecol .img:hover {
	border-color: #B0190E;
}
/* ----- End Signle Col ----- */


/* ----- Footer ----- */
#footer {
	color: #666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#footer .content {
	padding: 0;
}
#footer .footer-img {
	margin: -12px 0 0 -11px;
}
#twitter {
	float: left;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	width: 300px;
}
.module-list-item {
	background-image: url(css/images/spacer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 0 10px 0;
    text-align: left;
}
#supporters {
	float: left;
	padding: 10px 20px 10px 35px;
	width: 300px;
}
#footer a:link {color: #777777;}
#footer a:visited {color: #777777;}
#footer a:hover {color: #B0190E;}
#twitter-bar a:link {color: #777777;}
#twitter-bar a:visited {color: #777777;}
#twitter-bar a:hover {color: #B0190E;}
/* ----- End Footer ----- */


/* ----- H1, H2, H3, p, etc :) ----- */
h1 {
	color: #FFFFFF;
	font-size: 2.8em;
	line-height: 1.0em;
	text-shadow: 1px 1px 2px #000;
}
h2 {
	color: #FFFFFF;
	font-size: 2.0em;
	line-height: 0.5em;
	margin: auto;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
}
#right h2 {
	color: #FFFFFF;
	font-size: 2.0em;
	line-height: 0.5em;
	margin: auto;
	padding: 12px 0 5px 0;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 0.5em;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
/* ----- End  ----- */


/* -----  ----- */

/* ----- End  ----- */
