/* 

STYLE SHEET FOR Swiss Chalet Resort SITE
Created by Richard Barnes - TalkingComs.net

Table Of Contents

	1. defaults
	2. main layout
	3. links
	4. fonts
	5. misc	
	
/* - 1. defaults - */

body  {
	background: #222;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size:11px;
	line-height: 1.5em;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif; /* "Lucida Grande", Verdana, Arial, Helvetica, serif   */
	/* font-family: "Georgia", "Times New Roman", serif; */
	
	padding: 0 0 0 5px;
	margin-bottom: 0.5em;
	color: #fff;
	font-weight:lighter;
	
}


/* - 2. main layout - */
	
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #272927;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}


#header {
	background: #1f2524;
	padding: 0;
	margin: 0;
}

#picture {
	background: #222;
	padding: 0;
	margin: 0;
}

#pictureBG {
	background: #222;
	padding: 0;
	margin: 0;
	height:3px;
}

#navigation {      
	background: #272926; 
	padding: 0;
	height: 50px;
}

#share {
	margin: 35px 0 10px 0;
	padding: 0 10px;	
}

#contentcontainer {
	margin:0;
	padding:0;
	
}

#contentleft {
	margin: 0 245px 0 0;
	padding: 0 5px;
	background: #272927 url(images/backgroundLogo.jpg) no-repeat scroll right top;
}



#contentright {
	float: right;
	width: 200px;
	background: #272927 url(images/backgroundLogo1.jpg) no-repeat;
	padding: 0px 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#boxContent{
/*	background:#2c2e2d;
	border: 1px solid #333; */
	padding: .5em .5em;
	margin-top:5px;
	
	clear:left;
	
}

#footer {
	padding: 0 10px 0 20px;
	background:#2c2e2c;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1em;
	margin-top: 0.25em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* - 3. links - */

a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif; 
	font-size: 1em ;
	color:#CCC;
	
}

a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color:color:#CCC;
}
a:hover {
	text-decoration: underline;
	color:#F00;
	
}
a:active {
	text-decoration: none;
}



h1 {
	
	font-size: 218%;
	line-height: 1.3em;
	color: #fff;
}

h2 {
	
	font-size: 164%;
	line-height: 1.3em;
	color: #fff;
}

h3 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.25em 0em 0em .5em;
	color: #fff;
}


		
h4 {
	
font-size: 118%;
	line-height: 1.3em;
}

p {
	font-size: 1em;
	padding: 0 5px 0px 10px;
	color:#CCC;
	letter-spacing:0.1em;
}

/* #contentleft p{
	padding:0em 1em 0em 2em;
	}
	
	*/



li{
color:#CCC;
font-size: 1em;
list-style-position:inside;
letter-spacing:0.1em;

}



/* - 4. misc - */
hr {
	width:75%;
	color:#222;
	height:1px;
	border-top-width: 1em;
	border-bottom-width: 1em;
	}
	
.illusCenter{
	margin: 0 1em -1em 1em; 
	padding: 0;
}

#movie{
	background-color:#000;
	padding: 2em;
	margin: 2em auto 0;
	

	
	}

.larger{
	font-weight:bold;
	font-size:1.1em;
	color: red;	
	}
.numbers{
	padding-right:1.5em;	
	
	}		
table {
	margin: 0 auto;
	font-size: 1em;
	color:#FFF;
	text-align: right;	
}

table td{
	text-align: left;
	
	}

.warning {
color:#F00;
font-size:1.2em;
}	

.red {
color:#F00;	
}

.green {
color:#390;	
}
	


[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

