/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* CUSTOM STRUCTURE */

#main {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    padding-top: 10px;
}

#container {
    width:500px;
    float:left;
}

#content {
    margin: 0 0 0 10px;
    width: 440px;
    overflow: hidden;
}

.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}



/* CUSTOM HEADER */

#blog-title a {
    background:url(images/ecosex_banner.jpg) no-repeat top center;
    display:block;
    text-indent:-9000px;
    width: 800px;
    height: 200px;
}

#branding {
    padding: 10px 0 0 0;
    width: 800px;
}

#blog-description {
    color: #666;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    padding-top: 0;
    text-indent:-9000px;
}

/* CUSTOM NAVIGATION */

#access {
    border-bottom: 0;
    height: 32px;
    font-size: 15.7px;
    padding-top: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: visible;
    z-index:100;
}

.menu {
    width: 800px;
    margin:0 auto;
}

.sf-menu {
    border-right: 0;
    float:left;
}

.sf-menu a {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 9px 13px;
    text-decoration: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #000;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #E7CECE;
    outline: 0;
    border-bottom-color: #ccc;
}

/* CUSTOM FOOTER */

#footer {
    border-top: 0;
    margin-top: 15px;
}

#siteinfo {
    color: #666;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    line-height: 18px;
    padding: 15px 0 44px 0;
}

/* CUSTOM ENTRY */

.entry-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 25px 0 7px 0;
}

.entry-utility {
    color:#666;
    background-color: #F5F5F5;
    font-size: 13px;
    line-height: 18px;
    margin:0 0 25px 0;
    padding: 5px;
}

.hentry {
    padding: 0;
    border-bottom: 1px dotted #CCC;
}


/* CUSTOM ASIDES, WIDGETS, & SIDEBAR */

#primary {
    border: 0;
    padding: 18px 0 0 0;
    margin-bottom: 22px;
}

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #750035;
}
.aside {
    color: #000;
}
.aside a {
    color: #000;
}
.aside a: active,
.aside a: hover {
    color: #750035;
}
.aside h3 {
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 15px;
    color: #750035;
    font-weight: bold;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud a {
    margin: 0 0 22px 0;
    color: #B5175E;
}
.aside #searchsubmit {
	display: none;	
}

.profile-link {
    margin-bottom: 30px;
    font-size: 11px;
}

.textwidget {
    margin-bottom: 30px;
}

#upcoming-events li {
	text-transform: uppercase;
	color: #750035;
}

#upcoming-events li li {
	list-style-type: none;
	text-transform: none;
	color: #000;
}