/*
Theme Name: Stuck
Theme URI: http://www.redflystudios.com/
Description: Modified version of "Adventure" theme
Version: 1.1
Author: Birdhouse Arts
Author URI: http://birdhouse.org
*/
/* Begin Typography & Colors */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	height: 100%;
}

li {
}

p {
	margin: 1em 0;
}


/* Begin anchors */

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #507b43;
}

a:visited {
	color: #335933;
}

a:hover {
	color: #966;
}


/* For sidebar */
#container a:visited, #container a {
	font-weight: normal;
	color: #984347;
	text-decoration: none;
}


/* For post metadata */
.postmetadata a {
	font-size: 0.9em;
	text-decoration: none;
}




/* End anchors */

.postmetadata {
	padding: 0;
	margin: 0;
	text-align: right;
}

p.graybox {
	text-align: center;
}

.graybox {
	background-color: #f8f8f8;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.whitebox {
	text-align: left;
}

small {
	margin-top: 0;
	font-size: 110%
}





small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}


#links ul li ul li {
	margin-left: 0.7em;
}


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

h3 a:hover {
	color: #966;
	text-decoration: none;
}



/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	color: #555;
	background: #333 url(img/bkg.gif) repeat top left;
	height: 100%;
}

#subbanner {
	background-color: #515151;
	padding: 5px 10px 5px 20px;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
}

.wp_quotes_quote {
	font-family: 'Tahoma', 'Verdana';
	font-size: 1.1em;
	font-weight: normal;
	color: #dddddd;
	margin: 0.1em 0 0.1em 0;
	border: none;
	padding: 0;
	line-height: 110%;
}



#page {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
	background: #fff url(img/bg3.gif) 100% repeat-y;
}


#main-body {
	float: left;
	width: 540px;
	/* background: transparent url(img/st.gif) 0 0 no-repeat; */
	height:100%;
}

#content {
	padding: 0 15px 0 25px;
	margin: 31px 0 25px 0;
}

#page-one-col {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
	background: #fff none;
}

#page-archives {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
	background: #fff none;
}

#page-one-col #main-body {
	width: 740px;
	margin-bottom: 100px;
}

#page-archives #main-body {
	width: 740px;
	margin-bottom: 100px;
}

#page-archives #content {
	margin: 25px 20px;
	padding: 0;
}


#page-one-col #content {
	margin: 25px 70px;
	padding: 0;
}

#page-one-col div.post {
	clear: both;
}



#header {
	height: 205px;
	background-color: #444;
}

#header img {
	border: 0;
	display: block;
}


/* Images */
.imgalignleft {
	float: left;
	padding-right: 10px;
}



/* Footer */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.15em;
	font-size: 12px;
	color: #555;
	background: #fff url(img/bgb.gif) no-repeat bottom left;
}
#footer p {
	margin: 0;
	padding: 10px 30px 36px 30px;
}
#footer a {
	color: #600;
	text-decoration: none;
}
#footer a:hover {
	color: #966;
}

#foot {
	background-color: #efefef;
	text-align: center;
	padding: 2px 0px 2px 0px;
	font-size: 0.9em;
}

/* End Footer */


/* End Structure */



/* Begin Headers */


.description {
	text-align: center;
}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
/* End Headers */




/* Main Content */

#content div.post {
	padding: 0 0 18px 0;
	background: url(img/hr.gif) 0 100% repeat-x;
	border: none;
}

#content div.post .entry {
	padding-top: 2px;
}

#content div.post {
	color: #555;
	font-family: Verdana;
	font-size: 1.1em;
	line-height: 1.2em;
}

#content div.post small {
	font-size: 12px;
	color: #333;
}


#content .post h2 {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin: 6px 0 0;
	padding: 0 0 3px;
	text-indent: 13px;
	background: url(img/bull0.gif) 0 5px no-repeat;
}

#content .post h2 a, h3 a:visited {
	color: #600;
	text-decoration: none;
}

#content .post h2 a:hover {
	color: #966;
}

#content .post p.main {
	margin: 0;
	padding: 1px 0 11px;
	text-indent: 0px;
}




#category-description h2 {
	margin-bottom: 0px;
}

#category-description p {
	margin-top: 5px;
	margin-bottom: 30px;
}

.shaded {
	background-color: #dcf2d8;
	border: 1px solid gray;
	font-size: 90%;
}

/* End Main Content */







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

img.alignright {
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* user login */

#login {
	text-align: center;
}


#login form {
	margin: 2em auto 1em;
}



#login table {
	text-align: left;
	margin: 0 auto;
}


#loginlinks td {
	padding: 0 10px;
}


/* searchform */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform input#s {
	background-color: #cdcdcd;
}

#searchform input#searchsubmit {
	cursor: pointer;
	/*cursor: hand;*/
}

#searchform td {
	vertical-align: middle;
	height: 25px;
}


.ksearch-inp {
	color: grey;
}

#sidebar #searchsubmit {
}

.entry form {/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform {
	width: 100%;
	padding: 0;
	margin: 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: Verdana;
	font-size: 1.2em;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.graybox {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size:1.1em;
	line-height:1.3em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* --- sidebar ---*/
#sidebar {
	width: 205px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

#container {
	padding: 0 20px;
}


#sidebar h2 {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000;
	margin: 0;
	padding: 30px 0 11px;
}
#sidebar h2.hr {
	background: url(img/hr.gif) 0 15px repeat-x;
}

#sidebar h3 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #f90 url(img/sidebar-h.gif) repeat-x top left;
}
#sidebar h3#quick {
	margin-top: 24px;
}
#sidebar h3.sub {
	background: #538620 url(img/sub-h-bg.gif) repeat-x top left;
}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
}

#sidebar img {
	vertical-align: middle;
}

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

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
	text-indent: 10px;
	background: url(img/bull1.gif) 1px 6px no-repeat;
}
#sidebar ul#lh li {
	padding-bottom: 14px;
}

/* End Sidebar */






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

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	width: 100%;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End Various Tags & Classes*/



#topmenu {
	position: absolute;
	top: 170px;
	left: 0;
	width: 496px;
	height: 34px;
}

#topmenu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	background: transparent url(img/menu.jpg) no-repeat;
	width: 496px;
	height: 34px;
}

#topmenu li {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}
#topmenu li, #topmenu a {
	display: block;
	height: 34px;
	top: 0;
}
#topmenu a span {
	display: none;
}



table#latest {
	width: 98%;
}

table#latest th {
	text-align: left;
}


table#latest th.topic {
	width: 60%;
	text-align: center;
}

.minor {
	font-size: 0.8em;
	font-style: italic;
}

