/*
Theme Name: Art by Cedar
Author: Micah Lee (http://www.micahleedesigns.com)
License: GPL http://www.gnu.org/licenses/gpl.txt
Version: 1.0
Tags: custom
*/

/* css reset!! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start the rest of the styles */

body {
	background-color: #7A7A7A;
	text-align: center;
	margin: 0; padding: 0;
	font-family: helvetica, arial, verdana;
	color: #000000;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
    background-color: #ffffff;
}

#header {
	width: 960px;
}

#nav {
	float: left;
	width: 150px;
}

#nav ul {
	list-style-type: none;
	padding: 0; margin: 0;
}

#nav a:link, #nav a:visited {
	display: block;
	height: 120px;
	width: 150px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top left;
}

#nav a.home:link, #nav a.home:visited { background-image: url('images/nav/home1.jpg'); }
#nav a.home:hover, #nav a.home:active { background-image: url('images/nav/home2.jpg'); }
#nav a.process:link, #nav a.process:visited { background-image: url('images/nav/process1.jpg'); }
#nav a.process:hover, #nav a.process:active { background-image: url('images/nav/process2.jpg'); }
#nav a.bio:link, #nav a.bio:visited { background-image: url('images/nav/bio1.jpg'); }
#nav a.bio:hover, #nav a.bio:active { background-image: url('images/nav/bio2.jpg'); }
#nav a.blog:link, #nav a.blog:visited { background-image: url('images/nav/blog1.jpg'); }
#nav a.blog:hover, #nav a.blog:active { background-image: url('images/nav/blog2.jpg'); }
#nav a.shop:link, #nav a.shop:visited { background-image: url('images/nav/shop1.jpg'); }
#nav a.shop:hover, #nav a.shop:active { background-image: url('images/nav/shop2.jpg'); }
#nav a.subscribe:link, #nav a.subscribe:visited { background-image: url('images/nav/subscribe1.jpg'); }
#nav a.subscribe:hover, #nav a.subscribe:active { background-image: url('images/nav/subscribe2.jpg'); }
#nav a.contact:link, #nav a.contact:visited { background-image: url('images/nav/contact1.jpg'); }
#nav a.contact:hover, #nav a.contact:active { background-image: url('images/nav/contact2.jpg'); }
#nav a.archives:link, #nav a.archives:visited { background-image: url('images/nav/archives1.jpg'); }
#nav a.archives:hover, #nav a.archives:active { background-image: url('images/nav/archives2.jpg'); }

#content {
	float: left;
	width: 750px;
    padding: 10px 30px 30px 30px;
}

#content p {
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 10px;
}

#content h1 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
	margin-bottom: 1em;
}

#content h2 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
	margin-bottom: 1em;
}

#content .nothingfound {
    text-align: center;
}

#content strong { font-weight: bold; }
#content big { font-size: 120%; }
#content em { font-style: italic; }

.post {
	padding-bottom: 10px;
	border-bottom: solid 1px #eaeaea;
	margin: 2em 0;
}

.post ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 10px;
}

.post li {
	margin-bottom: 5px;
}
h4 {
	font-family:Georgia, Verdana, Arial, Serif;
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.4em;
	padding-left: 18px;
	background-image: url(images/db2.gif);
}
.post h4 a {
	text-decoration:none;
	color:#141141;	
	border:none;
}
.post .details{
position: relative;
top: -1.5em;
font-size: 0.86em;
color: #787878;
margin:0;
padding:0;
}
.post .details .user {
	background:url(images/user.png) no-repeat left center;
	padding-left:15px;
}
.post .details .date {
	background:url(images/date.gif) no-repeat left center;
	padding-left:15px;
	margin:0 0 0 1em;
}
.post ul.controls {
margin:0;
padding:1em 0;
background:#fcfcfc;
}

.post ul.controls li {
display: inline;
font-size: 0.86em;
margin:0;
padding: 0em 1.0em 0em 15px;
}
.post ul.controls li.comments {
	background: url(images/icon-comments.gif) no-repeat left center;
}

.post ul.controls li.more {
	background: url(images/icon-more.gif) no-repeat left center;
}
.post .contentarea {
	padding-top: 1.3em;
}

#content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

#content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#content .aligncenter {
	text-align: center;
    margin: 0 auto;
}

#footer {
    clear: both;
    width: 960px;
    text-align: center;
    color: #666666;
    background-color: #D2D2D2;
    padding: 10px 0;
}

#footer a.tellafriend {
	display: block;
	height: 60px;
	width: 150px;
	cursor: pointer;
	background-repeat: no-repeat;
    margin: 0 auto;
}
#footer a.tellafriend:link, #footer a.tellafriend:visited { background-image: url('images/nav/tellafriend1.jpg'); }
#footer a.tellafriend:hover, #footer a.tellafriend:active { background-image: url('images/nav/tellafriend2.jpg'); }

a:link, a:visited {
	color: #6B70BF;
	text-decoration: none;
}

a:hover, a:active {
	color: #43479F;
	text-decoration: underline;
}

/*comments and their styles*/
#comments, #respond {
	margin: 2em 0 0 5px;
}
#commentform {
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	list-style:none;
	margin: 2em 0;
	padding: 0.5em;			
	border-bottom:#ddd 1px dashed;
	background:#fcfcfc url(images/border2.gif) repeat-x top;
}
.commentlist li p  {
    margin:0 1em;
}
.commentlist li .cmtinfo  {
	font-family:Trebuchet MS,Verdana, Tahoma, Serif;
	font-size:0.9em;		
	padding:5px;
	margin-bottom: 10px;
	position:relative;	
}
.commentlist li .cmtinfo em  {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

.commentlist li.alt {
	background:#fcfcf9 url(images/border2.gif) repeat-x top;
}

textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}
input.text  {
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	border:#ccc 1px solid;
	padding:2px;
	font:1em Verdana, Arial, Serif;
}

#sidebar
{
margin: 0;
float: right;
width: 250px;
}
#sidebar ul
{
	list-style:none;
	margin:0.5em 0 0;	
}
#sidebar li 
{
	margin:1em 0;
	padding:0.5em;
}
#sidebar li li 
{
	margin:0;
	padding:0.5em;
	background:none;
}
#sidebar li li li
{
	margin:0;
	padding:0.5em 1em;
}
#sidebar ul.feeds li 
{
	background:url(images/feed.png) no-repeat left center;
	margin:1em 0;
	padding:0 1.5em;	
}
#sidebar .box {
background: #FDFCF6 url(images/boxbg.gif) repeat-x;
padding: 1.5em;
border-top: solid 1px #E1D2BD;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
text-align:left;
overflow: hidden;
}
