
/*
// Foldhouse
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
border: 0;
}

.alert-info{
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}

.g-recaptcha {
    transform:scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-align:center
}

body{
position: relative;
padding: 8px 0px;
border: 0;
margin: 0;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.8em;
background-color: #dbe3eb;
color: #4b4b4b;
background-image: url(../images/bg.png);
background-attachment: fixed;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
font-size: 1.4em;
font-weight: normal;
color: #003976;
letter-spacing: 0px;
}

h2{
margin: 4px 0px;
font-size: 1.1em;
font-weight: normal;
letter-spacing: 1px;
color: #003976;
}

#content h2{
font-weight: bold;
}

h2 span{
color:red;
font-size:18px;
}

h3{
margin: 0px 0px;
font-size: 1.2em;
font-weight: normal;
letter-spacing: 1px;
text-align: center;
}


img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
background-color: #ffffff;
overflow: hidden;
border: 1px solid #cccccc;
}

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-left{
float: left;
width: 280px;
overflow: hidden;
font-size: 13px;
}

#column-left-inner{
margin: 10px;
}

#column-left ul{
padding-left: 15px;
}

#column-right{
float: left;
width: 620px;
height: auto;
overflow: hidden;
}



#header{
width: 900px;
height: 110px;
font-size: 15px;
text-align: left;
background-color: white;
}

#header-left{
float: left;
width: 300px;
padding: 5px;
}

#header-middle{
width: 250px;
float: left;
color: #003976;
margin: 24px 10px 0 0;
text-align: right;
}

#header-middle a{
color: #003976;
}

#header-middle a:hover{
color: #4b4b4b;
}

#header-middle span{
font-weight: bold;
color: #003976;
}

#header-right{
float: right;
margin: 2px 10px 0 0;
text-align: right;
}



#slideshow{
margin-top: 0px;
width: 900px;
height: 300px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
overflow: hidden;
}

#slideshow img{
width: 900px;
height: 300px;
}



#content{
margin: 10px;
text-align: justify;
font-size: 12px;
color: #4b4b4b;
background-image: url(../images/content-bg.png);
background-position: center center;
background-repeat: no-repeat;
}

#content p{
margin: 5px 0px 18px 0px;
line-height: 18px;
}



#footer{
clear: both;
width: 900px;
height: 60px;
background-color: #003976;
background-repeat: repeat-x;
color: #cccccc;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #cccccc;
font-size: 10px;
}

#footer a:hover{
color: #ffffff;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 300px;
margin: 10px 0px 20px 10px;
text-align: center;
}

#contact-right{
float: right;
width: 240px;
margin: 10px 30px 20px 0px;
}


#navigation{
width: 900px;
z-index: 99;
margin: 0;
overflow: hidden;
background-color: #002e60;
background-image: url(../images/nav-grad.png);
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: block;
padding: 6px 15px;
color: white;
text-decoration: none;
text-align: left;
font-size: 12px;
font-weight: normal;
background-color: #003976;
background-image: url(../images/nav-grad.png);
float: left;
margin: 0px 1px;
}

#navigation a:hover,#navigation a.current{
color: #ffffff;
background-color: #003976;
background-image: url(../images/nav-grad-hover.png);
}

#navigation a.current:hover{
color: #ffffff;
}



form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 230px;
margin-top: 2px;
font-family: verdana,arial,tahoma,sans-serif;
font-size: 9pt;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #003976;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

.captcha-container input{
width: 220px;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #cccccc;
background-color: #999999;
color: #e2e2e2;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}



div.form_section{
margin: 5px 0px;
background-color: #eaeaea;
padding: 4px 8px;
border: 1px solid #cccccc;
}

#styledForm input,#styledForm select{
border: 1px solid #bbb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family: arial,verdana,sans-serif;
font-size: 11px;
padding: 5px;
}

#styledForm input.block,#styledForm textarea.block{
display: block;
font-family: arial,verdana,sans-serif;
font-size: 11px;
border: 1px solid #bbb;
padding: 5px;
width: 630px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#styledForm input.block:hover,#styledForm textarea.block:hover{
border-color: #777;
}

#styledForm label.block{
display: block;
font-weight: bold;
border-bottom: 1px solid #ccc;
width: 630px;
}



#caravan-list-container{

}

div.caravan{
border: 1px solid #ccc;
padding: 6px;
margin: 10px;
width: 845px;
float: left;
overflow: hidden;
padding-bottom: 15px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: white;
overflow: hidden;
position: relative;
}

div.caravan-mini{
width: 260px;
padding: 0px;
text-align: center;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin: 13px 15px;
}

div.caravan-rightcol{
float: right;
width: 225px;
margin-left: 15px;
}

div.caravan ul{
list-style-type: none;
}

div.caravan-info,div.caravan-imgs,div.caravan-imgs-mini{
margin-bottom: 6px;
background: #e2e2e2;
padding: 6px;
border: 1px solid #aaaaaa;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
position: relative;
}

div.caravan-mini img.mainImg{
display: block;
width: 200px;
height: 133px;
margin: 0px auto;
}

a.caravan-thumb{
display: block;
position: relative;
}

img.banner{
position: absolute;
top: 0;
left: 15px;
}

div.caravan-imgs-mini{
width: 200px;
height: 138px;
}

div.caravan-imgs img{
color: #e2e2e2;
}

div.caravan-info strong{
clear: both;
float: left;
width: 90px;
overflow:hidden;
}

img.caravan-img1,img.caravan-img2{
margin-bottom: 2px;
width: 200px;
height: 133px;
}

img.caravan-img1,img.caravan-img3{
margin-right: 2px;
width: 200px;
height: 133px;
}

img.caravan-img4{
width: 200px;
height: 133px;
}

div.caravan ul,div.caravan-info ul,div.caravan-rightcol ul{
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
margin-top: 8px;
}

div.caravan ul li{
padding-left: 0px;
margin-left: 0px;
}

a.caravan-more{
position: absolute;
bottom: 0;
left: 0;
padding: 2px;
font-weight: bold;
color: #1642b1;
}

a.caravan-more:hover{
color: #0c2971;
}

div.caravan-controls{
position: absolute;
top: 0;
right: 0;
padding: 2px;
background-color: white;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}

a.caravan-controls-edit{
color: #2a345d;
}

a.caravan-controls-delete{
color: #9d1f1f;
}

.caravan-deleteImg{
position: absolute;
display: block;
background-color: white;
color: red;
padding: 2px;
}

.caravan-deleteImg-1{
top: 62px;
left: 11px;
}

.caravan-deleteImg-2{
top: 62px;
left: 217px;
}

.caravan-deleteImg-3{
top: 62px;
left: 423px;
}

.caravan-deleteImg-4{
top: 62px;
left: 628px;
}

form.itemlist input{
border: 1px solid #888888;
}

.rightFloat{
float: right;
padding: 5px;
}

.caravan-section-title{
background-color: #003976;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
color: white;
padding: 3px 6px;
text-align: center;
font-weight: normal;
font-size: 12px;
}

.caravan-section-title-mini{
background-color: #bbbbbb;
color: #444444;
padding: 3px 6px;
margin: 2px -6px;
text-align: center;
font-weight: normal;
font-size: 12px;
}

.caravan-title{
background-color: #003976;
background-image: url(../images/gradient.png);
background-repeat: repeat-x;
margin: 0;
color: white;
padding: 4px 10px;
font-size: 14px;
font-weight: bold;
letter-spacing: 0px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

h2.caravan-title a{
color: white;
}

.caravan-mini-description{
font-size: 11px;
margin: 3px 0px;
width: 320px;
float: left;
text-align: left;
}

.caravan-mini-leftcol{
float: left;
width: 175px;
margin: 5px;
}

.caravan-mini-rightcol{
float: right;
width: 214px;
margin: 5px;
}











#subscribe{
margin: 5px;
padding: 4px;
border: 1px solid #cccccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
color: #555;
}

#suscribe div.newsheadline{
text-align: center;
}

#subscribe_signup{
background-color: #003976;
color: white;
letter-spacing: 0;
}





div.newsstory{
background: #e2e2e2;
margin: 5px;
padding: 4px;
border: 1px solid #bbbbbb;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

div.newsheadline{
background-color: #003976;
color: white;
padding: 3px;
font-size: 14px;
font-weight: bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.newsbody{
font-size: 11px;
padding: 4px;
}

div.newsfooter{
font-size: 10px;
color: #888888;
}

#list-options{
background-color: #e2e2e2;
padding: 6px;
margin: 6px 0px;
border: 1px solid #999999;
}



#content ul#gallery{
margin: 0px auto;
background-color: #d2d2d2;
border: 1px solid #aaaaaa;
overflow: hidden;
padding-left: 8px;
}

#gallery{
overflow:hidden;
position: relative;
}

#gallery li{
float: left;
margin: 3px;
}

.pika-thumbs{
position: relative;
}

div.pika-image{
margin: 0px auto;
background-color: #e2e2e2;
border: 1px solid #aaaaaa;
margin-bottom: 2px;
}








div.sidebar_box{
margin: 3px;
width: 240px;
padding: 0px;
padding-bottom: 7px;
background-image: url(../images/rcbox_bottom.png);
background-repeat: no-repeat;
background-position: bottom left;
margin-left: 7px;
}

div.sidebar_box_top{
background-image: url(../images/rcbox_top.png);
background-repeat: no-repeat;
background-position: top left;
height: 38px;
padding-top: 1px;
}

div.sidebox_inner{
padding: 5px 7px 5px 7px;
padding-top: 0px;
}

div.sidebar_box a:hover{
color: #003976;
}

div.sidebar_box h2 a{
color: #ffffff;
}

div.sidebar_box h2 a:hover{
color: #e2e2e2;
}

div.sidebar_box h2{
width: 215px;
display: block;
background: #003976;
padding: 5px;
text-align: center;
margin: 7px;
margin-bottom: 3px;
color: white;
letter-spacing: 0px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px
font-weight: normal;
}




#featured-caravan{
text-align: center;
}

#featured-caravan span.featured-title{
font-size: 1.2em;
margin-bottom: 5px;
display: block;
}

#slideshow-wrap{
position:relative;
}

.overlay{
    z-index:9999;
    position:absolute;
    bottom:5px;
    left: 5px;
    color:#fff;
    display:block;
    text-shadow:0px 0px 10px #000;
    font-size:20px;
}