* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	/*background-image:url(images/bg1.jpg);*/
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 3em;
	display:inline;
	color:#33ccff;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #008080;
}

a:hover {
	text-decoration: none;
	color:#40C1D4;
}

/* Header */

#header {
	height: 100px;
	/*background: url(images/img01.gif) repeat-x left bottom;*/
	
}

.menu {
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9F1FA;
	text-decoration: none;
	white-space: nowrap;
	font-weight:700;
	
}
.menu a{

font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9F1FA;
	text-decoration: none;
	white-space: nowrap;
	}
.menu a:hover{

font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	color:#67041e;
}

#search {
	float: right;
	width: 200px;
	height: 100px;
	background: url(images/img03.gif);
}

#search #s {
	width: 140px;
	height: 30px;
	padding: 10px 10px 0 10px;
	background: #B5E6EE;
	border-top: 1px solid #B9E7EF;
	border-left: 1px solid #B9E7EF;
	border-right: 1px solid #C1EBF1;
	border-bottom: 1px solid #C1EBF1;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #0083A9;
}


/* Page */

#page {
	padding: 30px 0;
}

/* Content */

#content {
	float: right;
	width: 75%;
	
}

.post {
}

.post .meta {
	margin: 0;
	text-align: center;
	font: bold 11px/normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .meta a {
	color: #CCCCCC;
}

.post .title {
	margin: 0;
	padding: 15px 0;
	padding-left:15px;
	text-align: center;
	font-size: 2.4em;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color:#33ccff;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px solid #EEEEEE;
}

.post .entry {
	padding: 20px;
	line-height: 200%;
}

.post .links {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
}

.post .tags {
	margin: 0;
	padding: 10px 0;
	font-size: .8em;
	text-align: center;
}

.post .tags a {
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	margin-right: 75%;
	background-color:#bbeef0;
	
}

#sidebar h2 {
background-color:#ccffff;
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	color: #000000;
	font-weight:bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

#calendar th, #calendar td {
	padding: 5px 0;
}

#calendar thead th {
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}

#calendar tfoot td {
	border-top: 2px solid #EEEEEE;
}

#calendar tbody td {
	border-bottom: 1px dotted #EEEEEE;
}
	
#calendar tbody a {
	font-weight: bold;
}

#calendar #today {
	background: #EEEEEE;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;

	color: #FFFFFF;
}

p {
text-align:justify;
margin-top: 1.5em;
font-size:16px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

.category {
font-size:18px;
font-family:Garamond, "Garamond Premr Pro Smbd", "Garamond Premr Pro";
font-weight:normal;
}