body {
	margin: 0px;
	padding: 0px;
	color: #6d8d95;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #21373d;
	background-image: url(images/templatemo_body.png);
	background-repeat: repeat;
}

a, a:link, a:visited {
	color: #33CCCC;
}

a:hover {
	color: #CCFF00;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #fff; }

h1 { font-size: 34px; margin: 0 0 30px 0; padding: 5px 0; color: #d8ff00; }
h2 { font-size: 26px; margin: 0 0 20px 0; padding: 0; color: #d8ff00; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; line-height: 1.2; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 8px;
	border: 1px solid #000000;
	background: #143037;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

.image{
 height: 120px; width: 120px; 
 float: left;
margin-top:20px;
margin-right: 30px;
}

.image_1{
 height: 350px; width: 570px; 
 float: left;
margin-top:20px;
margin-right: 30px;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #fff; }

.template_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.template_list li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 30px;
	background: url(images/templatemo_list.png) top left no-repeat;
}


.button a {
	width: 60px;
	padding: 4px 25px 4px 0;
	background: url(images/templatemo_readmore.png) center right no-repeat;
	color: #12758e;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

.button a:hover {
	text-decoration: underline;
}

.aligncenter {
    float: center;
    margin: 4px 0 1px 10px;
}

/** reset lightbox position **/
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#template_wrapper {
	width: 990px;
	margin: 0 auto;
	background: url(images/templatemo_wrapper.png) repeat-y;
}
#template_site_language{
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: right;
}

#template_site_fm{
	margin: 0;
	padding: -20px 2px 2px 2px;
}
/* header */

#template_header {
	width: 970px;
	height: 200px;
	padding: 0 10px;
	background: url(images/templatemo_header.png) no-repeat;
}

#template_header  #site_title {
	float: left;
	width: 320px;
	text-align: center;
	padding: 60px 0 0 20px;
}


#template_header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#template_header  #site_title a span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #5f6675;
	font-weight: bold;
	letter-spacing: 2px;
}

/* end of header */

/* main */

#template_main {
	width: 940px;
	padding: 60px 40px 30px 10px;
	background: url(images/templatemo_content_top.png) no-repeat;
}

/* sidebar */

#template_sidebar {
	float: left;
	width: 280px;
}

/* menu */

#template_menu {
	margin-bottom: 50px;
}

#template_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#template_menu ul li {
	padding: 0px;
	margin: 0 0 5px 0;
}

#template_menu ul li a {
	display: block;
	height: 25px;
	padding: 11px 0 0 30px;
	font-size: 14px;
	text-decoration: none;
	color: #CCC;	
	font-weight: bold;
	outline: none;
	background: url(images/templatemo_menu.png) no-repeat left bottom;
}

#template_menu li a:hover, #template_menu li .current {
	color: #fff;
	background: url(images/tempatemo_menu_hover.png) no-repeat left bottom;
}

/* end of menu */

/* sidebar box */

.sidebar_box {
	padding-left: 30px;
}

.news_box {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #19343b;
}

.news_box:hover {
	background: #132b31;
}

.news_box img {
	float: left;
	width: 80px;
	border: 1px solid #FFF;
	padding: 2px;
}

.news_box p {
	float: right;
	width: 140px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* content */
#template_content {
	float: right;
	width: 600px;
	padding: 5px;
	
}

#template_content_author{
	text-align: right;
	font-size: 26px;
	margin: 0 30px 20px 0;
	padding: 0;
	color: #d8ff00;
}

#template_content p {
	text-align: justify;
	margin-bottom: 10px;
}

.two_column {
	width: 280px;
}

.post_box {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(images/hor_divider.jpg) bottom repeat-x;	
}

.post_box .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .right {
	float: right; 
	width: 300px;
}

.post_content .right img {
	width: 280px;
	height: 240px;
	border:1px solid #000;
	padding: 5px;
	background: #143037;
}

.post_content .left {
	float: left; 
	width: 600px;
}

.post_content h2 {
	margin-bottom: 5px;
}

.post_box p {
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
}

.post_section .post_info{
	font-style: italic;
}

.post_box .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

/* gallery */

#gallery_image_main {
    width: 600px;
	height: 130px;
	
}

#gallery_image {
    width: 600px; 
	margin: 45px auto; 
	padding: 20px;
}

#gallery {
		width: 600px;
		padding: 40px 0;
	}

#gallery ul { list-style: none; margin: 0; padding: 0; }
	
#gallery ul li {
		float: left;
		display: block; 
		padding: 0;
		margin: 0;
		width: 245px;
		padding: 5px;
		background: #09161a;
		border: 1px solid #000;
		margin: 0 30px 30px 0;
	}
	
#gallery ul li h5 {
		margin-bottom: 15px;
	}
	 
#gallery ul img {
		width: 245px;
		height: 130px;
		border: none;
		margin-bottom: 10px;
	}
/* end of gallery */

#contact_form {
	float: left;
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 350px;
	padding: 5px 0;
	background: #1f3c44;
	border: 1px solid #183036;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 350px;
	height: 200px;
	background: #1f3c44;
	border: 1px solid #183036;
}

#contact_form form .submit_btn {
	margin-left: 80px;
}

#template_footer {
	width: 970px;
	height: 17px;
	margin: 0px 10px;
	padding: 35px 0;
	text-align: center;
	background: url(images/templatemo_footer.png) no-repeat;
}
#text {text-shadow:-2px 2px 2px #777; font-size:34px; color:yellow;}

/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
    visibility: hidden;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

