/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

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;
	text-transform:uppercase;
	font-style:italic;
	color: #000000;
}

a:hover, #welcome a:hover {
	text-decoration: none;
	color: #af292e;
}


#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;
}


/* Header */

#header {
	width: 800px;
	height: 325px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
	background-position: left top;
	background-repeat:repeat-x;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
    overflow:hidden;
}

#page2 {
    float:left;
	width: 800px;
	margin: 0 auto;
}

#page-bgtop {
	height: 20px;
}

#page-bgbottom {
	height: 20px;
}


/* Content */

#content {
	float: left;
	width: 540px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 0px;
}


/* Post */

.post {
}

.post-bgtop {
	height: 0px;
}

.post-bgbottom {
	height: 0px;
	margin-bottom: 0px;
}

.post .h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #af292e;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	background-color:#e3d9ba;
}

.post .h1 a {
	color: #af292e;
	letter-spacing: 2px;
	border: none;
}

.post .h1 a:hover {
	color: #af292e;
	letter-spacing: 2px;
	border: none;
}

.post .meta {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-top: 7px;	
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #af292e;
}

.post .entry {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background-color:#eee8c5;
}

.post .entry2 {
	padding: 0px;
	text-align: justify;
}


/* 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: #af292e;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	text-align:center;
	background-color:#e3d9ba;	
}

.sidebar .h1 a {
	color: #af292e;
	letter-spacing: 2px;
	border: none;
}

.sidebar .entry {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background-color:#eee8c5;
}

.sidebar .entry2 {
	padding: 0px;
	text-align: justify;
}


/* Sidebar */

.sidebar2 {
}

.sidebar-bgtop {
	height: 0px;
}

.sidebar-bgbottom {
	height: 0px;
	margin-bottom: 0px;
}


/* Footer */

#footer {
	height: 0px;
	width: 950px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	color: #000000;
	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: #000000;
	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 #aeb3b8;
	background:#FFFFFF;
}


/* Style */

i, em {
	color: #af292e;
}

b, strong {
	color: #af292e;
}

u {
	color: #af292e;
	text-decoration:underline;
}

blockquote {
	color: #000000;
	border:1px solid #aeb3b8;
	background:#ebe7e5;
	padding:7px;
	margin:20px;
	text-align:left;
}