/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin-top: 50px;
	padding: 0;
	background: #787878;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}

#wrapper {
	margin: 5%;
}

	#header {
		/*width: 1000px*/;
		background: #FFFFFF;
	}

		#logo {
		}
		
		#login {
		float: right;
		}

		.logout {
		border: 1px solid #900;
		padding-top: 5px;
		padding-right: 7px;
		padding-bottom: 5px;
		padding-left: 7px;
		margin-top: 15px;
		margin-right: 25px;
		}

		#menu {
		background: #890208;
		overflow: auto;
		width: 100%
		/*background: url(images/img02.jpg) no-repeat left top;*/
		}

		#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		background: #890208;
		}

		#menu li {
		display: inline;
		}

		#menu a {
		display: block;
		float: left;
		height: 25px;
		margin: 0;
		padding: 18px 20px 0 20px;
		text-decoration: none;
		text-transform: capitalize;
		background: url(images/img03.jpg) no-repeat right top #890208;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #FFFFFF;
		/*background: #890208*/;
		}

		#menu a:hover {
		color: #FFFFFF;
		}

		#menu .current_page_item a {
		color: #FFFFFF;
		}

	#page {
		background: #FFFFFF;
	}

		#sidebar1 {
		margin-top: 10px;
		/*float: left;*/
		}

		#sidebar2 {
		float: right;
		}

		.sidebar {
		float: left;
		width: 22%;
		padding: 0;
		font-size: 12px;
		}

		.sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}

		.sidebar li {
		padding: 0 0 20px 0;
		}

		.sidebar li ul {
		}

		.sidebar li li {
		margin: 0 20px 0 15px;
		padding: 8px 0px;
		border-bottom: 1px #BBBBBB dashed;
		}

		.sidebar li h2 {
		height: 30px;
		margin: 0 0 0 0;
		padding: 10px 15px 0px 15px;
		background: #890208; /*url(images/img05.jpg) no-repeat left top;*/
		letter-spacing: -1px;
		font-size: 16px;
		color: #FFFFFF;
		}

		.sidebar a {
		}

		#content {
		float: left;
		width: 75%;
		margin-left: 15px;
		}


h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}



/* Header */



#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}



/* Wrapper */



/* Page */



#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */



.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */



/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: 1px solid #CA8186;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	height: 70px;
	background: url(images/img04.jpg) no-repeat right top #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.flower {
	padding-left: 20px;
	float: right;
}
.question {
	font-weight: bold;
	color: #C03;
}




blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font-style: bold;*/
	color: #8C0209;
	padding-right: 30px;
	padding-left: 30px;
}
.quote_indent {
	float:left;
}

.dark_red {
	color: #8C0209;
}

.side {
	float:none;
	clear: both;
}
.right {
	float:right;
}
.personal_info {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	padding: 10px;	
}
.picture {
	padding-right: 20px;
}

.header_row {
	font-weight: bold;
	color: #C00;
	text-align: center;
	
}

.facebook {
	font-size: 11px; 
	font-variant: normal; 
	font-style: normal; 
	font-weight: normal; 
	color: #8C0209; 
	text-decoration: none;
}

