/*
Theme Name: STSA
Version: 1.0
Author: Groove Commerce
Author URI: http://www.groovecommerce.com/
*/

body {
	font: .8em Arial, Verdana, Geneva, helvetica, sans-serif;
	background: url('images/page_bg.gif') repeat-x;
	margin: 0 0 20px 0; padding: 0;
}

/*General and Class-------------------------------*/
h1 {font-size: 1.9em; color: #286bab; margin: 15px 0 12px 0;}
 body#home h1 {margin-top: 20px;}
h2 {font-size: 1.5em; color: #f38a00; margin: 22px 0 4px 0;}
h3 {font-size: 1.3em; color: #286bab; margin: 16px 0 2px 0;}
h4 {font-size: 1.1em; color: #286bab; margin: 8px 0 2px 0;}
h5 {color: #004d92;}
img {border: 0;}
p {margin: 0 0 12px 0; padding: 0;}
a:link, a:visited, a:active {color: #0f06c9;}
a:hover {color: #6d66ff;}
small, .small {font-size: .85em;}
form {margin: 0; padding: 0;}
label {cursor: pointer;}
blockquote {border-left: 6px solid #f9efa6; margin: 14px 30px; padding: 0 6px;}
hr {background: #ecf7ff; border: 0; color: #ecf7ff; height: 1px; margin: 2px 0 8px 0;}
input, textarea {font: 1em Arial, Verdana, Sans-Serif;}

.right {float: right; margin-left: 8px; margin-bottom: 2px;}
.left {float: left; margin-right: 8px; margin-bottom: 2px;}
.text-right {text-align: right;}
.bright {color: #e2c500;}
.clear {clear: both;}
.clear-fieldset {clear: both; height: 10px;}
.center {text-align: center;}
.groove-logo_mini {background: url('images/groove-logo_mini.gif') no-repeat left center; padding-left: 22px;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}/* Hides from IE-mac \*/

img.center {display: block; margin: 0 auto;}

input.styled,
textarea,
select.styled {border: 1px solid #c2d5e7; background: #fff url('images/input_text_bg.gif') no-repeat top left; padding-left: 2px;}

input.styled:focus,
select.styled:focus,
textarea:focus {border: 1px solid #7f9cb8;}

input.styled:active, input.styled:hover,
select.styled:active, select.styled:hover,
textarea:active, textarea:hover {border: 1px solid #7f9cb8;}

input.submit, input#submit {
    background: #215799;
	font: .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
	border: 1px solid #215799;
}
/*end of: General and Class-----------------------*/


/*Header------------------------------------------*/
#header {
	position: relative;
	width: 960px;
	height: 102px;
	margin: 0 auto;
}
#logo {
	display: block;
}
#brought_by {
	position: absolute;
	  top: 0;
	  right: 40px;
}
#navigation {
	width: 960px;
	height: 28px;
	margin: 0 auto;
}
#navigation ul {
	list-style: none;
	margin: 0; padding: 0;
}
#navigation ul li {display: inline;}
#navigation ul li a {
	height: 28px;
	display: block;
	float: left;
	color: #fff;
	font: 1.1em/26px Arial, Helvetica, sans-serif;
	background: url('images/navigation-li_bg.gif') repeat-y right center;
	text-decoration: none;
	margin: 0; padding: 0 15px;
}
#navigation ul li a:hover {
	background-color: #1867ae;
}
#navigation ul li.current_page_item a {
	background: #003a6e none;
}
/*end of: Header----------------------------------*/

#container_wrapper {
	width: 982px;
	background: url('images/container_wrapper_bg.jpg') no-repeat top center;
	margin: 0 auto;
}
#container {
	width: 960px;
	background: url('images/container_bg.gif') repeat-y;
	margin: 0 auto;
}

/*Content-----------------------------------------*/
#content {
	float: left;
	/*width: 734px;*/
	width: 694px;
	padding: 4px 20px 40px
}
#content p {line-height: 1.4;}
#content ul {list-style: none;}
#content ul li {
	background: url('images/bullet_blue-leaf.gif') no-repeat left top;
	background-position: 0 7px;
	padding-left: 13px;
	line-height: 1.5;
}
#content ol li {line-height: 1.5;}

.best-sellers 
{
	display: block;
	float: left;
	text-align: center;
	width: 130px;
	height: 170px;
}

#breadcrumb {
    color: #999;
    margin: 4px 4px 10px 4px;
    padding: 2px 0;
    font-size: .8em;
    font-weight: normal;
    border-bottom: 1px dotted #f2f0e4;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:focus {color: #6f6adf;}
#breadcrumb a:hover {color: #0f06c9;}

/*Contact Form------------------------------------*/
#contact-form {width: 500px;}
#contact-form .col1 
{
	width: 105px;
	vertical-align: top;
	text-align: right;
}
#contact-form .col2 
{
	width: 350px;
	vertical-align: top;
	text-align: left;
}
/*end of: Contact Form----------------------------*/

/*end of: Content---------------------------------*/

/*--------------------------------------------------
Blog*/
#content blockquote ul {list-style: disc;}
#content blockquote ul li {
	background: none;
	padding-left: 2px;
}

.excerptpost {
	background: url('images/postexerpt_bg.jpg') no-repeat bottom left;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
.excerptpost blockquote {
	margin: 0;
	padding: 10px 10px 2px;
	background-color: #E4F2FD;
	border: 0;
	margin: 16px 8px;
}
.excerptpost h2 {
	margin: 20px 0 12px 0;
}
.excerptpost h2 a {
	background: url('images/icon_blog-heading.gif') no-repeat left 6px;
	padding: 5px 0 4px 26px;
}
.excerptpost p.meta {
	font-size: .85em;
	color: #555;
	margin: 0; padding: 0;
}

.fullpost h1 {
	background: url('images/icon_blog-heading.gif') no-repeat left 8px;
	padding: 5px 0 0 26px;
	margin-bottom: 0;
}
.fullpost blockquote {
	margin: 0;
	padding: 10px 10px 2px;
	background-color: #E4F2FD;
	border: 0;
	margin: 16px 8px;
}

h2#comments {
	background: url('images/icon_comment-heading.gif') no-repeat left 2px;
	padding: 5px 0 0 32px;
	margin: 30px 0 12px 0;
}
h3#respond {
	margin: 30px 0 6px 0;
}
.fullpost p.meta {font-size: .85em; font-style: italic; color: #777;}

ol.commentlist {list-style: none; margin: 0; padding: 0;}
ol.commentlist li {
	display: block;
	width: 600px;
	background: #c2e1fb url('images/comment-li-alt_bg.gif') no-repeat top right;
	padding: 10px;
	margin: 0 0 2px 0;
}
ol.commentlist li.alt {
	background: #e5f1fb url('images/comment-li_bg.gif') no-repeat top right;
}

ol.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
ol.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
ol.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
/*Blog
--------------------------------------------------*/


/*Sidebar-----------------------------------------*/
#sidebar {
	/*width: 226px;*/
	width: 212px;
	float: left;
	font-size: .9em;
	padding: 0 7px;
}
#sidebar .blurb {
	width: 212px;
	background: url('images/blurb-top_bg.gif') no-repeat top center;
	padding-top: 45px;
	font-size: .95em;
	margin: 10px 0 15px 0;
}
#sidebar .blurb strong {
	font-size: 1.1em;
	color: #004c91;
}
#sidebar .blurb p {
	padding: 0 8px 12px 8px;
	background: url('images/blurb-bottom_bg.gif') no-repeat bottom center;
	margin: 0;
}
#sidebar .title {font-weight: bold;}
#sidebar .ad {margin-top: 10px;}
#sidebar h5 {
	font: 1.4em Arial, Helvetica, sans-serif; margin: 0;
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #6695bf;
	margin: 15px 0 8px 0;
}
#sidebar p.what-is-rss {margin: 0; padding: 0 4px 0 0; font-size: .8em; text-align: right;}

#sidebar .archives ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .archives ul li {
	background: url('images/bullet_blue-leaf.gif') no-repeat left 4px;
	margin: 0 0 0 10px;
	padding: 0 0 0 12px;
}

#sidebar .search {margin: 10px 0 20px; padding: 10px 0; text-align: center;}

#newsletter {
	width: 211px;
	margin: 20px 0;
	background: #e9ebed url('images/newsletter-topper.gif') no-repeat;
}
#newsletter a {
	display: block;
	text-indent: -9999px;
	width: 211px;
	height: 42px;
}
#newsletter form {
	background: url('images/newsletter-bottom.gif') no-repeat bottom;
	padding: 8px 0 14px 0;
	text-align: center;
	margin: 0;
}
#newsletter form input {margin: 2px 0;}
#newsletter form input.styled {width: 170px;}
/*end of: Sidebar---------------------------------*/


/*Footer-------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	border-top: 2px solid #3a57a3;
	background-color: #e9ebed;
	padding: 15px 0;
}

.mini-contact {font-size: .9em; text-align: center; padding: 12px 0}
/*end of: footer-----------------------------------*/

