
/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 101%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

/*  tables still need 'cellspacing="0"' in the markup  */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}
/*  general  */

body {
	background-color: #BDD4DC;
	font-family: verdana,helvetica,arial;
	font-size: 0.8em;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
					
.date {
	color: #BDD4DC;
	display: inline;
	font-weight: bold;
	padding-right: 20px;
	}
	


/*  header  */

#header {
	background: white url('../images/headerbkgrd.gif') top left no-repeat;
	border-bottom: 3px solid #A8C6D1;
	height: 90px;
	}
	
	#header img {
		height: 90px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 900px;
		}
	


/*  main menu  */

#menumain {
	background: url('../images/contenttop.gif') top left repeat-x;
	border-top: 2px solid #97BCC8;
	height: 42px;
	}
	
	#menumain #menumainleft {
		background: url('../images/contenttopleft.gif') top left no-repeat;
		}
		
	#menumain #menumainright {
		background: url('../images/contenttopright.gif') top right no-repeat;
		}
	
	#menumain .container {
		margin: 0 auto;
		padding: 10px 20px;
		text-align: right;
		width: 860px;
		}
	
	#menumain a {
		padding-left: 25px;
		}
		
	#menumain a:hover {
		color: #6EA0B2;
		text-decoration: none;
		}
		
		#menumain a.selected {
			color: black;
			font-weight: bold;
			text-decoration: none;
			}
	


/*  content  */

#content {
	background: url('../images/contentbkgrd.gif') top left;
	}
	
	#content #contentleft {
		background: url('../images/contentbkgrdleft.gif') top left repeat-y;
		}
		
	#content #contentright {
		background: url('../images/contentbkgrdright.gif') top right repeat-y;
		padding-bottom: 40px;
		}
	
	#content .container {
		background: url('../images/contenttextbkgrd.gif') top left repeat-y;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 900px;
		}
			
		#content .container .home {
			background: url('../images/contenttextornament.gif') top left no-repeat;
			margin-left: 5px;
			}
		
		#content .container .top {
			background: url('../images/contenttexttop.gif') top left no-repeat;
			height: 6px;
			}
			
		#content .container .middle {
			margin: 2px 5px;
			padding: 12px 15px 12px 15px;
			}
			
			#content .container .middle .left {
				float: left;
				padding-right: 35px;
				width: 565px;
				}
				
				#content .container .middle .left h1 {
					font-size: 170%;
					font-weight: bold;
					margin: 0;
					padding: 0 0 20px 0;
					}
				
					#content .container .middle .left h1 a:hover {
						color: black;
						text-decoration: none;
						}
				
					#content .container .middle .left h1.nopad {
						padding: 0;
						}
						
				#content .container .middle .left h2 {
					padding: 0 0 20px 0;
					}
					
				#content .container .middle .left .blogmodule {
					background: url('../images/contenttextornamentsmall.gif') bottom center no-repeat;
					margin-bottom: 30px;
					padding-bottom: 20px;
					}
					
				#content .container .middle .left .comments {
					padding-top: 50px;
					}
					
				#content .container .middle .left .comment {
					background: url('../images/commentornament.gif') bottom right no-repeat;
					background-color: #F8FBFB;
					border: 1px solid #BDD4DC;
					margin: 0 0 20px 0;
					padding: 0;
					}
					
					#content .container .middle .left .comment .head {
						background-color: #E9F1F4;
						border-bottom: 1px solid #DCE8ED;
						font-size: 90%;
						padding: 10px;
						}
						
						#content .container .middle .left .comment .head .name {
							font-weight: bold;
							padding-right: 20px;
							}
							
						#content .container .middle .left .comment .head .url {
							padding-right: 20px;
							}
							
						#content .container .middle .left .comment .head .permalink {
							padding-left: 20px;
							}
							
					#content .container .middle .left .comment .text {
						padding: 10px 10px 15px 10px;
						}
					
			#content .container .middle .right {
				float: left;
				font-size: 90%;
				line-height: 150%;
				width: 250px;
				}
				
				#content .container .middle .right .module {
					font-size: 100%;
					padding-bottom: 20px;
					}
			
				#content .container .middle .right h1 {
					color: #6EA0B2;
					font-size: 120%;
					font-weight: bold;
					margin: 0;
					padding: 20px 0 10px 0;
					}
			
				#content .container .middle .right h3 {
					font-size: 120%;
					font-weight: bold;
					}
					
				#content .container .middle .right ul {
					list-style-image: url('../images/bullet.gif');
					margin-left: 20px;
					padding: 0;
					}
					
				#content .container .middle .right li {
					padding-bottom: 10px;
					}
			
				#content .container .middle .right a.website img {
					border: 5px solid #97BCC8;
					}
					
				#content .container .middle .right .photos a img {
					border: 5px solid #BDD4DC;
					margin: 0 28px 15px 0;
					}
		
					#content .container .middle .right .photos a:hover img {
						border: 5px solid white;
						}
					
				#content .container .middle .right .rss {
					margin-top: 30px;
					}
					
					#content .container .middle .right .rss img {
						vertical-align: middle;
						}
					
					#content .container .middle .right .rss a {
						padding-right: 3px;
						}
			
			#content .container .middle .clear {
				clear: both;
				line-height: 0;
				}
		
		#content .container .bottom {
			background: url('../images/contenttextbottom.gif') bottom left no-repeat;
			height: 6px;
			padding-top: 10px;
			}


/*  footer  */

#footer {
	background: url('../images/footertop.gif') top left repeat-x;
	height: 6px;
	padding-top: 20px;
	}
	
	#footer .container {
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 900px;
		}
			
	#footer .container .third {
		background: url('../images/footerornament.gif') top center no-repeat;
		float: left;
		font-size: 90%;
		line-height: 150%;
		padding: 10px 20px;
		width: 260px;
		}
	
		#footer .container .third h1, #footer .container .third h2.twitter-title {
			color: #6EA0B2;
			font-size: 120%;
			padding: 20px 0 10px 0;
			}
			
		#footer .container .third a img {
			border: 5px solid #97BCC8;
			margin-bottom: 15px;
			}
			
		#footer .container .third .date {
			color: #6EA0B2;
			}
	
		#footer .container .third .sixth {
			float: left;
			width: 130px;
			}
			
	#footer .container .third ul#twitter_update_list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
				
		#footer .container .third ul#twitter_update_list li {
			padding-bottom: 20px;
			}
				
		#footer .container .third ul#twitter_update_list a {
			display: block;
			padding: 0;
			}
	
/*  text  */

p {
	margin: 0;
	padding: 0 0 20px 0;
	}

strong, b, .bold {
	font-weight: bold;
	}

em, i, .ital {
	font-style: italic;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}
	
.strike {
	text-decoration: line-through;
	}

.center {
	margin: 0 auto;
	text-align: center;
	}
	
.indent {
	padding-left: 20px;
	}
	
blockquote {
	background-color: #E9F1F4;
	margin: 0 0 20px 0;
	padding: 20px;
	}



/*  headers  */

h1 {
	color: black;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	color: #6EA0B2;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h3 {
	color: #6EA0B2;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h1.nopad, h2.nopad {
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	color: #900;
	text-decoration: none; 
	border: 0;
	}

a:active, a:hover {
	text-decoration: underline;
	}
	
a.selected {
	color: black;
	font-weight: bold;
	}
	
	
	
/*  images  */

img.leftimg {
	float: left;
	padding: 0 10px 10px 0;
	}



/*  lists  */

ul {
	list-style-type: disc;
	margin: 0 0 10px 35px;
	padding: 0;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 10px 35px;
	padding: 0;
	}

ul.space, ol.space {
	margin: 0 0 0 35px;
	padding: 0;
	}

ul.space li, ol.space li {
	margin: 0;
	padding: 0 0 20px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol, ol.letters {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	margin-bottom: 10px;
	}
	
table.border {
	border-left: 1px solid #DCE8ED;
	border-top: 1px solid #DCE8ED;
	}
	
table.border td {
	border-bottom: 1px solid #DCE8ED;
	border-right: 1px solid #DCE8ED;
	padding: 5px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}

td.required { 
	font-weight: bold;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	font-weight: bold;
	padding-top: 20px;
	}
	
	
	
/*  forms  */

.go {
	background-color: #900;
	border: 1px solid #900;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0 20px 0 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #900;
	padding: 3px;
	}