/*   
Theme Name: 1.0 Mount of Olives Soap Theme
Theme URI: 
Description: A Thematic Child Theme
Author: Kevin A Pierpont
Author URI: http://kevinpierpont.com
Template: thematic
Version: 1.0
Tags: Thematic
.
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');


body { 
	background: #FFF2D6 url(./images/bg_body.gif) repeat-x; 
	min-width:960px;
	}


/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

input, textarea {
    color:#000;    
    font: 12px Georgia,serif;
    line-height:18px;
}


#header {
    z-index:2;
	background: url("./images/kubrickheader.jpg") no-repeat bottom center;
}

#branding {
    padding:52px 0 44px 0;
    width:940px;
    margin:0 auto;
}

#blog-title {
	visibility: hidden;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
	visibility: hidden;
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
	visibility: hidden;
    color: #FF4B33;
}
#blog-description {
	visibility: hidden;
    color:#666;
    font-size:13px;
    font-style:italic;
}

.page-title {
    font-family:Georgia,serif;
    font-size:24px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 27px 0;
    font-style:none;
}
.attachment {
    font-style:italic;
}


#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:900px;
    margin:0 auto;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:16px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
    color: #ffffff;	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
    color: #ffffff;		
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
    color: #ffffff;	
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
    color: #ffffff;	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
    color: #ffffff;	
}

/*** THEMATIC SKIN ***/
.sf-menu {
    /*border-right:1px solid #ccc;*/
	float:left;
}
.sf-menu a {
	/*border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0d0d0d;
}
/*.sf-menu li {
	background:		#fff;
}*/
.sf-menu li li {
	background:		#FFF2D6;
}
.sf-menu li li li {
	background:		#FFF2D6;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:     #fafafa;*/
	outline:		0;
    border-bottom-color:#ccc;
    color: #ffffff;	    
}
.sf-menu ul {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
    color: #ffffff;	
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    /*background:#fafafa;*/
	/*border-bottom:none;*/
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/*** END MENU ***/

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}

#content-no-sidebar {
    margin:0 0 0 90px;
    width:820px /*690px*/;
    overflow:hidden;
}


.post-links {
	width: 247px !important; /* I got weird 3px margin when inline-blocking. what? */
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.2em;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px !important;
	border-top: 1px dotted #999;
	position: relative;
	}
	
.main-aside {
	background: #FFFFFF;
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
	background: #FFFFFF;
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

/*** ENTRY STYLES ***/
.entry-title {
    font-family:Georgia,serif;
    font-size:20px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Georgia,serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Georgia,serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:0px;
}

.entry-content-no-sidebar table {
    margin-left:0px;
    border:1px solid #999;
    border-width:0px;
    font-size:14px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;    
}

table {
    border:0px solid #FFF2D6;
    border-width:0px 0px 0px 0px;
    font-size:14px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
tr {
    border-bottom:none;
}    
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
/*** END ENTRY STYLES ***/


/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
p.wp-caption-text,
.gallery-caption {
    color:#333;
    font-size:12px;
    line-height:17px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.aside {
    color:#333;
}
.aside a {
    color:#333;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/