/*
Theme Name: Ragtag 2010
Theme URI: http://www.ragtagfilm.com
Description: Ragtag 2009 redesign; BBpress installed 4/25/10.
Version: 1.0
Author: Glenn Rice riceg@missouri.edu
Author URI:
*/

/* Globals */
.alt { background-color: #fff; }
pre, code { font: 1.0em Monaco, 'Courier New', monospace; }
.left { float: left; }
.right { float: right; }
fieldset { border-width: 0; padding: 0; margin: 0; }
img.avatar { border: 1px solid #ddd; }
.bozo { background-color: #ee8; }
.alt.bozo { background-color: #ff9; }
.deleted { background-color: #e88; }
.alt.deleted { background-color: #f99; }

/* Tables */
#latest, #forumlist, #favorites { width: 100%; margin-bottom: 15px; }
#latest td, #forumlist td, #favorites td { padding: 2px 5px; border-bottom: 1px solid #EEE; }
#forumlist tr td div.nest { padding-left: 2ex;}
#latest th, #forumlist th, #favorites th { background-color: #CCC; padding: 2px 5px; border-bottom: 1px solid #EEE; }
tr.sticky { font-weight: bold; background-color: #EEE; }
tr.closed { color: #999; }

/* Topic page */
#thread { list-style: none; padding: 0px; }
.thread-author { clear: left; float: left; padding: 0; width: 50px; margin: 0px 10px 10px 0px; }
.author-link, .author-role { padding: 0px; font-size: 0.8em; text-align: center; line-height: 1.2em; }
.topic-meta { font-size: 0.9em; text-align: right; }
.post-stuff { clear: left; text-align: right; font-size: 0.8em; border-bottom: 1px solid #CCC; padding-bottom: 10px; margin-bottom: 10px; }
#topic-admin { font-size: 0.9em; }
#topic-move { display: inline; }

/* Misc */
.rss-link { text-align: right; font-size: 0.9em; }
.post-form { margin-top: 20px; }

/* Page navigation */
div.nav { margin-bottom: 20px; }
a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
span.page-numbers.current { color: #ffffff; background-position: 0 -100px;}
#latest a.page-numbers { font-size: 0.8em; padding: 3px 3px 1px 4px; margin-left: 3px;}
a.prev.page-numbers, a.next.page-numbers, span.page-numbers.dots { border-width: 0; padding: 0 4px; background-image: none; }
span.page-numbers.dots { padding: 0; }
a.page-numbers:hover { background-position: 0 -100px; }
a.prev.page-numbers:hover, a.next.page-numbers:hover { color: #006400; }



/* Profile page */
#useravatar img { display: block; border-width: 1px; }



/* Login, Register, Profile Edit */
.required label:before, label.required-message:before, span.required:before { content: ' * '; color: red; vertical-align: 10%; }
.form-invalid { background-color: #ffebe8 !important; }
.form-invalid input { padding: 1px; border: 1px solid #c00 !important; }
.hidden { display: none; }
#pass-strength-result {
	padding: 2px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#pass-strength-result.bad { background-color: #ffeff7; border-color: #c69; }
#pass-strength-result.good { background-color: #effff4; border-color: #66cc87; }
#pass-strength-result.short { background-color: #e3e3e3; }
#pass-strength-result.strong { background-color: #59ef86; border-color: #319f52; }

