/*
Theme Name: Room 34 Baseline - PROG
Theme URI: http://room34.com/
Description: A baseline WordPress theme built with XHTML 5 and Blueprint CSS.
Version: 1.0
Author: Scott Anderson
Author URI: http://room34.com/
Tags: custom header, fixed width, two columns, widgets, baseline, Blueprint CSS, XHTML 5
*/

/* FONTS */

@font-face {
	font-family: "Blackoak";
	src: url('fonts/BlackoakStd.otf');
}

/* STANDARD HTML TAGS */

body {
	background: #093643 url('images/prog_body_bg.png') center top repeat-y;
	color: #111;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}

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

a:hover {
	background: #b1e001;
	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: #0f6780;
	color: #0f6780;
}

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

/* CUSTOM CSS CLASSES */

.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;
}

.colborder {
	border-color: transparent !important;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

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

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

	.commentlist p {
		clear: both;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry {
}

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

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

.share a:hover {
	background: transparent;
}

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

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

/* DOM ELEMENTS */

#page {
	background: #fff;
}

	#header {
		height: 180px;
	}
	
		#header * {
			color: #555;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		#headerimg {
			background: transparent url('images/prog_header.jpg') left top no-repeat;
			height: 180px;
			width: 950px;
		}
		
		#header h1 {
			margin: 0;
		}
		
		#header a {
			background: none !important;
			display: block;
			height: 180px;
			text-indent: -999em;
			width: 950px;
		}
	
		#header .description {
			text-indent: -999em;
		}
		
	#nav {
		background: #def4bb;
		font-weight: bold;
		margin: 0 auto;
	}
	
		#nav ul {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0.5em 0;
			text-align: center;
		}
		
		#nav li {
			display: inline;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#nav li:hover {
			background: #b1e001;
			color: #fff;
		}
		
			#nav li a {
				padding: 0.5em 0.7em;
				text-decoration: none !important;
			}
			
			#nav li:hover a {
				background: #b1e001;
				color: #fff;
			}
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
			
	#content {
		margin: 1.5em 0;
	}
	
		#content h1 {
			font-family: "Blackoak", "Lucida Grande", Helvetica, Arial, sans-serif;
			font-size: 1.5em;
			margin: 0 0 0.5em 0;
			text-transform: uppercase;
		}
	
		#content h2 {
			font-family: "Blackoak", "Lucida Grande", Helvetica, Arial, sans-serif;
			font-size: 1.2em;
			margin: 0 0 0.5em 0;
			text-transform: uppercase;
		}
	
		#content h3 {
			font-family: "Blackoak", "Lucida Grande", Helvetica, Arial, sans-serif;
			font-size: 1em;
			margin: 1em 0 0.5em 0;
			text-transform: uppercase;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 1em;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
		}
		
		#sidebar h2 {
			font-family: "Blackoak", "Lucida Grande", Helvetica, Arial, sans-serif;
			font-size: 0.9em;
			margin: 0.5em 0;
			text-transform: uppercase;
		}
		
		#sidebar h2 a {
			background: transparent !important;
			color: #111 !important;
			text-decoration: none !important;
		}
		
		/* WordPress Tag Cloud formatting clean-up */
		#sidebar>ul>li>div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}
		#sidebar>ul>li>div>a {
			margin: 0 0.5em 0 0;
			white-space: nowrap;
		}
		
		#sidebar>ul>li>div>a:hover {
			color: #fff !important;
		}
	
	#footer {
		background: #000;
		color: #777;
		font-size: 0.9em;
		margin: 0;
		padding-top: 1em;
		padding-bottom: 1.5em;
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}
