/*
Theme Name: strata
Description: 3 Columns, 1 Left Sidebar, 1 Right Sidebar
Version: 1.1
Author: Pacifica Technologies Inc
Author URI: http://www.pacificatechnologies.net
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color:#555;
	background-color: #5c0040;
}
#wrapper {
	width: 900px;
	margin: 0 auto 20px auto;
	padding: 0px;
	background-color:#fff;
}
#header {
	height: 356px;
	width: 900px;
	margin: 0px;
}
#left_header {
	background:url(images/left_header1.png) no-repeat;
	width:269px;
	height:326px;
	float:left;
}
#middle_header {
	background:url(images/middle_header.png) no-repeat;
	width:302px;
	height:326px;
	float:left;
}
#right_header {
	background:url(images/right_header1.png) no-repeat;
	width:329px;
	height:326px;
	float:left;
}
#main {
	width: 900px;
}
#content {
	width: 850px;
	margin: 20px 25px;
	/*padding: 10px 25px 0 25px;*/
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 5px 0 0;
}
#sidebar-top-left {
	float:left;
	text-align:left;
	width:624px;
	margin-left:-40px;
}
#sidebar-top-left ul {
	list-style:none;
	margin: 0;
}
#product {
	width:614px;
	height:246px;
	background:url(images/product.png) no-repeat;
	border-right:2px #555 solid;
}
#product ul {
	margin:0;
	padding-left:170px;
}
#product li {
	background:url(images/rose_bullet.png) no-repeat;
	height:26px;
	padding-left:24px;
	list-style:none;
}
#product h2 {
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2em;
	line-height:1.2em;
	padding-left:155px;
}
#product_bullets li {
	background:url(images/rose_bullet.png) no-repeat;
	height:26px;
	padding-left:24px;
	list-style:none;
}


#sidebar-top-right {
	float:left;
	width:223px;
}
#sidebar-top-right h2 {
	color:#cd0071;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
	line-height:1.1em;
}
#sidebar-top-right ul {
	list-style:none;
	margin-left:15px;
}
#sidebar-left {
	float:left;
	width:283px;
}
#sidebar-middle {
	float:left;
	width:283px;
}
#sidebar-right {
	float:left;
	width:284px;
}
#bottom_panel_top {
	background:url(images/bottom_panel_top.png) no-repeat;
	width:850px;
	margin:0 25px 0 25px;
}
#bottom_panel_top ul {
	list-style:none;
}
#bottom_panel_top ul li ul li{
	list-style:url(images/leaf_bullet.png);
}
#sidebar-left h2,
#sidebar-middle h2,
#sidebar-right h2 {
	color:#15a7c3;
	font-weight:normal;
}
#bottom_panel_bot {
	background:url(images/bottom_panel_bot.png) no-repeat;
	height:9px;
	width:850px;
	margin:0 25px 0 25px;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
#slideshow1 {
	width: 269px;
	height: 326px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.pics1 {  
    height:  326px;  
    width:   269px;  
    padding: 0;  
    margin:  0;  
} 
.pics1 img {  
    background-color: #eee;  
    width:  269px; 
    height: 326px; 
    top:  0; 
    left: 0 
} 
.pics2 {  
    height:  326px;  
    width:   329px;  
    padding: 0;  
    margin:  0;  
} 
.pics2 img {  
    background-color: #eee;  
    width:  329px; 
    height: 326px; 
    top:  0; 
    left: 0 
} 
#slideshow2 {
	width: 329px;
	height: 326px;
	padding:0;
	margin:0;
	overflow: hidden;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 10px 0 0 0;
	white-space: nowrap;
	margin: 0;
	width: 900px;
	height: 32px;
	background:url(images/menu.png) no-repeat;
	text-align:center;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	border-right: solid 1px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	padding-right:10px;
	color:#555;
}
#menu li a:active {
	color:#d8408d;
}
#menu li a:hover {
	text-decoration: underline;
	color:#d8408d;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 700px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.clearfloat {
	clear:both;
}
.stbutton {display:block;height:16px;}
a.stico_default {padding-left:20px !IMPORTANT; background: url(images/share-this.png) no-repeat left !important;}
/*===END SECTION 11===*/
