body {
	color: #3e3a31;
	font: 90%/2.0 arial;
background:#d8dbbf url('http://img405.imageshack.us/img405/3720/kerli2.jpg') no-repeat top center;}

#accessibility {
	display: none;
	}

#container {
        margin: 0 auto;
	width: 760px;
	font-size: .86em;
	}

blockquote {
        line-height: 18pt;
        font-size: 9pt;
        text-indent: 20px;
        width: 350px;
        margin: 0 auto;
        }

#content {
	padding: 5px;
        width: 560px;
        float: left;
	}
	
.test {
        position: relative;
        left: 200px;
        top: 2px;
        width: 250px;
        }

#sidebar {
        font: 84%/2.0 arial;
        float: left;
        width: 150px;
        margin-top: 50px;
        padding: 10px;
        }
.blockone {
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-bottom: 10px;
        }

#sidebar h2 {
        padding: 4px;
        color: black;
        font-family: arial narrow;
        }

.fresh {
	width: 340px;
	margin: 10px;
	padding: 0 10px 10px;
	}

#info {display: none;}

#footwrap {
	clear: both;
	margin: 0;
	padding: 5px;
	background: url(http://img339.imageshack.us/img339/7430/transprent2.png);
        text-align: center;
	}
	
#footer {
        margin: 0 auto;
        text-align: center;
	width: 600px;
	padding: 5px;
	font-size: .8em;
	}

#footer, #footer a { color: #fff; }
	
/* NAVIGATION */

#primary-nav li {
         margin: 4px;
         float: left;
          }

#primary-nav {
        width: 570px;
	left: 0;
	margin: 300px auto 0;
	}

#primary-nav li a {
	background: #82ad97 url();
	padding: 2px;
	width: 100px;
	display: block;
	text-align: center;
	font-size: 13px;
        font-weight: bold;
	text-transform: uppercase;
	color: white;
	}

#primary-nav li a:hover {
	background: url(http://img52.imageshack.us/img52/7168/tellme.png);
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	}

/* LATEST */
.preview {
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
	background: none;
	}

/* RESOURCES */
#brushes p {
	width: 260px;
	padding: 5px;
	float: left;
	text-align: center;
	}

/* BREADCRUMB +  ARTICLE NAV */

.breadcrumb a, .articlenav a {
	padding: .25em;
	}

.articlenav a {
	width: 220px;
	text-align: center;
	}

#prevlink {
	float: left;
	}

#nextlink {
	float: right;
	}

/* PAGINATION */

#pagination li {
	background: #fff;
	float: left;
	margin: 0 .5em;
	}

#pagination li a {
	background: #fff;
	display: block;
	padding: 4px 12px 4px 12px;
	}
	
#pagination li.empty {
	padding: 4px 12px 4px 12px;
	}

#pagination a:hover {
        background: #b0e3f4;
        color: black;
        }
	
#pagination li.active {
        color: red;
        font-weight: bold;
        }

/* COMMENTS */
.cha_indented_comments li {
	list-style-type: none;
	}

.comment, .indented_comment {
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 450px;
	font-size: 14px;
	background: #fff;
	color: #000;
	-moz-border-radius: 5px;
	}

.gravatar {
	margin-right: 20px;
    margin-bottom: 5px;
	width: 80px;
	float: left;
	}

.indented_comment {
	margin-left: 35px;
	background: #e5e5e5 url();
	color: black;
	}

.reply-link {
	position: absolute;
	right: 20px;
	}

ol .meta {
	margin-bottom: 0;
	}

/* COMMENT FORM */
#txpCommentInputForm {
	margin-bottom: 1px;
	}

#txpCommentInputForm li {
	margin: 0 0 0 0;
	}

#txpCommentInputForm label {
	width: 10em;
	float: left;
	}

#txpCommentInputForm input, #txpCommentInputForm textarea {
	padding: 2px;
	font: 12px arial;
	background: #fff;
	color: #000;
        margin: 0;
	border: 1px solid #d4cdcd;
	-moz-border-radius: 5px;
	}

#txpCommentInputForm textarea {
	width: 340px;
	}

/* TYPOGRAPHY */

h2, #txpCommentInputForm legend {
	margin-bottom: 0;
	padding: .25em 0 0;
    font: 2.0em/1.3 helvetica;
	}

h2 {
	font-family: arial;
	text-align: center;
        margin-bottom: 0px;
    }

h2 a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #006f70;
	}

h2 a:hover {
	color: #88b397;
	}

.fresh h2 {
	color: black;
	font-size: 1.20em;
	padding: 10px;
	margin: 10px;
	font-weight: normal;
	}

h3 {
	font-size: 1.65em;
        text-align: center;
        margin: 0;
        padding: 0;
	}
	
p {
	margin: 0 0 1em;
	}
	
a {
	color: #000;
	text-decoration: none;
	padding: 3px;
	}

	
a:hover {
	color: #9d8747;
	text-decoration: none;
	}
	
b {color: black;}

a img {
	border: 0;
	}
	
/* LIST STUFF */

ol, .entry ul {
	margin-bottom: 1em;
	}

.entry ol {
	margin-left: 20px;
	}

.entry ol li {
	list-style-type: decimal;
	}

.fresh li, .directory li, .entry ul li {
	font-size: .93em;
	}

/* AROUND ALL COMMENTS AND PADDING UNDER FORM */
ol li { 
	font: 95%/2.0 arial, helvetica, sans-serif;
	padding-bottom: 10px;
}

/* AROUND GRAVATAR */
ol li img {
	border: 5px solid #beb7b6;
	margin: 0 auto;
	display: block;
	}

/* ENTRIES BLOG */
.entry {
	background: url(http://img203.imageshack.us/img203/1028/boxesk.png);
	margin-bottom: 20px;
	padding: 10px;
zoom: 100%;
	}
	
.quotes h2 {
	font: 180%/1.5 helvetica;
	color: #000;
        letter-spacing: 1px;
	}

.quotes a {
        color: #b38e55;
        font-weight: bold;
        font-style: normal;
}

.months {
	padding: 5px;
	margin: 0;
	font-size: .86em;
	line-height: 1em;
	font-weight: bold;
	color: #7c737c
}
	
/* POST INFO */
.entry .meta {
	font-weight: bold;
	color: #000;
	border-color: #7e7259;
	border-bottom: 1px solid rgba(126,114,89,.5);
	}

.meta {
        padding: 4px;
	clear: left;
	text-align: center;
	color: #474135;
	font-size: .9em;
	text-transform: lowercase;
	}

.meta a { color: #8ea446;}

.meta a:hover {color: #9caf52; font-weight: bold;}

.icons {
	text-align: left;
	display: none;
	}

.icons img {
	float: left;
	padding: 2px;
	margin: 0;
	}

/* SEARCH */

#searchform input, #searchform button {
	padding: 3px;
	margin: 1px;
	background: #fff;
	border: 1px solid #d4cdcd;
	-moz-border-radius: 5px;
	font-size: 1em;
	line-height: 1;
}

/* FOOTER COLUMNS */

.column {
	width: 150px;
	float: left;
margin: 20px;

}	

.column a {font-size: 10px;}

/* PAGE-SPECIFIC NAVIGATION */

#resource-list {

	}

#resource-list li, #tuts-list li {
	}

#resource-list .current, #tuts-list .current {
	color: #f20860;
	}

#resource-list a, #tuts-list a {
	font-size: 1.10em;
	color: black;
	}

#resource-list a:hover, #tuts-list a:hover {
	color: #fff;
	background: #000;
	}

/* #tuts-list a:hover { color: #fff;}

#tuts-list {
	position:absolute;
	top: 500px;
	left: 6px;
	width: 118px;
	text-align: right;
	border-right: 1px solid #bfb8b8;
	}

#tuts-list a {
	color: #000; 
	}
	
#tuts-list a:hover { color: #fff;} */;
