/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}
html, body{
	height: 100%;
}
body{
	background:url(/themes/site_themes/default/background.png);
	font-family:Tahoma, sans serif;
	font-size:14px;
	
}
a:link, a:visited{
	color:#152b80;
	text-decoration:none;
	border-bottom:1px dotted #152b80;
}
a:hover, a:active{
	color:#ec2a2f;
	text-decoration:none;
	border-bottom:1px dotted #ec2a2f;
}
a img{border-style:none;}
.img_left{padding: 5px 5px 5px 5px; margin:0px auto; /* center*/}
.img_left a{border-bottom: none;}
.float_left{float:left;}
.float_right{float:right;}
.clear{clear:both}

/* Structure*/
#container {
	width: 966px;
	padding:15px 8px 0px 10px;
	text-align: left;
	margin:0px auto;
	height:auto !important;
	height:100%;
}

#header {
	height:241px;
	background-image:url(/themes/site_themes/default/header.png);
	background-repeat:no-repeat;
	position:relative;
}

#content {
	background:url(/themes/site_themes/default/content.png) scroll 0%;
	padding:3px 10px;
}

#content:after {
	clear:both;
	content:".";
	display:block;
	font-family:serif;
	font-size:1px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:0pt;
	line-height:0px;
	visibility:hidden;
}

/*content*/
#article {
	background:url(/themes/site_themes/default/article.png) repeat-y;
	float:right;
	width:746px;
}

.post_title {
	font-size:25px;
	color:#ec2a2f;
	padding:0px 20px;
	font-weight:bold;
}

.post_txt {
	padding:0px 30px;
	color:#152b80;
}

.post_divider {
	background:url(/themes/site_themes/default/divider2.png) no-repeat;
	height:5px;
	padding-bottom:20px;
	margin-top:20px;
}

.anchor {
	text-align:center;
	color:#008000;
	font-size:10px;
}

.anchor a {
	text-decoration: underline;
	border-bottom:none;
}

.sm_head {
	color:#008000;
	font-weight:bold;
	text-decoration:underline;
}

.sm_head a:hover, .sm_head a:active {
	border-bottom:none;
	color:#008000;
}

.number {color:#FF6600}

#article li {
	margin-left: 50px;
}

.christmas {
	color:#990000;
	font-size: 16px;
}

.typog {
	color:#008000;
	font-size: 18px;
}

/*footer*/
#foot{
	width:966px;
	height:51px;
	position:relative;
	bottom:0px !important;
	background-image:url(/themes/site_themes/default/footer.png);
	background-repeat:no-repeat;
	color:#666666;
}

#foot_contain {
	float: right;
	width:746px;
	padding-right: 15px;
}

#design {
	color:#666666;
	padding-right: 15px;
}

#design a:link, a:visited {color:#666666;}

/*navigation*/
#nav{
	float:left;
 	width:190px;
	padding:30px 0px 0px 0px;
	list-style:none;
	font-size:17px;
	font-weight:bold;
	text-align:right;
	position:static;
	font-family:Comic Sans MS;
}

#nav li a {
	color:#003399;
	display: block;
	width:100%;
	text-decoration:none;
	border:none;
	padding: 13px 5px 12px 0px;
}

html>body #nav li a {	
	width: auto;
}

#nav li a:hover {text-decoration:none;}

#nav li#current {	
	display: block;	
	color:#ec2a2f;
	background:#ffe584;
	padding: 13px 5px 12px 0px;
	width:195px;
}

.give	{
	
}

/*_________________________ SmoothGallery */
#rotatedImage{
	float:right;
	width:330px;
	height:219px;
	margin:15px 15px 0 0;
	border:1px solid #CCCCCC;
	z-index:5;
}
#rotatedImage img{z-index:5;}
#rotatedImage img.thumbnail{display: none;}
.jdGallery{
	overflow: hidden;
	position: relative;
}
.jdGallery img{
	border: 0;
	margin: 0;
}
.jdGallery .slideElement{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./themes/site_themes/default/loading-bar-black.gif);
}
.jdGallery .loadingElement{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./themes/site_themes/default/loading-bar-black.gif);
}