@charset "utf-8";
/* CSS Document */

body {
	background-color: #133345;
	margin: 0px;
	padding: 0px;
	}
	
small {
	line-height: 16px;
	}
	
hr {
	color: #69B4B8;
	border: 1px solid #69B4B8;
	width: 100%;
	}
	
#header {
	margin: 0px auto;
	padding: 0px;
	width: 841px;
	}
	
#header h1 {
	margin: 0 auto;
	padding: 0px;
	width: 841px;
	}
	
#header h1 a {
	display: block;
	overflow: hidden;
	width: 841px;
	height: 0px;
	padding: 119px 0px 0px 0px;
	background-image:url(images/headerLogo.gif);
	margin: 0px auto;
	}
	
#header ul {
	background-image:url(images/navigation.gif);
	height:51px;
	margin:0px auto;
	padding:0px;
	width:841px;
	}
	
#header li {
	float:left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#header li a {
	padding-top: 51px;
	height: 0px;
	display: block;
	overflow: hidden;
	}
	
#header li a:hover {
	background-image: url(images/navigationHover.gif);
	background-repeat: no-repeat;
	}
	
#header li#home a {
	width: 104px;
	}	
	
#header li#home a:hover {
	background-position: 0px 0px;
	}		
	
#header li#gallery a {
	width: 140px;
	}	
	
#header li#gallery a:hover {
	background-position: -104px 0px;
	}	
	
#header li#classic a {
	width: 140px;
	}	
	
#header li#classic a:hover {
	background-position: -244px 0px;
	}	
	
#header li#media a {
	width: 140px;
	}	
	
#header li#media a:hover {
	background-position: -384px 0px;
	}			


#header li#blog a {
	width: 104px;
	}	
	
#header li#blog a:hover {
	background-position: -524px 0px;
	}	

#header li#site a {
	width: 110px;
	}	
	
#header li#site a:hover {
	background-position: -628px 0px;
	}	
	
#header li#links a {
	width: 103px;
	}	
	
#header li#links a:hover {
	background-position: -738px 0px;
	}	
	
.clearLeft {
	clear: left;
	height: 0px;
	width: 0px;
	}

#headBanner {
	margin: 0 auto;
	padding: 0px;
	width: 849px;
	}

#headBanner p {
	width: 812px;
	height: 206px;
	border: 18px solid #0A627C;
	display: block;
	margin: 0px 0px 16px 3px;
	}

#headBanner a {
	background-image:url(images/subHeader.jpg);
	background-repeat: no-repeat;
	width: 776px;
	border: 18px solid #4C8689;
	padding: 170px 0px 0px 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	}

#container {
	width: 887px;
	margin: 0 auto;
	padding: 0px;
	}

#content {
	margin: 0px auto;
	width: 590px;
	/*width: 886px;*/
	padding: 0px;
	float: left;
	}
	
#content blockquote small {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FDE871;
	line-height: 23px;
	}	
	
#content blockquote p {
	color:#FFFFFF;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	line-height:23px;
	background-image:url(images/blockquote2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 20px;
	}
	
#content blockquote {
	background-image:url(images/blockquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:10px;
	padding-left:37px;
	}
	
div#content div#subContent {
	margin: 15px 0px 8px 0px;
	width: 545px;
	padding: 0px 0px 0px 24px;
	float: left;
	}
	
div#content div#subContent ul {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 24px;
}

div#content div#blogIntro {
	margin: 15px 0px 0px 0px;
	width: 545px;
	padding: 0px 0px 0px 24px;
	float: left;
	}
	
#content h2 {
	color: #FDE871;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 27px;
	font-style: italic;
	font-weight: normal;
	line-height: 28px;
	margin: 6px 0 20px;
	padding: 0px;
	}	
	
#content h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #fde871;
	}
	
#content h2 a:hover {
	color: #69B4B8;
	}
	
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}
	
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	}

	
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
	}	
	
#content a {
	color: #69b4b8;
	font-weight: bold;
	text-decoration: none;
	}
	
#content a:hover {
	color: #fde871;
	}
	
#content strong {
	font-weight: bold;
	color: #fde871;
	}
	
#content div#respond h3 {
	color:#FDE871;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	line-height:37px;
	margin:0px;
	padding:0px;
	}
	
#content p.postmetadata {
	font-size: 11.5px;
}
	
div.excerpt {
	margin-top: 12px;
	}
	
div.excerpt img {
	 background-color:#cccccc; 
	 padding:1px; 
	 border: 10px solid white;
	 margin: 5px 5px 5px 0px;
	 }
	 
div.entry img {
	 background-color:#cccccc; 
	 padding:1px; 
	 border: 10px solid white;
	 margin: 5px 5px 5px 0px;
	 }	
/*div.excerpt p {
	display: inline;
	}*/
	
a.readMore {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}

label.hidden {
	display: none;
	}

ol.commentlist {
	margin: 12px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style: none;
	}
	
	
ol.commentlist li {
	background-image:url(images/blogCorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	margin: 12px 0px;
	background-color: #0A627C;
	padding: 10px 22px;
	}
	
h3#comments {
	background-image:url(images/blogCorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #0A627C;
	display: block;
	padding: 10px 22px 0px 22px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	color: #FDE871;
	font-style: italic;
	margin-top: 27px;
	}	
	
p#commentInfo {
	background-color: #0A627C;
	display: block;
	margin: 0px;
	padding: 0px 22px 10px 22px;
	}	
	

div.navigation {
	clear: left;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	padding: 21px 24px;
	}
	
	
div.alignleft a {
	background-image:url(images/olderEntries.gif);
	background-repeat: no-repeat;
	width: 139px;
	padding: 17px 0px 0px 0px;
	height: 0px;	
	display: block;
	overflow: hidden;
	float: right;
	}
	
div.alignright {
	text-align: right;
	float: left;
	}
	
div.alignright a {
	background-image:url(images/newerEntries.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding: 17px 20px 0px 0px;
	height: 0px;	
	display: block;
	overflow: hidden;
	text-align: right;
	}	
	
.clearAll {
	clear: both;
	}
	
#intro {
	width: 656px;
	height: 212px;
	float: left;
	padding: 8px 12px 0px 23px;
	margin: 0px;
	}
	
#intro h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #fde871;
	font-size: 27px;
	line-height: 28px;
	font-style: italic;
	font-weight: normal;
	margin: 6px 0px;
	padding: 0px;
	}
	
	
#intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	}
	
#twitter {
	width: 195px;
	height: 216px;
	padding: 0px;
	margin: 0px;
	float: left;
	}
	
#twitterScripts {
	width: 195px;
	background-image:url(../images/twitterBG.gif);
	background-repeat: repeat-y;
	padding: 0px;
	display: block;
	}
	
#twitter_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #133345;
	line-height: 18px;
	padding: 17px 30px 0px 14px;
	margin: 0px;
	}
	
#twitter_div a {
	color: #fde871;
	font-size: 10px;
	text-decoration: none;
	float: right;
	}

#twitter_div a:hover {
	color: #ffffff;
	}
	
ul#twitter_update_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul#twitter_update_list li {
	clear: right;
	}
	
#twitterBird {
	margin: 0px;
	padding: 0px;
	width: 195px;
	}
	
.clearRight {
	clear: right;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#twitterBird a {
	width: 195px;
	padding: 81px 0px 0px 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
	background-image:url(../images/twitterBird.jpg);
	background-repeat: no-repeat;
	height: 0px;
	}
	

	
#rightColumn {
	width: 278px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 21px;
	}
	
#rightColumn h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #FDE871;
	font-weight: normal;
	margin: 3px 0px 12px 0px;
	}
	
#rightColumn ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}	
	
#rightColumn li {
	margin: 20px 0px;
	}
	
#rightColumn ul li ul li {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border-top: 1px solid #0A627C;
	list-style: none;
	margin: 0px;
	padding: 11px 0px;	
	}
	
#rightColumn a {
	color: #69B4B8;
	text-decoration: none;
	font-weight: bold;
	}

#rightColumn a:hover {
	color: #FDE871;
	}	
	
#linkBox {
	width: 278px;
	padding: 0px 0px 0px 0px;
	margin: 21px 0px;
	line-height: 0px;
	}
	
#linkBox h3 {
	line-height: 21px;
}
	
#linkBox ul {
	margin: 10px 0px;
	padding: 0px;
	}
	
#linkBox li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border-top: 1px solid #0A627C;
	list-style: none;
	margin: 0px;
	padding: 11px 0px;
	}

#linkBox ul#interestingLinks li {
	font-size:12px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
}


	
#linkBox a {
	color: #69B4B8;
	text-decoration: none;
	line-height:16px;
	}
		
#linkBox a:hover {
	color: #FDE871;
	}
	
.linkDescription {
	font-size: 9px;
	line-height: 16px;
	}
	
#rightColumn ul li#user ul li {
	border-top: 0px;
	float: left;
}
	
#rightColumn ul li#user ul li a {
	border-top: 0px;
	padding: 10px 30px;
	margin: 3px 8px 0px 0px;
	background-color: #0A627C;
	display: block;
	background-image:url(images/buttonCorner.gif);
	background-position:right top;
	background-repeat:no-repeat;	
}

#rightColumn ul li#user ul li a:hover {
	border-top: 0px;
	padding: 10px 30px;
	margin: 3px 8px 0px 0px;
	background-color: #4c8689;
	display: block;
	background-image:url(images/buttonCornerHover.gif);
	background-position:right top;
	background-repeat:no-repeat;	
}
	

	
/* --- UPDATE BLOG BOX --- */
	
#blogs {
	padding: 0px 0px 0px 23px;
	margin: 19px 0px -11px 0px;
	}
	
.blogBox {
	width: 233px;
	height: 150px;
	background-color: #0a627c;
	float: left;
	background-image:url(../images/blogCorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px 22px;
	margin: 4px 8px 4px 0px;
	}
	
#blogs div.blogBox:hover {
	background-image:url(../images/blogCornerHover.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #4c8689;
	}
	
#blogs div.hilight {
	background-image:url(../images/blogCornerHover.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #4c8689;
	}
	
.blogBox h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 37px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	color:#fde871;
	}
	
.blogBox h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
	
.blogBox ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 21px;
	list-style: outside;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 20px;
	}
	
.blogBox a {
	color: #ffffff;
	text-decoration: none;
	}
	
.blogBox a:hover {
	color: #fde871;
	text-decoration: underline;
	}
	
#rightColumn ul li ul li.callOutText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	line-height: 23px;
}

#rightColumn ul li ul li small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FDE871;
	font-style: normal;
	}
	


	
/* --- END UPDATE BLOG BOX --- */	

/* --- SEARCH FORM ---*/

input#s {
	background-color:#4C8689;
	border:0 none;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-right:8px;
	padding:7px 10px;
	width: 144px;
	font-weight: bold;
	}

input#searchsubmit {
	background-color:#0A627C;
	background-image:url(images/buttonCorner.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border:0 none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:3px 8px 0 0;
	padding:5px 19px;
	color: #FDE871;
	width: 94px;
	}

/* --- END SEARCH FORM ---*/
	
/* --- LATEST ADDITION BOX --- */		
	
#latest {
	padding: 19px 0px 0px 0px;
	margin: 0px;
	}
	
.latestBox {
	width: 233px;
	height: 150px;
	background-color: #0a627c;
	background-image:url(../images/blogCorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px 22px;
	margin: 4px 8px 4px 0px;
	}
	
#latest div.blogBox:hover {
	background-image:url(../images/blogCornerHover.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #4c8689;
	}
	
#latest div.hilight {
	background-image:url(../images/blogCornerHover.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #4c8689;
	}
	
.latestBox h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 37px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	color:#fde871;
	}
	
.latestBox h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;

	}
	
.latestBox ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 21px;
	list-style: outside;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 20px;
	}
	
.latestBox a {
	color: #ffffff;
	text-decoration: none;
	}
	
.latestBox a:hover {
	color: #fde871;
	text-decoration: underline;
	}
	
/* --- END LATEST ADDITION BOX --- */		
	
	
	
#footer {
	width: 850px;
	height: 101px;
	padding: 20px 0px 35px 0px;
	margin: 0 auto;
	clear: left;
	}

#footer h1 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
	
#footer h1 a {
	background-image:url(images/footerLogo.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 0px;
	padding: 101px 0px 0px 0px;
	display: block;
	overflow: hidden;
	margin: 0px;
	float: left;
	}

#footer ul {
	background-image:url(images/footerNavigation.gif);
	height:20px;
	margin:23px 0px 0px 0px;
	padding:0px;
	width:574px;
	float: left;
	}
	
#footer li {
	float:left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer li a {
	padding-top: 20px;
	height: 0px;
	display: block;
	overflow: hidden;
	}
	
#footer li a:hover {
	background-image: url(images/footerNavigationHover.gif);
	background-repeat: no-repeat;
	}
	
#footer li#footerHome a {
	width: 73px;
	}	
	
#footer li#footerHome a:hover {
	background-position: 0px 0px;
	}		
	
#footer li#footerGallery a {
	width: 100px;
	}	
	
#footer li#footerGallery a:hover {
	background-position: -73px 0px;
	}	

#footer li#footerClassic a {
	width: 100px;
	}	
	
#footer li#footerClassic a:hover {
	background-position: -173px 0px;
	}	

#footer li#footerMedia a {
	width: 100px;
	}	
	
#footer li#footerMedia a:hover {
	background-position: -273px 0px;
	}	

#footer li#footerBlog a {
	width: 77px;
	}	
	
#footer li#footerBlog a:hover {
	background-position: -373px 0px;
	}

#footer li#footerSite a {
	width: 70px;
	}	
	
#footer li#footerSite a:hover {
	background-position: -450px 0px;
	}	

#footer li#footerLinks a {
	width: 54px;
	}	
	
#footer li#footerLinks a:hover {
	background-position: -520px 0px;
	}	
	
#footer p {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 21px;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	}
	
#footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
#content textarea {
	width: 524px;
	padding: 10px;
	border: 0px;
	background-color: #4C8689;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	height: 100px;
	}
	
#content input {
	background-color: #4C8689;
	padding: 5px 10px;
	border: 0px;
	width: 300px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #ffffff;	
	}

#content input.submit {
	width: 109px;
	height: 34px;
	padding: 0px;
	}	

#div-comment-3 p {
	margin: 0px;
	}
	
.postDates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}
	
p.postDates {
	margin: 0px;
	}
	
.archiveDates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	}
	