/*----------------------------------------------
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;
}
BODY
{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0 0 50px;
	background: #35100E url(bg.jpg) repeat-x;
	text-align: center;
}
/*Links*/
A
{
	text-decoration: none;
	color: #A56F38;
}
A:hover
{
	background: #F0F0F0;
	color: #000;
	border-bottom: 1px dotted #000;
}
/*Headers*/
H1, H2, H3
{
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px;
	margin: 0;
}
H1
{
	font-size: 345%;
	font-weight: normal;
	letter-spacing: -2px;
}
H2
{
	font-size: 200%;
	color: #663333;
}
H3
{
	font-size: 170%;
	font-weight: normal;
}
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.no-border
{
	border-style: none;
}
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: 12px;
	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;
	border: 1px solid #FFF;
	background: #FDFDFD;
}
LABEL
{
	display: block;
	font-weight: bold;
	margin: 8px 0 5px;
	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;
}
.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: #FFF url(wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 385px;
	text-align: left;
}
#header-photo
{
	position: absolute;
	top: 91px;
	left: 24px;
	padding: 0;
	height: 290px;
	width: 890px;
	clear: both;
/*border: 1px solid #F0F0F0;*/
}
#header-photo IMG
{
	border: none;
	margin: 0;
	padding: 0;
}
/*Navigation*/
#nav
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 880px;
	left: 22px;
	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;
	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-current1.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}
#header-wrap H1#logo-text A
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 62px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
/*change the values of top and left to adjust the position of the logo*/
	top: 135px;
	left: 48px;
}
#header-wrap H1#logo-text A:hover
{
	background: none;
	border: none;
}
#header-wrap P#intro
{
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;
/*change the values of top and left to adjust the position*/
	top: 205px;
	left: 60px;
}
/*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: #FFF;
	width: 100%;
}
#content-wrapper
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#content
{
	float: left;
	width: 100%;
	background: #FFF url(content-bg.jpg) no-repeat;
}
.col-one
{
	margin-right: 480px;
	padding-left: 25px;
}
.col-two
{
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}
.col-three
{
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three
{
	padding-bottom: 20px;
}
#content .col-one H2
{
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;
	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
{
	color: #CA2531;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px;
}
#content-wrapper .col-three H3
{
	color: #000;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px;
}
/*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: #666666;
}
UL.sidemenu LI A SPAN
{
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
UL.sidemenu LI A:hover
{
	color: #CA2531;
	background: none;
	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 "Trebuchet MS", Tahoma, Sans-serif;
}
#footer-wrapper H3, #footer-wrapper P
{
	padding-left: 0;
}
#footer-wrapper H3
{
	font: normal 1.6em/1.6em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #FFF;
}
#footer-wrapper A
{
	color: #FFF;
	background: transparent;
}
#footer-wrapper UL.footer-list
{
	border-top: 1px solid #822722;
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#footer-wrapper UL.footer-list LI
{
	border-bottom: 1px solid #822722;
}
#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: #824722;
}
#footer-wrapper UL.footer-list LI A SPAN
{
	color: #A5A5A5;
	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: 5px;
	margin-top: 10px;
}
#footer-bottom
{
	clear: both;
	border-top: 1px solid #822722;
	width: 880px;
	margin: 0 auto;
}
#footer-bottom .bottom-left
{
	float: left;
	padding-left: 5px;
	border-style: none;
}
#footer-bottom .bottom-right
{
	text-align: right;
	padding-right: 0;
}
/*postmeta*/
.postmeta
{
	padding: 5px;
	margin: 20px 10px 15px;
	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: 0.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;
	background: #000;
	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: ".";
}

