/*
Theme Name: sweetgreen
Theme URI: http://wordpress.org/
Description: A blog theme that is sweet, yet also green.
Version: 1.0
Author: ripe.com
Author URI: http://ripe.com/
Tags: 

*/

/* Color Key */
/* Dark Green: 077039 (links, h3) */
/* Lime Green: 6dba08 (hovers) */
/* Light Green: 79b794 (small, postfooter text) */
/* Gray: 606060 (body text) */

/* Resetting */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table {	border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* HTML Redefinition */

html,body {
	text-align: center;
	font-family: Century Gothic, Avant Garde, sans-serif;
	font-size: 9pt;
	color: #606060;
	}
	
html {
	background-image: url('images/background.jpg');
	background-color: #75b529;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

body {
	margin-top: 15px;
	}

a:link, a:visited {
	color: #077039;
	text-decoration: none;
	}

a:hover {
	color: #6dba08;
	}


h1 {
	font-size: 18pt;
	}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #077039;
	}
	h2.pagetitle {
	padding-top: 10px;
	font-weight: bold;
	color: #077039;
	}


h3 {
	color: #077039;
	font-weight: bold;
	}
	h3 a:link, h3 a:visited {
		color: #6dba08;
		}
	h3 a:hover {
		color: #606060;
		}

h4 {
	
font-size: 10pt;

color: #79b794;
	font-weight: bold;
	padding-bottom: .5em;
	}

h5 {
font-size: 40pt;
font-family: serif;	
color: #077039;
	font-weight: regular;
	padding-bottom: .5em;
	}

h6 {
	font-size: 20pt;
font-family: serif;	
color: #6dba08;
	font-weight: bold;
	padding-bottom: .5em;
	}

p {
	margin-top: 8pt;
	}

small {
	color: #79b794;
	}

blockquote {
	margin: 20px;
	padding-left: 20px;
	display: block;
	background-image: url('images/blockquote.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}

/* id */

#content {
	width: 650px;
	margin: 0px auto;
	float: right;
	}

#footer {
	float: right;
	width: 650px;
	height: 36px;
	background-image: url('images/nav-back.gif');
	margin-top: 4px;
	margin-bottom: 15px;
	color: #79b794;
	font-size: 8pt;
	}

#header {
	width: 850px;
	height: 99px;
/* 	background-image: url('images/banner.png'); */
	margin: 0px auto;
	}

#page {
	margin: 0px auto;
	width: 850px;
	}
	
#sidebar {
	margin-top: 4px;
	float: left;
	width: 196px;
	text-align: left;
	font-size: 8pt;
	}
	#sidebarcontent {
		background-image: url('images/sidebar-back.gif');
		padding-left: 25px;
		padding-right: 25px;
		}
	#sidebartop {
		height: 23px;
		width: 196px;
		background-image: url('images/sidebar-top.gif');
		}
	#sidebarbottom {
		height: 23px;
		width: 196px;
		background-image: url('images/sidebar-bottom.png');
		margin-top: -15px;
		}


/* Classes */

.aligncenter {
	text-align: center;
	}

.alignleft {
	float: left;
	padding-right: 15px;
	}
	div.alignleft {
		padding-top: 10px;
		padding-left: 15px;
		}

.alignright {
	float: right;
	padding-left: 15px;
	}
	div.alignright {
		padding-top: 10px;
		padding-right: 15px;
		}

.clear {
	clear: both;
	}

.entry {
	margin-top: 15px;
	}

.attachment {
	text-align: center;
	}

.navigation {
	float: right;
	width: 650px;
	height: 36px;
	background-image: url('images/nav-back.gif');
	margin-top: 4px;
	color: #79b794;
	font-size: 8pt;
	}
	.commentnavigation {
		display: none;
		}

.topnavigation {
	float: right;
	width: 650px;
	height: 36px;
	background-image: url('images/nav-back.gif');
	margin-top: 4px;
	color: #79b794;
	font-size: 8pt;
	}
	
.postnavigation {
	width: 650px;
	height: 36px;
	background-image: url('images/nav-back.gif');
	margin-top: 4px;
	}

.post {
	margin-top: 4px;
	width: 650px;
	}
	.postcontent {
		background-image: url('images/post-back.gif');
		text-align: left;
		padding: 0px 25px 0px 25px;
		}
	.posttop {
		background-image: url('images/post-top.gif');
		width: 650px;
		height: 24px;
		}
	.postbottom {
		background-image: url('images/post-bottom.gif');
		width: 650px;
		height: 24px;
		}
	.postfooter {
		clear: both;
		color: #79b794;
		font-size: 8pt;
		padding-top: 15px; 
		}
		.postfooter a:link, .postfooter a:visited {
			color: #6dba08;
			}
		.postfooter a:hover {
			color: #077039;
			}

/* Text Classes */


/* Widget Specific */

h2.widgettitle {
	font-size: 10pt;
	font-weight: bold;
	color: #6dba08;
	}


	
li#recent-posts ul li {
	list-style: circle;
	margin-left: 10px;
	}

.widget {
	margin-bottom: 15px;
	}

/* Comment Specific */

li.even {
	background-color: #f4ffe6;
	padding: 15px;
	margin-top: 4px;
	}

li.odd {
	border: 1px solid #e7f1d9;
	padding: 15px;
	margin-top: 4px;
	}

/* Twitter Feed */

ul#twitter_update_list li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	list-style: circle;
	}


/* Forms */

/* Browser fixes */

.iewarning {
	width: 830px;
	margin-bottom: 4px;
	background-color: white;
	padding: 10px;
	}

.ie #footer {
	
	}

.ie6 #sidebar {
	margin-top: auto;
	}
	.ie6 #sidebarcontent {
		width: 146px;
		overflow-x: hidden;
		}

.ie6 #content {
	margin-top: -4px;
	}

.ie6 .postcontent {
		width: 600px;
		overflow-x: hidden;
		}