
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {

		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */

/* A CSS Framework by Mike Stenhouse of Content with Style */


/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75.01%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
margin:3px 0;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #fff;
        }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
                background: url(images/hr.gif) repeat-x;
                height: 2px;
		margin-bottom: 10px;
	}
div#header .hr{
margin: 0 20px;
}

	
/* END TYPOGRAPHY */	

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */

div.contactMessage{
text-align: left;
margin: 20px 0 10px 0;
padding-left: 8.5em; 
color: #A11111;
}

	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
 label
{
color: #fff;
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #781351;
background: #FFFFFF;
border: 1px outset #9A8C72;
}

input:hover
{
background: #FFF8EF;
border: 1px solid #9A8C72;
}

legend
{
color: #fff;
background: #000;
border: 1px solid #781351;
padding: 2px 6px
}
	fieldset {
		border: 1px solid #999;
		padding: 10px 15px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
                color: #781351;
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
       		vertical-align:middle;
		padding: 2px;
	}
	
	textarea {
		width: 230px;
		height: 8em;
	}

	select:hover ,textarea:hover {
background: #FFF8EF;
border: 2px solid #9A8C72;
	}	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 6em;
background: #ffa20f;
border: 2px outset #d7b9c9;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}


.submit{
margin-left: 8.3em; 
}
.submit input {
margin: 10px 5px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
	}

/* END FORM ELEMENTS */


.input_text{
margin:5px 0;
width: 150px;
}		

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
clear:both;
        margin: 0 auto 10px 0;
        padding: 0;
        text-align: left;
    }
div#top{
margin: 20px 20px 0 20px;
background: #372D2B;
height: 18px;
color: #AFA685;
padding: 2px 10px;
text-align: right;
}

#top ul, #top li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#top a:link, #top a:visited
{
font-size: 90%;
line-height: 12px;
font-weight: bold;
margin: 4px 10px 2px 10px;
text-decoration: none;
color: #AFA685;
}

#top a:link#active, #top a:visited#current, #top a:hover
{
background: transparent;
}

#top a:hover { color: #fff; }

div#left{
width: 210px;
margin:0;
display:block;
clear: left;
padding: 0 10px 0 30px;
float: left;
}

div#right{
margin:0;
width: 510px;
float: right;
}

    div#main {
width: 480px;
        float: right;
        padding: 0 30px 0 0;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 205px;
        display: inline;
        margin-left: 0;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
    div#languages{
float:left;
padding: 0;
font-size: 90%;
}
#languages a:link, #languages a:visited
{
margin: 4px 2px;
}
/* END CONTENT */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
background: url(images/bg.gif) repeat;
        margin-top: 5px;
        padding-top: 0px;
        text-align: center;
    }
    div#pagewrapper {
width: 760px;
        margin: 0 auto;
        max-width: 760px;
        min-width: 640px;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 5px 0 0 0;
            padding: 5px 10px 0px 10px;
            width: 740px;
            height: 45px;
            text-align: left;
        }

    /* END HEADER */

div#logo {
float: left;
margin-left: 0px;
height: 115px;
background: url(images/logo.gif) no-repeat;
}
        div#logo h1 a {
            text-indent: -700em;
            display: block;
            height: 100px;
            width: 205px;
            margin: 0;
            padding: 0;
        }    
    
    /* CONTENT */
        div#content {

        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }

div#footer a{
color: #B7A881;
}
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
color: #fff;
   padding: 10px 0;
   text-align: left;
   font-size: 90%;
   margin: 0 0px;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

div#photo{
border: 5px solid #564C4A;
}

div#nav_photos{
padding: 2px 10px;
background: #463D38;
margin-bottom: 10px;
text-align: right;
height: 20px;
}

div#nav_photos b {
color: #A96024;
}

div#nav_photos a, a:link, a:active, a:visited {
color: #8A817B;
text-decoration: none;
}

div#nav_photos a:hover{
color: #fff;
}

div#paintball{
margin:5px 0;
float:left;
width: 204px;
height: 204px;
}

div#banner1{
margin:0;
float:left;
width: 200px;
height: 70px;
background: url(images/banner_map.jpg) no-repeat;
padding: 30px 0 2px 5px;
}

div#banner1 a, a:link, a:active, a:visited {
color: #fff;
text-decoration: none;
}

#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
/*background: url(images/menu.gif) no-repeat; */
  width: 100%; /* Width of Menu Items */
  }
#menu_vert li {
  list-style: none;
height: 35px;
  }


/*
#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 10px 5px 10px 10px;
  color: #18507C;
  }

/*

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 90%;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #006699;
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 40px;
    }
    div#menu_vert ul ul ul  {
      border-bottom: none;
    }
#menu_vert li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {

}

.current
{
	list-style-type: square;
	display: inline;

}

#menu_vert li.activeparent {

}

#menu_vert li.active01 h3 {
  display: block;
  text-decoration: none;
  color: #18507C;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  }

#menu_vert li.active02 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

#menu_vert li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 40px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
  border-bottom: 1px solid #006699;
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
	}


/* Layout sections */
	body {
		color: #BFB694;
		}
		
	div#pagewrapper {
background: url(images/page_bg.gif) repeat-y;
	    }
		
	div#header {
background: url(images/page_top.gif) top no-repeat;
		color: #fff;
		}
		
	div#footer {
		color: #8A817B;
background: url(images/page_bottom.gif) bottom no-repeat;
		}
		
/* Links */		
	a,
	a:link, 
	a:active, a:visited {
		color: #FDAF32;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #B1A389;
	}

div.tagtitle{
   margin-bottom: 5px;
   font-weight: bold;
}

div.left {
   float: left;
   width: 80px;
   line-height: 140%;
}

div.right {
   margin-left: 100px;
   line-height: 140%;
   padding-bottom: 5px;
}

hr.tags {
   clear: both;
   height: 1px !important;
   border: none !important;
   background-color: #006699 !important;
   margin-bottom: 15px !important;
}

/*
CSS assigned to Guestbook module for CMSMadeSimple project.
Created by Svilen Sabev @ New Clear Web
*/

div.cms-gastbuch-div-show-post{
width: 400px;
margin-bottom: 1em;
}

div.cms-gastbuch-div-header{
width:100%;
}

div.cms-gastbuch-div-show-name{
margin:5px;
}

div.cms-gastbuch-div-show-value-name{
float:left;
width: 300px;
margin:2px;
}

div.cms-gastbuch-div-show-e-mail{
margin:2px;
}

div.cms-gastbuch-div-show-date{
clear:both;
float:left;
width: 60px;
margin:2px;
}

div.cms-gastbuch-div-show-value-date{
float:left;
width: 200px;
margin:2px;
}

div.cms-gastbuch-div-show-message{
clear:both;
float:left;
width: 60px;
margin:2px;
}

div.cms-gastbuch-div-show-post p{
float:left;
width: 300px;
margin:0 0 2px 2px;
padding:0;
}

div.cms-gastbuch-div-show-homepage{
clear:both;
float:left;
margin-left:2px;
}

div.cms-gastbuch-div-show-value-homepage{
float:left;
width: 200px;
margin-left:2px;
}
div.cms-gastbuch-div-insert{
clear:both;
margin:30px 20px;
width: 400px;
}

div.cms-gastbuch-div-insert .submit{
margin:0;
padding: 0;
}


