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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../media/back.jpg) repeat-x top left #4389a2;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #295b72;
	border-bottom: 1px solid #295b72;
	font-size: 18px;
	margin: 18px 15px 18px 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #97361f;
	font-size: 17px;
	margin: 9px 0px;
	font-weight: 600;
}
a {
	color: #0c4a6b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


p.fine {
	font-size: 11px;
}
div.clear {
	clear: both;
}



#wrapper {
	width: 904px;
	position: relative;
	left: 50%;
	margin: 10px 0px 10px -452px;
}




#sidebar {
	float: left;
	width: 212px;
}
#topics {
	background-color: #cfc5a2;
	border-top: 2px solid #fff;
	padding-bottom: 1px;
}
#newsletter {
	background-color: #c0b390;
	border-top: 2px solid #fff;
	padding-bottom: 1px;
}
#inside {
	background-color: #b0a47e;
	border-top: 2px solid #fff;
	padding-bottom: 1px;
}
#sidebar .content {
	margin: 0px 8px;
}
#sidebar li {
	list-style-image: url(../media/bullet.gif);
	line-height: 22px;
}





#mast {
	margin-left: 223px;
	width: 680px;
	text-align: center;
}
#mast img {
	border: none;
}




#main_home {
	margin-left: 223px;
	width: 680px;	
	background: url(../media/back_main.jpg);
}
#img_home {
	border-left: 1px solid #fff;
}
#main_home .content {
	margin: 0px 0px 0px 15px;
}
#main_home .blog_summary {
	float: left;
	width: 315px;
	background-color: #fff;
	border: 1px solid #e3dccc;
	margin: 0px 15px 0px 0px;
}
#main_home .blog_content {
	margin: 2px;
	border: 1px solid #e3dccc;
	padding: 4px 10px 0px;
}
#main_home p.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0px 0px 9px;
	font-weight: 600;
	float: left;
	width: 148px;
}
#main_home p.entry {
	font-size: 10px;
	font-weight: 600;
}
#main_home p.more {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	width: 95px;
	background-color: #e3dccc;
	margin: 0px 0px 0px 204px;
	padding: 3px 0px;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
}
#main_home a {
	color: #97361f;
}
#main_home p.entry img {
	border: 1px solid #463734;
	float: right;
	margin: -6px 0px 7px;
}





#main {
	margin-left: 223px;
	width: 680px;	
	background-color: #fff;
	padding: 1px 0px;
}
#content {
	margin: 35px 25px;
}
#footer {
	margin-left: 223px;
	width: 680px;
	height: 41px;
	background: url(../media/back_footer.jpg) no-repeat;
	text-align: center;
	padding: 1px 0px;
}




/* BLOG PAGE */

#main .blog_content {
	margin: 0px 0px 70px;
}
#main p.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0px 0px 9px;
	font-weight: 600;
}
#main p.entry {
}
#main p.more {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	width: 95px;
	background-color: #e3dccc;
	margin: 0px 0px 0px 204px;
	padding: 3px 0px;
	font-size: 11px;
	font-weight: 600;
	vertical-align: middle;
}
#main a {
	color: #97361f;
}
#main p.entry img {
	border: 1px solid #463734;
	float: right;
	margin: -6px 0px 7px;
}



/* RICH TEXT EDITOR */	

#myNicEditor {
	width: 590px;
}
.nicEdit-panel {
	z-index: 20;
}



/* FORMS */
#signup {
	text-align: right;
	margin-bottom: 8px;
}
label.text {
	display: block;
}
input.text {
	width: 250px;
}
input.signup {
	width: 190px;
}
textarea {
	width: 500px;
	height: 150px;
}
div.buttons {
	margin-top: 20px;
}
p.error {
	font-weight: 600;
	color: #ee0000;
}
p.success {
	font-weight: 600;
	color: #00aa00;
}
input.hidden {
	display: none;
}
button {
	border: none;
	background-color: #e6d198;
	color: #4d6778;
	text-transform: uppercase;
	margin-top: 5px;
}