/*  
Theme Name: Artist Series - Misty Monday
Theme URI: http://www.byhandmedia.com
Description: Misty Monday is the first in our Artist Series of themes, built specifically for the needs of Painters, Photographers, Sculptors and Actors.
Version: 1.00
Author: R. Carson
Author URI: http://www.byhandmedia.com

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #91a193 url(images/backgrounds/bgmain.jpg) repeat-x;
	color: #333333;
	padding: 7px 0 25px;
	}

body, select, input, textarea {
	font: 13px Helvetica, Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}

a, a:link, a:visited {
	color: #003366;
	text-decoration:none
	}

li a, li a:link, li a:visited, ul a, ul a:link, ul a:visited {
	color: #003366;
	text-decoration:none
	}

a:hover, a:active, li a:hover, li a:active, ul a:hover, ul a:active {
	color: #336699;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#336699;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}
		
/******************************************
*   General Structure                         
******************************************/

#page {
	width:1050px;
	margin:0 auto;
	font-size:1em;
	background:#ffffff url(images/backgrounds/bg_topbanner.jpg) repeat-x;
	padding: 10px 17px 30px 17px;
	border:1px solid #666699;
	}

#branding {
	width:625px;
	height:70px;
	padding-bottom:10px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#leftcol {
	width:280px;
	border-right:1px solid #cccc99;
	padding-right:20px;
	}

#leftcol {
	margin-top:6px;
	float:left;
	}
	
#rightcol {
	width:265px;
	padding-left:4px;
	margin-top: 6px;
	float:right;
	margin-left: 3px;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {
	list-style:none;
	}

.sidebarimgs {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #cccc99;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	}

.sidebar_widget {
	background: url(images/backgrounds/bg_sidebar_left.jpg) no-repeat left top;
	padding:6px 3px 8px 5px;
	margin:1px 0px 0px; 
	}
	
#sidelist li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	}
	
#sidelist li a, #sidelist li a:visited, #sidelist li a:hover, #sidelist li a:active {
    text-decoration:none;
	}
	
.bullets li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	}
	
#sidelist .bullets li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #ffffff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#333333;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a, .blogtitle a:visited {
	color: #7a7a4a;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 11px 0px 8px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
.blogtitle a:hover {
	color: #000000;
	text-decoration: none;
	}

h1 {
	color: #666666;
	font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #666666;
    font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding-bottom:8px;
	border-bottom:1px solid #9999ff;
	margin: 5px 0;
	}

h3 {
	font: 1.2em Helvetica, Arial, Verdana, Sans-Serif;
	margin-bottom:4px;
	font-weight:bold;
	color:#666666;
	padding: 8px 0 0;
	}

#sidebar h2, #sidebar h3 a, #sidebar h3 a:visited {
	font: 0.9em Helvetica, Arial, Verdana, Sans-Serif;
	margin-bottom:4px;
	color:#003366;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:1px solid #333366;
	border-bottom:1px solid #87b6e5;
	padding:5px 0 5px 6px;
	color:#666666;
	background:#ffffff url(images/backgrounds/bg_sidebar_titles.jpg) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #87b6e5;
	border-left-color: #87b6e5;
	margin-bottom: 7px;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #87b6e5;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #336699;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:590px;
	float: left;
	margin-top:15px;
	margin-right: 4px;
	}
#contentwide {
	width:100%;
	float:right;
	}
#contentpartwide {
	margin-right: 4px;
	clear: none;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.description {
	font-size: 1.2em;
	font-weight: normal;
	color:#8a8a5f;
	font-style: normal;
	}
	
#sidebar {
	width: 265px;
	float:left;
	background-color: #f4f4ec;
	margin-right: 22px;
	}
	
#sidebar_right {
	width: 160px;
    float:right;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background:#f4f4ec url(images/backgrounds/bg_featured_leftcol.jpg) repeat-x;
	padding:11px;
	border: 1px solid #87b6e5;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #cccc99;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #cccc99;
	}

.title, a.title  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #336666;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of rightcol */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #cccc99;
	padding:12px 0;
	}	

.rightcolspace {
	border-bottom:1px solid #cccc99;
	padding-bottom: 12px;
	}
	
.rightcoltitspace {
	padding-top: 12px;
	}

/* Post Formatting */

.entry {
	padding-bottom:28px;
	}

.post blockquote {
	color:#999999;
	background:#f4f4ec;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #87b6e5;
	border-bottom:1px solid #87b6e5;
	}	

.post ul li {
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	margin-bottom:5px;
	}

.post ol li {
	margin-bottom:5px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #cccc99;
	border-top:1px solid #cccc99;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #e7e5fb;	
	border-bottom:1px solid #e7e5fb;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9999ff;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 0px 4px;
	background:#8e9a8f;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#9caa9e;
	color:#fff;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #cccc99;
	}

.commentlist blockquote {
	color:#8782ff;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #87b6e5;
	border-bottom:1px solid #87b6e5;
	}	

#commentform small {
	background:#ffffff;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #cccc99;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#ffffff;
	}

/******************************************
*   adbar right                       
******************************************/

.bufferadbarright {
	margin-top: 20px;
}

/******************************************
*   product listing page                      
******************************************/

.categories {
	list-style: none;
	color: #336666;
	font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding-bottom:8px;
	margin: 20px 0;
	line-height: 145%;
}

.cat-item {
	font: 14px Helvetica, Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	margin-bottom:5px;
}

.cat-item-46 {
	line-height:1.5em;
	list-style: none;
	background-image: none;
	padding: 0px;
}