/*
Theme Name: Room 34 Baseline
Theme URI: http://room34.com/downloads/wppi
Description: A simple baseline WordPress theme built with HTML 5 and Blueprint CSS.
Version: 1.5
Author: Scott Anderson
Author URI: http://room34.com/
Tags: white, silver, light, two-columns, fixed-width

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.  It works well on its own and is also
	an excellent starting point for custom theme development.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: August 20, 2009
*/

/* STANDARD HTML TAGS */
body {
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #444;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0;
	font-size: 14px;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

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

#nav a {
	/*
	font-family: "Trebuchet MS", Helvetica, Arial;
*/
	font-size: 1.1em;
	color: #70c8c6;
}

#nav a:hover { color: #fff; }
a:active, a:focus { outline: none; }

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.2em; }

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th { background: #eee !important; }

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

ul.inline li {
	display: inline;
	margin: 0 0.5em 0 0;
}

/* CUSTOM CSS CLASSES */
#wrapper {
	background-color: white;
	padding: 0;
}

.gradient {
	background-color: #FBF6F9;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}

.alignleft {
	float: left;
	display: inline;
	/* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right;
	display: inline;
	/* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify { text-align: justify; }

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.commentlist li { margin: 0.5em 0; }

.commentlist cite {
	font-size: 1.2em;
	font-style: normal;
}

.commentlist img {
	float: left;
	display: inline;
	/* IE6 fix */
	margin: 0 1em 0.5em 0;
	padding: 4px;
	text-align: left;
}

.commentlist p { clear: both; }

.commentlist .bypostauthor {
	background: #eee;
	border-color: #ccc;
	padding-left: 1em;
}

.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry { }
.entry li { margin-bottom: 1em; }

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post { margin: 0 0 3em 0; }

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

.wp-caption { }

.wp-caption img {
	border: 1px solid #069;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* DOM ELEMENTS */
#page { position: relative; }

/*
#header_wrap {
		height: 130px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
*/

#header {
	height: 160px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 950px;
	background-image: url(images/pagetop.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#header_main {
	height: 70px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 950px;
	background-color: black;
	position: relative;
}


#headerimg {
	background-image: url(images/headerstuff.gif);
	width: 950px;
	height: 51px;
	top: 100px;
	left: 0;
	position: absolute;
	text-indent: -9999em;
}

#header_main #headerimg {
	background-image: url(images/headerstuff.gif);
	width: 950px;
	height: 51px;
	top: 20px;
	left: 0;
	position: absolute;
	text-indent: -9999em;
}

#header h1 { margin: 2em 0 0 0; }

#nav {
	margin: 0 auto 0 auto;
	width: 935px;
	height: 25px;
	padding: 0 10px 0 5px;
	background-repeat: repeat-x;
	background-color: #000;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	display: inline;
	/* IE6 fix */
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li:hover { }

#nav li a {
	display: block;
	padding: 0em 0.6em;
	text-decoration: none;
}

#nav li ul {
	display: none;
	position: absolute;
}

#nav li:hover ul {
	display: block;
	left: 0;
	min-width: 150px;
	top: 1.9em;
	white-space: nowrap;
}

#nav li:hover li {
	display: block;
	float: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#nav li:hover li:hover { background: #eee; }
#nav li:hover li a { padding: 0.3em 0.5em; }

#content {
	margin: 1.5em 15px 100px 15px;
	overflow: hidden;
	min-height: 900px;
	padding: 0 0 180px 0;
}

#content h1 {
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

#content h2 {
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
}

#content h3 {
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
}

#sidebar {
	font-size: 0.9em;
	overflow: hidden;
	min-height: 200px;
	width: 220px;
	position: absolute;
	top: 190px;
	right: 20px;
	padding: 20px 0 120px 20px;
	margin-bottom: 60px;
	background-image: url(images/sidebarlogo.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#sidebar li { margin: 0 0 0.5em 0; }

#sidebar h2 {
	font-size: 1.2em;
	margin: 0.3em 0 0.5em 0;
	color: #069;
	font-weight: bold;
}

#sidebar h2 a {
	color: #111;
	text-decoration: none;
}

#sidebar form { margin-bottom: 1.5em; }

#sidebar div a {
	padding: 0 0.5em 0 0;
	white-space: nowrap;
	font-weight: bold;
}

#sidebar p {
	font-size: .9em;
	margin: .7em 0 .7em 0;
}

#sidebar div a:hover { color: #036 !important; }

#sidebar a#register_now {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 1.2em;
	padding-top: 11px;
	text-align: center;
	color: white;
	font-weight: bold;
	width: 200px;
	height: 29px;
	display: block;
	margin-bottom: 18px;
}

#sidebar a#register_now:hover {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	text-decoration: none;
}

#footer {
	color: #555;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	height: 200px;
	bottom: 0;
	left: 50%;
	margin-left: -476px;
	background-image: url(images/footer.png);
	width: 952px;
}

#logo {
	position: absolute;
	left: 45px;
	bottom: 5px;
	width: 157px;
	height: 69px;
	background-image: url(images/logo.gif);
	text-indent: -9999px;
}

#footer_text {
	position: absolute;
	left: 15px;
	bottom: 12px;
	width: 910px;
	height: 30px;
	color: #aaa;
	text-align: center;
	font-size: .9em;
}

#footer_index {
	width: 910px;
	padding: 15px;
	height: 40px;
	color: #aaa;
	text-align: center;
	font-size: .9em;
	position: relative;
}

#footer_text a, #footer_index a {
	font-weight: bold;
	color: #aaa;
}

#footer p { margin: 0.5em 0; }

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin: 0 1em 0 0;
}

#home {
	width: 950px;
	height: 380px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;

}

#home_content {
	width: 920px;
	height: 330px;
	color: white;
	padding: 15px;
	font-size: 1em;
	position: relative;
	margin: 40px 0 20px 0;
}

#home_content p {
	clear: left;
	float: left;
	font-size: 1.1em;
	text-align: justify;
	color: white;
	width: 519px;
}

#home_content_right {
	width: 519px;
	height: 330px;
	position: absolute;
	top: 0;
	right: 45px;
}

#home_content_left {
	width: 300px;
	height: 345px;
	position: absolute;
	top: 0;
	left: 45px;
	background-image: url(images/logofront.png);
	background-repeat: no-repeat;
	background-position: 15px bottom;
}

#home_content_left a {
	color: white;
	padding-top: 8px;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	width: 289px;
	height: 32px;
	background-image: url(images/frontbuttons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	float: left;
	clear: left;
	margin-bottom: 2px;
}

#home_content_left a:hover {
	background-position: 0 -60px;
	text-decoration: none;
}

h1#indexhlright {
	width: 519px;
	height: 29px;
	text-indent: -9999em;
	background-image: url(images/indexhlright.gif);
	background-repeat: no-repeat;
}

h2#indexhlleft {
	width: 289px;
	height: 30px;
	text-indent: -9999em;
	background-image: url(images/ish.gif);
	margin-bottom: 30px;
	background-repeat: no-repeat;
}

/* headlines */
#post-7 h1, #post-2 h1, #post-5 h1, #post-9 h1, #post-11 h1, #post-18 h1, #post-51 h1, #post-57 h1 {
	background-image: url(images/headlines.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	height: 40px;
	width: 200px;
}

#post-7 h1 { background-position: 0 0; }
#post-2 h1 { background-position: 0 -50px; }
#post-5 h1 { background-position: 0 -100px; }
#post-9 h1 { background-position: 0 -150px; }
#post-11 h1 { background-position: 0 -200px; }
#post-18 h1 { background-position: 0 -250px; }
#post-51 h1 { background-position: 0 -300px; }
#post-57 h1 { background-position: 0 -350px; }

#white {
	width: 250px;
	height: 220px;
	margin-right: 19px;
	float: left;
}

#shamoun {
	width: 250px;
	height: 220px;
	float: left;
}

#white p, #shamoun p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 250px;
}

#post-2 p.wp-caption-text { font-size: 1.3em; }

h3.sked {
	width: 600px;
	border-bottom: 1px solid black;
	font-size: 1.2em;
}

h3.sked .skedright, div.sked .skedright {
	width: 200px;
	text-align: right;
	float: right;
}

div.sked {
	width: 600px;
	font-size: 1.1em;
}

div.skeds {
	width: 570px;
	font-size: 1.1em;
	padding-left: 30px;
	color: #069;
	margin-bottom: 12px;
	font-weight: bold;
}

div.skeds .skedright {
	width: 450px;
	text-align: right;
	float: right;
}
