/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #1d242c;
	line-height: 160%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: normal;
	color: #1d242c;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a, #welcome a {
	text-decoration: none;
	color: #c90044;
}

a:hover, #welcome a:hover {
	text-decoration: none;
	color: #4d4e53;
}

.post .meta a {
	text-decoration: none;
	color: #c90044;
}

.post .meta a:hover {
	text-decoration: none;
	color: #d4bf95;
}

.post .submenu_h1 a {
	text-decoration: none;
	color: #FFFFFF;
        letter-spacing: 5px;
}

.post .submenu_h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
        letter-spacing: 5px;
}

#bg_main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg_main.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
    height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/wrapper.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#wrapper2 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/* Banner */

#banner {
	width: 1000px;
	height: 90px;
	text-align: center;
	margin-bottom: 10px;
}


/* Header */

#header {
	width: 900px;
	height: 350px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
	background-position: left top;
	background-repeat:repeat-x;
}


/* Menu */

#menu {
	float: right;
	width: 820px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #1d242c;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#menu ul {
	margin: 0px;
	padding: 300px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
    background: url(images/bg_separator.jpg) no-repeat right 5px;
	margin-left: 20px;
	margin-right: 0px;
}

#menu h1 {
	display: block;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
	color: #c90044;
	border: none;
	letter-spacing: 2px;
	text-transform:uppercase;
}


#menu h1 a {
	display: block;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
	color: #c90044;
	border: none;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#menu h1 a:hover {
	color: #1d242c;	
	background-color: #dcceab;
	-moz-border-radius: 10px;
}

#menu h2 {
	display: block;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
	color: #004954;
	border: none;
	letter-spacing: 2px;
	text-transform:uppercase;
}


#menu h2 a {
	display: block;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
	color: #004954;
	border: none;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#menu h2 a:hover {
	color: #FFFFFF;	
	background-color: #004954;
	-moz-border-radius: 10px;
}

#menu p {
	display: block;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
	color: #1d242c;
	border: none;
	letter-spacing: 2px;
	text-transform:uppercase;
}

#menu p a {
	display: block;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 11px;
	color: #1d242c;
	border: none;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#menu p a:hover {
	color: #FFFFFF;	
	background-color: #004954;
	-moz-border-radius: 10px;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
    overflow:hidden;
}

#page2 {
    float:left;
	width: 900px;
	margin: 0 auto;
}

#page-bgtop {
	height: 20px;
}

#page-bgbottom {
	height: 20px;
}


/* Content */

#content {
	float: left;
	width: 450px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 215px;
	padding: 0px;
}

#sidebar2 {
	float: left;
	width: 215px;
	padding: 0px;
}


/* Post */

.post {
}

.post-bgtop {
	height: 0px;
}

.post-bgbottom {
	height: 0px;
	margin-bottom: 0px;
}

.post-header {
	background-color: #004954;
	-moz-border-radius: 10px;
	margin-bottom: 0px;
}

.post .date {
    float:right;
	display:inline;
	line-height:16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 7px;
	margin-bottom: 7px;	
	padding-left: 30px;
	text-align:center;
	font-family: Times New Roman;
	font-style:italic;
	font-size:16px;
	letter-spacing:-1px;
	border-left: 1px solid #FFFFFF;
}

.post .month {
	line-height:16px;
	color:#d4bf95;
	font-family: Times New Roman;
	font-style:italic;
	font-size:16px;
	letter-spacing:-1px;
	text-align:center;
}

.post .day {
    color:#FFFFFF;
	font-size:30px;
	text-align:center;
}

.post .h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #d4bf95;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.post .h1 a {
	color: #d4bf95;
	letter-spacing: 2px;
	border: none;
}

.post .h1 a:hover {
	color: #c90044;
	letter-spacing: 2px;
	border: none;
}


.post .meta {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}

.post .meta2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #006784;
	-moz-border-radius: 10px;
}

.post .entry {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

.post .entry2 {
	padding: 0px;
	text-align: justify;
}

.post .submenu {
    margin-bottom: 10px;
}

.post .submenu_h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #006784;
	-moz-border-radius: 10px;
}

.post .submenu_h1:hover {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #004954;
	-moz-border-radius: 10px;
}

.post .submenu_text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-top: 10px;
    margin-bottom: 30px;
}


/* Navigation */

.navigation {
	padding: 5px;
	text-align:center;
	margin-bottom: 10px;
}


/* Sidebar */

.sidebar {
}

.sidebar-bgtop {
	height: 0px;
}

.sidebar-bgbottom {
	height: 0px;
	margin-bottom: 0px;
}

.sidebar .h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #004954;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	text-align:center;
	
}

.sidebar .h1 a {
	color: #4c101f;
	letter-spacing: 2px;
	border: none;
}

.sidebar .meta {
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #6dc9c7;
}

.sidebar .meta2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #000020;
	background-color: #006784;
	border-bottom: 1px solid #FFFFFF;
}

.sidebar .entry {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background-color: #dcceab;
	-moz-border-radius: 10px;
}

.sidebar .entry2 {
	padding: 0px;
	text-align: justify;
}


/* Sidebar */

.sidebar2 {
}

.sidebar-bgtop {
	height: 0px;
}

.sidebar-bgbottom {
	height: 0px;
	margin-bottom: 0px;
}

.sidebar2 .h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #c90044;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	text-align:center;
	
}

.sidebar2 .h1 a {
	color: #c90044;
	letter-spacing: 2px;
	border: none;
}

.sidebar2 .meta {
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #6dc9c7;
}

.sidebar2 .meta2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #000020;
	background-color: #004954;
	border-bottom: 1px solid #FFFFFF;
}

.sidebar2 .entry {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background-color: #dcceab;
	-moz-border-radius: 10px;
}

.sidebar2 .entry2 {
	padding: 0px;
	text-align: justify;
}


/* Footer */

#footer {
	height: 0px;
	width: 950px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	color: #1d242c;
	background-image:url(images/footer.jpg);
	background-position: left top;
	background-repeat:repeat-x;
    overflow:hidden;
}

#footer2 {
	height: 0px;
	width: 898px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	color: #1d242c;
	background-image:url(images/footer2.jpg);
	background-position: left top;
	background-repeat:repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #3D444F;
}


/* Images */

.imageborder {
	padding: 7px;
	border:1px solid #d4bf95;
	background:#dcceab;
        margin: 2px;
}

/* Style */

i, em {
	color: #c90044;
}

b, strong {
	color: #c90044;
}

u {
	color: #c90044;
	text-decoration:none;
	text-decoration: line-through;
}

blockquote {
	line-height: 160%;
	color: #1d242c;
	border:1px solid #d4bf95;
	background:#dcceab;
	padding:7px;
	margin:20px;
	text-align:left;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .entry2 .blockquote {
	line-height: 160%;
	padding:7px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;    
}

.sidebar .entry2 .blockquote2 {
	line-height: 160%;
	padding:7px; 
}

.post .entry2 ul li {
    list-style-type: none;
	list-style-position:inside;
	border:1px solid #d4bf95;
	background:#dcceab;
	padding:7px;
	margin:0 0 10px 0;
	text-align:left;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.post .entry2 ol li {
	list-style-type: decimal;
	list-style-position:inside;
	border-bottom:1px dotted #dcceab;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	padding:7px;
	margin:0 0 10px 0;
	text-align:left;
	-webkit-border-radius: none;
	-khtml-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.post .h3 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #006784;
	-moz-border-radius: 10px;
}


.post .left {
        width: 20%;
}

.post .center {
        width: 60%;
}

.post .center1 {
        width: 30%;
}

.post .center2 {
        width: 30%;
}

.post .right {
        width: 20%;
}