/*
Theme Name: zinc Roe Blog
Theme URI: http://zincroe.com/
Description: This theme is for use exclusively on the zinc Roe Design website. No other use is authorized.
Version: 1.0
Author: zinc Roe Design
Author URI: http://zincroe.com/
Tags: green, fixed width, two columns
*/

/* RESETS */

blockquote, body, dd, dl, dt, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, ul {
	border: 0;
	list-style: none;
	margin: 0;
  	padding: 0;
}

body {
	background: #333 url(images/bg.png) -15px -15px;
}

a {
	color: #61a600;
}

h1 {
	font: normal 36px/40px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	letter-spacing: -3px;
	margin: 0 0 40px 0;
	position: relative;
	top: 0px;
}

h1 a {
       text-decoration: none;
}
	
h2,
h3,
h4,
h5 {
	font: normal 19px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	position: relative;
	top: -3px;
}
	
h3 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
}

h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}

h5 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}
	
h1 a,
h2 a,
h3 a.
h4 a {
	color: #7cbf1d;
}

img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
	
p {
	margin: 0 0 20px 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

abbr {
	font-size: 12px;
	font-weight: bold;
}

dfn {
	border-bottom: 1px dotted #0000FF;
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

pre {
	background: #F8F8F8;
	border: 1px solid #F0F0F0;
	border-width: 1px 0;
	font: 11px Courier, Fixed;
	line-height: 15px;
	overflow: auto;
	padding: 18px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

strong {
        font-weight: bold;
}

em {
        font-style: italic;
}


/* ID STYLES */

#skip-navigation {
	display: block;
	height: 0; }	
	
#wrapper {
	background: #fff url(images/sidebar_bg.png) no-repeat 660px 95%;
	color: #333;
	font: 13px/20px 'Georgia', serif;
	overflow: visible;
	position: absolute;
	min-height: 100%;
	width: 960px;
}
	
#content {
	background: transparent no-repeat;
	background-image: url(images/blog_index_bg.png);
	background-position: 120px 0;
	float: left;
	margin-left: -960px;
	padding: 80px 120px 160px;
	width: 480px;
}

/*padding-left: 240px;
width: 360px;*/

#sidebar {
	float: left;
	margin-left: 720px;
	min-height: 200px;
	padding: 80px 0 0;
	position: relative;
	width: 240px;
	z-index: 100;
}

#wrapper > *:before,
#wrapper > *:after {
	content: '.';
	display: block;
	height: 6px;
	visibility: hidden;
}
	
#wrapper > *:after {
	height: 14px;
}

#logo, 
#logo * {
	display: block;
	height: 120px;
	width: 240px;
}

#logo {
	background: url(images/logo.png) no-repeat right top;
	position: absolute;
	right: 0;
	top: 100%;
}
	
#logo dt a {
	text-indent: -1000em;
}	

#logo dd {
	display: none;
}

#nav {
	font: 11px/20px bold 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: lowercase;
	width: 240px;
}

#nav:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
	
#nav dl {
	float: left;
}	

#nav dt {
	width: 105px;
}

#nav dt.expanded {
	float: left;
}
	
#nav a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
	
#nav dt.expanded a {
	border-left: 5px solid #8dc63f;
	color: #333;
	display: block;
	line-height: 11px;
	margin: 4px 0 5px -15px;
	padding-left: 10px;
}
	
#nav dd {
	border-left: 5px solid #8dc63f;
	float: right;
	margin: 4px 0 5px;
	padding-left: 10px;
	width: 120px;
}
	
#nav dd dl {
	margin: -4px 0 -5px;
}

#twitter {
	position: absolute;
	right: 0;
	top: 600px;
	font: 11px/20px bold 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	width: 240px;
}

.tweet_list {
	list-style: none;
	list-style-image: none !important;
	width: 220px;
	padding-bottom: 18px;
}
	
.tweet_list .tweet_time {
	display: none;
}

.tweet_list li {
	padding: 1em 0.5em;
	position: relative;
}

.tweet_list .tweet_even {
	border-top: 1px dotted #e8e8e8;
	border-bottom: 1px dotted #e8e8e8;
}

.tweet_list .tweet_avatar {
	position: absolute;
	top: 24px;
	left: -32px;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}



#tagline {
	margin: -50px 0 20px 180px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}

#comments {
        border-top: 5px solid #8dc63f;
        padding: 20px 0 0 0;
        margin: 20px 0 20px 0;
}

#searchform {
        margin: 0 0 40px 0;
        display: block;
}

#archive_years,
#archive_months,
#archive_categories {
        margin: 0 0 30px 0;
        font: normal 12px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

#archive_years a,
#archive_months a,
#archive_categories a {
        text-decoration: none;
}

#archive_months ul {
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #e8e8e8;
        padding: 0 0 10px 0;
}

#archive_months ul ul {
        margin: 0;
        border: 0;
        padding: 0;
}

#archive_categories ul li {
        font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

#related {
        margin: 20px 0 20px 0;
        font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
        padding: 6px;
        border: 1px solid #e8e8e8;
}

#related a {
        text-decoration: none;
}

#related p {
        margin: 0 0 6px 0;
        border-bottom: 1px dotted #e8e8e8;
}

#related h5 {
        margin: 0;
}

#respond {
        margin-top: 20px;
}

	
/* CLASS styles */

.st-tag-cloud{
        font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

.archive_row {
        margin: 0 0 4px 0;
        padding: 0 0 4px 0;
        border-bottom: 1px dotted #e8e8e8;
}

.archive_row em {
        font-style: normal;
        color: #999999;
}

.archive_titles {
        font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

a.rsslink {
        background:url(images/feedicon.png) 0 2px no-repeat;
        padding-left: 14px;
}

.navigation {
        display: block;
        font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

.navigation:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.group {
	border-bottom: 5px solid #333333;
	margin-bottom: 3em;
	padding-bottom: 5em;
}

.footnote {
	font-size: 0.75em;
	position: relative;
	top: -0.5em;
}

.avatar {
        border-bottom: 5px solid #8dc63f;
	float: left;
        margin: 2px 0 10px -75px;
	padding-bottom: 5px;
	position: relative;
	width: 55px;
}

/* POST Styles */

.pagetitle a {
	text-decoration: none;
}

.categorytitle {
	margin-bottom: 30px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}

.post {
        margin: 0 0 60px 0;
}
	
.post .date {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

.post ul {
	list-style-type: disc;
	margin: 0 0 10px 20px;
	padding: 0;
}

.post ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

.postmetadata {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #999;
        margin: 0 0 10px 0;
        padding: 0;
}

.postmetadata a {
	text-decoration: none;
}

.usermetadata {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #999;
}

.usermetadata a {
	text-decoration: none;
}

/* COMMENT Styles */

.commentprompt {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
}

.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
        border-bottom: 1px dotted #e8e8e8;
}

.commentlist li .avatar { 
        width: 40px;
        height: 40px;
        border-bottom: 5px solid #e8e8e8;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
        font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}


.commentmetadata {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #999;
        margin: 0 0 10px 0;
        padding: 0;
}

.commentmetadata a {
	text-decoration: none;
}

.commentlist {
	padding: 0;
        margin: 10px 0 20px 0;
}

.nocomments {
	margin: 0;
	padding: 0;
}


.alt {
	margin: 0;
        background: #fcfcfc;
}

.author-id-2,
.author-id-3,
.author-id-4,
.author-id-5,
.author-id-6,
.author-id-7,
.author-id-8 {
        border-left: 2px solid #8dc63f;
}

.author-id-2 img.avatar,
.author-id-3 img.avatar,
.author-id-4 img.avatar,
.author-id-5 img.avatar,
.author-id-6 img.avatar,
.author-id-7 img.avatar,
.author-id-8 img.avatar {
        border-bottom: 5px solid #8dc63f;
}

.wp-pagenavi {
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
        color: #999999;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px dotted #61a600;
	color: #61a600;
}

.wp-pagenavi a:hover {	
	border: 1px dotted #61a600;
	color: #61a600;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px dotted #999999;
	color: #999999;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px dotted #999999;
	color: #999999;
}



/* FORM Styles */

button,
input,
select,
textarea {
	border: 1px solid #CCC;
	color: #333;
	display: inline;
	font: 13px/20px monospace;
	margin: 0;
	padding: 0;
}
	
input[type=text],
input[type=password] {
	padding: 2px 0;
}

input[type=hidden] {
	padding: 0;
        border: 0;
}
	
textarea {
	margin: -1px 0;
	width: 100%;
}

button,	
input[type=submit],
input[type=button] {
	background: #8dc63f;
	border: 1px solid #73a62b;
	color: #fff;
	font: bold 11px/20px 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	padding: 4px;
        cursor: pointer;
        -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	
input:focus,
input:active
textarea:focus,
textarea:active,
select:focus,
select:active {
	background-color: #ffe;
}

button:focus,	
button:active,	
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active {
	background-color: #333;
	border-color: #222;
}


