html {min-height: 100%;}

a {color: #19699A;}
a:hover {color: #19699A;}
a img {border: none;}

body {
	color: 		#333;
	font: 		normal 62.5% Verdana,sans-serif;
	background: 	#FFFFFF url('/images/bg-gradient.png') repeat-x;
	margin: 	0;
}

td {
	color: 		#005A92;
	font-size: 	14px;
}

p,code,ul {padding: 0;}

li {list-style: none;}

a.parent_links {
	color:		#FFFFFF;
	display:	block;
	font-size:	12px;
	font-weight:	bold;
	margin-left:	5px;
	padding:	5px;
	text-decoration:none;
	width:		180px;
}

a:hover.parent_links {
	background: 	#0397D7;
	color: 		#FFF;
}

h1 {
	font: 		bold 20px Verdana, Arial, sans-serif;
	margin:		7px 0 -5px 0;
	color: 		#005A92;
}
h2 {
	font: 		bold 18px Verdana, Arial, sans-serif;
	padding-top: 	4px;
	color: 		#005A92;
	margin-bottom: 	2px;
}
h3 {
	font: 		bold 1em Verdana,sans-serif;
}


code {
	background: 	#FFF;
	border: 	1px solid #EEE;
	border-left: 	6px solid #CCC;
	color: 		#666;
	display: 	block;
	font: 		normal 1em Verdana,sans-serif;
	line-height: 	1.6em;
	margin-bottom: 	12px;
	padding: 	8px 10px;
	white-space: 	pre;
}

blockquote {
	background: 	url('img/quote.gif') no-repeat;
	display: 	block;
	font-weight: 	bold;
	padding-left: 	28px;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	font-size: 	1.2em;
	margin: 	0 auto;
	width: 		980px;
	background:	url('/images/topper.gif') no-repeat;
}

.outer-container {
	margin: 	0 auto;
}

/* header & title */
.header {
	height: 	76px;
	margin-bottom: 	5px;
	padding-top: 	10px;
	width:		980px;
}

.header-left {
	float:		left;
	padding-left:	30px;
	height: 	81px;
	width:		308px;
	text-align:	left;
}
.header-right {
	float:		right;
	padding-top:	18px;
	padding-right:	30px;
	height: 	63px;
	width:		612px;
	font-size:	16px;
	color: 		#19699A;
	text-align:	left;
}
.header-right a {
	font-size:	16px;
	color: 		#19699A;
	font-family:	Verdana,sans-serif;
	text-decoration:none;
}
.header-right a:hover{
	font-size:	16px;
	color: 		#19699A;
	font-family:	Verdana,sans-serif;
	text-decoration:none;
}
.header .title {
	color:	 	#FFF;
	padding-top: 	50px;
}
.header .title .sitename a {
	border-bottom: 	1px dashed #657382;
	color: 		#FFF;
	font: 		normal 3em Verdana,sans-serif;
	padding-bottom: 2px;
	text-decoration:none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: 		normal 1.1em Verdana,sans-serif;
	padding-top: 	6px;
}

/* path */
.path {
	color: 		#FFF;
	height:		36px;
	padding-left:	40px;
	background: 	#FFFFFF url('/images/buttonbgleft.gif');
}


#sidebar {
	width:		200px;
	margin-left:	0px;
}


/* content */
.content {
	background: 	#FFFFFF url('/images/background-content.gif') no-repeat center top;
	float: 		right;
	width:		490px;
	margin:		85px 180px 0 0;
	padding: 	5px 20px 10px 20px;
}
.content .descr {
	color: 		#333;
	font-size: 	0.9em;
	margin-bottom: 	6px;
}
.content li {
	font-family: 	Verdana,sans-serif;
	font-size: 	14px;
	color: 		#005A92;
	line-height:	20px;
	list-style: 	url('img/li.gif');
	margin-left: 	16px;
}
.content p {
	font-family: 	Verdana,sans-serif;
	font-size: 	14px;
	color: 		#005A92;
	margin:		10px 0 0 0;
	line-height:	20px;
	font-weight: 	normal;
}

/* navigation */
.navigation {
	float: 		left;
	margin-left: 	40px;
	width: 		200px;
	text-align: 	left;
	margin-top:	50px;
}
.navigation h2 {
	color: 		#5A5A43;
	font: 		bold 1.1em Verdana,sans-serif;
	line-height: 	30px;
	margin: 	0;
	padding-left: 	12px;
}
.navigation ul {
	padding: 	0px;
	margin: 	0px;
}

.navigation li a {
	font-size: 	12px;;
	font-weight: 	bold;
	color: 		#FFFFFF;
	display: 	block;
	width:		180px;
	margin-left:	5px;
	text-decoration: none;
	padding: 	5px 5px 5px 5px;
}
.navigation li a:hover {
	background: 	#0397D7;
	color: 		#FFF;
}

/* footer */
.footer {
	background: 		#FFFFFF;
	color: 			#000000;
	margin: 		0 auto;
	margin-top:		0;
	padding: 		10px 10px 10px 10px;
	width:			960px;
	clear:			both;
}

.footer a {
	text-decoration: none;
	line-height: 	26px;
}
.footer a:hover {
	text-decoration: underline;
	line-height: 	26px;
	}
	
.footer_menu {
	background: 		#FFFFFF;
	position:		relative;
	z-index:		1;
	top:			-228px;
	color: 			#000000;
	margin: 		0 auto;
	padding: 		10px 10px 10px 10px;
	width:			960px;
}

.footer_menu a{
	text-decoration: none;
	line-height: 	26px;
	font-size:	12px;
	text-align:	left;
}
.footer_menu a:hover {
	text-decoration: underline;
	line-height: 	26px;
}
	
.innerfooter {
	background: 	#FFFFFF;
	color: 		#000000;
	width:		938px;
	padding:	10px 10px 10px;
	border: 	1px solid #CCCCCC;
}

td.footer_table {
	font-family:		Verdana,sans-serif;
	font-size:		12px;
	vertical-align:		top;
	width:			310px;
}

.innerfooter .right, .innerfooter .right a td{width: 300px; text-align: right; color: #999999; line-height:28px;}
.innerfooter .right a td:hover {color: #F7F7F2;}

.innerfooter .right, .innerfooter .right a td{color: #999999; line-height:28px;}
.innerfooter .right a td:hover {color: #F7F7F2;}


.quicklinksblock {
	float: 		left;
	text-align:	left;
}

/* posts */
.post h1 a {
	border-bottom: 	1px dashed #AAA;
	color: 		#333;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: 	#F60;
	color: 		#333;
}

.post {margin: 6px 0 2px;}
.post .info{
	background: 	#F5F5F5;
	border: 	1px solid #E3E4E4;
	color: 		#666;
	margin: 	2px 0 4px;
	padding: 	5px 10px;
}
.post img {
	margin: 	4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 	1.2em;
	list-style: 	decimal;
}
#commentform {
	margin: 	1em 0;
	background: 	#FAFAFA;
	width: 		360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color:		#444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 	1.1em;
	background: 	#F8F7F6;
	border: 	1px solid #D6D3D3;
}
.styled:hover {
	background: 	#FFF;
	border: 	1px solid #D6D3D3;
}
.styled:focus {
	background:	#FFF;
	border: 	1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:	#000;
  color:		#333;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:		#000;
  color:		#333;
}

.navigation table td a {
  border-bottom-color:	#000;
  background-color:	#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:		inline-table;
  border-collapse:	collapse;
  width:		185px;
  margin:		0px 10px 0 10px;
  text-align:		center;
}

.navigation table caption {
  margin: 		-5px 10px 0 10px;
  padding-bottom: 	5px;
  border-bottom: 	1px solid;
  letter-spacing: 	0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 		225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 		1px;
  font-size: 		0.9em;
}

.navigation table td#today {
  padding: 		0;
  border: 		1px solid;
  font-size: 		1em;
  font-weight: 		bold;
}

.navigation table td a {
  display: 		block;
  border-bottom: 	1px solid;
  font-weight: 		bold;
  font-size: 		1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: 		none;
  font-weight: 		bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

/* 
   Wordpress 
------------------------------------------------------------------- */

.wp-caption {
   border: 		1px solid #ddd;
   text-align: 		center;
   background-color: 	#f3f3f3;
   padding-top: 	4px;
   margin: 		10px;
}

.wp-caption img {
   margin: 		0;
   padding: 		0;
   border: 		0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 		11px;
   line-height: 	17px;
   padding: 		0 4px 5px;
   margin: 		0;
}


/* Images */
img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 	1px solid #DDD;
	padding: 	3px;
}

img.alignleft {margin: 0 15px 12px 0;}
img.alignright {margin: 0 0 15px 12px;}


/* Floats */
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {margin: 0 auto;}


.rollover a {
	float: 		left;
	display:	block;
	width: 		150px;
	text-align:	center;
	font-family: 	Verdana, sans-serif;
	font-size: 	14px;
	line-height: 	36px;
	font-weight: 	bold;
	color: 		#FFFFFF;
	background: 	url("/images/buttonbg.gif") 0 0 no-repeat;
	text-decoration: none;
}
.rollover a:hover { 
	background-position: 0 -36px;
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 	14px;
	line-height: 	36px;
	font-weight: 	bold;
	color: 		#FFFFFF;
}

/*pop-up nav*/
.popupnav {
	width:		960px;
	clear:		both;
	margin-top: 	5px;
	padding-top:	28px;
	position:	absolute;
	top:		741px;
	height:		170px;
	z-index: 	100;
	margin: 	0 auto;
}
