/*
 * COLORS:
 * light blue bg: #103d6a
 * dark blue bg: #001d47
 * 
 * light blue text: #409cd2
 * light green text: #97be0d
 * light white text: #fbfbfd
 */
html {
	min-height: 100%;
	background: #001d47;
}


body {

	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	margin: 0;
	
	min-height: 100%;
	background: url(images/bg_pattern.jpg);
	background-position: -15px 0;
	background-attachment: fixed;
}

hr {
	background-color: #103d6a;
	color: #103d6a;
	border: 0;
	height: 1px;
}

a {
	text-decoration: none;
	color: #409cd2;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

#wrapper_bg {
	
	background: url(images/bg_left.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 100%;
}

#wrapper {
	width: 820px;
	padding-top: 80px;
	padding-bottom:20px;
	margin-right: 30px;
	margin-left: auto;
}


#above_header {
	
	height: 10px;
	background: url(images/rounded_corner_left.png);
	background-repeat: no-repeat;
	
}


.corner_spacer {
	
	margin-right: 10px;
	background: #001d47;

		height: 10px;

}

#corner_topright {
	background: url(images/rounded_corner_right.png);
	height: 10px;
	margin-left: 10px;

}


#header {
	height: 150px;
	
	
	background: #001d47;
}

#countdown{
	font-size: 12px;
	font-weight: normal;
	height: 50px;
	width:465px;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:20px;
	float:left;
}

#countdown1, #countdown2 {
	color: #97be0d;
}

#countdown3{
	font-weight: bold;
}


#logo{
	height: 65px;
	width:305px;
	float:left;
	text-align: right;
	padding-top:11px;
	padding-right: 15px;
	padding-left: 10px;
}

#navigation {
	height: 35px;
	clear: both;
	
	background: #103d6a;
	font-size: 13px;
}
#navigation li {
	float: left;
	margin-right:20px;
}

#navigation li a {
	text-decoration: none;
	color: #fff;
	
}

#navigation li.current_page_item a {
	text-decoration: none;
	color: #97be0d;
	
}




#main_navigation {
	float:left;
	width: 535px;
	padding-top: 10px;
	padding-left: 25px;
	
	

}

#sub_navigation {
	float:left;
	width: 215px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 25px;
	

}


#content {
	float:left;
	line-height: 1.5;
	min-height: 600px;
	
	background: #001d47;
}

#content strong {
	font-weight: bold;
}

#content p {
	margin-top: 10px;
	font-size: 13px;
}

#content h2 {
	
	font-size:13px;
	font-weight:bold;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.entry li {
	font-size: 13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:5px;
	margin-left:20px;
}

.entry ul {
	margin-top:20px;
}

#content h2 {
	margin-bottom:10px;

}

#content h4 {
	margin-top:10px;
	font-size:13px;	
	color: #409cd2;
}

#content h5{
	font-size:13px;	
	color: #97be0d;
	margin-top:15px;
}


.postmetadata {
	font-size: 10px;
	margin-bottom:20px;
}

.my_permalink {
	float:left; 
	width: 255px;
	margin-bottom:10px;
}

.postmetadata_date {
	font-size: 10px;
	text-align: right;
}

.postmetadata_author {
	font-size: 10px;
	float:left; 
	width: 255px;
	margin-bottom:10px;
	margin-top:10px;
}

.postmetadata_tags {
	font-size: 10px;
	text-align: right;
	float:left; 
	width: 255px; 
	margin-bottom:10px;
	margin-top:10px;
}

#main {
	float:left;
	width: 535px;
	
	padding-left: 25px;
}

#main .post {
	padding-right: 25px;
}

#taglist {
	text-align: right;
}

#main img {
	border: 2px #103d6a solid;
}

#sidebar {
	float:left;
	width: 215px;
	
	padding-left: 20px;
	padding-right: 25px;
/* i'm tired of stoopid ie */
	*padding-left: 15px;

}

#sidebar h2 {
	margin-top:20px;
}


#rssIcon {
	float:right;
	padding-top:12px;
}

.twitter {
	padding-left: 15px;
}

.twitter li {
	list-style: disc;
	list-style-position: outside;
}

.twitterAvatar {
	width: 30px;
	height: 30px;
	float: left;
	
	margin-right:10px
}

.twitterText {
	font-size: 11px !important;
		
}

.twitterClean {
	clear: both;
}

#twitterIcon {
	
	margin-right:18px;
	
	margin-top:10px;
padding-top:12px;
}

#flickrIcon {
	
	float:left;
margin-right:10px;

	
}

#flickrPicsWrapper {
	
	margin-left:55px;
}

#flickrPics li {background: none; float:left; border: none; padding: 0; margin: 2px; margin-top: 0px;}

#searchform {
margin-bottom:20px;
margin-top:20px;
}
#s {
	float:left;
font-size:12px;
height:17px;
padding-left:10px;
padding-top:2px;
width:100px;
border: none;

/* i'm tired of stoopid ie */
	*padding-top:0px;
	*height:16px;
	*margin-top:-1px;
	*margin-right:-1px;

}

#footer {
	clear: both;
	padding-left: 25px;
	
	background: #001d47;
}


#below_footer {
	margin-bottom: 20px;
	height: 10px;
	background: url(images/rounded_corner_left_bottom.png);
	background-repeat: no-repeat;
	
}



#corner_bottomright {
	background: url(images/rounded_corner_right_bottom.png);
	height: 10px;
	margin-left: 10px;

}

#directions {
	background: #103d6a;
	width: 535px;
	height: 400px;
	margin-top: 20px;
	border: 1px solid #103D6A;
}

#oldgallery li {
	float: left;
	margin-right: 5px;
}

.wp-caption {
	margin-top: 20px;
}

.commentlist {
	
	padding-right:25px;
}

#comment {
	width: 450px;
}

#respond, #comments {
	margin-top:25px;
	margin-bottom:15px;
	font-weight: bold;
}
