/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html { background: #eeeeee; font: .75em/1.5 Verdana, Arial, Helvetica, sans-serif; }
body { padding: 0; color: #666666}

a { color: #FF6600; }
a:visited {  }
a:hover {  }
a:active {  }

/* Blocks
------------------------------ */

#site { width: 750px; margin: 0 auto; padding: 5px 0px 0px 20px; background: url(/assets/templates/scoutbook/images/bg.jpg); }
#header { padding-bottom: 1em; border-bottom: 2px solid #ccc; margin-bottom: 1em; }
#col-left { display:inline; float: left; width: 205px; padding: 10px; }
#content { display:inline; width: 460px; min-height:730px; height:auto !important; height: 730px; float: right; background: #FFF; margin: 10px 40px 0 0px; padding: 10px;}
#footer { clear: both; width: 720px; height: 140px; margin-left: -20px; padding: 20px; background: url(/assets/templates/scoutbook/images/footer.jpg); text-align: center; color: #000}


/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { color: #FFF; text-decoration: none; display: block; font-weight: bolder; font-size: 1.5em;}
.menu-v a:hover, .menu-h a:hover { color: #FFFF00; text-decoration: none; }

.menu-v { margin-bottom: 5px; }
.menu-v li { width: 207px; height: 31px; padding: 0px 0; margin-top: 5px; list-style: none; text-align: center; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

#butt1 { background: url(/assets/templates/scoutbook/images/button1.gif); }
#butt2 { background: url(/assets/templates/scoutbook/images/button2.gif); }
#butt3 { background: url(/assets/templates/scoutbook/images/button3.gif); }
#butt4 { background: url(/assets/templates/scoutbook/images/button4.gif); }
#butt5 { background: url(/assets/templates/scoutbook/images/button5.gif); }
#butt6 { background: url(/assets/templates/scoutbook/images/button6.gif); }
#butt7 { background: url(/assets/templates/scoutbook/images/button7.gif); }
#butt8 { background: url(/assets/templates/scoutbook/images/button8.gif); }

/* News
------------------------------ */
.datenews {  font-size: 1.2em; font-weight: bold; }
.header_news { font-size: 1.2em; color: #99CC33; font-weight: bold;}
.intro_news {  }

/* Blog
------------------------------ */
.datenews {  font-size: 1.2em; font-weight: bold; }
.blog_title { font-size: 1.2em; color: #99CC33; font-weight: bold;}
.blog_author { font-size: 1.2em; color: #99CC33; font-weight: bold;}
.intro_news {  }


/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h1 { color: #663333; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.2em; color: #99CC33; font-weight: bold;}
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em; }

/* 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; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*    Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .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: 0;  }
.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; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { text-align: left; padding: 0 ; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle; border: 1px solid #85A9D9; }
textarea { border: 1px solid #85A9D9; overflow: hidden;}
.captcha-table td {border: 0px;}
.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; border:1 solid #000000; border-width:1; border-height:0;}


