/*   
Theme Name: Thematic Feature Site
Theme URI: 
Description: Use the Thematic Feature Site Theme to power your WordPress web site.
Template: thematic
Version: 1.0.1
Tags: Thematic
*/

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

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

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


/* =Global Elements
-------------------------------------------------------------- */
body {
	font-size:.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#fff5ed url('images/background.jpg');
	color:#9c9c9c;
	margin:0;
	padding:0;
}
#wrapper {
	background:url('images/topBack.png') no-repeat;
	margin:0 auto;
	width:992px;
}
#topLinks {
	text-align:right;
	height:60px;
}
div.block {
	clear:both;
}	
img, img a {
	border:0;
}
a, a:link, a:visited {
	color:#eacdba;
	text-decoration:none;
}
a:hover {
	color:#c9cbcd;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#9c9c9c;
	padding:0 0 1em 0;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1.125em;
}
h2.pagetitle {
	font-size: 1.125em;
}
h3 {
	font-size: 1em;
}
h1 a, h1 a:visited {
	text-decoration: none;
	color: #eacdba;
}
h1 a:hover {
	color: #c9cbcd;
}
h2 a, h2 a:visited {
	text-decoration: none;
	color: #eacdba;
}
h2 a:hover {
	color: #c9cbcd;
}
h3 a, h3 a:visited {
	text-decoration: none;
	color: #eacdba;
}
h3 a:hover {
	color: #c9cbcd;
}

/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumb {
	padding:0 0 1.2em 0;
}
.breadcrumb-trail {
	color:#c9cbcd;
	font-style:italic;
}

/* =Header
-------------------------------------------------------------- */
#header {
    position:relative;
	margin:0 auto;
	width:960px;
	text-align:center;
}

/* =Menu
-------------------------------------------------------------- */
.skip-link {
    display:none;
}
#nav {
	width:756px;
	margin:0 auto;
}
.main-menu {
	margin:0;
	height:38px;
}
.main-menu li {
	display:inline;
}
.main-menu li a {
	float:left;
	height:38px;
	text-indent: -99999px;
}
.main-menu li.about a {
	background: url('images/aboutBtn.gif') no-repeat;
	width:110px;
}
.main-menu li.about a:hover {
	background: url('images/aboutBtnOver.gif') no-repeat;
}
.main-menu li.about_current a {
	background: url('images/aboutBtnOver.gif') no-repeat;
	width:110px;
}
.main-menu li.services a {
	background: url('images/servicesBtn.gif') no-repeat;
	width:110px;
}
.main-menu li.services a:hover {
	background: url('images/servicesBtnOver.gif') no-repeat;
}
.main-menu li.services_current a {
	background: url('images/servicesBtnOver.gif') no-repeat;
	width:110px;
}
.main-menu li.gallery a {
	background: url('images/galleryBtn.gif') no-repeat;
	width:112px;
}
.main-menu li.gallery a:hover {
	background: url('images/galleryBtnOver.gif') no-repeat;
}
.main-menu li.gallery_current a {
	background: url('images/galleryBtnOver.gif') no-repeat;
	width:112px;
}
.main-menu li.blog a {
	background: url('images/blogBtn.gif') no-repeat;
	width:90px;
}
.main-menu li.blog a:hover {
	background: url('images/blogBtnOver.gif') no-repeat;
}
.main-menu li.blog_current a {
	background: url('images/blogBtnOver.gif') no-repeat;
	width:90px;
}
.main-menu li.workshops a {
	background: url('images/workshopsBtn.gif') no-repeat;
	width:126px;
}
.main-menu li.workshops a:hover {
	background: url('images/workshopsBtnOver.gif') no-repeat;
}
.main-menu li.workshops_current a {
	background: url('images/workshopsBtnOver.gif') no-repeat;
	width:126px;
}
.main-menu li.press a {
	background: url('images/pressBtn.gif') no-repeat;
	width:85px;
}
.main-menu li.press a:hover {
	background: url('images/pressBtnOver.gif') no-repeat;
}
.main-menu li.press_current a {
	background: url('images/pressBtnOver.gif') no-repeat;
	width:85px;
}
.main-menu li.contact a {
	background: url('images/contactBtn.gif') no-repeat;
	width:120px;
}
.main-menu li.contact a:hover {
	background: url('images/contactBtnOver.gif') no-repeat;
}
.main-menu li.contact_current a {
	background: url('images/contactBtnOver.gif') no-repeat;
	width:120px;
}

/* =Front Page Styles
-------------------------------------------------------------- */
#homeWrapper {
	background:url('images/homeBack.png') no-repeat;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:4em;
	width:888px;
	height:416px;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

/* =Content
-------------------------------------------------------------- */
#contentWrapper {
	background:url('images/contentBack.png');
	margin:0 auto;
	width:992px;
}
#main {
	background:url('images/bottomBack.png') no-repeat bottom;
	width:992px;
	height:100%;
}
#pageWrapper {
	margin-right:auto;
	margin-left:auto;
	padding-bottom:4em;
	width:888px;
	height:100%;
}
#pageTop {
	background:url('images/pageTopBack.png') no-repeat;
	width:888px;
	height:10px;
}
#pageContentWrapper {
	background:url('images/pageMidBack.png') repeat;
	width:888px;
	height:100%;
}
#pageContent {
	margin:0 auto;
	padding:1.875em 0 1.875em 0;
	width:808px;
	height:100%;
}
#pageContent p {
	margin:0;
	padding:0 0 1em 0;
}
#pageBottom {
	background:url('images/pageBotBack.png') no-repeat;
	width:888px;
	height:10px;
}
#pageContentRight {
	margin:0 0 0 3em;
	padding:1.875em 1em 1.875em 0;
	width:593px;
	height:100%;
	float:left;
}
#pageContentRight p {
	margin:0;
	padding:0 0 1em 0;
}
#widget-areaContainer {
	padding:1.875em 0 1.875em 0;
	width:215px;
	float:left;
}
#widget-area {
	margin:0 0 0 0;
	padding:0;
	width:auto;
}
.entry-content {
    padding:0 0 1em 0;
}
.linkcattitle {
	margin:0;
	padding:0;
}
.linkcat ul {
	list-style:none;
	margin:0;
	padding:0 0 1em 0;
}
#catid li.brlink{
	padding:0 0 .5em 1.50em;
	background-image:url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position:0 .0em;
}
.entry-content table {
    margin-left:1px; /* ? */
}
.entry-content embed {
    margin:0 0 22px 0; /* ? */
}
.entry-utility {
    color:#c9cbcd;
    margin:0 0 1.25em 0;
}
.entry-utility a {
    color:#9c9c9c;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #c9cbcd;
}
.entry-title {
    padding:0 0 0 0;
}
.entry-meta {
    color:#c9cbcd;
    font-style:italic;
    padding:0 0 1em 0;
}
.entry-meta .author {
    padding:0 0 0 0;
}
.entry-meta .n {
    text-transform:uppercase;
}
.entry-meta a {
    color:#9c9c9c;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #c9cbcd;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    text-transform:uppercase;
}
.page-title {
    font-size:1.25em;
    padding:0 0 1em 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#eacdba;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #9c9c9c;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 1.25em 0;
}
.single .hentry {
    padding:0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color:#666;
    font-size:1.1em;
    margin:0 0 1em 0;
    overflow:hidden;
}
.navigation a {
    color:#eacdba;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #c9cbcd;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 2em 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
#service {
    padding:0 0 0 0;
    margin:0 0 0 0;
}
#service ul {
	list-style:none;
    padding:0;
    margin:0;
}
.service-aside ul {
	width:200px;
	float:right;
	margin:0;
	padding:0;
}
.service-aside li {
	padding:0 0 1em 0;
	margin:0;
}
#menu-services li {
	padding:0 0 .5em 1.75em;
	background-image:url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .0em;
}
.current-menu-item a, .current_page_item a {
	color:#c9cbcd;
}
.simpleimage, .simpleimage p {
	margin:0;
	padding:0;
}
.widgetcontainer ul li {
	list-style:none;
}
.widgettitle {
	display:none;
}
.widget-title-service{
	display:none;
}
#primary {
    padding:0 0 0 0;
    margin:0 0 0 0;
	width:215px;
}
.textwidget {
    padding:0 0 0 2em;
    margin:0 0 0 0;
}
#secondary {
    padding:0 0 0 0;
    margin:0 0 0 0;
}
.main-aside {
}
.main-aside ul {
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
.aside,
.aside input {
    margin:0;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin:0 0 1em 0;
}
.aside pre,
.aside code {
}
.aside .current_page_item a {
}
.aside .current_page_item .page_item a {
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
}
.aside h3 {
    font-style:italic;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-weight:bold;
    text-transform:uppercase;
}
.aside ul {
    list-style:none;
    margin:0;
}
.aside ul ul {
    margin:0 0 1em 2em;
}
.aside ul ul li {
    padding:0 0 0 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin:0;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
#content .aside {
    border:1px solid #000;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    padding:0 0 0 0;
}
#comments,
#comments input,
#comments textarea {
	font:1em Georgia, "Times New Roman", Times, serif #9c9c9c;
}
#comments code {
}
#comments h3 {
    padding:0 0 1em 0;
}
#comments-list {
    padding:0 0 0 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #c9cbcd;
    border-bottom:none;
    margin:0 0 0 0;
}
#comments-list li {
    border-bottom:1px solid #c9cbcd;
    padding:0 1em 0 1em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#fffcf5;
}
#comments-list ul li {
    border:1px solid #c9cbcd;
    margin:0 0 1em 0;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 0;
}
#comments-list .comment-meta {
    color:#9c9c9c;
    font-style:italic;
    font-size:.9em;
    padding:0 0 9px 0;
}
#comments-list .comment-meta a {
    color:#c9cbcd;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #9c9c9c;
}
.comment-reply-link {
    padding:0 0 1em 0;
    text-align:right;
}
.comment-reply-link a {
    color:#eacdba;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #9c9c9c;
}
.comment-navigation {
    font-weight:bold;
    padding:1em 0 1em 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #c9cbcd;
    color:#eacdba;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color:#9c9c9c;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #c9cbcd;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #c9cbcd;
    margin:0;
}
#cancel-comment-reply {
    font-size:.9em;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#c9cbcd;
}
#cancel-comment-reply a:active,
#cancel-comment-reply a:hover {
    color:#9c9c9c;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:.9em;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
	font:1em Georgia, "Times New Roman", Times, serif #9c9c9c;
}
#form-allowed-tags p {
    color:#9c9c9c;
    font-size:.9em;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:.9em;
    line-height:normal;
}
.form-submit {
    padding:.8em 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#9c9c9c;
    float:left;
    font-size:.9em;
    margin:0;
    padding:1em 0 0 0;
}
.solo-subscribe-to-comments {
    color:#9c9c9c;
    font-size:.9em;
    padding:1em 0 0 0;
}
.comment_license {
    color:#9c9c9c;
    clear:both;
    font-size:.9em;
    margin:0;
    padding:1em 0 0 0;
}

/* =Footer
-------------------------------------------------------------- */
#footerWrapper {    
	background:url('images/footerBack.png') no-repeat top;
	width:992px;
	height:300px;
}
#footer {
	padding-top:4em;
	width:992px;
	text-align:center;
}
#footer p {
	margin:0;
	padding:0;
}

/* =Ajax Edit Comments
-------------------------------------------------------------- */
.edit-comment {
    margin-bottom:18px;
}

/* =WordPress Stats
-------------------------------------------------------------- */
img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

/* Default styles for Images
-------------------------------------------------------------- */   
.entry-content img {
    margin: 0 0 1.5em 0;
	padding:.2em;
	border:1px solid #c9cbcd;
}
.alignleft,
img.alignleft {
	float:left;
    margin-right:1.5em;
}
.alignright,
img.alignright {
	display:block;
	float:right;
    margin-left:1.5em;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:both;
}
.wp-caption {
	text-align:center;
	margin-bottom:1em;
    font-style:italic;
}
.wp-caption img {
	margin:0 0 .5em 0;
	padding:.2em;
	border:1px solid #c9cbcd;
}
.wp-caption p.wp-caption-text {
	margin:0;
	padding:0;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* Easy Slider
-------------------------------------------------------------- */   
.graphic, #prevBtn, #nextBtn{
	margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#sliderContainer{	
	margin:0 auto;
	padding:0;
	float:left;
	position:relative;
	width:888px;
	height:416px;
}				
#slider {
	margin:0 auto;
	padding:.7em 0 0 0;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:790px;
	height:400px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:44px;
	height:26px;
	position:absolute;
	left:0px;
	top:25px;
}	
#nextBtn{ 
	left:844px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:44px;
	height:26px;
	background:url('images/btn_prev.gif') no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url('images/btn_next.gif') no-repeat 0 0;	
}												

/* Serivce Sliders
-------------------------------------------------------------- */   
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width:808px;
	margin:0 0 1em 0;	
}

/* accordion header */
#accordion h2 {
	margin:0;
	padding:.5em 0 .5em .8em;
	font-weight:normal;
	cursor:pointer;	
	border-bottom:1px solid #f1f2f2;
	color:#eacdba;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	color:#9c9c9c;
	background-color:#f1f2f2;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #f1f2f2;
	border-top:0;
	display:none;
	height:auto;
	padding:1.75em;
}

/* a title inside pane */
#accordion .pane h3 {
	margin:0 0 -5px 0;
}

#accordion .pane ul {
	margin:0 0 1em 24em;
}
