/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
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.5.1
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
.
The Thematic Theme 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 */


/* 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');

/* Apply 960gs */
@import url('library/layouts/grid.css');

/* Apply sIFR */
/*@import url('library/styles/sifr.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%;
}
.entry-title {
	border-bottom:dashed 1px #6B86A6;
	margin-bottom:1em;
	padding:0px;
	text-shadow: -1px 1px 0px #ddd;
}
#content a {
	color: #DD4B55;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.ngg-galleryoverview {
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.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;
}

html {
	background-color:#f6f9fa;
	font-size:100%; /* Makes it 16px */
	width:100%;
}
body {
	background-color: #26190f;
	min-height:100%;
	font-size:62.5%; /* Makes it 10px */
	color:#3D3D3D;
	font-family:Arial,'Museo Sans',Arial,Helvetica,sans-serif;
	line-height:2.1em;
}
h1 {
	color:#6B86A6;

}
h3{
	text-shadow: -1px 1px 0px #ddd;
}
#header{
}
#branding, #access {
	padding:0px 0px 30px;
	height:79px;
	border:none;
}
#blog-title {
	height:78px;
	overflow:hidden;
}
#blog-title span {
	text-indent:-9999px;
	height:78px;
	width:408px;
}
#blog-title a:active, #blog-title a:hover {
	background-position: 0px -78px;
}
#blog-title a {
	background: url('library/images/logo.png') no-repeat 0px 0px;
	height:78px;
	width:408px;
	display:block;
}
.sf-menu {
	border:none;
}
.sf-menu a {
	background:transparent url('library/images/menu.png') repeat-x;
	padding:0px;
	height:78px;
	width:170px;
	border:0;
	margin-right:2px;
	text-indent:-9999px;
}
.sf-menu .about a {
	background-position:0px -78px;
}
.sf-menu .portfolio a{
	background-position:-170px -78px;
}
.sf-menu .contact a {
	background-position:-340px -78px;
}
.sf-menu .about a:hover {
	background-position:0px 0px;
}
.sf-menu .portfolio a:hover {
	background-position:-170px 0px;
}
.sf-menu .contact a:hover {
	background-position:-340px 0px;
}
.sf-menu .current_page_item.about a {
	background-position:0px 0px;
}
.sf-menu .current_page_item.portfolio a {
	background-position:-170px 0px;
}
.sf-menu .current_page_item.contact a {
	background-position:-340px 0px;
}
.sf-menu li {
	height:78px;
	width:172px;
	overflow:hidden;
	background:transparent url('library/images/menu_bar.png') no-repeat;
	background-position:100% 0px;
}
ul.sf-menu{
	border:none;
	background:transparent url('library/images/menu_bar.png') no-repeat;
	background-position:0px 0px;
	padding-left:2px;
}
#siteinfo {
	text-align:center;
	padding:100px 0px 49px;
}
#outerwrapper {
	height:100%;
	background: url('library/images/ribbon.jpg') no-repeat 50% 0%;
}
#headwrapper {
	background: url('library/images/header-bg.png') repeat-x;
}
#footwrapper {
	height:100%;
	background: url('library/images/footer-bg.png') repeat-x 0% 100%;
}
#wrapper {
	height:100%;
}
#main {
	clear:none;
	display:inline;
	float:left;
	background: transparent url('library/images/white.png') repeat;
	-moz-border-radius:30px 50px 30px 0px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 30px;
}
#primary, #secondary, #container {
	background: url('library/images/white2.png') repeat;
	border:1px solid #CCCCCC;
	border-radius:10px 10px 10px 0px;
	-moz-border-radius:10px 10px 10px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow: -3px 3px 5px #777;
	-moz-box-shadow: -3px 3px 5px #777;
	-webkit-box-shadow: -3px 3px 5px #777;
}
.avatar {
	float:right;
	margin:5px;
	-moz-box-shadow:-3px 3px 5px #777777;
	border:1px solid #eee;
}
#respond {
background:none;
padding:18px 10 10;
}
#respond h3 {
	border-bottom:1px dashed #777777;
	padding:0px;
	margin-bottom:18px;
}
#secondary .xoxo {
	padding-top:20px;
}
#secondary .xoxo.blogroll {
	padding-top:0px;
}
#content {
	padding:20px;
	font-size:1.4em;
	text-indent:0em;
}
#content h1,#content h2,#content h3{
	background-color:;
}
#content p:first-letter{
	font-size:1.4em;
	font-family:serif;
	vertical-align:top;
}
#content p{
	text-indent:1em;
}
#content img{
	box-shadow: 33px 3px 5px #777;
	-moz-box-shadow: 3px 3px 5px #777;
	-webkit-box-shadow: 3px 3px 5px #777;
	border:1px solid #777;
}
#content img.wp-smiley{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:none;
}

#footer {
	border:none;
}
#blog-description {
	color:#2E543F;
	text-shadow: #a5b197 -2px -1px 3px;
	position:relative;
	height:28px;
	padding-top:6px;
	text-align:right;
}
.aside input {
	width:130px;
}
.aside ul ul {
	list-style-type:none;
	margin:0 0 22px 10px;
}
.aside a {
	text-decoration:none;
}
.aside a:hover{
	text-decoration:underline;
}
.aside li {
	text-indent:0px;
	font-style:normal;
}
.aside h3 {
	font-style:normal;
}
h3.widgettitle {
	font-size:1.6em;
	color:;
}
#search h3 {
	padding-bottom:5px;
}
.push {
	clear:both;
}
.selected {
	background-color:red !important;
}
small {
	font-size:0.6em;
}
.entry-utility{
	margin:0px;
}
.widget_tag_cloud div{
	font-size:0.5em;
}