/*
Theme Name: Silver Tips 1
Description: Custom Silver Tips Wordpress theme based off of the Thematic framework
Author: John Wozniak for Akindale
Author URI: http://akindale.com
Template: thematic
*/

/* 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 ST 1 Overrides */
body{background:#FFB366 url(bgs/bg-body-yllw-grdnt.png) repeat-x;}
#access{border:none !important;}
#header{border-bottom:12px solid #BA3602;background:#B0231A url(bgs/bg-header-tile.png);color:#FDFBF8;height:134px !important;width:1024px;margin:0 !important;padding:0 !important;}
#wrapper{overflow:hidden;width:1024px !important;background:#FDFBF8;margin:0 auto;padding:0 !important;}
a{color:#000 !important;}
a:hover{color:#000 !important;text-decoration:underline !important;}
#main{padding-top:40px !important;padding-bottom:10px !important;}
#content{padding-bottom:0 !important;margin-bottom:0 !important;width:600px !important;}
#branding{margin:0 !important;padding:0 !important;}
#s{width:256px;background:#FDFBF8;border:1px solid #B9B28D;}
#blog-title{position:absolute;top:33px;left:40px;font-style:italic;font-family:serif;font-size:44px;font-weight:400;}
#blog-title{background:#BA3602;}
.entry-content{font-size:14px;}
/* #meta, */.meta-prep-author,.author,.meta-sep-entry-date{display:none;}
#primary{border:1px solid #B9B28D;}
#primary select {border: 1px solid #B9B28D;}
#secondary{border:1px solid #B9B28D;padding-top:18px;}

.reg-link { font-size: 16px; display: block; margin: 0 0 12px 0; }

/* Hide bullets in asides #primary ul, #secondary ul {list-style-type:none;}
#primary ul, #secondary ul {margin-left: 0 !important;} */
#comments,#respond{background:#FDFBF8 !important;}
#respond input,#respond textarea,#comments #comments-list ol li{background:#FDFBF8;border:1px solid #B9B28D;}
.form-submit #submit{background:#BA3602 !important;border:1px solid #E25A25 !important;color:#FDFBF8 !important;}
.entry-utility{clear:both;}
.sociable{clear:both !important;}
.toolbar-store-st{list-style-type:none;position:absolute;top:31px;right:46px;line-height: 18px; }
.toolbar-store-st li a {color: #F2DBBB !important;font-size: 15px !important; }
#footer{border-top:8px solid #BA3602;height:60px;background:#B0231A url(bgs/bg-header-tile.png);}
#searchform {margin-bottom:13px;}

/* Logo */
#blog-title {z-index: 2; text-indent:-9000px;position:absolute;top:12px;left:40px;background:url(bgs/stt-blog-logo.gif) no-repeat;width:210px;height:112px;}
#blog-title a { display:block;width: 210px;height:112px;}
#access{display:none !important;}
#blog-description { border:1px solid #B9B28D; line-height: 17px !important; z-index: 1; padding: 8px 20px; width: 260px; float: left; position: absolute; top: 186px; left: 680px; }
/* #primary { margin-top: 77px !important; } */

/* Reiterating default WP image styles */
img.alignright,a img.alignright{border:1px solid #D1D1D1 !important;float:right !important;margin:6px 0 6px 1em !important;}
img.alignleft,a img.alignleft{border:1px solid #D1D1D1 !important;float:left !important;margin:6px 1em 6px 0 !important;}
img.aligncenter,a img.aligncenter{border:1px solid #D1D1D1 !important;display:block !important;margin: 6px auto 1.2em auto !important;}
.entry-content img {border: 1px solid #D1D1D1 !important;}

/* Tagline related */
#siteinfo { padding:18px 0 0 0 !important; font-style: italic; text-align: center; color: #F2DBBB !important; font-size: 15px !important; }
#blog-description { display: none; }

/* Hide Twitter comments login 
a#twitter_signin { display: none !important; }
#facebook_signin { margin-left: 108px !important; } */

