/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ed1c24;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #704A21;
	outline: none;
}

a:hover {
}

a img {
	border: 0;
}

#wrapper {
	width: 99%;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 99%;
	height: 99px;
	margin: 0 auto;
	background: url(/templates/media/background-fluid.jpg);
}

/* Logo */

#logo {
	float: left;
	height: 65px;
	margin: 0;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
	margin-top:3px;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 220px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	padding: 5px 5px;
	border: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 99%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(img01.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 6px 15px 7px 15px;
	background: url(img03.jpg) no-repeat right 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #892226;
	border: none;
}

#menu li.lastitem a {
	background: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 99%;
	margin: 0 auto;
	padding: 0;
	/* background: url(img04.jpg) repeat-y left top; */
}

#page-bgtop {
	padding: 20px 25px;
	background: url(img02-fluid.jpg) repeat-x left top;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 70%;
	padding: 0;
	padding-right: 20px;
	border-right: 1px solid #797373;
}

#content a:hover {
	text-decoration: underline;
}

#content p a:hover {
	color: #787878;
}

.post {
	margin-bottom: 25px;
	border-bottom: 1px dashed #231f20;
	padding-bottom: 4px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #892226;
}

.post .title a {
	color: #892226;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	background: url(img05.gif) no-repeat left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #231f20;
}

.post .entry {
	padding-bottom: 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 25%;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	margin-top: -10px;
	margin-bottom: 5px;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #231f20;
	background: url(img06.gif) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #231f20;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #704A21;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 99%;
	background: #474036;
	height: 90px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #E1F5A6;
}

#footer a {
	color: #5B7817;
}

.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.table th {
	text-align: center;
}

.table td, .table th {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	padding: 5px 7px 5px 7px; 
}

.thumbnail {
	float: left;
	margin-right: 5px;
}

.thumbnail_r {
	float: right;
	margin-left: 5px;
}

.ourhint {
	border: 1px solid #231f20;
	background-color: #f2f8de;
	padding: 4px;
	padding-top: 12px;
	margin-top: 20px;
	position: relative;
}

.ourhint samp {
	color: #231f20;
	border: 1px solid #231f20;
	background-color: #f2f8de;
	font-weight: bold;
	padding: 3px;
	position: absolute;
	top: -15px;
}

.announce {
	margin:15px;
	background-color: #FAFDF4;
	border: 1px solid #231f20;
	color: #231f20;
	padding: 15px;
	font-weight: bold;
	font-family: Times New Roman;
}

.announce p {
	line-height: 120%;
}

.pink {
	font-size:12pt;
	background:#ffcac9 url(/templates/media/hearts.png) no-repeat 5px 5px;
	border:1px solid #e8676c;
	text-align:center;
}

.img_mss img {
	width: 250px;
	height: 182px;
	border: 0!important;
	margin-bottom:0px!important;
	margin-right:5px!important;
}

.img_mss_v img {
	width: 250px;
	height: 364px;
	border: 0!important;
	margin-top:-5px!important;
	margin-bottom:0px!important;
	margin-right:5px!important;
}

.img_mss_v {
	display: inline-block;
	height: 182px!important;
	overflow: hidden;
}

#LG_container{
	border: 1px solid #aaa;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	padding:2px;
	z-index:200;
	opacity:1;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	font: normal 12px verdana, arial, sans-serif
}
#LG_loading {
	background: url('/templates/media/lightgallery/ico-loading.gif') no-repeat center;
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
#LG_panel {padding: 1px 0}

#LG_prevLink,#LG_nextLink{
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute;
	top:24px;
	opacity:0;
	filter:alpha(opacity=0);
}
#LG_prevLink{
	left:0;
	background:url('/templates/media/lightgallery/prev.gif') no-repeat left 40px
}
#LG_nextLink{
	right:0;
	background:url('/templates/media/lightgallery/next.gif') no-repeat right 40px
}

#LG_imgIndex{
	float:left;
	margin-left:16px;
	color:#777;
	height:20px;
	line-height:20px;
}
#LG_titleBar{
	color:#555;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
}
#LG_overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	display:none;
	opacity:0;
	filter:Alpha(opacity=0);
}
#LG_pic{display:none;margin:0 auto}

#LG_zoomIn, #LG_zoomOut, #LG_zoomNormal, #LG_fitScreen, #LG_zoom_disabled{
	width:20px;
	height:20px;
	margin:1px;
	float:left;
	cursor:pointer;
	display:block;
}
#LG_zoom_disabled {
	display:none;
}
#LG_zoomIn{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 0px}
#LG_zoomIn:hover{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -40px}

#LG_zoomNormal{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -80px}
#LG_zoomNormal:hover{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -120px}

#LG_zoomOut{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -160px}
#LG_zoomOut:hover{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -200px}

#LG_fitScreen{background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -320px}

#LG_closeBtn{
	float:right;
	background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -240px;
	width:22px;
	height:22px;
	cursor:pointer;
}
#LG_closeBtn:hover{
	background:url('/templates/media/lightgallery/sprite.gif') no-repeat 0 -280px;
}

.source {
	text-align: right;
	font-weight: bold;
	padding: 4px;
}

#logo_phone {
	float: right;
	margin-top: 20px;
	margin-left: 45px;
	color: #231f20;
	font-size: 18px;
	text-align: center;
}

#logo_phone span {
	font-weight: bold;
}

#logo_number {
	color: #ed1c24;
	font-size: 22px;
}

.error {
	background: #FFC4C4;
	border: 1px solid #8C0100;
	color: #8C0100;
	min-height: 22px;
	padding: 6px 4px 4px 34px;
	margin: 10px 8px 10px 0;
}

.input {
	padding: 3px 0;
	font-size: 12px;
	border: 1px solid #786f76;
}

.comment {
	border-bottom: 1px dashed #231F20;
	padding: 4px;
}

.comment div {
	padding: 6px;
}

.bb_quote {
	border-left: 1px dashed #231F20;
	padding-left: 4px;
}

.bb_quote_author {
	font-weight: bold;
}

.openid {
	background:url(/templates/media/openid.gif) no-repeat 0 50%;
	padding-left:20px;
}

.question {
	font-style: italic;
}
.sp_adv {
	font-size:10px;
	text-align:center;
}
.table_adv {
	width:99%;
}
.table_adv th {
	background-color:#726656;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
}
.table_adv td {
	background-color:#d5b69a;
	padding:5px;
}
.table_adv tr td {
	background-color:expression(this.parentNode.rowIndex % 2 == 0 ? '#f2dab4' : '#d5b69a');
	font-weight:expression((this.cellIndex == 1 || this.cellIndex == 3)? 'bold' : 'normal');
	text-align:expression(this.cellIndex == 3 ? 'right' : 'left');
}
.table_adv tr:nth-child(2n+1) td {
	background-color:#f2dab4;
}
.table_adv td:nth-child(2n) {
	font-weight:bold;
}
.table_adv td:last-child {
	text-align:right;
}
.special {
	font-weight:bold;
	background:url(/templates/media/special.png) no-repeat;
}
.special a {
	color:#ffffff!important;
}
