/*  
Theme Name: Greencode Clean
Theme URI: http://www.efinke.com/wordpress/themes/greencode/
Description: A shiny green code-inspired theme.
Version: 0.4
Author: Christopher Finke
Author URI: http://www.efinke.com/
*/

.big { font-size: 20pt; }

html {
	margin: 0px;
	height: 100%;
}

a {
	color: Green;
}

a:hover{
	text-decoration: none;
}

body {
	margin: 0px;
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:18px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;*/
	background-color: rgb(72,95,0); 
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

#page {
	width: 1000px;
	background-color: #ffffff;
	text-align: left;
}

#bodyArea {
width: 100%;
}

#content {
width: 800px;
position: absolute;
left: 0;
top: 154px;
background-color: #fff;
}

#sidebar {
position: absolute;
top: 153px;
left: 800px;
width: 200px;
}

#header {
	height: 153px;
	width: 1000px;
}

#content{
	border-right: 1px dotted #999999;
float: left;
}

#sidebar {
	background-color: #fff;
float: right;
}

#contentInner{
	background-color: #fff;
}

#nav {
	background-color: #FFFFD2;
        width: 200px;
}

#nav > div {
	padding: 10px;
	border-width: 0px 0px 1px 1px;
	border-style: dotted;
	border-color: #999;
}

#nav div.widget div, #twitter div.widget div {
	padding: 0;
	border: 0;
}

#nav div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav div ol {
	margin: 0.05em;
}

#contentInner {
	padding: 20px 20px 0px 20px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: block;
}

h1 {
font-size: 24px;
}

h2 {
font-size: 20px;
}

#nav h2 {
font-size: 16px;
}

.border {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

dl dl {
	margin-left: 30px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.post {
	padding-bottom: 10px;
	clear: both;
}

.post img {
	border: 1px solid #333;
}

.navigation {
	margin: 0px 0px 30px 0px;
}
	
.postmetadata {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #aaa;
	padding: 5px 0px 5px 0px;
	color: #777;
	text-align: center;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#blog-title {
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 330px;
	top: 67px;
	left: 325px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: block;
}

#print-tagline {
	display: none;
}

#commentform {
	padding-bottom: 10px;
}

.tag-cloud a {
	vertical-align: middle;
	padding: 3px;
	text-decoration: none;
}

.tag-cloud a:hover {
	opacity: 1.0;
	text-decoration: underline;
}

.author-comment {
border-width: 2px 0px 2px 0px;
border-style: solid;
border-color: green;
background-color: #ffffe2;
padding: 10px;
}


pre {
	padding: 5px;
  overflow: auto;
  border: 1px dotted #999;
}

.tweets {
}

						#emurse_resume_badge_gogomonkey { background: #fff; border: 2px solid #224f6f; font-family: arial; font-size: 11px; width: 95%; }
						#emurse_resume_badge_gogomonkey thead a {color: #fff;}
						#emurse_resume_badge_gogomonkey tbody a {color: #3672a4;}
						#emurse_resume_badge_gogomonkey tbody a:hover {color: #113249;}
						#emurse_resume_badge_gogomonkey img {border: 0;}
						#emurse_resume_badge_gogomonkey td, #emurse_resume_badge_gogomonkey th { padding: 4px !important; text-align: center;}
