/*   
Theme Name: Life @ the Poles, a Thematic Child Theme
Theme URI: 
Description: Theme for Life @ the Poles.
Author: Abby Christiansen
Author URI: http://oriridracodesign.com/
Template: thematic
Version: 1.0
Tags: Thematic, Life @ the Poles, flower
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*Overall & Overrides */

* {
	margin:0;
	padding:0;
}

html, body{
 	height: 100%; 
	min-height: 100%;
}

body {
	margin:0; 
	padding:0;  
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* compliant browsers */
	font-family:"Times New Roman", Times, serif;
	height: 100%;
	min-height: 100%;
	}
	
html>body {/* for Opera */
	font-size: small;
}


/* Typography */

h1, h2, h3, h4 { 
	color: #dd9b05;
	font-family:Verdana, Geneva, sans-serif;
}

.entry-title a { 
	color: #dd9b05;
	font-family:Verdana, Geneva, sans-serif; 
	font-size: 75%;
	font-style:normal;
	font-weight:normal;
}

/* Basic Page Shape */

#wrapper {
	min-width: 1150px;
	width: 100%;
	max-width:1250px;	
	/*margin: 0 auto;	*/	
	background-color:#FFF;
	/*border-left: 1px solid #fbe9b0;
	border-right: 1px solid #fbe9b0;*/
margin-left:-25px;
}

#header { 
	min-width: 100%;
	margin: 0 auto;
	/*background-color:#FFF;*/

	position:fixed;
 	z-index:1000;
height: 176px;


}
#main {
	float:right;
	min-width: 1100px;
	width: 100%;
	max-width:1500px;
	margin: 0px;

margin-top:300px;
	
	text-align:right;
	overflow:visible;
	
	background-color:#FFF;
}
#container {
	float: right;
	margin-right:-10px;
	background-color:#FFF;

}
#content {
	margin-top: -185px;	
 	font-size: 113%;
	color: #807f7f;
}


/*Header Stuff */

#branding {
	margin: 0;
/*margin-top:176px;*/
	float: left;	
	padding-bottom: 0px;
	padding-top: 0px;


}

#content .aside {
	border:none;
}

#index-top  {	
	float:right;
	margin-top:-165px;
	margin-right: 60px;
	position:relative;
	z-index:6;
}

/* Navigation */

#access { 
	width: 385px;
	height: 135px;
	float: left;
	background-image:url(images/lifeatthepoles_02.png);
	background-repeat:no-repeat;
	
	border: none;
	text-align:right;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:110%;
	color:#d3cccf;


 	position:absolute;
        top:176px;
 	z-index:1000;
        /*margin-left:25px;*/


}
#skip-link { }

div.menu { 
	float:left;
	height: 135px;
	width: 385px;
}
ul.sf-menu {
	float: right;
}

.sf-menu {
	border: none;
	padding: 53px;
	padding-top: 32px;	
}

.sf-menu li { 
	background:#FFF;
	color:#d3cccf;
}

.sf-menu li:hover, .sf-menu li:sfHover, .sf-menu a:hover, sf-menu a:active, sf-menu a:hfocus {
	background: #fff;
	border: none;
	background-color:#fff;
}

.sf-menu li.sfHover a {color: #d3cccf;}

.sf-menu li.sfHover ul li a {color: #d3cccf;}

.sf-menu li.sfHover ul li a:hover {color: #d3cccf;}

.sf-menu li.current_page_item a:hover {color: #d3cccf;}

.sf-menu li.current_page_parent ul li a {color: #d3cccf;}

.sf-menu li.current_page_parent ul li a:hover {color: #d3cccf;}

.sf-menu li { /* top level elements */
	background:		transparent;
}
/*.sf-menu li li { /* second level elements */
	/*background:		green;
}
.sf-menu li li li { /*third level elements */
	/*background:		blue;
}
.sf-menu li:hover { /* still haven't found this one */
/*	background:		white;
	outline:		0;
}
.sf-menu li.sfHover { /* active level element */
	/*background:		orange;
	outline:		0;
}
.sf-menu a:focus { /* current menu */
	/*background:		yellow;
	outline:		0;
}*/
.sf-menu a:hover { /* hovered element */
	background:		transparent;
	text-decoration:underline;
	outline:		0;
}
.sf-menu a:active { /* click element */
	background:		transparent;
	color: #dd9b05;
	outline:		0;
}

.sf-menu li:hover {
	/*visibility:hidden;*/	
	background-color: transparent;
}

.sf-menu li:hover a {
		color: #dd9b05;
}

.page-item-2 {
	padding-right: 10px;
	margin-top: 67px;	
}
.page-item-227 {
	margin-right: -3px;	
	margin-top:33px;
}

.sf-menu a {
	border: none;	
}

/* Sidebar & Widgets */

#primary { 
	width: 0px; 
	float: left;
	visibility:hidden;
}

ul.xoxo { }


/* Main Content Area */

.entry-meta, .entry-meta a {
	color: #dd9b05;
	margin-top: -7px;
}

.entry-content {
	border-bottom: 1px solid #dd9b05;	
	margin-bottom: 5px;
}

.entry-content img {
	border: 1px solid #cccccc;	
}

.entry-utility {
	float: left;
	color:#999;	
	padding-bottom: 20px;
}

.entry-utility a {
	color: #999;	
}



div.shr-bookmarks {
	text-align:right;	
}

/* Comments & Lower */

.comments-link {
	font-size:125%;
	color: #dd9b05;
	text-decoration: underline;
}

ol.entry-content {
	text-decoration: none;
list-style: none;
text-style: italic;

}

/* Footer */

#footer {
	border-top: 1px solid #dd9b05;	
}

#subsidiary {
	margin-left: 27px;
	min-width: 900px;
	width: 100%;
	max-width:1100px;
}

a.rsslinktext {
	margin-bottom: 10px;	
	vertical-align: middle;
}

.aside a {
	text-decoration:none;
	display: inline;	
}

li#search h3 {
	font-size:90%;	
}

.aside input {
	color:#666;
	font-size:90%;	
}

#subsidiary #third {
	float: right;
	width: 200px;	
}

#siteinfo {
	margin-left: 33px;	
	margin-top: -30px;
}


