
/***** YAHOO's RESET CSS *****/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{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;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}



/***** GLOBAL *****/

html, body {
	background-color: #ecf3f9;
	background-image: url('/images/bg.1.0.0.gif');
	background-repeat: repeat;
}

a:link, a:visited, a:active, a.mainSiteLink:link, a.mainSiteLInk:visited, a.mainSiteLink:active {
	text-decoration: none;
	font-family: sans-serif;
	color: #444444;
	border-bottom: 1px solid rgb(128, 196, 28);
	background-color: transparent;
}

a.mainSiteLink {
	font-weight: bold;
	color: black;
}

a:hover {
	background-color: #c6a053;
	color: #ffffff;
}

.clear {
	clear: both;
}

.pageElement {
	margin-left: 15%;
	margin-right: 15%;
	padding: 8%;
}

li {
	list-style-type: circle;
	padding-bottom: .3em;
	margin-left: 1em;
}

/***** MAIN CONTENT *****/

.mainContent {
	border: 1px solid #999999;
	padding-top: 1em;
	background-color: white;
	color: #444444;
}

.mainContent h1 {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
	
	font-size: 2.5em;
	
	color: #000000;
}

.mainContent h2 {
	font-family: sans-serif;
	font-size: 1.7em;
	
	margin: 0;
	padding: 0;
	padding-bottom: .3em;
	padding-top: .2em;
	
	color: rgb(128, 196, 28);
}

.mainContent h3 {
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	
	margin: 0;
	padding: 0;
	padding-bottom: .3em;
	padding-top: .2em;
	
	color: black;
}

.mainContent ul {
	margin-bottom: 1em;
}

.mainContent li {
	list-style-type: square;
	font-family: sans-serif;
}

.mainContent blockquote {
	padding: .5em;
	color: #888888;
	font-style: italic;
}

.notBlogSide p {
	width: 65%;
}

ul.menu {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left:.5em;
}

ul.menu li {
	font-size: .8em;
	display: inline;
	list-style-type: none;
	padding-right: 1em;
	
	font-family: sans-serif;
}

.mainContent p {
	font-size: 1em;
	line-height: 1.35em;
	padding-bottom: 1em;
	padding-left: 0;
	padding-right: 1em;
	font-family: sans-serif;
}



/****** MENU BAR *****/

#menuBar {
	padding: 0;
	margin-top: 2em;
}

#menuBar a:link, #menuBar a:visited, #menuBar a:active {
	color: #444444;
	border: none;
	background-color: transparent;
}

#menuBar a:hover {
	background-color: #333333;
	color: #efefef;
}

#menuBar h1 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	display: inline;
	font-family: sans-serif;
}

#menuBar ul {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

#menuBar li {
	font-size: .8em;
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}

/***** ROOT UPDATES *****/

.update {
	font-family: sans-serif;
		
	padding: .4em;
	margin-bottom: .15	em;
	margin-left: .75em;
	
	border-bottom: 1px dashed #e0e0e0;
}

.lastUpdate {
	border: none;
}

.updateHeader {
	font-weight: bold;
	text-align: right;
	width: 8em;
	display: block;
	float: left;
}

.updateBody {
	font-size: .9em;
}

.updateTime {
	color: #aaaaaa;
	font-size: .75em;
}

/***** SUMMARIES *****/


.summaryEntry {
	margin-left:5%;
	margin-right:5%;
	padding-bottom:.5em;
	padding: 2%;
	background-color: #white;
	border-bottom: 1px dashed #e0e0e0;
}

.summaryEntryLast {
	border: none;
}

.summaryEntry:hover {
	background-color: #f0f0f0;
}

.summaryTitle {
	font-family: sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: rgb(128, 196, 28);
	float: left;
	padding-right:.3em;
}

.summaryDetail {
	font-family: sans-serif;
	font-size: .8em;
	color: black;
}

.summaryDescription {
	font-family: sans-serif;
	font-size: .7em;
	color: #999999;
}

/***** COMMENTS *****/

.comments h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}

.comments {
	margin-top:2em;
}

.comment {
	width: 80%;
	margin-bottom: .5em;
	padding-left: .5em;
	border-bottom: 1px dashed #e0e0e0;
}

.commentFirst {
	border-top: 1px dashed #e0e0e0;
	padding-top: .5em;
}

.comment h2, .comment h3 {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: inline;
	color: #444444;
}

.comment h2 {
	font-weight: bold;
}

.comment h3 {
	font-size: .7em;
}

.adminComment {
}

.adminComment h2 {
	color: #cc1111;
}

.comment p {
	margin: 0;
	margin-bottom: 1em;
}

.comment label {
	font-family: sans-serif;
	font-size: .8em;
}

.labelColumn {
	text-align:right;
	padding-right:.3em;
}

#commentEntry {
	padding-top:1em;
}

/***** FORMS *****/

form {
	margin-top: 2em;
}

form p {
	margin-bottom: 1em;
}

.formSection {
	width: 100%;
}

.formLabel {
	font-size: .8em;
	text-align: right;
	vertical-align: center;
	
	width: 30%;
}

.formElement {
	width: 68%;
}

#errorExplanation, #flashNotice {
	font-family: sans-serif;
	background-color: #ffdddd;
	padding: .3em;
	margin-bottom: 1em;
	color: #A40004;
}

#errorExplanation h2, #flashNotice h2 {
	color: black;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#errorExplanation p, #flashNotice p {
	padding: 0;
	margin: 0;
	margin-left: 1em;	
	display: none;
	color: red;
}

.erroredLabel {
	background-color: #ffdddd;
}

/***** CONTACT *****/

.emailContainer {
	text-align: center;
	padding-bottom: 2em;
}
.emailSegment {
	font-weight: bold;
	font-family: sans-serif;
}

.emailSegmentMain {
	color: black;
	font-size: 1.6em;
}

.emailSegmentSub {
	color: gray;
	font-size: 1em;
	vertical-align: center;
}

/***** PROJECTS *****/

h1.project {
	display: inline;
	
}

/***** IMAGES *****/

.imageList {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.imageListEntry {
	float: left;
	margin-right:1em;
}

.imageListEntry a:link, .imageListEntry a:visited, .imageListEntry a:active, .imageListEntry a:hover {
	border: none;
	background-color: transparent;
}

/***** MISC *****/

.actualTable {
	border:1px solid black;
}

.actualTable td {
	padding: .25em;
	border: 1px solid gray;
}

.codeSample {
	padding: 1em;
	margin: 1em;
	background-color: #555555;
	color: white;
	font-family: sans-serif;
}

.license {
	font-size: .8em;
}

/***** TWITTER *****/

.sidebar-title {
	display: inline;
}

#twitter_div {
	margin-top: 2em;
}

#twitter_div li {
	list-style-type: none;
	margin-left: 6em;
	margin-bottom: .3em;
	border-bottom: 1px dashed #e0e0e0;
	padding-top: .5em;
	font-family: sans-serif;
	font-size: .9em;
}

#twitter_div a {
	color: #c6a053;
	font-size: .75em;
}

#twitter_div a:hover {
	color: #ffffff;
	background-color: #c6a053;
	font-size: .75em;
}

/***** FOOTER *****/

#footer {
	margin-top:0;
	margin-bottom:0;
	padding:0;
	font-size:.65em;
	text-align: right;
	color: #898989;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #898989;
	border: none;
	background-color: transparent;
}

#footer a:hover {
	background-color: #898989;
	color: #efefef;
}
