/*
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.6.2
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 */
@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');

@import url('960.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
{
	background: #e2e1dd url(img/bg-gradient.png) top left repeat-x;
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #686969;
}
p, ol, .entry-content ul
{
	font-family: Times New Roman;
	font-size: 11pt;
	line-height: 15pt;
	color: #686969;
}
a:link, a:visited
{
	text-decoration: none;
	color: #6ba93a;
}
a.more
{
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	font-size: 7pt;
	text-decoration: none;
	color: #7ac142;
	padding-right: 11px;
	background: url(img/arrow-green.png) right center no-repeat;
}
a.more:hover
{
	text-decoration: underline;
}
.logoBox img
{
	margin: 25px 0 6px 15px;
}
#main
{
	padding: 15px 0 0 0;
}
.mainBody
{
	background:#fff url(img/page-top-shadow.png) top center no-repeat;
	background-position: 0 1px;
	-moz-box-shadow: 0px 3px 5px #aaa9a6;
	-webkit-box-shadow: 0px 3px 5px #aaa9a6;
	box-shadow: 0px 3px 5px #aaa9a6;	
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;	
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	padding-top:15px;
}
.banner a
{
	background:url(img/banne1.jpg);
	width: 960px;
	height: 312px;
	display: block;
	text-indent: -900px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;	
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	overflow:hidden;
	
}
.innerBanner
{
	background:url(img/banne2.jpg);
	width: 960px;
	height: 115px;
	display: block;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;	
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	overflow:hidden;		
}
.innerBanner span
{
	display:block;
	margin: 30px 0 0 30px;
	font-family: Times New Roman;
	font-size: 34px;
	color: #afa79f;
	text-shadow: 2px 2px 4px #29231d;
	line-height: 50px;
	height: 50px;
}
#tribeFooter
{
	background:url(img/footer-bg.png) repeat-x;
	height: 142px;
	margin-top: -4px;
	border: 0;
	font-size:10px;
	text-transform: uppercase;
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 13px;
}
#tribeFooter a
{
	text-decoration: none;
	color: white;
}
#tribeFooter a:hover
{
	text-decoration: underline;
}
#tribeFooter h3
{
	font-size: 12px;
	font-weight: bold;
}
#tribeFooter .container_12
{
	padding-top: 20px;
}
.copyright
{
	color:#aba5a2;
}
.footerContent
{
	color: white;
	width: 180px !important;
	background:url(img/footer-divider.png) top left no-repeat;
	padding-left: 12px;
	padding-top: 6px;
}
.footerContent ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.footerContent li
{
	padding-left: 13px;
	background-image: url(img/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-top: 3px;
}
.menuBox
{
	margin-top: 116px;
}
.menuDiv
{
	padding: 0;
	width: 600px;
	float: right;
}
.menuDiv .menu
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
	width: auto;
}
.menuDiv .menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	background: #67a537 url(img/menu-bg.png) repeat-x;
	z-index: 0;
	position: relative;
}
.menuDiv .menu li:hover
{
	background:#366d0c;
	
}
.menuDiv .menu a
{
	position: relative;
	padding: 6px 10px;
	margin: 0;
	margin-bottom: 3px;
	border: 0;
	z-index: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px -1px 0px #2f7c35;
	filter: dropshadow(color=#2f7c35,offX=0,offY=1);
	background:url(img/menu-divider.png) center left no-repeat;
	color: #f0f5ec;
	line-height: 26px;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}
.menuDiv .menu a:hover
{
	color: #fff;
}
.menuDiv .menu a:visited, .menu a:active
{
	color:#f0f5ec;
}
.menuDiv .menu li:last-child
{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;	
}
.menuDiv .menu li:last-child > a
{
/*	background: transparent */;
}
.menuDiv .menu li:first-child
{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.menuDiv .menu li.current_page_item > a, .menuDiv .menu li.current-page-ancestor > a, .menuDiv .menu li.current_page_parent > a
{
	margin:-4px -4px 1px -4px;
	padding: 10px 14px 5px 14px;
	background: #554444 url(img/menu-bg-selected.png) repeat-x;
	z-index: 10;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;	
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
}
.menuDiv .menu li.current_page_item, .menuDiv .menu li.current-page-ancestor, .menuDiv .menu li.current_page_parent
{
	z-index: 10;
}


.greentextbanner
{
	background-color:#7ac142;
	color: #fff;
	line-height: 20px;
}
.browntextbanner
{
	background-color:#cac4c0;
	color: #766a63;
	line-height: 20px;
}
.borderlessbanner
{
	color: #766a63;
	line-height: 20px;
}

.greentextbanner, .browntextbanner, .borderlessbanner
{
	padding: 3px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.greentextbanner span, .browntextbanner span, .borderlessbanner span
{
	padding: 3px 6px;
	border: 1px solid #fff;
	display: block;
}
.borderlessbanner span
{
	border: 0;
}
.greentextbanner span em, .browntextbanner span em, .borderlessbanner span em
{
	font-family: Times New Roman;
	font-style: italic;
	font-size: 19px;
	text-transform: none;
	font-weight: normal;
}
.browntextbanner span
{
	background-color: #fff;
}




/** Home Page **/
.featuregrid {
	position: relative;
	height: 340px;
	background: url(img/feature-grid.png) center center no-repeat;
}
.featuregrid .feature
{
	margin: 16px;
	width: 277px;
	float: left;
}
.featuregrid .feature h3
{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #766a63;
	background: url(img/header-underline.png) 0px 19px repeat-x;
	margin-bottom: 4px;
}
.featuregrid .feature h3 em
{
	font-family: Times New Roman;
	font-size: 19px;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	padding-left: 13px;
	background: url(img/arrow-brown.png) 0px 8px no-repeat;
}
.feature p
{
	margin: 0;
}
.feature p img
{
	float: left;
	margin-right: 6px;
}
.sidebarcontent
{
	margin-left: 10px;
}
.sidebarcontent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebarcontent li
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #edebea;
	padding: 2px;
	margin-bottom: 2px;
	line-height: 13px;
	background:url(img/list-bg-brown.png) 3px 3px no-repeat;
	padding-left: 16px;
}

.socialIcon
{
	float: left;
	margin: 15px 10px 0 10px;
	clear: left;
	width: 34px;
	height: 34px;
}
.socialText
{
	font-size: 10px;
	text-transform: uppercase;
	color: #766a63;
	font-weight: bold;
	float: left;
	margin: 20px 0 0 0;
	width: 200px;
	line-height: 12px;
}

.twtr-hd { display: none; }
.twtr-ft { display: none; }
.twtr-timeline { margin-top: 10px; }
.twtr-timeline p {
	font-size: 10pt;
	color: #686969;
}
#twtr-widget-1 
{
	margin-left: 270px;
}
a.twtr-timestamp
{
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	font-size: 7pt;
	text-decoration: none;
	color: #7ac142 !important;
	padding-right: 11px;
	background: url(img/arrow-green.png) right center no-repeat;	
}
.twtr-widget .twtr-tweet
{
	border: 0 !important;
}

em
{
	font-style: italic !important;
}
.entry-content
{
	padding: 10px 25px 0 25px;
}
.entry-content .leftContent
{
	width: 620px;
	float: left;
}
#content
{
	width: auto;
}
.entry-content .rightContent
{
	float: right;
	width: 300px;
}
.entry-content h1
{
	font-family: Times New Roman;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #766a63;
	font-size: 20pt;
}
.entry-content .browntextbanner
{
	margin-bottom: 8px;
}

.pricing
{
	margin: 30px 0 40px 0;
}
.pricing .option
{
	width: 135px;
	float: left;
	text-align: center;
	margin: 0 10px;
}
.pricing .option span { display: block; }
.pricing .option .name
{
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #766a63;
	font-size: 10pt;
}
.pricing .option .price
{
	font-weight: bold;
	font-size: 22pt;
	margin: 3px 0;
}
.pricing .option .rate
{
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #766a63;
	font-size: 8pt;
	margin-bottom: 15px;
}
.pricing .option .feature
{
	text-align: left;
	color: #766a63;
	font-size: 12pt;
	font-family: Times New Roman;	
	margin-bottom: 5px;
	padding-left: 10px;
}
.pricing .option em
{
	font-style: none;
	font-weight: bold;
}
.pricing .option .signup
{
	margin-top: 20px;
}
.pricing .option .signup a
{
	text-indent: -200px;
	overflow: hidden;
	height: 30px;
	display: block;
	width: 115px;
	background:url(img/signup.png) 0 0 no-repeat;
	margin: auto;
}
.pricing .option .signup a:hover, .pricing .best .signup a
{
	background-position: bottom left;
}
.pricing .best
{
	background: url(img/best-option-bg.png) center center no-repeat;
	margin: -30px;
	padding: 30px;
}
.pricing .best .price
{
	color: #7bc143;
}

.leftMenu .menuHead
{
	margin-left: 20px;
	font-size: 12pt;
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #766a63;
	margin-top: 10px;
}
.leftMenu
{
	width: 250px;
	float: left;
	line-height: 28px;
	background: url(img/box-divider.png) top right no-repeat;
}
.leftMenu .menu
{
	margin: 0 0 0 20px;
	float: none;
	list-style: none;
}
.leftMenu .menu li
{
	background: none;
	list-style: none;
	float: none;
}
.leftMenu .menu a
{
	font-size: 10pt;
	font-family: Cantarell, Gotham, Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.leftMenu .current_page_item a
{
	border-left: 2px solid #e2e1dd;
	padding-left: 5px;
	margin-left: -7px;
}
.leftMenu .sub-menu
{
	margin: 0 0 0 10px;
}
.leftMenu .sub-menu a
{
	font-size: 8pt;
	border: 0;
	margin: 0;
	padding: 0;
}
.leftMenu .sub-menu .current_page_item a, .leftMenu .sub-menu .current-page-ancestor a
{
	border-left: 2px solid #e2e1dd;
	padding-left: 5px;
	margin-left: -7px;	
}
.rightSide
{	
	width: 650px;
	float: right;
}

#primary
{
	border: 0;
	background: url(img/box-divider.png) top left no-repeat;
}
#primary h3.widgettitle
{
	text-transform: uppercase;
	border: 3px solid #cac4c0;
	color: #766a63;
	line-height: 20px;
	padding: 3px 6px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}