/*
CSS Credit: http://www.templatemo.com/
*/

/* -- Logo : Begin -- */
#logo1 {
    position: absolute;
    top: 40px;
	left: 200px;
}
/* -- Logo : End -- */

.pos_fixeds {
    position: fixed;
    top: 30px;
    right: 5px;
    color: red;
}

img.fixed {
    position: fixed;
    right: 15px;
    top: 74px;
    z-index: 999;
}

body {
	margin: 0px;
	padding: 0px;
	color: #625e5e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #151304;
	background-image: url(../images/templatemo_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#top a{
	padding-left: 90%;
	font-size: 16px;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}

a, a:link, a:visited { color: #333; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

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

ul { margin: 0; padding: 0; }
ul li { margin: 0; padding: 0; }

h1 { font-size: 34px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0; color: #9c6421; }
h2 { font-size: 24px; font-weight: bold; margin: 0 0 20px 0; padding: 5px 0; color: #625e5e; text-align: center; 
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;}
h3 { font-size: 21px; font-weight: normal; margin: 0 0 15px 0; padding: 0; color: #000;}
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0 0 10px 0;  }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { 
	text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	font-size: 24px; 
	font-weight: bold; 
	margin: 0 0 20px 0; 
	padding: 5px 0; 
	color: #625e5e; 
	text-align: center; 
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;}

.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; }

.hr_divider { background: url(../images/templatemo_hr_divider.jpg) bottom repeat-x; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper {
	position: relative;
	display: block;
	width: 218px;
	height: 128px;
	padding: 9px;
}
.image_wrapper span {
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	height: 144px;
	background: url(../images/templatemo_image_frame.png) no-repeat;
}
.image_fl { float: left; margin: 30px 20px 20px 22px; }
.image_fr { float: right; margin: 3px 0 0 20px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #e55822; }

.tmo_list { margin: 20px 0; padding: 0; list-style: none; }
.tmo_list li { background: url(../images/templatemo_list.png) no-repeat scroll 0 0px; margin: 0 0 20px; padding: 3px 0 3px 25px; 	line-height: 1em; }
.tmo_list li a { color: #333; text-decoration: none; }
.tmo_list li a:hover { color: #d06802; text-decoration: none; }

.btn_more a {
	display: block;
	width: 85px;
	height: 27px;
	color: #5c460e;
	padding: 5px 3px 0 27px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/templatemo_btn.png) no-repeat;
}

.btn_more a:hover, .btn_more a span:hover {
	color: #dca822;
	background: url(../images/templatemo_btn_hover.png) no-repeat; 
}

#templatemo_wrapper {
	width: 900px;
	padding: 60px 20px 0;
	margin: 0 auto;
}

#templatemo_header {
	width: 860px;
	height: 115px;
	padding: 0 30px;
	background: url(../images/header.png) no-repeat;
}

#logo {
	float: left;
	width: 350px;
	margin: 35px 0 0 0;
	text-align: center;
}

#logo a {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	color: #252b2d;
	font-weight: bold;
	text-decoration: none;
}

#logo a span {
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: 5px;
}

#logo a span i {
	display: block;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: 5px;
}
/* menu */

#templatemo_menu {
	float: right;
	width: 450px;
	height: 90px;
	padding: 12px 20px;
	background: url(../images/templatemo_menu.jpg) no-repeat;
}

#templatemo_menu ul {
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#templatemo_menu ul li {
	float: left;
	height: 82px;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	background: url(../images/templatemo_menu_divider.png) no-repeat bottom right;
}

#templatemo_menu ul .last { background: none; }

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 42px;
	font-size: 14px;
	padding: 40px 10px 0;
	color: #fff;	
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	outline: none;
	
}

form    {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:0px;
position:relative;
width:auto;
height:auto;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: none;
line-height: 24px;
font-weight: bold;
color: #625e5e;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:25px;
word-spacing: 3px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

table    {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:0px;
position:relative;
width:100%;
height:auto;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: none;
line-height: 24px;
font-weight: bold;
color: #625e5e;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:25px;
word-spacing: 3px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

th {
	padding-right: 65px;
	padding-bottom: 5px;
	text-decoration: underline;
	font-size: 20px;
	font-weight: normal;
}

input    {
	width:auto;
	padding-left: 5px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea    {
	padding-left: 5px;
	display:block;
	border: 1px solid #999;
	height: auto;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
	background: url(../images/templatemo_menu_hover.png) no-repeat center bottom;
}

/* end of menu */

/* main */

#templatemo_main {
	clear: both;
	width: 840px;
	padding: 40px 30px;
	background: #f6efc9 url(../images/templatemo_main.png) no-repeat top;
}

#templatemo_content {
	float: left;
	width: 550px;
}

#templatemo_content p {
	margin-bottom: 20px;
}

.content_box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CC6600;
}

.content_box img {
	padding: 10px;
}

strong {
	font-size: 18px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

small {
	font-size: 14px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.cb_last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.special{
	font-size: 15px;
	color: red;
}

#cool_link_list { 
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#cool_link_list li {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
	padding: 0;
	display: inline-block;
}

#cool_link_list li a {
	display: block;
	width: 140px;
	padding: 0 0 0 20px;
	color: #666;
	text-decoration: none;
	line-height: 1em;
	background: url(../images/templatemo_list.png) no-repeat center left;
}

#templatemo_sidebar {
	float: right;
	width: 260px;
}

.icon_link { display: block; float: left; margin-left: 30px; width: 48px; }

.sidebar_box_woframe {
	position: fixed;
    top: 220px;
	right: 155px;
	
}

.sidebar_box {
	width: 260px;
	padding: 0;
	background: url(../images/templatemo_sidebar_box.png) left repeat-y;
}

.sidebar_box_top {
	width: 260px;
	height: 20px;
	background: url(../images/templatemo_sidebar_box_top.png) no-repeat;
}

.sidebar_box_bottom {
	width: 260px;
	height: 20px;
	margin-bottom: 30px;
	background: url(../images/templatemo_sidebar_box_bottom.png) no-repeat;
}

.sidebar_box_content {
	padding: 0 20px;
}

.sidebar_box_content p {
	margin-bottom: 10px;
}

#templatemo_sidebar h3 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CC6600;
}

#popular_post_box { margin: 0; padding: 0; list-style: none; }
#popular_post_box li { margin: 0 0 30px 0; padding: 0; }
#popular_post_box li .date { display: block; color: #f4263e; }
#popular_post_box li .title a { display: block; color: #2d961c; text-decoration: none;}
#popular_post_box .last { margin: 0; }

/* end of main */

/* footer */

#templatemo_footer  {
	font-family: Times new Roman;
	width: 840px;
	height: 136px;
	padding: 60px;
	text-align: center;
	color: white;
	font-size: 20px;
/*	text-shadow: 0px 1px 1px #FFFFFF; */
	background: url(../images/templatemo_footer.png) no-repeat;
}

#templatemo_footer a {
	text-decoration: none;
	color: #fff;
}

.bottommenu {
}

.bottommenu p {
	text-align: center;
	color:#8a8a8a;
}

.bottommenu a {
	font:bold 12px Georgia, Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
}

.bottommenu ul {
	margin:0px;
	text-align: center;
	padding:10px;
}

.bottommenu li {
	display:inline;
	/* border-right:1px solid #B4AA7F; */
	padding:0px 9px 0px 9px;
}

.bottommenu li a {
	font:bold 12px Georgia, Arial, Helvetica, sans-serif;
	color:#B4AA7F;
	text-decoration:none;
}

.bottommenu li a:hover {
	color:#B39A82;
	text-decoration:none;
}
a {
	outline:none;
}
/* end of footer */