/*	CSS-Framework

	Version		: 0.2
	File name		: cssf-base.css
	Description		: Styles for webdewelopers
	Author		: DIP Studio / http://dipstudio.net Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }
.bold { color:#000; }

/* Main custom rules
------------------------------ */

html { background: #fff url(../images/body.jpg) repeat-x 0 0; font: .75em/1.5 Myriad, Verdana, Arial, Helvetica, sans-serif; }
body { padding: 0; }

a { color: #662928; }
a:visited {  }
a:hover {  }
a:active {  }

/* Demo Template
------------------------------ */

#site { margin: 0; padding: 0;}
#canvas {margin: -1px auto 1px; width: 863px; padding: 0 0 6px 0; background: #e1e1d2 url(../images/canvas_bottom.gif) no-repeat 0 100%; position: relative; border-top: 1px solid #fff;}
#wrpr {margin: 17px; background: transparent url(../images/wrpr_x.gif) repeat-y 0 0; position: relative; padding-bottom: 23px;}
#header {width: 863px; margin: 0 auto; padding: 0; position: relative; height: 136px; z-index: 1; overflow: hidden;}

#col-left {float: left; width: 250px;  font-family: Myriad Roman, Tahoma, Verdana, Arial, Sans-serif; background: transparent url(../images/left-col.gif) repeat-x 0 0;}

#content { width: 523px; float: right; padding: 20px 25px;}
#topline {width: 863px; height: 12px; background: transparent url(../images/canvas_top.gif) no-repeat 0 0; position: absolute; top: 0; left: 0;}
#bottomline {width: 828px; height: 72px; background: transparent url(../images/bottomline.gif) no-repeat 0 0; clear: both; position: relative; top: -15px; margin-bottom: -38px;}
#footer { clear: both; padding: 0; margin: 0 auto; width: 863px; color: #999; }
#footer p {padding: .25em 0; font-size: .8em;}

/*   Sidebar Navigation 
------------------------------------- */
#main-nav {margin: 25px 20px 50px; list-style: none; padding: 0; border-bottom: 1px solid #566c83;}
#main-nav li {display: block; border: 1px solid #566c83; border-width: 1px 0 0; padding: 1px 0; margin: 0; position: relative;}


#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:hover,
#main-nav li a:active {
	color: #fff; text-decoration: none; font-weight:normal; display: block; padding: 15px 13px; line-height: 0;  font-size: 8.5pt; letter-spacing: 1px; font-family:Verdana;
}

#main-nav li.current a,
#main-nav li a:hover,
#main-nav li a:active {
background: url(../images/mainnav_h.gif) repeat-y 100% 0;
}

/*   Sidebar Box
------------------------------------- */
#col-left .box1 {margin: 0 30px 20px;  font-family: Helvetica, Arial, Sans-serif;}
#col-left .box1 h2, #col-left .box1 p {color: #fff;}
#col-left .box1 h2 {font-weight: normal; font-size: 10pt; padding-bottom: .3em;}

#col-left .lcounty h2 {background: transparent url(../images/lewis-county.gif) no-repeat 0 2px; text-indent: -1000px;}
#col-left .lcounty a {color: #fff;}
#col-left .box1 p {font-size: 9pt; line-height: 1.6em; color: #667d95; font-weight: normal; font-family: Arial;}

a.read-more {color: #fff; font-weight: normal; text-decoration: none; padding-top: .5em; display: block; font-size: 7.5pt;}
a.read-more:hover, a.read-more:active {text-decoration: underline;}

/* Special footer logo
-------------------------------------------- */
#winderlogo {display: block; width: 109px; height: 34px; overflow: hidden; margin: 0; padding: 0; position: absolute; bottom: 7px; right: 13px;}
#winderlogo img {position: absolute; top: 0; left: 0;}
#winderlogo:hover img {top: auto; bottom: 0;}


#logo {position: absolute; left: 50%; top: 47px; margin-left: -418px; z-index: 1000; display: block;}


/* Subscription Form
---------------------------------------- */

#newsletter, #newsletter fieldset  {border: none; display: block; margin: 0; padding: 0;}
#newsletter {margin: 65px 0 0 400px; width: 520px;}
#newsletter label {color: #552415; font-size: 1.1em; background: transparent url(../images/subscribe_lbl_bg.gif) no-repeat 100% 100%; height: 48px; float: left;}
#newsletter label span, #newsletter label input {float: left; margin-top: 27px;}
#newsletter label span {margin-top: 27px; background: transparent url(../images/newsletter.gif) no-repeat 0 5px; text-indent: -1000px; width: 84px;}
#newsletter label input#email {color: #999; font-size: 95%; height: 21px; border: none; width: 166px; background: none; margin: 28px 0 0 15px;}
#newsletter .view { position: absolute; left: 775px; top: 95px; display:block;}


#subscribebut {background: transparent url(../images/subscribe.gif) no-repeat 0 0; margin-top: 27px; margin-left: 10px;}
#subscribebut:hover {background-position: 0 100%;}

#leftshadow {height: 100%; width: 6px; background: transparent url(../images/shadow_left.gif) no-repeat 0 0; position: absolute; left: -6px; top: 0;}

#rightshadow {height: 100%; width: 6px; background: transparent url(../images/shadow_right.gif) no-repeat 0 0; position: absolute; right: -6px; top: 0;}


/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d li:hover {  }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }
.menu-h-d a.active { color: #000; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover { text-decoration: underline; }

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }
.menu-v-d a.active { color: #000; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Content elements
------------------------------ */

.content * {color: #4E4E4E;}
.content h1, .content h2, .content h3, .content h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .3em; color: #552415; }
.content .fp h1 {background: transparent url(../images/kristy-woodford.gif) no-repeat 0 0; width: 352px; text-indent: -20000px;}

.content h2 { font-size: 1.3em; }
.content h3 { font-size: 1.25em; color: #022345;}
.content h4 { font-size: 1.2em; font-weight: bold; color: #333}

blockquote { margin: 1em 0 -10px; padding: 17px 30px 17px 43px; background: transparent url(../images/blockquote.jpg) repeat-y 0 0; position: relative;}

.content ul { margin-left: 2em; line-height: 1.3em; }
.content ul li { margin-bottom: .2em; color: #552415;}

.content ol { margin-left: 3em; line-height: 1.3em; }
.content ol li { margin-bottom: .2em; color: #022344; font-weight: bold;}
.content ol li * {font-weight: normal;}
.content ol li strong, .content ol li  b {font-weight: bold;}

pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

p { text-align: left; line-height: 1.6em; }

.green { color: #75905D; font-weight:bold; }

.icons a, .icon { padding-left: 20px; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em; }

.chng-bnr {background-color: #8b8b85; margin: -20px -24px 20px -26px; padding: 0 0 5px 0;  }
.content .chng-bnr img {border-width: 0 !important; margin: 0 !important; padding: 0 !important;}

#content a.read-more:link,
#content a.read-more:visited,
#content a.read-more:hover,
#content a.read-more:active {color: #552415; text-decoration: none; font-size: 90%; font-weight: normal;}

#content a.read-more:hover,
#content a.read-more:active {
	text-decoration: underline;
}

#line { height:1px; background:#D5D2BC; }

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; text-align: left; }
.w-50, .w-25, .w-33, .w-38, .w-66, .w-75, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Inputs
------------------------------ 

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
*/

/* Opera Hack 
------------------------------ */
@media all and (min-width: 0px){ #main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:hover,
#main-nav li a:active {line-height: .3em;}}

/* Safari hack
------------------------------------ */
body:first-of-type #main-nav li a {
	padding-bottom: 10px;
}
/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; padding-top: 28px; border: none; position: relative; }
.content legend { padding-top:15px; font-weight:bold; margin-left:20px; }

html:not([lang*=""]) .content legend span { top: -38px; }
body:first-of-type .content legend span { top: -9px; }

.content .f-row { overflow: hidden; margin-bottom: .5em; position: relative; }
.content label { float: left; text-align: right; width: 21.99%; padding-right: 5%; padding-top: 2px; color: #6b2222; font-size: 12px; }
.content .f-inputs { padding-left: 25%; }
.content .f-row .description { position: absolute; width: 115px; right: 0; top: 1px; font-size: 13px; color: #a5a191; font-style: italic; }

.f-actions { padding-top: 1em; text-align: right; padding-right: 156px; }

/* Input_Extras
------------------------------ */
.alert { color: red; }
.sent { color: green; }

.search_pad { margin-top:5px; margin-right:10px; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 240px; padding: 1px; font: 1em sans-serif; border: 2px solid #848484; border-color: #848484 #fff #fff #848484; }
select.i-text { width: 247px; padding: 0; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; background: #f0f0f0; border: 2px solid #848484; border-color: #fff #848484 #848484 #fff; }
