@charset "utf-8";

/*
	general styles
 */

.serif,
cite,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 24px 12px 12px;
}

.monospace,
var,
code {
	font-family: courier new, courier, monospace;
}

.amp {
	font-style: italic;
	font-family: baskerville,palatino,palatino linotype,book antiqua,georgia,times,times new roman,serif;
	font-weight: normal;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
}

input,
textarea {
	border: 1px #aaa solid;
	padding: 5px;
	outline: none;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border: 1px #444 solid;
}
input:focus,
textarea:focus {

}
textarea {
	min-height: 150px;
	width: 100%;
}

blockquote {
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	text-align: justify;
	margin: 20px;
	padding: 12px;
}
	blockquote:first-letter {
		font-size: 24px;
		padding-right: 1px;
	}
	blockquote:first-line {
		font-size: 20px;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
}

#home h2 {
	font-size: 24px;
	color: #383634;
	text-transform: uppercase;
	/*font-weight: 300;*/
}

#home h2 span {
	font-size: 18px;
	color: #80946f;
}

/*
	layout styles
 */


body {
	color: #111;
}

.gr960 {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.gr960 .grhalf {
	width: 450px;
	margin: 0 15px;
	float: left;
	padding: 15px 0;
}

.gr960 .gr3 {
	width: 290px;
	margin: 0 15px;
	float: left;
}

#userinfo {
	font-size: 14px;
	background-color: #e4e4e4;
	display: none;
	z-index: 9;
	position: relative;
	overflow: hidden;
/*	height: 15px;*/
    padding-bottom: 10px;
    padding-top: 10px;
}

#userinfo a {
	text-decoration: none;
	color: #000;
	margin-left: 5px;
}

#userinfo a sup {
	text-decoration: none;
}

#userinfo a:hover {
	text-decoration: underline;
}

.container {
	padding-bottom:80px;
}
	#header .container {
		padding-top: 80px;
		padding-bottom: 40px;
	}
		#title {
			position: relative;
			height: 80px;
		}
			#logo,
			#tagline {
				position: absolute;
				bottom: 0;
			}
			#logo {
				left: 0;
				font-size: 72px;
				line-height: 72px;
				letter-spacing: 0;
			}
			#tagline {
				font-size: 18px;
				right: 0;
				line-height: 36px;
			}
			#header-image.container {
				padding: 0;
			}
	#nav-primary {
		clear: both;
		width: 100%;
	}
		#nav-primary ul,
		#nav-primary li {
			list-style: none;
		}
			#nav-primary a {
				float: left;
				display: block;
				padding: 0 10px;
			}
	#widget-header {
		clear: both;
	}

	#content {
		border-top: 1px #ccc solid;
	}
		#widget-alert {
			background: #C6D8CD;
			border: 1px #5b816a solid;
			padding: 24px;
			margin-bottom: 24px;
		}
		.post-single {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px #dedede solid;
		}


/* Enable images in posts to automatically resize */
/* as browser window changes sizes.               */

.post-content img {
  max-width: 100%;
  height: auto;
}


/* Always remember to compress your live stylesheet and keep an uncompressed backup */

p.facts {
	font-style: italic;
}
