/*
Theme Name: Indiana State USBC Youth Association Custom Theme
Theme URI: http://wordpress.org/
Description: A customized wordpress them for the Indiana State USBC Youth Association - Created By: Kyle Wiedman <a href='http://www.kylewiedman.com'>kylewiedman.com</a>
Version: 1.0
Author: Kyle Wiedman
Author URI: http://www.kylewiedman.com
Tags: blue, red, custom header, fixed width, two columns, widgets
*/
      input#submit {
	background: #003D7E;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
        font-size:.9em;
     }

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url('images/bg.png');
	color: #222;
	text-align: center;
	}

#page {
	/*background-color: white;
	border: 1px solid #959596;*/
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	padding:5px 0 0 0;
	margin:0px;
	color:#222;
	}

.entry p {
	padding: 5px 0px;
	margin:0px;
}

p.postmetadata {
	text-align: left;
	}
p.alt { padding-top:5px; }

.thread-alt {}
.thread-even {}
.depth-1 {}

.even, .alt {}

#footer > h2, #footer > h3, #footer > h4, #footer > p {
	color:#EEE;
	text-align:center;
	border: none;
	padding:5px 0 0 0;
	line-height:18px;
	margin:0px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h2.pageTitle { font-size:2em; padding: 0px; margin:25px 0 0 0;
	border-bottom:1px #CCC solid;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #003d7e;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #003d7e;
	}
	#sidebar h2 { color:#EEE; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h4 { font-size: 1.1em;}
.sticky {
	background: #FFF9E0;
        border:1px solid #EFEFEF;
        border-right: 1px solid #EEE;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.25em Verdana, Geneva, sans-serif;
	color:#EEE;
	}
#s { color:#999; }

#s:focus, #s:hover { color:#222; }

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #EEE;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#topNav a { font-size:1.4em; color:#EEE; }
#topNav a:hover { 
	text-decoration:none;
	background:url(images/topHover.jpg) center center no-repeat;
	}
#topNav > #logo > a:hover {background:none;}

ul.topnav { margin-top:1px;}
ul.topnav li {
	/*float: left;*/
	margin: 0 10px;
	padding:0 5px 0 0;
	font-size:1.2em;
	height:38px;
	margin-top:2px;
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav> li:hover { background:url(images/mainNavRight.jpg) right no-repeat;}
ul.topnav> li:hover > a { 
	background:url(images/mainNavLeft.jpg) left no-repeat;
	}
ul.topnav > li:hover span { background-position:0px -15px;}
ul.topnav > li span:hover { background-position:0px -30px;}

ul.topnav li > a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding:0 10px;
	line-height:38px;
	height:38px;
	float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 11px;
	height: 15px;
	float: left;
	margin-top:12px;
	background:url(images/arrows.jpg) top left no-repeat;
	cursor:pointer;
}

ul.topnav li:hover span {background-position: left bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li.subhover span {background-position: right bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 36px;
	background: #003d7e;
	margin: 0; padding: 0;
	display:none;
	float: left;
	width: 225px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	border-top:0px;
	z-index:10000;
}
ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	clear: both;
	width:225px;
	height:32px;
	line-height:32px;
	font-size:.85em;
	border-top:1px solid #114e8f;
	border-bottom:1px solid #002c6d;
}

ul.topnav li ul.subnav li:first-child {border-top:#003d7e 1px solid; }

ul.topnav > li > ul.subnav > li:hover {
	background:url(images/xHeader.jpg) 0px -105px repeat-x;
	border-top:1px #333 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.topnav li ul.subnav li a { 
	display:block;
	width:205px;
	height:32px;
	line-height:32px;
	}


#sidebar a, #footer a { color: #62d7f0; }
#sidebar #recent-posts-2 a, #sidebar li.sideLink a { 
	color:#06C;
	line-height:16px;
	display:block;
	padding:10px 0px 10px 25px;
	background:url(images/noteIcon.png) 5px center no-repeat;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	/*background-color: white; */
	background:url('images/center.jpg') center center repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	}
#wrapper {
		padding:0 25px 0;
		}
#header {
	height: 140px;
	background:url('images/xHeader.jpg') bottom repeat-x;
	}

#topNav { 
    height:103px;
	width:100%;
	overflow:hidden;
}
	
#topNav > li > a { 
	display:block; 
	height:103px;
	line-height:103px;
	padding:0 30px;
	}

#topNav > li#logo {
		display:block;
		height:103px;
		width:375px;
		background:url('images/logo.jpg') -1px 0px no-repeat;
		}

#mainNav { 
	background:url('images/navCorner.jpg') top right no-repeat;
	display:block;
	width:100%;
	height:39px;
	margin-top:-2px;
	}

.contentTop { 
	background:url(images/contentTop.jpg) no-repeat left bottom;
	height:6px;
}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 45px;*/
	background:url(images/contentRepeat.jpg) repeat-y;
	margin: 0px 0 0;
	padding:0px 30px;
	width: 645px;   /* 705 - (left + right padding) */
	}
.contentBtm {
	height:10px;
	background:url(images/contentBtm.jpg) left bottom no-repeat;
	margin:0px 0px 0px -30px;
	padding-top:15px;
	width:705px;
	clear:both;	
}

.home .post { margin:20px 0px; padding:0 15px; }
.post {
	margin:5px 0;
	text-align: left;
	padding:15px 0;
	border-bottom:1px solid #CCC;
	}

.postTitle, .post > h2 { height:1.5em; line-height:1.5em;
			 padding:5px 0 5px 5px; border-bottom:2px solid #003d7e;
			 margin:0px;
			 }
.postTitle small { float:right; color:#222;}
.postTitle h2 { margin:0px; }

.entry { 
	margin:0px;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both; 
	text-align:left;
	padding-top: 2px;
}

.clear {
	clear: both;
}

#footer {
	padding: 55px 0 0 0;
	margin: 25px auto 0;
	background:url(images/footer.jpg) top center no-repeat;
	height:225px;
	clear: both;
	}
p#browsers { line-height:32px;}
#browsers > a { margin-right:15px;}

ol ol {
	list-style:lower-alpha;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
/*	margin: 30px 0 0; */
	}

h3.comments {
	padding: 0;
/*	margin: 40px auto 20px ; */
	}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	width:200px;
	}
	
	#sidebar ul li ul {
		width:200px;
		padding:0px 5px 0px 10px;
	}
	#sidebar ul li ul li {
	}
/*
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	*/
ul.horizontal { 
	padding:0px; 
	margin:0px; 
	list-style:none;
	}
ul.horizontal li {  float:left; }


h2.widgettitle {
	display:none;
}
.widget_tag_cloud { padding:10px; line-height:1.5em;}

#recentNews {
	height:47px;
	padding-left:5px;
	background:url(images/recentRepeat.jpg) repeat-x;
	line-height:44px;
	margin-left:2px;
        width:100%;
}
#recentNews > .rss {
	float:right;
	width:47px;
	height:45px;
	margin:2px -3px 0 0;
	background:url(images/rssDoors.jpg) no-repeat;
}
#recentNews > .rss:hover { background-position:0px -45px; }

#sidebar ul li.widget_recent_entries ul { background:url(images/sideRepeat.jpg) repeat-y;}
#sidebar ul li.widget_recent_entries ul li { background:url(images/lightBlueLine.jpg) no-repeat center bottom; width:190px; margin:0px; padding:0px;}
#sidebar ul li.widget_recent_entries > h2.widgettitle { display:none; }  /* Hide the extra header that we don't want */
#sidebar ul li.widget_rss > h2.widgettitle { display:block; margin-bottom:5px;}
#sidebar ul li.widget_rss > h2.widgettitle a { color:#eee; }
#sidebar ul li.widget_rss > h2.widgettitle img { display:none; }
#sidebar ul li.widget_rss ul li { padding-bottom:5px; }  

#sidebar ul li.sideRepeat { 
	background:url(images/sideRepeat.jpg) repeat-y;
	/* padding:0 15px; */
	width:187px;
	}
div.sideBtm { background:url(images/sideBtm.jpg) no-repeat; height:10px; width:225px; }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	}
	
.narrowcolumn > #searchform > div {
	background:url('images/xHeader.jpg');
	padding:37px 50px;
	border:1px solid #d21241;
}

#searchform #s {
	width: 137px;
	background:url('images/searchBox.jpg') left center no-repeat;
	height:15px;
	padding:7px 0px 7px 25px;
	border:0px;
	margin:0 0 0 10px;
/*	padding: 2px; */
	}

.narrowcolumn > #searchform > div > #s {
	background:url(images/searchBoxBig.jpg) no-repeat;
	width:425px;
}

#searchsubmit {
	border:0px;
	padding:0px;
	position:absolute;
	margin:1px 0 0 -5px;
	height:25px;
	width:40px;
	cursor:pointer;
	background:url('images/searchBtnDoors.jpg') no-repeat;
/*	padding: 1px; */
	}
#searchsubmit:hover, #searchform:focus { background-position:0px -27px; }
.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: 0px;
	margin: 0px;
	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 Sidebar */
#sidebar {
	padding:0 0 10px 10px;
/* 	margin-left: 705px; */
	width: 215px;
float:left;
	}

#sidebar form {
	margin: 0;
	}

div.divider { 
	height:8px; 
	background:url(images/sideBarDivider.jpg) center no-repeat;
	padding:0px;
	margin:0px;
}

#sidebar .social {
	margin:0px;
	padding:0px;
	height:80px;
	width:225px;
	display:block;
	margin-left:-5px;
}
#sidebar .social:hover { background-position:left bottom;}
#facebook { background:url('images/facebookDoors2.jpg') no-repeat; }
#twitter { background:url('images/twitterDoors2.jpg') no-repeat; }
/* End Sidebar */



/* 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: #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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin-top:10px;
	margin-bottom:10px;
	}
/* 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 */

/* Table Styling */
table { margin:10px 0; }
table tr td { vertical-align:top;}
table tr td h2 { margin:0px; padding: 0px; color:#222; }
table tr td h3 { margin:0px; padding: 0px; font-size:1.2em; color:#222;}
table tr td h4 { margin:0px; padding: 0px; color:#222;}

/* End Tables */

/* Forms Styling */

.contact span {
width:45%;
padding-right:5px;
line-height:1em;
float:left;
text-align:right;
}
.contact input { width:100%; }
.contact textarea { width:100%;}
.buttons input { width:150px; margin-top:15px; margin-left:110px; height:32px; }

div > h4, div > h3, td > h4, td> h3 { margin:5px 0px 0px 0px; padding:0px;}
div > h3 {margin-top:10px; }
td > h3 { border-bottom:1px dashed #CCC;}
