/*
Theme Name: Hansen
Theme URI: 
Description: Theme developed for Suzanne Hansen by Will Keightley
Author: Will Keightley
Author URI: http://cobaltkitty.com/

*/



* {
	padding: 0px;
	margin: 0px;
	}
hr {
	clear: both;
	visibility: hidden;
	}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../../blog_images/bg.jpg);
	text-align: center;
	}
a, a:link, a:visited, a:active	{
	color: #a4a710;
	text-decoration: none;
	font-weight: 700;
	}
a:hover	{
	text-decoration: underline;
	}
a:hover img {
	border-bottom: none;
	background-color: #000;
	}


/*  MAIN CONTAINERS  */
#header {
	width: 780px;
	height: 250px;
	background-color: #B5F3F7;
	background: url(http://www.cobaltkitty.com/hansen/blog_images/header.jpg) top no-repeat;
	}
#container {
	width: 780px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #CCC;
	}
#footer {
	clear: both;
	padding: 0px 0px 10px;
	width: 780px;
	background-color: #fff;
	}
#content { /*  CONTAINS THE BLOG BODY  */
	position: relative;
	text-align: left;
	padding: 0px 0px 20px 0px;
	}
#menu {
	font-size: 1.2em;
	background: #999;
	margin: 0px auto;
	padding: 3px 0 0 40px;
	height: 17px;
	width: 740px;
	font-weight: 700;
	}
#infobox {
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #CCC;
	}
#gizmo {
	height: 475px;
	width: 780px;
	background: url(../../../blog_images/bg-gizmo.jpg) center top no-repeat;
	padding: 30px 0 0;
	}
/*  MENU STYLES  */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#nav a {
	display: block;
	color: #fff;
	text-align: left;
	}
#nav li {
	text-align: left;
	display: inline;
	float: left;
	padding: 0em 1.2em;
	}
#nav li a:hover {
	color: #fed350;
	text-decoration: none;
	}
#nav li ul {
	background: #999;
	z-index: 99;
	position: absolute;
	width: 10em;
	left: -999em;
	padding: 1em 0;
	margin-left: -1em;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
	}
#nav li ul li {
	width: 9em;
	padding: .2em 0;
	text-align: left;
	}
#nav li ul li a {
	width: 8em;
	padding-left: 1em;
	}
#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../../../blog_images/menu_pointer.png) left no-repeat;
	}


/*  BLOG POST STYLES  */
.post {
	width: 780px;
	padding: 0px 0px;
	margin: 10px 0px 0px;
	}
.titlebar {
	position: relative;
	height: 60px;
	width: 705px;
	margin-left: 65px;
	border-bottom: 4px solid #e8de00;
	}
.titlewrap {
	height: 75px;
	background: url(../../../blog_images/shewandersmini.png) 4px top no-repeat;
	}
.post h2, .entry h2 {
	position: absolute;
	bottom: 0;
	width: 600px;
	margin: 10px 0px 0px 40px;
	padding-top: 10px;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	}
.comments-link {
	float: right;
	padding: 3px 50px 0 0;
	}
.post h2 a {
	color: #999;
	font-weight: normal;
	}
.post h2 a:hover {
	color: #c00;
	text-decoration: none;
	}
.post h2 {
	float: left;
	display: inline;
	}
.date {
	height: 20px;
	padding-top: 30px;
	font-size: 16px;
	color: #999;
	}
.metablob {
	display: inline;
	float: right;
	text-align: right;
	margin: 10px 40px 0px 0px;
	}
.entry {
	clear: both;
	padding-top: 20px;
	}
.entry p {
	color: #999;
	font-size: 1.2em;
	padding: 0px 0px 10px;
	margin: 0px 38px;
	}
.entry img {
	display: block;
	margin: 20px auto 10px;
	padding: 0px;
	border: 1px solid #fed350;
	}
.entry ul, .entry ol {
	color: #666;
	font-size: 1.2em;
	padding: 0px;
	margin: 1em 6em;
	}
.postmetadata {
	color: #999;
	margin: 0px 0px 0px 40px;
	}
blockquote {
	margin: 10px 50px;
	font-style: italic;
	background: url(../../../blog_images/quotes.png) top left no-repeat;
	}
.entry object {
	border: 1px solid #999;
	display: block;
	margin: 10px auto;
	}
	
/*  COMMENTS  */
h3#comments, h3#respond {
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: .4em;
	padding-top: 20px;
	color: #073699;
	margin: 0px 20px;
	}
ol.commentlist {
	list-style-type: none;
	font-size: 1.2em;
	color: #666;
	}
ol.commentlist li {
	margin: 10px 20px 15px;
	border: 1px solid #ccf;
	padding: 10px 10px;
	background: url(../../../blog_images/shewandersmini-faint.jpg) right -13px no-repeat;
	}
.commentlist p {
	padding: 5px 0 !important;
	}
div.commentmetadata {
	width: 130px;
	float: left;
	border: 0px solid blue;
	}
div.comment_text {
	border: 0px solid green;
	width: 570px;
	float: right;
	}
#commentform {
	margin: 20px 20px 0px;
	font-size: 1.2em;
	}
textarea#comment {
	float: right;
	border: 1px solid #999;
	height: 125px;
	width: 570px;
	margin-bottom: 50px;
	}
#input {
	width: 140px;
	float: left;
	}
input#submit {
	color: #fff;
	background: #a4a710;
	border: 1px solid #999;
	margin: 10px 0;
	}
#input label {
	color: #a4a710;
	font-weight: 700;
	}
input#author, input#email, input#url {
	width: 140px;
	height: 15px;
	border: 1px solid #999;
	}
#commentsblock {
	padding: 0px 0px 20px;
	}
form {
	margin: 10px 0px 30px;}

/*  INFO BOX  */
#twitter {
	color: #999;
	font-size: 12px;
	padding: 25px 0 0;
	background: url(../../../blog_images/twitter_button.png) center 10px no-repeat;
}

#infobox #searchform {
	margin: 20px 0 6px;
	padding: 0;
	}
#search button {
	border: 1px solid #ccc;
	background: none;
	margin-left: 5px;
	color: #999;
	}
#search #info {
	background-color: #eee;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	}


/*  OLDER POSTS LIST  */
#olderposts {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-top: 4px solid #fed350;
	}
#olderposts h2 {
	margin: 10px 0px 0px 0px;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	}
#olderposts ul {
	list-style-type: none;
	margin: 10px 0px 0px 40px;
	}
#olderposts ul li {
	font-size: 1.6em;
	padding: 5px 0px 0px 20px;
	}
	
	
/*  ARCHIVES  */
#archives_date, #archives_cat {
	width: 330px;
	float: left;
	text-align: left;
	padding: 0px 20px 0px 40px;
	}
#archives li, #cats li {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	}
#archives li ul li, #cats li ul li {
	padding: 8px;
	border-bottom: 1px solid black;
	font-size: .6em;
	}
#categories {}

/*  LINKS PAGE STYLES  */
h2#links-header {
	position: relative;
	}
ul#linkslist {
	padding-left: 40px;
	}
ul#linkslist h2.linkitemcat { /*  This controls the headers on the links page  */
	position: relative;
	padding: 5px 0px 20px;
	color: #000;
	font-size: 1.5em;
	float: none;
	}
#content ul.linkcat { 
	list-style-type: none;
	padding: 0px;
	border: 1px solid red;
	}
li.linkcat ul li.listitem {
	padding-left: 20px;
	margin: 0px;
	font-size: 1.2em;
	}
li.linkcat h2 {
	}
.linkcat {
	margin-bottom: 15px;
	}

/*  PAGE STYLES  */
#page p {
	padding: 20px 40px;
	margin: 0px 0px 0px 0px;
	}
#page ul {
	list-style-type: none;
	}
#page ul h2 {
	margin: 10px 0px 0px 0px;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	}



/*  MISCELLANEOUS STYLES  */
.navigation {
	font-size: 16px;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	}
#searchform {
	padding-left: 40px;
	}
#footer p {
	padding: 10px 0px;
	}
.leftnav {
	float: left;
	}
.rightnav {
	float:  right;
	}



/*  ARCHIVES & CATEGORIES  */
#content.archival h2 {
	margin: 10px 0px 0px 0px;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 40px;
	}
#manifesto {
	background: url(../../../blog_images/swirly_globe_blue.png) no-repeat left bottom;
	font-size: 1.6em;
	}
	
/*  GIZMO  */
#gizmo-overlay {
	position: absolute;
	top: 330px;
	left: 0px;
	height: 600px;
	width: 750px;
	z-index: 10;
	}
.stepcarousel{
	position: relative; /*leave this value alone*/
	background: #fff;
	border: 1px solid #999;
	overflow: scroll; /*leave this value alone*/
	width: 610px; /*Width of Carousel Viewer itself*/
	height: 410px; /*Height should enough to fit largest content's height*/
	margin: 10px auto;
	}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 50;
	top: 0;
	}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	min-height: 410px;
	width: 610px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	display: table-cell;
	vertical-align: middle;
	}
.stepcarousel .panel img {
	display: block;
	margin: 0 auto;
	}
