/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins and more.
VERSION: 0.8.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: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
  
-------------------------------------------------------------- */   


ul {
list-style-image:url(library/images/bullet.jpg);
}

.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;
}
/*****JAMES********************/
body {
	background:#470E02 url(library/images/bgImg.png) top repeat-x;
}
h1 {
    font-size: 2.2em;
	color:#C93907;
}   
h2 {
    font-size: 2.0em; 
	color:#C93907;   
}   
h3 {
    font-size: 1.8em;
	color:#631504;
}   
h4 {
    font-size: 1.6em;
	color:#631504;   
}   
h5 {
    font-size: 1.4em; 
	color:#444;  
}
/*p {
    font-size: 1.2em;    
}  */
#container_home {
	background-color:#FFFFFF;
	float:right;
	min-height:500px;
	padding-top:4px;
	width:955px;
	margin-top:-11px;
}
#content_home {
	width:955px;
	background: #FFF url(library/images/ocg_head.gif) no-repeat;
	height:275px;
	z-index:2000;
}
/*#content_home p {
	margin:55px;
	width:500px;
}*/
#bottom_home {
	/*padding:15px;*/
	width:100%;
}
.bottom_pod {
	width:30%;
	padding:5px;
}
.breadcrumb{ margin-left:243px; font-family:'Verdana', Arial, Helvetica, sans-serif; font-size:11px; color:#869669; position:absolute; height:17px; z-index:1000; width:686px; padding:15px 3px 3px 0; border-bottom:none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/* P.I.E. Float Clearing ----------------------------------------------------------------*/
.clearfix:after{
content:".";clear:both;height:0;visibility:hidden;display:block}
* html .clearfix{height:1%}
.clearfix{display:block}

.entry-content-home {
color:#631504;
font-family:"Times New Roman",Times,serif;
font-size:14px;
overflow:hidden;
padding:50px;
width:500px;
}
#bottom_right ul,
ul #portfolio {
	list-style-image:none !important;
	list-style-position:outside;
	list-style-type:none !important;
}
#footer .copyright,
#footer .copyright a,
#footer .copyright a:hover {
	color:#A3A3A3;
	text-decoration:none;
}
ul .xoxo {
list-style-image:none;
}