/*
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: #121212;
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,arial,sans-serif;
	background-color: #f7f7f7;
}

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

a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}


@font-face {
	font-family: 'ProcionoRegular';
	src: url('images/prociono-regular-webfont.eot');
	src: local('☺'), url('images/prociono-regular-webfont.woff') format('woff'), url('images/prociono-regular-webfont.ttf') format('truetype'), url('images/prociono-regular-webfont.svgz#webfont3xv6Ql75') format('svg'), url('images/prociono-regular-webfont.svg#webfont3xv6Ql75') format('svg');
	font-weight: normal;
	font-style: normal;
}



.proc {
font-family: 'ProcionoRegular';}

@font-face {
font-family: 'LeagueGothicRegular';
	src: url('league_gothic-webfont.eot');
	src: local('?'), url('images/league_gothic-webfont.woff') format('images/woff'), url('images/league_gothic-webfont.ttf') format('truetype'), url('images/league_gothic-webfont.svg#webfonte8MwvXrM') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
.league{
font-family: 'LeagueGothicRegular';
}



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 img {
opacity:.5;
}

ul.inline img:hover {
opacity:1;
}

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

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
	font-family: 'LeagueGothicRegular';
	font-size: 4em;
	font-weight: bold;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
	font-family: 'LeagueGothicRegular';
	font-size: 4em;
	font-weight: bold;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
	font-family: 'LeagueGothicRegular';
	font-size: 4em;
	font-weight: bold;
	margin-right: 95px;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 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;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry {
font-size: 1em;
padding-left: 15px;}

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

.post {
	margin: 0 0 40px 0;
	display: block;
	float: left;
}

.postmetadata {
	clear: both;
}

p.postmetadata  {
margin-bottom: 0px;
padding-bottom: 0px;}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
	}

/* DOM ELEMENTS */

#page {

}

	#header {
		height:85px;
		
	}
	

	
		#header * {
			color: #121212;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		#header h1 {
		display: block;
		margin-left: -10000px;
		}
	#nav {
font-family:'ProcionoRegular';
font-size:0.92em;
letter-spacing:0.1em;
margin:0;
padding-left:165px;
padding-right:10px;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {
			
			float: left; display: inline; /* IE6 fix */
			margin: 0px 0px 0px 0px;
			padding: 0;
			position: relative;
		}
		
		#nav li:hover {
			
		}
		
			#nav li a {
				display: block;
				padding: 5px 10px 3px 10px;
				text-decoration: none;
				color: #121212;
			}
			
			#nav li a:hover {
			background-color: #121212;
			color: #fff;
			} 
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
			}

			#nav li:hover li {
				background: #fff;
				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 0;
	overflow:hidden;
	height: 100%;
	}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 20px 175px;
			font-weight: bold;
			color: #3f3f3f;
			text-transform: lowercase;
			font-family: 'ProcionoRegular';
		}
	
		#content h2 {
			color:#333333;
			font-family:'LeagueGothicRegular';
			font-size:4em;
			margin:0 0 15px;
			line-height: 1em;
		}
		
		#content h2 a {
		color: #333;
		}
		
		#content h2 a:hover {
		color:#0084FF;
		}
	
		#content h3 {
			font-family:'ProcionoRegular';
font-size:1.5em;
font-weight:bold;
margin:0;
padding:10px 0;
color: #333;		}
	
	#sidebar {
		font-size: 0.9em;
		font-size:0.92em;
		font-weight:bold;
		margin:60px 0 0 1em;
		opacity:0.3;
		overflow:hidden;
		color: #bfbfbf;
	}
	
	#sidebar:hover {
	opacity:1;}
	
	#sidebar a {
	color: #bfbfbf;
	}
	
	#sidebar a:hover {
	color:#0084FF;}
	
		#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:'ProcionoRegular';
		font-size:1.08em;
		font-weight:bold;
		margin:0.5em 0;
		color: #666;
		}
		
		#sidebar h2 a {
			color: #3f3f3f;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		


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


	
	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 0 0 1.5em 0;
		overflow: hidden;
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}
		
		.entry p {
		}
		
		.details_column {
		height: 100%;
		margin: 5px 0px 0px 0px;
		border-top:3px solid #333333;
		color: #666;
		padding-top: 10px;
		font-size: .8em;
		font-weight: bold;}
		
		input#search-text.search-text {
background-color:#EBEBEB;
border:medium none;
color:#f7f7f7;
float:right;
font-weight:bold;
margin-top:0;
padding:3px 10px 3px 10px;
width:175px;
	font-family: 'ProcionoRegular';

		
		}
		
span.subscribe {
background: url(images/icon_rss.png) no-repeat top left;
font-size: .92em;
padding-left: 25px;
height: 22px;
padding-top:5px;
display: block;
margin-top:10px;
float: right;
margin-bottom: 70px;}

.large_image p {
float: right;
width: 50%;}

.top_right {
float:right !important;}

.single_detail {
padding-top:48px;
}



 #nav li.current-cat a {
background-color: #121212;
color: #fff;}

#nav li.current_page_item a {
background-color: #121212;
color: #fff;}

#sidebar .textwidget {
margin:0px;
font-size: .92em;}

#sidebar .textwidget .twtr-widget {
font-size: 11px !important;}

#sidebar .textwidget .twtr-hd {
display: none;
}

#sidebar .textwidget .twtr-widget .twtr-tweet-wrap {
padding-left: 0px;
}

#sidebar .textwidget .twtr-ft span {
float: left;
padding-left: 0px;}

#sidebar .textwidget .twtr-ft div {
padding-left: 0px;}

#comments {
margin-left: 160px;
padding-left: 20px;}

h6 {
			color:#333333;
			font-family:'LeagueGothicRegular';
			font-size:4em;
			margin:0 0 5px;
			line-height: 1em;
			font-weight: normal;
		}
		
h6 a {
			color:#0084FF;

		} 
		
		h6 a:hover {
			color:#333;

		} 