/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.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;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

body, input, textarea{
	font-family:Georgia, "Palatino Linotype", "Book Antiqua3", Palatino6, serif;
}

#main{
	padding:30px 0px 20px 0px;
}

#header{
	border-bottom:1px solid #ddd;
}

#branding{
	padding:0px 0px 10px 0px;
	height:62px; /*55px;*/
	border-bottom:0px solid #ddd;
}
#branding #blog-title span{
	float:right;
}
#blog-description{
	float:right;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style:normal;
	clear:both;
}

#access{
	border-bottom:none;
	height:28px;
}
.sf-menu{
	border:none;
	
}
.sf-menu li{
	border:1px solid #aaa;
	border-top:none;
	margin-right:5px;
	margin-bottom:0px;
}
.sf-menu li:hover{
	border-bottom:1px solid #aaa;
}
.sf-menu li a{
	background-color:#ccc; /*#c83a05;*/
	border:none;
	margin:0px 2px 2px 2px;
	color:#444; /*#ffe6d5;*/
	padding:6px 13px;
}
.sf-menu li a:visited{
	color:#ffe6d5;
	color:#444;
}
.sf-menu li a:hover{
	background-color:#bd3000;
	color:#ffe6d5;
}

.sf-menu li.current_page_item a,
.sf-menu li.current_page_ancestor a{
	background-color:#bd3000;
	color:#ffe6d5;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
	top:28px;
}
.sf-menu ul{
	/*border-top:none;*/
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	margin-left:-1px;
	margin-top:-1px;
}
.sf-menu ul li{
	border:none !important;
}
.sf-menu ul li:hover{
	border:none;
}
.sf-menu ul li a{
	background-color:#fff;
	color:#444;
	margin:0px;
	font-size:.9em;
}
.sf-menu li.current_page_item ul li a,
.sf-menu li.current_page_ancestor ul li a{
	background-color:#fff;
	color:#444;
}
.sf-menu li ul li a:hover{
	background-color:#eee;
	color:#444;
}


#primary{
	border:none;
}
.aside{
	font-size:.8em;
}
.aside h3{
	font-size:1.1em;
}

#search form{

}
#search form input#s{
	border:2px solid #c83a05;
	border-right:none;
	padding:4px;
	/*background-color:#ffe6d5;*/
	float:left;
	height:16px;
}
#search form input#searchsubmit{
	background:transparent url(images/search_mag.png) no-repeat;
	border:none;
	height:28px;
	width:28px;
	cursor:pointer;
	margin:0px 0px 0px -3px;
	text-indent:-10000em;
	
}
#search form input#searchsubmit:hover{
	background-color:#ffe6d5;
}

#footer{
	border:none;
}

#content{
	font-size:.9em;
}

a:visited{
	color:#0d3f6d;
}

a:hover,
a:active,
.entry-title a:active, 
.entry-title a:hover{
	color:#BD3000
}

blockquote{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-style:normal;
	text-align:justify;
	
}

pre{
	font-size:12px;
	padding:10px;
	/*border:1px solid #ccc;
	background:#eee;*/
	display:block;
}
.wp_syntax{
 	width:99% !important;
}

.lifetally-blip{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-7px;
	text-align:right;
	padding-right:31px;
}


/*
 * Photo Albums
 */
.ngg-albumoverview{
	
}
.ngg-albumtitle{
	font-family:Arial, Helvetica, sans-serif;
}
.ngg-albumtitle a{
	color:#333;
	text-decoration:none;
}
.ngg-albumcontent{
	font-size:.9em;
}
.ngg-gallery-thumbnail{
	width:115px;
}

#secondary .entry-title{
	font-size:20px;
}
