/*  
Theme Name: Artseries Color Bindery
Theme URI: http://www.byhandmedia.com
Description: The Color Bindery
Version: 1.0
Author: R. Carson
Author URI: http://www.byhandmedia.com

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
body {
	background: #beecf6 url(none);
	color: #333333;
	padding: 18px 0 25px;
	}

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

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

a:hover, a:active {
	color:#ff3300;
	text-decoration:none;
	}

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

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

#navigation {
	margin:5px auto 7px;
	width: 380px;
	clear: both;
	height: 30px;
	font-weight: bold;
}

.pageright {
	float:right;
	margin:0 0 0 6px;
}
.pageleft {
	float:left;
	margin:0 6px 0 0;
}	
		
/* General Structure */

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

#pagewide {
	width:96%;
	margin:0 auto;
	font-size:1em;
	background:#ffffff url(images/backgrounds/bg_topbanner.jpg) repeat-x;
	padding: 15px 0px 30px;
	border:1px solid #7bc1d1;
	}

#branding {
	width:625px;
	height:47px;
	padding-bottom:10px;
	}
	
#branding img {
	border: 0;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
#rightcol {
	width:265px;
	padding-left:4px;
	margin-top: 6px;
	float:right;
	margin-left: 3px;
	}
		
/* Sidebar */

#sidebar {
	width: 265px;
	float:left;
	background-color: #f4f4ec;
	}
	
#sidebar_right {
	width: 160px;
    float:right;
	background-color: #f4f4ec;
	}
	
#sidebar h2, #sidebar h3 a, #sidebar_right h2, #sidebar_right h3 a {
	font: 1.1em Helvetica, Arial, Verdana, Sans-Serif;
	margin-bottom:4px;
	font-weight:bold;
	color:#336666;
	}

#sidebar h3, #sidebar h2, #sidebar_right h3, #sidebar_right h2 {
	font-size:0.9em;
	padding:5px 0 5px 6px;
	color:#aeae90;
	background:#ffffff url(images/backgrounds/bg_sidebar_titles.jpg) repeat-x;
	margin: 0 0 7px;
	text-align: center;
	}
	
#sidebar h3, #sidebar h2 {
	border-top:1px solid #d2d2c6;
	border-right:1px solid #d2d2c6;
	}
	
#sidebar_right h3, #sidebar_right h2 {
	border-top:1px solid #d2d2c6;
	border-bottom:1px solid #d2d2c6;
	}

#sidebar img, #sidebar_right img {
	border: none 0;
	}

.subnav li {
	list-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) repeat-x left top;
	padding-bottom: 8px;
	}

.sidebar_widget_right {
	background: #ffffff;
	padding-bottom: 8px;
	border-left:1px solid #d2d2c6;
	}
	
.sidebar_widget p {
	margin:0 5px 0;
	}
	
#sidelist li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
	}
	
.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_right li {
	margin: 0px;
	list-style: none;
	background: url(none);
	padding-left: 0px;
	}
	
#sidelist_right li img {
	margin: 0px 0px 10px 2px;
	max-width: 155px;
	}
	
/* Headlines */

.blogtitle {
	padding: 0 0 6px 10px;
	float: left;
	top: 9px;
	}

h1 {
	color: #2372a0;
	font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 11px 0 0;
	}
	
h2 {
	color: #2372a0;
	font-size: 1.8em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding-bottom:8px;
	border-bottom:1px dotted #9999ff;
	margin: 10px 0;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: capitalize;
	}

h3 {
	font: 1.2em Helvetica, Arial, Verdana, Sans-Serif;
	margin: 10px 0 4px;
	font-weight:bold;
	color:#2372a0;
	}

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

h3#comments {
	margin-top:19px;
	}

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

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

#content {
	width:590px;
	float:left;
	margin: 0 4px 0 22px;
	}
	
#contentminiwide {
	width:740px;
	float:left;
	margin: 0 4px 0 22px;
	}
	
#contentwide {
	width:100%;
	float:right;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999999;
	}
	
	
.outlinefeature {
	margin: 10px 0;
	padding: 13px;
	border: 1px solid #CCCCCC;
	}

.excerplink {
	margin: 2px 0px;
	font-size: 1em;
	font-weight: bold;
}

/* 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;
	}


/* rightcol */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}
		
#rightcol .clearfloat {
	border-bottom:1px solid #cccc99;
	padding:12px 0;
	}	

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

/* Post */

.entry {
	padding-bottom:18px;
	padding-top: 10px;
	}

.post blockquote {
	color:#999999;
	background:#f4f4ec;
	padding:4px 14px;
	margin:18px 15px;
	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: 0 0 0 20px;
	margin:0 0 5px;
	}

.post ol li {
	margin:0 0 5px 22px;
	}
	
#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 */

.searchright {
	float:right;
	margin: 0 0 10px 0;
	}

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

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

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

.button:hover {
	background:#cac8f7;
	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: 1000px;
	font-size:0.9em;
	text-align:center;
	color:#3ea0b5;
	padding: 15px 0 50px;
	}

#footer a, #footer a:visited {
	color:#3ea0b5;
	}

#footlist, #footlist ul {
	list-style:none;
	}
#footlist {
	width: 100%;
	}
	
#footlist a, #footlist a:visited {
	display: block;
	text-decoration: none;
	border:none;
	}

#footlist a:hover {
	text-decoration: underline;
	}

#footlist li {
	float: left;
	list-style:none;
	margin: 0 auto 5px;
	border-right:1px solid #ffffff;
	}

#footlist a, #footlist a:visited {
	display:block;
	font-weight:bold;
	padding:1px 4px;
	}

/* ecard pages */

.rightbuffecards {
	padding-right: 2px;
}
.borderecard {
	border: 1px solid #999999;
}
.floatecard {
	clear:both;
	padding-top: 8px;
	padding-bottom: 6px;
}

/* product 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: 0;
}

/* post thumbs */

.post_img {
	border: none 0;
	max-width: 178px;
}

#postthums {
	float: left;
	margin: 0 10px 11px 0;
	width: 180px;
	height: 230px;
	overflow: hidden;
}

#postthums img {
	border: 1px solid #999999;
	max-width: 178px;
	text-decoration: none;
	margin: 0 0 7px;
}

.postthumtxt {
	font-size: 0.9em;
	text-align: center;
	line-height:1.5em;
	color: #000000;
	
}

.postthumtxt a, .postthumtxt a:visited {
	color: #000000;
	text-decoration: none;	
}

.postthumtxt a:hover {
	color: #ff3300;
	text-decoration: none;	
}

/* cloud lists */

#multicloud {
	margin: 0 0 13px;
	padding: 0;
}

#multicloud ul li {
	list-style: none;
}

#multicloud .sidecloudindent {
	margin: 0 5px;
}

#multicloud a {
	padding: 3px 11px 3px 0;
	display: inline-block;
}

#multicloud a:hover, #multicloud ul li a:hover {
	text-decoration:none;
	color:#000000;
}

#multicloud h3 {
	margin: 0 0 9px;
	padding: 4px 3px 3px;
	border-bottom: dotted 1px #CCCCCC;
	font-size: 1.1em;
	text-align: center;
}

/* right sidebar */
	
#zazzle_info {
	font-size: .8em;
	margin: 0 3px;
	}

/* banners */

#bannerads {
	font-size: 0.9em;
	margin: 0 auto 12px;
	background-color: #edecec;
	padding: 10px;
	width: 500px;
	height: 300px;
	}
	
#bannerads img {
	max-height: 285px;
	border: none;
	}
	
#bannerads p {
	border: 1px solid #999999;
	padding: 4px;
	}
	
#banneradleft {
	width: 270px;
	float: left;
	}
	
#banneradright {
	font-size: 0.9em;
	width: 215px;
	float: right;
	}
	
#graphicads img {
	max-width: 450px;
	border: 1px solid #CCCCCC;
	margin: 0 auto 12px;
	text-align: center;
	}
	
#graphicads {
	text-align: center;
	}

/* header top */

#socnets img, #socnets img a {
	margin: 0;
	border: 0 none;
}

#socss img, #socss img a {
	padding: 0 3px 0 0;
}

#topnaver img, #topnaver img a {
	padding: 0 0 0 3px;
}

#topnaver img, #socss img {
	display: inline;
}

#socss {
	float: left;
	width:520px;
}

#topnaver {
	float: right;
	width:420px;
}

#socnets {
	width:100%;
	margin:0 auto;
}

#stabilizer {
	width:1050px;
	margin:0 auto;
	clear: both;
	height: 40px;
}