body, td {
	font-family:	"Tahoma",sans-serif;
	font-size:		10pt;
	color:			#333;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family:	"Georgia",serif;
	font-weight:	normal;
}

h1 {
	font-size:			24pt;
}

h2 {
	font-size:			18pt;
}

h3 {
	font-size:			16pt;
}

h4 {
	font-size:			14pt;	
}

a:link, a:visited {
	text-decoration:	none;
	color:				#4d5d85;
	border-bottom:		1px #4d5d85 dotted;
}

a:hover {
	color:					#3a4664;
	border-bottom-style:	solid;
}

div.layout {
	text-align:			left;
}

div#content h2 {
	margin:0px;
/* 	border-bottom:		1px #ccc solid; */
}

div#content p {
	line-height:		1.3em;
/* 	margin-top:			0px; */
}

.clear {
	clear:				both;
}

div#footer {
	font-size:			8pt;
}

div.box {
	background-color:	#fff;
}

div.center {
	text-align:			center;
}

div.padding {
	padding:			10px;	
}

hr {
	border: 			0;
	height: 			1px;
	border-top: 		1px solid #aaaaaa;
	color: 				#fff;
	background-color: 	#fff;
}

.left {
	float: left;
}
.right {
	float:right;
}

blockquote {
	margin:				20px 25px 20px 25px;
	border:				1px #f0f0f0 solid;
	border-left:		5px #ccc solid;
	background-color:	#f8f8f8;
	padding:			3px;
	padding-left:		10px;
	font-size:			9pt;
}

blockquote cite {
	display:			block;
	font-weight:		bold;
	text-align:			right;
}

small {
	font-size:			8pt;
}


/********************************************************/
/* Blog Stuff										 	*/
/********************************************************/

.article h2 {
	margin-top:			10px;
	letter-spacing: 	-1px;
	padding-bottom:		3px;
	border-bottom:		1px #dddddd solid;
}

.article h2 a {
	border-bottom:		0px;
}

.article h4 {
	font-size:			8pt;
	margin:				5px 0px 5px 0px;
	color:				#777;
}

.entryText {
	padding-top:		3px;
}

h1 + .blog {
	margin-top:			3px;
	border-top:			1px #dddddd solid;	
}

.article_text img {
	border:				1px #dddddd solid;
}

.commentlink {
	font-family: 		"Georgia","Times","Times New Roman",serif;
	border-bottom:				1px #dddddd solid;
	text-align:			right;
	font-size:			8pt;
	margin-top:			5px;
	padding-bottom:		5px;
}

.commentlink a:link, .commentlink a:visited {
	border-bottom:		0px;
}


.articleNav td, .commentlink div {
	font-family: 		"Georgia","Times","Times New Roman",serif;
	font-size:			8pt;	
}

.article_text {
	padding:			0px 20px 0px 20px;
}

.category .article_text {
	padding:			3px 0px 0px 0px;
	margin:				0px;
}

.category .commentlink {
	border:				0px;
	border-top:		1px #dddddd solid;
	padding:			0px;
	padding-top:		3px;
	text-align:			right;
}

/********************************************************/
/* Table Formatting									 	*/
/********************************************************/
.table {
	border-collapse:	collapse;
}

.table th, .table td {
	border:				1px #999 solid;
	padding:			3px;				
}

.table tr.header {
	background-color:	#cccccc;
	text-align:			center;
}

.table tr.even {
	background-color:	#f8f8f8;	
}

.table tr.odd {
	background-color:	#eeeeee;	
}

/********************************************************/
/* Bibliography Formatting							 	*/
/********************************************************/
.bibliography h2 {
	text-align:		center;
	margin-top:		30px;
	margin-bottom:	20px;
}

.bibliography ul, .bibliography ol {
	list-style:		none;
	padding-left:		.25in;
	text-indent:		-.25in;
}

.bibliography li {
	margin-bottom:	10pt;
}

/********************************************************/
/* Images											 	*/
/********************************************************/
img.border, a img {
	border:				1px #333333 solid;
}

/********************************************************/
/* Notifications									 	*/
/********************************************************/
#notifications div.message {
	margin:				10px;
	border:			1px green solid;
	background-color:	#DBFFEB;
	padding:			5px;
}

#notifications div.error {
	margin:			10px;
	border:			1px red solid;
	background-color:	#FFDBDB;
	padding:			5px;
}


/************************************************************/
/* Forms	 												*/
/************************************************************/
div.widget {
	clear:both;
	margin-bottom:		5px;
}

div.widget label {
	float:				left;
	font-weight:		bold;
	width:				175px;
}

div.widget textarea {
	width:				350px;
	height:				150px;
}

div.widget.center {
	text-align:			center;
}

fieldset .instructions {
	/*font-size:			px;*/
}
