/*   
Theme Name: cyberthread
Theme URI: http:///www.cyberthread.net
Description: Child Theme of Thematic
Author: Rebecca Mushtare
Author URI: http://cyberthread.net
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
cyberthread is © Rebecca Mushtare http://cyberthread.net/
.
*/

/* 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');


body {
background-color:#ffffff;

font-family:Helvetica,Verdana,Arial,sans-serif;
font-size:100%;
}

#wrapper {
width:960px;
margin: 0 auto;
}

#branding {
width:960px;
margin-top: 50px;
background-color: #fff;
background-image: url(images/headerGray.png);
background-repeat: no-repeat;
background-position: right 0px;
border-right: #cccccc 1px solid;
padding-top:80px;
padding-bottom: 0px;
}

#blog-title{
visibility:hidden;
}

#access{
width:960px;
background-color:#fff;
border-right: 1px solid #cccccc;
height: 22px;
font-size: 12px;
}

#main {
padding-top: 20px;
border-left: 1px solid #cccccc;
border-right: none;
background-color: #fff;
background-image: url(images/navBackground.png);
background-repeat: repeat-y;
background-position: 295px top;


}

#container {
float: right;

}

#footer {
margin-top:0px;
border:none;
margin-bottom: 50px;
}

#siteinfo{
width:960px;
background-color:#fff;
border-top:1px solid #CCCCCC;
text-align: center;
}

.main-aside{
float:left;
width: 260px;
margin-bottom:0;
padding-bottom:0;
}

#primary {
border:none;
background-image: url(images/navHead.png);
background-repeat: no-repeat;
background-position: left top;
padding-top: 30px;
padding-left:50px;
margin-bottom:0px;
padding-bottom:0;
}

#secondary {
clear:left;
padding-left:50px;
padding-bottom:100px;
background-image: url(images/linksBottom.png);
background-repeat: no-repeat;
background-position: right bottom;
font-size: 70%;
}

#searchform input{
width: 200px;
}

.entry-title{
background-image: url(images/entry.png);
background-repeat: no-repeat;
background-position: left top;
padding-left: 60px;
color: #625C8A;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 120%;
}

.entry-content {
font-size: 80%;
line-height: 120%;
padding-top: 0px;
}

.wp-caption{
border: 1px solid #CCC;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
color: #666;
font-size: 80%;
font-weight:normal;
}

a:link, a:visited {
color: #666666;
}

a:hover, a:active, .aside a:hover, .aside a:active, .sf-menu ul a:hover , .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .entry-title a:hover, .entry-title a:active, .entry-meta a:hover, .entry-meta a:active, .entry-utility a:hover, .entry-utility a:active  {
color:#69539C;
}

.entry-content h1, .entry-content h2 {
padding-top: 0px;
}

ul {
list-style-image: url(images/navBullet.png);
}

li {
padding-bottom: 0px;
}

.entry-content  h4{
color:#666;
font-size:80%;
font-weight:normal;
text-transform:capitalize;
font-family:Helvetica,Verdana,Arial,sans-serif;
line-height: 100%;
padding-bottom: 20px;
letter-spacing: normal;
padding-left:60px;

}

dt.wp-caption-dt {
font-weight:normal;
font-size: 80%;
}

.widgettitle {
color: #69539C;
padding-top: 0px;
}

.entry-meta {
padding-bottom: 10px;
}
.hentry  {
padding-bottom:0px;

margin-bottom: 20px;
}
h5{
color: #69539C;
}
.purple {
color: #69539C;
}

#thread {
font-size: 80%;
text-align:right;
padding-right: 140px;
}

#thread p {
font-size: 80%;
padding-top: 10px;
}

.entry-utility {
border-bottom: #69539C 1px solid;
padding-bottom: 5px;
font-size: 70%
line-height: 90%;
}

.entry-title a {
font-size: 85%;
}

.entry-content h3 {
padding-top: 0px;
}

.entry-meta {
font-size: 60%; 
padding-bottom: 0px;
margin-bottom: 10px;
background-color: #666666;
color: white;
padding-left: 10px;
}

.entry-meta a, .entry-meta a:hover, .entry-meta a:active, .entry-meta a:visited {
color: white;
}

.menu ul ul {
margin-top: -9px;
padding: 0px;
}

.menu ul {
margin-top: -1px;
}

.sf-menu a{
padding: 5px 13px;
}

.wp-caption-text, .gallery-caption {
    font-size: 90%;
    line-height: 120%;
}

.st-tag-cloud {
margin-bottom: 20px;
}

.clearfloat {
clear: both;
}

.addtoany_share_save_container {
float: right;
}
