/*
Theme Name: Best of the West
Theme URI: http://www.graphicsofdistinction
Description: Custom theme with 3 Columns, 1 Left Sidebar, 1 Right Sidebar
Version: 1.1
Author: Graphics of Distinction
Author URI: http://www.graphicsofdistinction
*/

/*------------------------------------------------------------------
[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 - #navigationmenu, #navigationmenu ul, #navigationmenu ul li, #navigationmenu 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 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/botw_bg.jpg);
	background-repeat: repeat-x;
	background-color: #B65626;
	line-height: 130%;
}
#wrapper {
	width: 900px;
	padding: 0px;
	background-image: url(/images/bckgrnd_container2.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background: #572911;
	height: 171px;
	width: 900px;
	margin: 0px;
}
#main {
	width: 900px;
}
#content {
	width: 522px;
	float: left;
	line-height: 130%;
	padding: 0px;
}
#wrapper #main #sidebar-left a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#sidebar-right {
	width: 166px;
	float: right;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
#sidebar-left {
	width: 166px;
	float: left;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 10pt;
	line-height: 16pt;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 10pt;
	background-color: #B65626;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 10px;
	font-size: 10pt;
}
.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;
}
/*===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: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#navigationmenu{
	padding: 0;
	white-space: nowrap;
	margin: 0px;
	width: 900px;
}
#navigationmenu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#navigationmenu ul {
	margin: 0px;
	padding: 0px;
}
#navigationmenu li a:link, #navigationmenu li a:visited {
	padding: 3px;
	text-decoration: none;
}
#navigationmenu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	color: #FFFFFF;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	color: #FFFFFF;
	padding: 1px;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
}
#sidebar-left ul ul, #sidebar-right ul ul {
	margin-left: 3px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
	margin-left: 3px;
	font-size: 10pt;
	font-weight: normal;
}
/*===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: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
}
.post h2, .post h1 {
	font-size: 18px;
	margin: 15px 0 10px 0;
	padding: 0;
line-height: 22px;
}
.h3 {
	font-size: 16pt;
	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 {
	color: #FFFFFF;
}
#submit    {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/addtocart_plain.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer; 
	}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
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;
}
/*===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: 345px;
  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;
}
/*===END SECTION 11===*/
.breakapart {
	background-color: #391C0E;
	text-align: left;
	font-weight: bold;
	color: #F7DE00;
	clear: both;
	font-size: 18px;
	padding: 6px;
	margin-top: 15px;
}
.botw_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
.cartbutton a, .addtocart, .update-button {
background: url(/images/cartbutton.jpg) no-repeat!important;
color: #ffffff!important;
font-size: 14px;
height: 25x;
font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.update-button {
float: left; 
}

.right {
float: right;
}

#sidebar-left li {
list-style-type: none;
}

#sidebar-right {
text-align: left;
}
.widget {
margin-bottom: 25px;
}
#sidebar-right a {
font-weight: bold;
}

#sidebar-left {
text-align: left;
color: #ffffff;
}

.widget h2 {
padding: 0 0 5px 0;
margin: 0;
}

#sidebar-left a {
font-weight: bold;
font-size: 14px;
}

.widget_shoppcategorieswidget a {
padding: 0!important;
margin: 0!important;
}
}

#sidebar-left {
text-align: left;
font-size: 14px;
}

#sidebar-left a {
font-weight: bold;
}
.cart select {
width: 200px;
}
.entry-date {
height: 42px;
width: 45px;
padding: 0 8px 0 0;
}
.entry-month {
padding: 0!important;
margin: 0!important;
font-size: 16px!important;
width: 45px;
height: 15px;
}
.entry-day {
padding: 0!important;
margin: 0!important;
font-size: 16px!important;
width: 45px!important;
height: 10px;
}

.headerwithdate h2 {
line-height: 26px;
}

#home-yellow {
font-size: 22px;
color: #DCCE5B;
font-weight: normal;
line-height: 120%;
font-family: "Times New Roman";
}

#commentform input {
color: #000000;
}
#post-20 table tr td
{
	width:145px;
	float:left;
	border:none;
	margin-left:5px;
	margin-right:9px;
	margin-bottom:10px;
	height:115px;
	
}
#post-20 table tr td a
{
	width:145px;
	height:50px;
	float:left;
	text-decoration:none;
	margin-bottom:5px;
	border:none;
}
#post-20 table tr td a img
{
	float:left;
	width:145px;
	height:50px;
	border:none;
}
#post-20 table tr td  span
{
	float:left;
 font-weight:bold;
 font-family:Arial;
 font-size:14px;
 width:100%;
 text-align:center;
	
	
	
	text-decoration:none;
}
#post-20 span {
display: none;
}