/*
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;
}

/* overrides */
body {letter-spacing:0;}
body {background:transparent url('http://www.corvusconceptions.com/images/bg_body.png') repeat-x 0 0;}
#logo {width:97px;position:absolute;left:-10px;}
#branding {padding:0;position:relative;height:248px;background:transparent url('http://www.corvusconceptions.com/images/bg_container.png') no-repeat -10px 0;}
#access, #blog-description {display:none;}
#navigation {float:left;font-family:Helvetica,Arial,sans-serif;font-size:21px;margin:0 0 0 0;padding-left:125px;}
#navigation li {display:inline;}
#navigation a {font-weight:bold;color:#c3c3c3;dispay:block;float:left;font-size:16px;padding:15px 17px;}
#navigation a:hover {background:transparent url('http://www.corvusconceptions.com/images/bg_main_nav_selected.png') repeat-x 0 0;text-decoration:none;color:#c3c3c3;}
#navigation a.selected {
	background:transparent url('http://www.corvusconceptions.com/images/bg_main_nav_selected.png') repeat-x 0 0;
	border-right:1px solid #3c3c3c;
	border-left:1px solid #3c3c3c;
	padding:15px 16px;
}
#main {padding-top:46px;}
.entry-content img {padding:5px;border:1px solid #d1d1d1;}
.entry-utility {margin-bottom:24px;}

/* general secondary page styles */
.page_header {
	height:75px;
	display:block;
	background: transparent url('http://www.corvusconceptions.com/images/bg_page_header.png') no-repeat 0 -300px;
	position:absolute;
	width:200px;
	top:118px;
	left:145px;
}
.page_header span {display:none;}
.page_header.blog {background-position:0 -300px;}
.hentry {border-bottom:1px solid #e5e5e5;padding-top:40px;}
#primary {border:1px solid #e5e5e5;}

/* facebox styles */
#facebox td img,#facebox tr, #facebox table {border:none;}

/* form styles */
.form-label label {font-size:18px;color:#333;}
#comments {padding:0;}
#comments .form-input input,#comments .form-textarea textarea {border:1px solid #ccc;font-size:16px;padding:6px;margin-top:5px;color:#999;}
#comments .form-input input:focus,#comments .form-textarea textarea:focus {background-color:#e5e5e5;color:#333;}
