/*
Theme Name: Midwest Champs
Theme URI: http://www.jo2011.com
Description: Custom skin for Junior Olympics 2011
Version: 1.0
Author: Tony Mommsen
Author URI: http://www.tonymommsen.com/
Tags: junior olympics 2011

*/



/* Begin Typography & Colors */
body {
	margin:0 auto;
	text-align:center;
	min-width:900px;
	background-color:#e7e7e7;
	font-family:"Myriad Pro",arial;
	font-size:14px;
	}
	
h1 {
	font-family:"Myriad Pro", arial;
	color:#255dc3;
	font-weight:bold;
	font-size:18px;
}

a{
	color:#255dc3!important;
	text-decoration:none;
}

a:hover{
	color:#ff0000!important;
	text-decoration:none;
}

#wrapper {
	margin:0 auto;
	width:833px;
	background-color:#fff;
	text-align:left;
	}

#header {
	width:833px;
	height:32px;
	background:url(images/header.gif) no-repeat;
}

#home {
	float:left;
	width:362px;
	padding-right:20px;
}

#right-sidebar {	
	float:left;
	width:238px;
	padding:20px 0 0 0;
}

#pic-box{
	padding:6px 6px 6px 6px;
	background-color:#b5cfff;
}

#graphic {
	width:833px;
	height:300px;
	background:url(images/graphic.jpg) no-repeat;
}

#page-content {
	float:left;
	width:550px;
}

#content{
	padding:0 26px 0 26px;
}

#footer{
	background:url(images/footer.gif) no-repeat;
	width:833px;
	height:20px;
	text-align:center;
		margin-top:10px;
	
}

#footer p{
	font-size:12px;
		padding-top:3px;
}

#guidebook {
	background-image:url(images/team-guidebook.gif);
	background-repeat:no-repeat;
	height:26px;
	padding-left:44px;

}

#what-to-do {
	background-image:url(images/what-to-do.gif);
	background-repeat:no-repeat;
	height:26px;
	padding-left:44px;
	padding-top:5px;
}


#truckee {
	background-image:url(images/2008-logo.gif);
	background-repeat:no-repeat;
	height:26px;
	padding-left:58px;

}

#maine {
	background-image:url(images/2009-logo.gif);
	background-repeat:no-repeat;
	height:56px;
	padding-left:58px;
	padding-top:15px;
}


/*sidebar*/
#sidebar {
	width:141px;
	padding-right:20px;
	float:left;
	font-family:"Myriad Pro",arial;
	font-weight:bold;
	color:#255dc3;
	font-size:14px;
}

#sidebar a{
	text-decoration:none;
}

#sidebar a:hover{
	text-decoration:none;
	color:#ff0000;
}

#sidebar ul {
	padding:0;
	margin:0;
}

#sidebar ul li {
	list-style-type:none;
	padding:0 0 10px 0;
	margin:0;
}

.clear {
	clear:both;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

