/*
Theme Name: Rush Field
Theme URI: http://www.flowdrops.com/
Description: WordPress Theme for the Rush Field Hockey Team Website
Version: 1.0
Author: Peter 'Toxane' Michael
Author URI: http://www.flowdrops.com/
*/

/* All your base belongs to us */
html, body {
	background:#000;
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:#000 url(images/site_bg.jpg) top center no-repeat;
	font-size:62.5%;/* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
p, td {
	padding:5px 0;
	font-size:0.95em;
}
h3 {
	margin:5px 0;
	font-weight:bold;
	font-size:110%;
}
a {
	color:#900;
}
#singleView ul li {
	list-style-type: disc;
	margin: 0px 0px 5px 20px;
}
/* Begin Theme */
#pageWrap {
	width:799px;
	margin:0 auto;
}
/* Header */
#header {
	position:relative;
	width:799px;
	height:130px;
	background:transparent url('images/header_bg.jpg') no-repeat top left;
}
#logo {
	padding:3px 0 0 15px;
	margin-left:-7px;
}
#loginBar {
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
}
#loginBar a {
	text-decoration:none;
	color:#fff;
}
#loginBar a:hover {
	text-decoration:underline;
}
#loginBar .input {/*width:80px;height:16px;border:none;line-height:12px;*/
	padding:2px;
	color:#000;
}
#loginBar #forgot_pass_link {
	text-align:right;
	margin:5px 0 0 0;
}
#searchBar {
	position:absolute;
	top:10px;
	right:10px;
	display:none;
}
#searchBar input#s {
	width:182px;
	height:20px;
	background:transparent url(images/header/bg_searchBar.jpg) top left no-repeat;
	border:none;
	line-height:16px;
	padding:3px;
	color:#fff;
}
#navMain {
	width:799px;
	height:34px;
	background:transparent url('images/navMain_bg.jpg') no-repeat top left;
}
#navMain ul li {
	float:left;
}
/* End Header */

/* Main */
#pageContent {
	background:#e3e3e3 url(images/pageContent_bg.jpg) left top no-repeat;
	font-size:1.2em;
	padding:10px;
}
#featuredSlider {
	width:771px;
	height:190px;
	margin:0 6px 5px 2px;
	background:transparent url(images/slider/001.jpg) top left no-repeat;
}
#mainContent {
}
/* End Main */

/* Home */
.mainHome {
	width:483px;
	float:left;
	margin:0 10px 0 2px;
}
#tabbedContent {
}
#latestNews {
}
h2.news {
	margin:0 0 15px 10px;
	color:#000;
	font-weight:bold;
	line-height:25px;
	font-size:120%;
	background:transparent url(images/divider_title.png) 0px 22px no-repeat;
}
#latestNews .post {
	margin:5px 0 20px 20px;
}
#latestNews .post h2 {
	font-size:98%;
}
#latestNews .post h2 a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#latestNews .post p {
	color:#000;
	font-size:95%;
}
#sidebarHome {
	width:278px;
	float:right;
}
/* End Home */

/* Single View */
#singleView {
}
#singleView .post, #singleView .page {
	width:420px;
	margin:5px 0 20px 20px;
}
#singleView .post h2, #singleView .page h2 {
	color:#000;
	font-weight:bold;
	line-height:25px;
	font-size:120%;
	background:transparent url(images/divider_title.png) 0px 22px no-repeat;
}
#singleView .post h2 a, #singleView .page h2 a {
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
#singleView .post p, #singleView .page p {
	color:#000;
	font-size:95%;
}
#sidebarSingle {
	width:271px;
	float:right;
	margin:0 5px 0 0;
}
/* End Single View */

/* Footer */
#footer {
	position:relative;
	width:799px;
	height:68px;
	background:transparent url('images/footer_bg.jpg') no-repeat top left;
}
#footerPages {
	position:absolute;
	top:30px;
	left:25px;
}
#footerPages, #footerPages a, #footerPages li, #footerInfo {
	font-size:94%;
}
#footerPages ul li {
	float:left;
	color:#fff;
}
#footerPages ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#footerInfo {
	position:absolute;
	top:30px;
	right:25px;
	text-align:right;
	color:#fff;
}
/* End Footer */

/* Event Registration */
table.form td {
	padding:2px;
}
table.form input.text, table.form textarea.text, table.form select {
	padding:2px;
	border:1px solid #999;
	width:185px;
}
table.form select {
	width:190px;
}
table.form input.error, table.form select.error, table.form textarea.error {
	background:#FF3333;
}
table.form td h2 {
	font-weight:bold;
	background:none !important;
	margin:15px 0;
}
ul.reg {
	padding:0 0 0 15px;
	margin:5px;
}
ul.reg li {
	list-style:circle;
}
/* Validation */
table.eventDetails input.error, table.eventDetails select.error, table.eventDetails textarea.error {
	background:#FF3333;
}
.cmxform fieldset p.error label {
	color: red;
}
form.cmxform label.error, table.eventDetails label.error {
	display: block;
	margin-left: 1em;
	width: auto;
	color: red;
}
/* End Event Registration */

/* Events */
table.eventDetails td {
	padding:4px;
}
/* End Events */

/* Profile */
.user_message {
	padding:10px 5px;
	margin:15px 0;
	border:1px solid #900;
	background:#fff;
}
/* End Profile */

/* General Use */
.hidden {
	display:none;
}
.clearfix {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}*/
img {
	border:0;
}
:focus, a {
	outline:none;
	-moz-outline-style:none;
}
:-moz-any-link:focus {
outline:none;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
ul.list {
	padding:5px 0 5px 15px;
}
ul.list li {
	list-style:circle;
	list-style-type:circle;
}
/* WordPress */
div.navigation {
	padding:15px 0;
	margin:15px 0;
}
div.navigation a {
	display:block;
	height:20px;
	line-height:20px;
	width:120px;
	color:#666;
	text-shadow:#ccc -1px -1px 0;
	text-decoration:none;
}
div.navigation a:hover {
	color:#333;
}
.top-navigation {
}
.bottom-navigation {
}
.aligncenter, dl.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.size-thumbnail {
	border:1px solid #2e2a29;
	margin:4px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.wp-caption {
	border:1px solid #2e2a29;
	text-align:center;
	background-color:#e4e2d7;
	padding-top:4px;
	margin:auto 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption img {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2e2a29;
}
.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
.wp-caption-text {
	margin:4px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2e2a29;
	background:#fefefe;
}
img#wpstats {
	width:0px;
	height:0px;
	overflow:hidden
}

/* Recent Posts */
.recent{margin:15px 0;}
.recent h2{margin:5px 0;font-size:14px;font-weight:bold;}
ul.recent-posts{}
ul.recent-posts li{}
ul.recent-posts li a{text-decoration:none;}
