/*
Theme Name: Central Illinois Robotics Club Old Website
Theme URI: http://www.circpeoria.org/
Description: Basically, a copy of the old circ.mtco.com website.
Author: Joshua Whitley
Author URI: http://www.whitleywebdev.com
Version: 1.0
.
This template is covered under the GPL. http://www.gnu.org/licenses/gpl-3.0.txt
.
*/

/* TEMPLATE CSS
*********************************************/
html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	background: #fff url(images/background.gif) fixed repeat-x top;
	color:#000; font:normal normal normal 75%/125% arial,sans-serif;
	height:100%;
	text-align:center;
}

a {
	border: none;
	text-decoration: none;
}

div, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h2 {
	border-bottom: 2px solid #000;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

ul {
	margin: 1em 0 1em 35px;
}

/* GENERIC CLASSES
*********************************************/
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.centered {
	margin: 0 auto;
}

.italic {
	font-style: italic;
}

.oddRow {
	background-color: #CCC;
}

.underline {
	text-decoration: underline;
}

/* LAYOUT
*********************************************/
#wrapper {
	height: 100%;
	margin: 8px auto;
	text-align: left;
	width: 900px;
}

	#header {
		background: url(images/header_bar.gif) no-repeat top;
		background-color: none;
		padding-top: 18px;
	}
	
	#header #logo {
		background: url(images/header.jpg) no-repeat;
		display: block;
		float: left;
		height: 90px;
		text-decoration: none;
		width: 178px;
	}
	
	#header .promo_slider_wrapper {
		margin-top: 0;
	}
	
	#header .promo_slider {
		background: url(images/header2.jpg) no-repeat right;
		float: right;
		width: 722px;
	}
	
	#header .promo_slider .panel {
		background: none;
		padding-top: 15px;
		text-align: center;
	}
	
	#header h1 {
		display: none;
	}
	
	#nav {
		background-color: #fff;
		border: 1px solid #1d1c1a;
	}
	
	#nav ul {
		list-style: none;
		margin: 0;
	}
	
	#nav ul li {
		border-right: 1px solid #1d1c1a;
		float: left;
		padding: 2px 6px;
	}
	
	#nav ul li:last-child {
		border-right: none;
	}
	
	#nav ul li a {
		color: #030;
		font-size: 1.05em;
		font-weight: bold;
	}
	
	#nav ul li a:hover {
		color: #000066;
	}
	
	#centerWrapper {
		background-color: #1d1c1a;
		border-right: 1px solid #1d1c1a;
	}
	
	#left_bar {
		color: #fff;
		float: left;
		text-align: center;
		width: 160px;
	}
	
	#left_bar div {
		margin: 10px;
	}

	#left_bar a, #left_bar a:visited, #left_bar a:active, #left_bar a:visited {
		color: #fff;
		text-decoration: underline;
	}

	#left_bar a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	#main {
		background-color: #fff;
		margin-left: 160px;
		padding: 8px;
	}

	#footer {
		background: url(images/footer_bar.gif) no-repeat bottom;
		background-color: none;
		padding-bottom: 18px;
	}
	
	#footer #copyright {
		background-color: #1d1c1a;
		color: #fff;
		margin-bottom: 0;
		padding: 8px;
		text-align: center;
	}

/* Layout Classes */
	.inheader {}
	.inmain {}
	.infooter {}
	.clear {
		clear: both;
		height: 0;
		width: 100%;
	}

/* Floats */
.alignleft {float:left;}
.alignright {float:right;}

/* Some Wordpress Default Stuff */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Misc. Site Classes */

.libTable {
	border: 1px solid black;
	margin: 1em auto;
}

.libTable td, .libTable th {
	padding: 5px 8px;
}

.libTable thead tr {
	background-color: #FF0;
	border-bottom: 1px solid black;
}

table#scheduleTable td {
	padding: 2px 3px;
}