/*
Theme Name: Mode Athletics
Author: Mike Roulston
Description: Mode Athletics WordPress theme by Mode Roulston.
*/

/* containers */

body {
	background:#fff url(/img/misc/bg.gif) repeat-x;
	color:#000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:1.4em;
	margin:0;
	padding:0;
	text-align:center;
	}

#wrap {
	margin:0 auto;
	text-align:left;
	width:850px;
	}

#content {
	float:left;
	padding: 0;
	margin-left:25px;
	width:550px;
	}

#sidebar {
	float:right;
	margin-right:25px;
	width:180px;
	margin-bottom: 20px;
	font-size:12px;
	}

#header {
	height: 113px;
	padding-left: 20px;
	padding-right: 20px;
	}

#footer {
	font-family: Arial, sans-serif;
	padding: 4px;
	font-size: 11px;
	color: #666;
	text-align: center;
	line-height:1.2;
	clear:both;
	}

#footer a {
	text-decoration: underline;
	}

#bottomnav {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

#bottomnav a {
	text-decoration: none;
	}

#bottomnav a:hover {
	text-decoration: none;
	}


/* navigation */
	
#nav {
	float: left;
	width: 100%;
	margin: 0 0 35px 12px;
	padding: 0;
	list-style: none;
	height: 27px;
	}
	
#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav a {
	float: left;
	display: block;
	height: 13px;
	padding: 8px 45px 6px 35px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
	color: #666;
	background: url(/img/misc/nav_divider.gif) no-repeat top right;
	}

#nav-f a {
	padding-left: 10px;
	}

#nav-l a {
	padding-right: 25px;
	background-image: none;
	}
	
#nav a:hover {
	color: #000;
	text-decoration: none;
	}


/* headers and paragraphs */

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	}

#content h1 {
	color:#000;
	font-size: 20px;
	}

#content h2 {
	color:#000;
	font-size: 17px;
	}

.entrytitle h1 {
	margin-bottom: -5px;
	}

.entrytitle h1 a {
	color:#900;
	}

.entrytitle h1 a:hover {
	color:#58BBEB;
	}

#sidebar h2 {
	color:#000;
	font-size: 15px;
	margin-bottom:2px;
	}


/* entry */

.entry {
	margin-bottom:25px;
	}

.entrymeta {
	font-size:12px;
	color: #666;
	}


/* sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	}


/* comments */

.commentsblock {
	margin:0.5em;
	padding:1em;
	}

.commentsblock textarea {
	width:35em;
	}

.commentauthor {
	display:block;
	}

ol.commentlist {
	color:#000;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
	}

.commentlist li {
	margin-bottom:0.5em;
	padding:0.5em 1em;
	}

.alt {
	background:#fff; /*#f3f5e9;*/
	border: none; /*1px dotted #d1d1d1;*/
	padding: 1em; /*0.5em;*/
	}

h3#comments {
	font-size:18px;
	}


/* misc */

a {
	color:#049ceb;
	text-decoration:none;
	}

a:hover {
	color:#900;
	}

blockquote {
	border-left: 1px solid #ddd;
	margin-left: 20px;
	padding-left: 20px;
	color: #111;
	}

#postinfo a {
	color: #666;
	text-decoration :none;
	}

#postinfo a:hover {
	color: #000;
	}

.entry img.alignright {
	float: right;
	margin-left:10px;
	border: 4px solid #e9e9e9;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	}

.entry img.alignnone {
	border: 4px solid #e9e9e9;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	}

.entry img.noborder {
	border: none;
	}

#related {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#f7f7f7 url(/img/misc/gradient.gif) repeat-x;
	border: 2px solid #ddd;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#related p {
	margin-bottom: 0;
	margin-left: 20px;
	}

#related ul {
	margin-top: 0;
	padding-left: 20px;
	}

#related li {
	list-style: none;
	}

.preload {
	display: none;
	}

#aboutMode {
	background-color: #272727;
	border: 2px solid #474747;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	float: right;
	line-height: 100%;
	margin-top: 14px;
	font-size: 12px;
	padding: 7px 10px;
	color: #dfdfdf;
	font-weight: normal;
	text-align: center;
	}

#aboutMode .inputBox {
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	border-radius: 8px; /* CSS3 */
	background-color: #fff;
	border: 2px solid #999;
	color: #555;
	font-size: 11px;
	padding: 3px;
	margin-right: 5px;
	text-align: center;
	width: 160px;
	}

#aboutMode .submitButton {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	background-color: #4abd09;
	border: 2px solid #388d07;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	}
	
#aboutMode .submitButton:hover {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	background-color: #4fca0a;
	border: 2px solid #3f9e08;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	}

#aboutMode h2 {
	font-family: "Arial Black", Arial, sans-serif;
	margin:0;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	}

.searchInput {
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	background: #f7f7f7;
	border: 2px solid #999;
	color: #666;
	font-size: 12px;
	padding: 3px;
	margin-right: 4px;
	width: 135px;
	height: 15px;
	text-align: center;
	}

.searchButton {
	background: url(/img/misc/search.gif) no-repeat center left;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
	}

#archives ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	}
