/* ------------------------------------------------------------------------
CSS sheet for Bridgeport Resort.
Author: Tim Kadlec
Date Created: 03-28-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Dark Brown Background - #270300;
Yellow-orange: #EBAE1B;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	background: url(images/bodybg.jpg) top center no-repeat fixed #270300;
	font: 13px/1.4em Arial, Helvetica, sans-serif;
	text-align: center;
}
#header{
	display: block;
	text-align: left;
	width: 1003px;
	margin: 20px auto 0 auto;
	/*background: url(images/flash6.jpg) bottom left no-repeat; /* update image to reflect first image of slideshow */
	height: 369px;
	position: relative;
}
#flash{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header h1{
	font-size: 70%;
	text-indent: -9999px;
	background: url(images/logo.png) top center no-repeat;
	width: 319px;
	height: 162px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrap{
	width: 983px;
	padding: 1.9em 10px 0 10px;
	margin: 0 auto;
	text-align: left;
	background: url(images/wrapbg.gif);
	color: #C3BFAE;
	overflow: hidden;
}
body > #wrap{
	background: url(images/wrapbg.png);
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
.nav{
	background: url(images/nav.png) repeat-x;
	list-style-type: none;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.nav li{
	display: block;
	float: left;
	text-transform: uppercase;
	width: auto;
	position: relative;
}
.nav a{
	color: #fff;
	text-decoration: none;
	height: 37px;
	display: block;
	margin-right: 5px;
	padding: 18px 5px 0 5px;
	width: auto;
	float: left;
}
.nav li > a{
	margin-right: 15px;
}
.nav a:hover{
	color: #EBAE1B;
}
.nav li ul{
	display: none;
}
.nav li:hover ul, .nav li.hover ul{
	display: block;
	position: absolute;
	top: 40px;
	left: 0px;
}
.nav li ul li, .nav li ul a{
	float: none;
	color: #F0F2E1;
	text-indent: 0;
	text-align: left;
	width: 150px;
	height: 20px;
	display: block;
	border: 1px solid #fff;
}
.nav li ul li a{
	background: #2C1607;
	margin: 0;
	text-decoration: none;
	padding-left: 10px;
	width: 150px;
	padding-top: 5px;
	height: 20px;
	color: #fff;
}
.nav li ul li a:hover{
	background: #2C1607;
}
.nav li ul li{
	background: #2C1607;
	height: 25px;
	border-top: 0px;
}
.nav li.home{
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
#MAIN ELEMENTS
-------------------------------------------------------------------------*/
#wrap h2{
	font: 180%/1.2em Georgia, serif;
	color: #EBAE1B;
	margin: 0 0 1.1em 0;
}
#wrap a{
	color: #EBAE1B;
}
body.cal #wrap a{
color: #270000;
}
body.cal #wrap a.prevnext {
color: #EBAE1B;
}
p{
	margin: 1.4em 0;
}
#main{
	width: 100%;
	float: left;
}
body.home #main{
	width: 621px;
}
dl.suite{
	margin-bottom: 2em;
}
dl.suite dd.img{
	float: left;
}
dl.suite dt{
	font: 150%/1.2em Georgia, serif;
	margin-bottom: .4em;
}
dl.suite dd.img img{
	border: 2px solid #EBAE1B;
	margin-right: 20px;
}
#main ul.suite{
	margin-left: 20px;
}
#main img.suite{
	border: 2px solid #EBAE1B;
	margin-right: 20px;
	list-style-type: none;
}
#main a.reservation{
	display: block;
	color: #EBAE1B;
	font-weight: bold;
	text-decoration: none;
}
dl.layoutlinks{
	float: left;
	height: 230px;
	width: 30%;
	text-align: center;
}
dl.layoutlinks dt{
	font-weight: bold;
}
dl.layoutlinks dd img{
	border: 2px solid #EBAE1B;
}
#main dl.layoutlinks dt a{
	color: #EBAE1B;
	font-weight: bold;
	text-decoration: none;
}
#main dl.layoutlinks dt a:hover{
	text-decoration: underline;
}
#main p.clear{
	display: block;
	clear: both;
}
ul.vituallinks li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
	text-align: center;
}
#main dl.menu dt{
	font-weight: bold;
	padding-top: 5px;
}
#main dl.menu dd{
	margin-left: 20px;
}
#main dl.menu dd ul{	
	margin-left: 20px;
}
#main dl.menu dd.desc{
	margin-left: 20px;
}
#main dl.packages{
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #EBAE1B;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	overflow: hidden;
}
#main dl.packages dd.img{
	float: right;
	margin-left: 20px;
}
#main dl.packages img{
	border: 1px solid #EBAE1B;
}
#main dl.packages dt{
	font-weight: bold;
	color: #EBAE1B;
}

#main dl.packages dd.reservation{
	font-weight: bold;
}
#main dl.packages ul{
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}
#main dl.packages ul ul{
	list-style-type: disc;
	padding-left: 10px;
	margin: 0 20px 1em 20px;
}
#main dl.calendar dt{
	font-weight: bold;
}
#main dl.calendar dd{
	margin-left: 20px;
	margin-bottom: 10px;
}
#main dl.activities{
	clear: both;
	display: block;
	margin-bottom: 10px;
}
#main dl.activities dd img{
	float: right;
	margin-bottom: 10px;
}
#main dl.activities dt{
	font-weight: bold;
	color: #EBAE1B;
}
#main p.flt{
	float: left;
	margin-right: 100px;
}
#main ul.activities{
	margin-left: 20px;
}
#main img.leftimg{
	float: left;
}
#main img.marg{
	margin: 0 10px 10px 0;
}
#main img.rightimg{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#gallery #mainpic{
	border: 2px solid #EBAE1B;
	display: block;
	clear: both;
	margin: auto;
}
#gallery ul{
	width: 100%;
	display: block;
	margin-right: 200px;
	margin-top: 10px;
}
#gallery ul li{
	float: left;
	list-style-type: none;
}
#gallery ul li a img{
	margin-right: 10px;
	border: 2px solid #EBAE1B;
}
body.full #main{
	width: 100%;
}
#main dl.meeting dd{
	float: left;
	width: 30%;
	font-weight: bold;
}
#main dl.meeting dd img{
	display: block;
	border: 2px solid #EBAE1B;
}
#main img.meeting{
	border: 2px solid #EBAE1B;
	margin-left: 20px;
	margin-top: 10px;
}
#main ol{
	margin-left: 35px;
}
#video{
	width: 325px;
	height: 244px;
	margin: 1.5em 10px;
}
/* -----------------------------------------------------------------------
#ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: right;
	width: 330px;
}
#aside dl#menuLinks{
	margin-bottom: 10px;
}
#aside dl#menuLinks dd a{
	height: 25px;
	padding-top: 10px;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	display: block;
}
#aside dl#menuLinks dd a:hover{
	border-bottom: 1px solid #fff;
	background: #471A05;
}
#aside form input{
	font-weight: bold;
	float: left;
	width: auto;
	margin-bottom: 1.5em;
}
#aside form input.submit{
	margin-left: 10px;

}
#aside img{
	float: left;
	margin-right: 10px;
}
#aside h2.clearform{
	clear: both;
}
.vcard{
	list-style-type: none;
}
.vcard li{
	padding: 2px 0;
}
.type{
	display: none;
}
.vcard li.theemail{
	padding-left: 25px;
	background: url(images/icon_email.gif) left center no-repeat;
}
.vcard li.tel{
	padding-left: 25px;
	background: url(images/icon_phone.gif) left center no-repeat;
}
.vcard li.adr{
	margin-bottom: 10px;
}
.vcard .fn{
	font: 130%/1.2em Georgia, serif;
}
/* -----------------------------------------------------------------------
#RATE TABLE ELEMENTS
-------------------------------------------------------------------------*/
table.rates{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.rates tr td{
	border: 1px solid #fff;
	border-top: 0px;
	border-left: 0px;
	padding: 10px 15px;
}
table.rates tr td a{
	color: #EBAE1B;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
table.rates tr td.room{
	width: 120px;
	display: block;
}
/* -----------------------------------------------------------------------
CONTACT FORM ELEMENTS
-------------------------------------------------------------------------*/
form.contact{
	float: left;
}
form.contact ul{
	list-style-type: none;
}
form.contact ul li{
	display: block;
}
form.contact ul li label{
	display: block;
	float: left;
	width: 200px;
}
form.contact ul li input{
	width: 100px;
}
form.contact fieldset{
}
form.contact select{
	width: 100px;
}
form.contact input.submit{
	width: auto;
	margin: 5px 20px;
}
/* -----------------------------------------------------------------------
FOOTER DESIGN ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	width: 983px;
	padding: 0 10px;
	margin: 0px auto;
	color: #96806f;
	text-align: right;
	font: 10px/1.4em Georgia, serif;
}
#footer a{
	color: #96806f;
}
#footer ul{
	margin: 1em 0;
}
#footer li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #96806f;
}
#footer li.last{
	border-right: 0px;
}
/* -----------------------------------------------------------------------
ADMIN FORM ELEMENTS
-------------------------------------------------------------------------*/
.admin ul{
	list-style-type: none;
}
.admin li{
	width: 100%;
	clear: both;
	overflow: hidden;
	display: block;
	padding-bottom: .4em;
}
.admin label{
	float: left;
	width: 300px;
}
.admin fieldset{
	margin: 1em 0;
	background: #321B11;
	width: 550px;
	padding: .8em 20px;
	border: 1px dotted #B9870F;
}
a.add{
	background: url(images/add.png) center left no-repeat;
	padding-left: 20px;
	border: 0px;
	height: 18px;
	display: block;
	text-decoration: none;
}
form .note{
	font: 10px/1.4em Arial, sans-serif;
	text-transform: uppercase;
	display: block;
}
#insertDate{
	margin: 1em 0 1.5em 0;
}

/* ----------------------------------------------------------------------
ADMIN TABLE
-------------------------------------------------------------------- */

table.admin{
	width: 700px;
	border: 1px solid #fff;
	border-collapse: collapse;
}
.admin th{
	background: #321B11;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 120%;
	padding: .2em 0;
}
.admin td{
	text-align: left;
	padding: .4em 5px;
}
/* ------------------------------- TabNav(from the master himself at SimpleBits) ----------------- */
#tabnav	{
	height: 20px;
	width: 100%;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	margin: 0 auto 10px auto;
}
#tabnav li{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited{
	float: left;
	background: #766F54;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #4E4834;
	text-decoration: none;
	color: #fff;
}
#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #4E4834;
	background: #C7BFA0;
	color: #000;
}
#tabnav a:hover{
	background: #C7BFA0;
	color: #000;
}

table.logintable, table.logintable td{
	border: 0px;
	text-align: left;
}