/*		Default Links		*/
		
a:link{
	color: #C00;
	text-decoration: none;
}

a:visited{
	color: #C00;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none;
}

/*		Other Default HTML/Site wide things	*/
		
p, body {
	font-family: 'Lucida Grande', Verdana, Georgia, Helvetica, 'sans serif';
	font-size: 100%;
}

label{
	font-size: 0.75em;
	width: 5em;
	margin: 1em 1em 1em 2em;
	text-indent: 0%;
	color: #CC0000;
}

textarea, input {
	border: 1px solid #CCC;
	font-family: Verdana, Helvetica, Garamond;
	font-size: 0.825em;
	margin: 1em 1em 1em 2em;
	padding: 0.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

img {
	border: 0px solid white;
}

blockquote{
	font-size: 0.825em;
	font-family: Tahoma, Verdana, Helvetica;
	font-style: italic;
	padding: 1em;
	color: #AAA;
	/*border-left: 4px solid #AAA;*/
	width: 75%;
}

pre {
        font: 1.25em 'Courier New', Courier, Fixed;
		color: black;
}

#outer_notice {
	width: 100%;
	text-align: center;
}

.notice {
	width: 60%;
	margin: 1em;
	text-align: center;
	font-size: 0.75em;
	color: #CC0000;
	background-color: #FFFF99;
	border: 1px solid #FFFF00;
	padding: 0.5em;
}

.notice a:link {
	color: #C00;
	text-decoration: underline;
}

.notice a:visited {
	color: #C00;
	text-decoration: underline;
}

.notice a:hover {
	color: black;
	text-decoration: underline;
}

/*		Page Headers	*/

#header_right {
	position: absolute;
	right:0px;
	text-align: right;
}

#header_right .account_info {
	position: relative;
	top: 2.5em;
	right: 1em;
	font-style: italic;
	z-index: 20;
	font-family: Garamond;
	color: #C00;
}

/*		Page Footers	*/
		
#footer {
	font-size: 0.75em;
	background-color: #FFF;
	padding: 1em 1em 1em 3em;
	border-top: 1px solid #E9E9E9;
}

/* 		Navigation		*/

#navList{
	position: relative;
	top: 45px;
	width: 100%;
	margin-left: 0.5%;
	margin-top: 0%;
	z-index: 1;
	border-bottom: 1px solid #E9E9E9;
}

#navList .navList{
	list-style-type: none;
}

.navList .navTab{
	font-family: Garamond;
	font-size: 0.75em;
	font-variant: small-caps;
	letter-spacing: 0.25em;
	display: inline;
	padding: 0.5em 0 0.5em 0;
	margin-right: 0em;
	margin-left: 0em;
	list-style-type: none;
}

.navList #active{
	position: absolute;
	top: -2em;
	left: 1.5em;
	font-size: 2em;
	font-weight: bold;
}

#navList .navTab a:link{
	padding: 0.5em;
	color: #CCC;
	text-decoration: none;
}

#navList .navTab a:visited{	
	padding: 0.5em;
	color: #CCC;
	text-decoration: none;
}

#navList .navTab a:hover{
	color: #000;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.navList #active a:link{
	color: #CC0000;
	text-decoration: none;
}

.navList #active a:visited{
	color: #CC0000;
	text-decoration: none;
}

#navList #active a:hover{
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
} 

/*		Main Body Elements		*/

.main {
	position: relative;
	top: 50px;
	width: 100%;
}

#right_column {
	position: relative;
	top: 5px;
	float: right;
	width: 30%;
	background-color: white;
}

#left_column {
	width: 60%;
	padding: 1em;
}

/*		Misc Blog		*/
		
#left_column #article {
	font-size: 0.875em;
	line-height: 2em;
	border-left: 4px solid #CC3D3D;
	padding: 1em 1em 1em 1em;
	margin: 2em 1em 1em 1em;
}

#left_column #article .article_title {
	text-decoration: underline;
	font-variant: small-caps;
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 1.125em;
}

#left_column #article .article_footer .article_date {
	color: #BBB;
	font-size: 1em;
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	padding-left: 5%;
	padding-top: 1em;
}

span.welcome_header {
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 3em;
	color: #DADADA;
	text-align: left;
	border-bottom: 1px dashed #E9E9E9;
	margin-left: 0.5em;
}

/*		Twitter			*/

#twitter_div, .side_bar_element {
	float: right;
	font-family: Verdana, Helvetica, Georgia, 'sans serif';
	width: 100%;
	padding: 0.5em;
	margin: 1em 0em 1em 0em;
}

div.side_bar_title {
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 3em;
	color: #DADADA;
	text-align: left;
	border-bottom: 1px dashed #E9E9E9;
}

#twitter_update_list {
	font-family: Verdana, Helvetica, Georgia, 'sans serif';
	font-size: 0.75em;
	line-height: 2em;
	list-style-type: none;
	display: inline;
	text-align: left;
	color: black;
}

/*		Articles		*/

#left_column .article_title, #comment_heading {
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 3em;
	color: #DADADA;
	text-align: left;
	letter-spacing: 0.5em;
	font-variant: small-caps;
	margin-bottom: 1em;
	margin-top: 0.5em;
	font-weight: normal;
}

#article_links {
	text-indent: -10%;
	line-height: 2em;
	font-size: 0.75em;
	list-style-type: none;
}

#left_column .pic {
	float: left;
	margin: 0em 2em 1em 0em;
}

#article_navigation {
	position: relative;
	top: 1em;
	margin: 2em 1em 2em 1em;
	font-size: 0.825em;
	text-align: center;
}

#meta {
	width: 100%;
	background-color: #DDD;
	margin-top: 3em;
	padding: 1em;
	border-top: 1px solid #AAA;
	font-size: 0.75em;
}

/*		Comments/Article Comments		*/

/*#comment_heading {
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 3em;
	color: #DADADA;
	text-align: left;
	margin-left: 0.5em;
}*/

.individual_comment {
	margin-left: 1em;
	padding: 1em;
	margin-top: 1em;
	border: 0px solid #DADADA;
}

.individual_comment .comment_title {
	letter-spacing: 0.5em;
	text-indent: 5%;
	color: #C00;
	font-variant: small-caps;
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 1.125em;
}
		
.individual_comment .gravatar_image, .comment_by {
	float: right;
}

.individual_comment #comment_footer {
	width: 100%;
	background-color: #DDD;
	margin-top: 1em;
	padding: 1em;
	border-top: 1px solid #AAA;
	font-size: 0.75em;
}

/*		About		*/

.about_image {
	float: right;
	margin: 1em;
}

.about_title, #about_title {
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 2em;
	color: #DADADA;
	text-align: left;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.about_icon {
	margin-right: 1em;
}

/*		Signup/Login Page		*/

.heading {
	font-family: Garamond, Verdana, Helvetica, 'sans serif';
	font-size: 3em;
	color: #DADADA;
	text-align: left;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
		
.recaptcha {
	margin: 1em 1em 1em 1em;
}