/*
Theme Name: SPKDM (based on Room 34 Baseline)
Theme URI: http://room34.com
Description: A simple baseline WordPress theme built with HTML 5 and Blueprint CSS.
Version: 1.0
Author: Scott Anderson
Author URI: http://room34.com/
Tags:

	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: April 28, 2010
*/

/* STANDARD HTML TAGS */

body {
	color: #708079;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

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

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 {
	color: #708079;
	line-height: 1.2em;
}

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

small {
	color: #708079;
	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 */

.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 {
		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: #708079;
	font-size: 0.9em;
}

.entry {
	font-size: 110%;
	line-height: 1.5em;
	padding-bottom: 1em;
}

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

.post {
	border-bottom: 1px dotted #708079;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
}

.postmetadata {
	clear: both;
	color: #999;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	.postmetadata strong {
		color: #708079;
		letter-spacing: 2px;
	}

.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 {
	left: 230px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 660px;
}

	#header {
		height: 100px;
		overflow: hidden;
		width: 100%;
	}
	
		#header * {
			color: #708079;
			display: none;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		#headerimg {
			background: transparent;
			height: 100px;
			width: 950px;
		}
		
		#header h1 {
			margin: 2em 0 0 0;
		}
				
	#content {
		float: left;
		margin: 0;
		overflow: hidden;
		width: 410px;
	}
	
		#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 {
		float: right;
		font-size: 0.9em;
		margin: 0;
		overflow: hidden;
		width: 220px;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			font-size: 105%;
			line-height: 1.5em;
			margin: 0 0 0.5em 0;
		}
		
		#sidebar>ul>li {
			border-bottom: 1px dotted #708079;
			margin: 0 0 2em 0;
			padding: 0 0 1em 0;
		}
		
		#sidebar h2 {
			font-size: 0.9em;
			font-weight: bold;
			letter-spacing: 2px;
			margin: 0.5em 0;
			text-transform: uppercase;
		}
		
		#sidebar h2 a {
			color: #708079;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

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

		#sidebar div a:hover {
			color: #ff8600 !important;
		}
	
	#footer {
		clear: both;
		color: #708079;
		font-size: 0.9em;
		margin: 0 0 1.5em 0;
		overflow: hidden;
		padding-top: 2em;
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}

/* NAVIGATION FROM CMS34 */

#cms34_nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 230px;
}

#cms34_nav ul, #cms34_nav ul ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#cms34_nav ul {
	margin: 54px 30px !important;
}

#cms34_nav .content ul {
	margin: 0 !important;
}

#cms34_nav ul>li.spaced {
	margin-top: 18px !important;
}

#cms34_nav ul>li>a, #cms34_nav ul>li>a:visited {
	color: #708079 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

#cms34_nav ul>li.current>a, #cms34_nav ul>li>a:hover {
	color: #2c3330 !important;
}

#cms34_nav ul li {
	color: #a6bfb4 !important;
}

#cms34_nav ul li.block {
	display: block !important;
}
#cms34_nav ul li.block:before {
	content: none !important;
}

#cms34_nav .menu_hover {
	display: none !important;
}

#cms34_nav ul>li>ul {
	display: none !important;
}


/* MOBILE DEVICE/SMALL WINDOW OVERRIDES */

@media screen and (max-width: 600px) {

	#cms34_nav, #page {
		clear: both !important;
		float: none !important;
		left: 0 !important;
		margin: 0 5% 2em 5% !important;
		padding: 0 !important;
		position: relative !important;
		width: 90% !important;
	}
	
	#page>*, #page div {
		margin: 0 0 1em 0 !important;
		padding: 0 !important;
	}
	
	#page * {
		clear: both !important;
		float: none !important;
		height: auto !important;
		max-width: 100% !important;
		width: auto !important;
	}
		
	#cms34_nav ul {
		margin: 0.5em 0 0.5em 0 !important;
	}

}
