body {
	margin:0; 
	padding:0;
	border:0;
	text-align:center; 
	color: #000;
	font-size:12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #cbcbcc;
	background-image:url('../images/bg.png');
	background-repeat:repeat;
	}

a {
	outline: 0;
}

#content {
	width: 960px;
	margin:0px auto;
	text-align:left;
	}



/* Main */

#header {
	width: 960px;
	height: 184px;
	margin-top: 10px;
}

#header a img {
	border: 0;
	outline: 0;
}

.nav-bar {
	width: 960px;
	height: 28px;
	background-color: #438598;
	color: #FFF;
	/*
	background-image:url('../images/nav-bg.png');
	background-repeat:repeat-x;
	*/
}


.nav-bar a {
	color:#FFF;
	text-decoration:none;
	text-shadow: #000 2px 2px 2px;
}

.nav-bar a:hover {
	color:#FFF;
	text-decoration:underline;
	text-shadow: #00 2px 2px 2px;
}



#main {
	width: 960px;
	background-color: #FFF;
}

#footer {
	width: 960px;
	height: 187px;
	margin-bottom: 10px;
	background-image:url('../images/footer-bg.png');
	background-repeat:no-repeat;
}

#footer-header {
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	font-size: 14pt;
}

#footer-header a img {
	border: 0;
	outline: 0;
}

#footer-left {
	float: left;
	display: inline;
	width: 250px;
	height: 130px;
	margin: 10px 0px 0px 20px;
}

#footer-middle {
	float: left;
	display: inline;
	width: 250px;
	height: 130px;
	margin: 10px 0px 0px 20px;
}


#footer-right {
	float: left;
	display: inline;
	width: 250px;
	height: 130px;
	margin: 10px 0px 0px 20px;
}


#left {
	float: left;
	display: inline;
	width: 160px;
	margin: 10px 0px 10px 10px;
}

#middle {
	float: left;
	display: inline;
	width: 460px;
	margin: 10px 0px 10px 10px;
}

#right {
	float: left;
	display: inline;
	width: 300px;
	margin: 10px 0px 10px 10px;
}


.footer-links {
	padding: 0;	
	margin: 0;
	list-style: none;
	font-size: 11pt;
}

.footer-links li {
	list-style-type: none; 
	padding: 1px;
}

.footer-links a {
	display: block;
	color:#000;
	text-decoration:none;
	text-shadow: #FFF 2px 2px 2px;
}

.footer-links a:hover {
	display: block;
	color:#000;
	text-decoration:underline;
	text-shadow: #FFF 2px 2px 2px;
}


h2 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

.post-titles {
	padding: 5px 5px 5px 5px;
	background-color: #abe1ec;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-width: 4px;
	border-color: #438598;
	margin-bottom: 10px;
}

.post-titles a {
	display: block;
	color:#000;
	text-decoration:none;
}

.post-titles a:hover {
	display: block;
	color:#000;
	text-decoration:underline;
}


.post-image {
	text-align: center;
	margin-bottom: 10px;
}

.post-image a img {
	border: 0;
	outline: 0;
}




#search {
	padding: 5px 5px 5px 5px;
	background-color: #abe1ec;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-width: 4px;
	border-color: #438598;
	margin-bottom: 10px;
}

#mailinglist {
	text-align: center;
	background-color: #abe1ec;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-width: 4px;
	border-color: #438598;
	margin-bottom: 10px;
	padding-top: 10px;
}

#main-content {
	float: left;
	display: inline;
	width: 770px;
	margin: 10px 0px 10px 10px;
}


#single-photo {
	text-align: center;
}

.linkcodes {
	text-align: center;
	margin: 5px;
}


#full-page {
	padding: 10px;
}


/* Ad Blocks */

#topad {
	padding: 10px 0px 0px 0px;
	text-align: center;
	height: 90px;
}

.large-rightad {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
	
}

.large-leftad {
	width:160px;
	height: 600px;
	margin-bottom: 10px;
}

#rightsidebar-left {
	float: left;
	display: inline;
	width: 145px;
	margin: 10px 10px 0px 0px;
}

#rightsidebar-right {
	float: left;
	display: inline;
	width: 145px;
	margin-top: 10px;
}


/* Pagination */
div.pagination {
	width: 460px;
	padding: 10px 0px 10px 0px;
	margin:0px auto;
	text-align:center;
	color: #000;
	font-size: 10pt;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 3px solid #abe1ec;
	text-decoration: none;
	color: #000;
	background-color: #abe1ec;
}
div.pagination a:hover, div.pagination a:active {
	border: 3px solid #438598;
	color: #000;
	background-color: #abe1ec;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 3px solid #438598;
		font-weight: bold;
		color: #000;
		background-color: #438598;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 3px solid #abe1ec;
		color: #000;
		background-color: #abe1ec;
	}
/* End Pagination */


/* date */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/calendar.png') no-repeat; 
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	width: 140px;
	float: left;
}