/* CSS file for Berkshires Shirakaba
	March 2010
*/

html {
	background-color:#6B7B89;
	color:#ffffff;
}

body {
	margin: 10px;
	font-family: Papyrus, Arial, sans-serif;
	font-size:1em;
	text-align:center;
	
}

h1 {
	color:#663333;
	font-size:180%;
	font-weight:bold;
	margin:.5em 0em .5em 0em;
}

h2 {
	color:#fff;
	font-size:135%;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.5em;
	text-decoration:underline;
}

h3 {
	font-size:115%;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0em;
}

h4 {
	margin-top:.5em;
	margin-bottom:0em;
}

p {
	margin-top:.5em;
	margin-bottom:1em;
}



/*PAGE STRUCTURE*/
#pageContainer {
	text-align: left;
	width: 920px;
	height:auto;
	margin: 0 auto;
	position: relative;
}

/***header***/
#header {
	clear:left;
	float:left;
	margin-left:5px;
	margin-right:0px;
	padding:10px 39px;
	width: 816px;
	background:#300; 
	color:#BAA890;
	line-height:120%;
}

div#logo {
	width: 600px;
	float:left;
}

div#altHeaderOptions {
	position:absolute;
	left:665px;
	margin-left:5px;
	width:215px;
	font-size:85%;
}

div#altHeaderOptions span {
	font-style:italic;
	font-size:80%;
}

div#GLBT {
	position:absolute;
	left:776px;
	top:79px;
}

/*** navigation ***/
div#navMain {
	clear:left;
	float:left;
}


/*** content ***/
#content {
	float:left;
	width:832px;
	margin-left:5px;
	padding:0px 18px 0px 44px;
	font-size:100%;
	
}

#media, .imagesVideo {
	z-index:-1;
}

#media div {
	float:left;
	margin-bottom:1em;
	margin-right:.5em;
	z-index:-1
}

span.caption {
	clear:left;
	float:left;
	font-size:90%;
	color:#555555;
	margin-top:0em;
	margin-bottom:.5em;
	max-width:22em;
	height:2em;
}

#media div object {
	clear:left;
	float:left;
	max-width: 330px;
	z-index:-1;
}

ul li span.label {
	text-decoration:underline;
}

div.imagesVideo {
	min-width:832px;
	float:left;
	padding:0px 0px;
	z-index:-1;
}

div#mainText {
 	clear:left;
	float:left;
	max-width:50em;
	line-height:135%;
}

div#mainText ul {
	margin-top:0px;
	margin-left:3em;
	list-style:circle;
	list-style-position:outside;
}

div.h3Class {
	margin-top:1em;
	margin-bottom:1.5em;
}

div.h3Class p {
	margin-top:0em;
	margin-bottom:1em;
}


/*** footer ***/
#footer {
	clear:right;
	float:left;
	width:895px;
	text-align:center;
	font-size:75%;
	margin-left:5px;
	margin-right:5px;
	padding:.5em .5em .5em 3em;
	background:#330000; 
	color:#BAA890;
	line-height:130%;
	padding:1em 0em;
}

div#footLinks span {
	margin-right:2em;

}

address.footContact {
	margin-top:.5em;
}

	
/*LINKS*/
/***General***/
a:link {
    list-style:none;
	text-decoration: none;
	color:#ADD8E6;
}

a:visited {
    list-style:none;
	text-decoration: none;
	color:#036;
}

a:hover, a:active{
    list-style:none;
	text-decoration:underline;
	color:#306;
}


/***Footer and Header***/
#footer a:link, #header a:link {
    list-style:none;
	text-decoration: none;
	color:#BAA890;
}

#footer a:visited, #header a:visited {
    list-style:none;
	text-decoration: none;
	color:#BAA890; 
}

#footer a:hover, #footer a:active, #header a:hover, #header a:active {
    list-style:none;
	text-decoration:underline;
	color:#736C72;
}


/*ROOMS CONTENT*/
div#bambooRoom, div#pineSuite {
	float:left;
}

.roomPic {
	float:right;
}