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


/*Sticky footer: begin*/
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	font-size: 12px;
}

#stickyNonFooter {
	position: relative;
	min-height: 100%;
	margin: 0px auto 0px auto;
	width: 1004px;
	background: url('images/content_background.png');
}

* html #stickyNonFooter {
	height: 100%;
}

#stickyContent {
	padding-bottom: 289px;
}

#stickyFooter {
	position: relative;
	margin-top: -250px;
	height: 250px;
	color: white;
	/*background: url('images/footer_background.png') top repeat-x;*/
}
/*Sticky footer: end*/


a img {
	border: 0;
}





body {
	background-color: #840082;
	background-image: url('images/background.png');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a, a:visited {
	color: #CFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#divContent {
	text-align: left;
	margin: 0 auto;
	width: 1004px;
}

#divHeaderContainer {
	height: 210px;
}

#divLogo {
	position: absolute;
	top: 7px;
	left: 11px;
	width: 296px;
	height: 121px;
}

#divPhotos {
	position: absolute;
	top: 0px;
	left: 328px;
	width: 676px;
	height: 200px;
}

#divContent {
	width: 1004px;
	margin: 0 auto;
	color: white;
}

#divPostsContainer {
	float: left;
	width: 748px;
	color: white;
}
#divPosts {
	padding: 10px;
}

#divSideBarContainer {
	float: left;
	width: 256px;
}
#divSideBar {
	padding: 20px;
	color: white;
}

#divFooterContainer {
	font-size: 1.4em;
}
















/* Begin Images */
p img {
	padding: 0;
}

/*	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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */







.post-title h2 {
	padding-before: 20px;
}




.navigation {
	padding-top: 20px;
}

.navigation-previous {
	font-size: 1.8em;
}
.navigation-next {
	font-size: 1.8em;
}





.post-entry {
	font-size: 12px;
}




#sidebar .widget .title {
	font-size: 1.6em;
	border-bottom: 1px solid #CCFFFF;
	padding-top: 10px;
}






.widecolumn {
	font-size: 12px;
	padding: 10px;
}




#wp-calendar {
	font-size: 16px;
}

#wp-calendar td {
	text-align: right;
}
