/* @override http://hatheadstudios.com/wp-content/themes/hatheadstudios/css/base.css */

@import url(ninesixty/reset.css);
@import url(ninesixty/960_24_col.css);

@import url(tripoli/tripoli.base.css);
@import url(tripoli/plugins/tripoli.visual.css);
@import url(tripoli/plugins/tripoli.type.css);
@import url(tripoli/plugins/tripoli.negative.css);

/* @group structure */

/* Add HTML5 element block declarations */
header, footer, section, aside, nav, article {
	display: block;
}

header, footer, #main article {
	clear: left;
}

body, html {
	background: #0f4d63 url(../img/bkgd.jpg) repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover {
	text-decoration: underline !important;
}

blockquote > *:first-child:before {
	content: "";
	margin: 0 !important;
	padding: 0 !important;
}

/* @end */

/* @group header elements */

header nav {
	float: left;
	margin-left: 70px;
	padding-top: .5em;
	background: rgba(154,190,202,.6);
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

#top header nav ul {
	margin: 0;
	padding: 0 1em;
	font-family: "museo-sans-1","museo-sans-2", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

header nav ul li {
	float: left;
	list-style: none;
	padding: .5em .75em;
}

header nav ul li a {
	text-decoration: none;
}

a#logo {
	float: left;
	width: 170px;
	height: 150px;
	padding: 40px 0 0 20px;
	background-color: #b75728;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

a#logo.imagereplace {
	background-image: url(../img/logo.png);
	background-position: 20px 40px;
	background-repeat: no-repeat;
}

a#logo.imagereplace h1 {
	text-indent: -10000px;
}

/* @end */

/* @group content */

.content {
	color: #d6e9ef;
}

.content a {
	color: #fff !important;
}

.content h1 {
	font-family: "museo-slab-1","museo-slab-2", Helvetica, Arial, sans-serif;
  	font-weight: 700;
  	font-size: 30px;
  	color: #093140;
}

.content h2.post-title {
	font-family: "museo-slab-1","museo-slab-2", Helvetica, Arial, sans-serif;
  	font-weight: 300;
 	color: #fff;
}

.content h2.post-title a {
	text-decoration: none;
}

.home .content h2.post-title {
	padding-top: 1em;
}

article img.attachment-post-thumbnail {
	float: left;
	margin-right: 20px;
}

.single #bottom {
	padding-top: 2em;
}

article.post {
	background: #256176;
	padding: 1em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

.home article.post {
	background: none;
}

/* @end */

/* @group asides */

#bottom .content aside ul a {
	color: #fff;
	text-decoration: none;
}

#bottom .content aside ul {
	list-style: none;
	margin-left: 60px;
}

.single aside h2.post-title {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 2em;
}

.single aside blockquote {
	padding: 0;
	font-family: "legitima-1","legitima-2","Georgia",sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
	color: #b5ced5;
	margin-bottom: 1em;
}

.single aside cite {
	font-style: normal;
	color: #567e8c;
}

/* @end */

/* @group splash screen */

.home {
	overflow-x: hidden;
}

.home #top {
	height: 33em;
	background: #b5ced5 url(../img/clouds.jpg) repeat-x 0px 0px;
}

.home #middle {
	background: #9abeca;
}

.home #bottom {
	background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
}

.home .content {
	position: relative;
}


img.newspaper {
	position: absolute;
	top: -26em;
	left: 560px;
	width: 55em;
	height: auto;
}

#splash {
	margin-top: -9em;
}

#splash h1 {
  	font-size: 4.625em;
	margin: 0 0 .1875em;
	color: #3c8fae;
}

#splash p {
	width: 28em;
	font-size: 1.25em;
	line-height: 1.625em;
	color: #e3f7ff;
	font-family: "museo-sans-1","museo-sans-2", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#splash p a {
	color: #fff;
}

#splash p.description {
	width: auto;
	height: auto;
	font-size: 2.2em;
	line-height: .8em;
	padding-bottom: 2em;
	margin-bottom: 0;
	font-family: "legitima-1","legitima-2","Georgia",sans-serif;
	letter-spacing: .2em;
	color: #fff;
}

.home #bottom aside#sidebar {
	margin-top: 152px;
}

/* @end */

/* @group forms */

.content form {
	background-color: #256176;
	padding: 2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.content form input,
.content form textarea,
.content form select {
	background: #fff;
	color: #777;
}

.content form .gfield_required {
	color: #fff;
}

.content form input.button {
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#recaptcha_area * {
	padding: 0;
}

/* @end */

/* @group footer */

footer {
	color: #2d6c83;
	font-size: .875em;
	margin-top: 1em;
}



/* @end */

.sharing a.sharing-anchor {
	color: #888 !important;
}

.sharing .sharing-hidden * {
	color: #666 !important;
}























