/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 17, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
}

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 50px;
	background: url(pattern8-pattern-20d.jpg) repeat;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #A56F38; 	
}
a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

/* Headers */
h1, h2, h3 , h4 {
	font: normal 1em/1.5em "Times New Roman", Times, serif;
	color: #660000;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	letter-spacing: 0px;
	font: normal 20px/22px "Times New Roman", Times, serif;
}
h2 {
	font-size: 190%;
	color: #660000;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	margin-left: 6px;
	color: #FFFFFF;
}

h4 {
	letter-spacing: 0.05em;
	font: normal 15px/normal "Times New Roman", Times, serif;
	margin-left: -2px;
	color: #FFFFFF;
	margin-top: 12px;
}
p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: url(content-bg.jpg);
	margin: 0 auto;
	width: 940px;
	height: 248px;
	text-align: left;
}
#header-photo {
	position: absolute;
	top: 0px;
	left: 25px;
	padding: 0;
	height:245px;
	width: 890px;
	clear: both;	/* border: 1px solid #F0F0F0; */
	margin: 0px;
}
#header-photo img {
	margin: 0;
	padding: 0;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #E7E5E8;
	border-left: none;
} 

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 515px;
	left: 485px;
	top: 0px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #070000;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #663333;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #000;	
	background: #d5d3d6 url(nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 34px/35px "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #434645;
	/* change the values of top and left to adjust the position of the logo*/
	top: 130px;
	left: 42px;
	width: 300px;
	height: 20px;
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #8B0000;
	width: 200px;
	/* change the values of top and left to adjust the position */
	top: 176px;
	left: 120px;
	font: italic normal 18px/1.6em Georgia, 'Times New Roman', Times, serif;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: url(pattern8-pattern-20d.jpg);
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(content-bg.jpg) repeat;
	border-bottom: thin solid #D1D1D1;
}

.col-one {
	padding: 0px 0px 15px;
	float: left;
	right: 25px;
	width: 100%;
	margin: -7px 0px 0px 25px;
}
.col-two {
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 20px;
}
.col-three {
	float: left;
	width: 455px;
	margin-top: 0px;
	border-left: thin solid #DEDFDF;
	border-right: thin solid #DEDFDF;
	margin-right: -20px;
}
.col-4{
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 30px;
	padding-right: 0px;
	padding-left: 0px;
}


#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 2.4em "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 1px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(bullet.gif);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Times New Roman", Times, serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #660000;
}
ul.sidemenu li a span {
	color: #828282;
	font: italic normal 1.2em "Times New Roman", Times, serif;
}
ul.sidemenu li a:hover {
	color: #333333;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em "Times New Roman", Times, serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.7em/1.6em "Times New Roman", Times, serif;
	color: #000000;
}
#footer-wrapper a {
	color: #000000;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;
	width: 100%;
	padding: 0;
	margin-left: 0px;
	margin-top: -5px;
}
#footer-bottom {
	clear: both;
	width: 880px;
	margin: 0 auto;
	color: #000000;
	border-top: thin solid #FFFFFF;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 4px;
	margin: 5px 6px 5px 5px;
	background: #fafafa;
	border: 1px solid #dcdcdc;

}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#content-outer #content-wrapper #content .col-three #FLVPlayer {
	margin: 12px 5px;
}
.FLVPlayer {
	margin: 0px 5px;
}
#templatemo_content_right_top .templatemo_post_area {
	
	width: 375px;
	margin: 0;
	padding: 15px 0 0 0;
	
}

.templatemo_post_area h1 {
	
	font-family: Tahoma;
	font-size:	18px;
	color: #AFA;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.templatemo_post_area p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
	
}
.templatemo_post_area h2 {
	
	font-family: Tahoma;
	font-size:	12px;
	color: #AFA;
	margin: 0 0 10px 0;
	padding: 0;
	
}

* html #templatemo_content_right_bottom_section {

	margin-top: -20px;
}

#templatemo_content_right_bottom_section {

	width: 687px;
	background: #161616;
	margin: 0;
	padding: 10px;
	
}

#templatemo_content_right_bottom_section .templatemo_text_area {
	

	margin: 0;
	padding: 20px 0px 20px 20px;
	
}

.templatemo_text_area h1 {
	
	font-family: Tahoma;
	font-size:	18px;
	color: #4c4c4c;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.templatemo_text_area p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	color: #8b8b8b;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.templatemo_text_area img {
	
	margin: 0 20px 10px 0;
	padding: 0;
	border: 1px solid #8fd300;
	
}

* html .templatemo_bottom_panel_section {

	margin-top: -35px;
}

.templatemo_bottom_panel_section {
	
	background: url(images/templatemo_bottom_bg.jpg) no-repeat;
	width: 920px;
	height: 109px;
	margin: 0;
	padding:  10px;
	
}

.templatemo_bottom_section_left {
	
		float: left;	
		width: 300px;
		margin: 0;
		padding: 10px;
			
}

.templatemo_bottom_section_left h1 {
	
	font-family: Verdana;
	font-size: 12px;
	color: #ffd200;
	margin: 0 0 5px 0;
	padding: 0;
	
}

.templatemo_bottom_section_left ul {
	list-style: circle;
	color: #fff;
	margin: 0 0 0 15px;
	padding: 0;
}

.templatemo_bottom_section_left li a {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;

}

.templatemo_bottom_section_left li a:hover {

	text-decoration: none;

}

.templatemo_bottom_section_right {
	
		float: right;	
		width: 300px;
		margin: 0;
		padding: 10px;
		text-align: right;
}

 .templatemo_bottom_section_right h1 {
	
	font-family: Verdana;
	font-size: 12px;
	color: #ffd200;
	margin: 0 5px 5px 0;
	padding: 0;
	
}

.templatemo_bottom_section_right p {

	font-family: Verdana;
	font-size: 12px;
	color: #fff;
	text-align:	right;
	margin: 0 0 10px 0;
	padding: 0;
}

.templatemo_bottom_section_right img {
	border: none;
}
/* End Of Right Content */

* html #templatemo_footer {

	margin-top: -26px;
}

#templatemo_footer {
	
	background: #6e9100;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;

}

#templatemo_footer a {
	
	color: #fff;
	text-decoration: underline;

}

#templatemo_footer a:hover {
	
	color: #ff0;
	text-decoration: none;

}

.cleaner {
	
	clear: both;
	height: 0px;
	
}
