/*
Theme Name: 3rd St Youth
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */

body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFF00;
	color: #FFF;
	text-align: center;
	}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
#wrapper {
	width: 1008px;
	margin: 0 auto;
}

#header {
	margin: 0;
	padding: 0;
	height: 130px;
	width: 1008px;
	overflow: hidden;
	}
#header .left {
	width: 237px;
	height: 130px;
}
#header .right {
	width: 771px;
	height: 130px;
}
#sidebar-spacer {
	float: left;
	width: 41px;
	background: #FF0000;
}
#content {
	float: right;
	width: 956px;
	background: #000;
	margin-right: 11px;
}
#sidebar-spacer {
	float: left;
	width: 41px;
	background: #FF0000;
}
#sidebar {
	float: left;
	width: 196px;
	background: #000;
}
#main {
	float: right;
	width: 760px;
	background: #000;
}
#footer {
	padding: 0;
	margin: 0 11px 11px 41px;
	width: 956px;
	clear: both;
	height: 79px;
	background: #FF0000;
	}
#footer .left {
	width: 583px;
}
#footer .right {
	width: 350px;
	padding-right: 23px;
}

/* Headers */

h1, h2, h3 {
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: left;
	color: #FFFF00;
	}

h2 {
	font-size: 2em;
	text-align: left;
	color: #FFFF00;
	margin: .75em 0 0 0;
}

h3 {
	font-size: 1.3em;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFFF00;
	}

h2 a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #FFF;
	}
h2 span.titlemeta {
	color: #333;
	font-size: .5em;
}
/* Posts */

.entryImg {
	width: 313px;
	float: left;
}
.post {
	width: 406px;
	float: right;
	padding-right: 20px;
}

.entry p {
	color: #FFF;
	line-height: 1.58em;
	margin-top: 1.58em;
	text-align: left;
}
p.edit {
	text-align: right;
	margin: 1.58em 0 0 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
a, h2 a:hover, h3 a:hover {
	color: #FFFF00;
	text-decoration: none;
	}

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

/* End Typography & Colors */



/* Begin Structure */


.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	text-align: left;
	color: #333;
	margin: 1.58em 0;
	border-top: 1px solid #FFF;
	padding-top: 1.58em;
	line-height: 1.58em;
	font-size: .833em;
}
.postmetadata a {
	color: #333;
	text-decoration: underline;
}
.postmedtada a:hover {
	color: #FFFF00;
}

/* 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: 0px;
	text-indent: -10px;
	text-align: left;
	margin-top: 1.58em;
	}
.entry ul {
	text-align: left;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
	text-align: left;
	}

.entry ul li:before {
	content: "* ";
	color: #FFFF00;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	margin-top: 1.58em;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul li img {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1px;
}
#sidebar li.page_item {
	padding-left: 24px;
	line-height: 1.58em;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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: 0px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	color: #999;
	}

.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 1.58em;
	border-bottom: 1px solid #333;

	}
.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 0px;
}

.commentlist p {
	margin: 0 0 1.58em 0;
	line-height: 1.58em;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
h2#comments {
	margin-bottom: .75em;
}
.thread-alt {
	background-color: #000;
}
.thread-even {
	background-color: #000;
}

.even, .alt {

}
/* End Comments */


/* 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;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* Global classes */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.yellow {
	color: #FFFF00;
}
