@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
#menu {
	width: 567px;
	height:23px;
	float:left;
	left:149px;
	top:96px;
	position: absolute;
	background-repeat: no-repeat;
	z-index:5;
	text-align: center;
	font-size: 14px;
	color: #FBFFC8;
	background-color: #000;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
} 
#menu li {
	line-height: 1.3em;
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	}
#menu li a:link {
	color: #988F5E;
	font-size: 10px;
	}
	/* Color for the sidebar links: 988F5E */
#menu li a:visited {
	color: #B3AE94;
	font-style: normal;
	font-size: 10px;
	}
	/* Color for the visited sidebar links: B3AE94 */


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #eventsSidebar is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

#eventbox {
	height: 54px;
	width: 202px;
	position: relative;
	top: -15px;
}
#eventbutton {
	height: 60px;
	width: 200px;
	top: -60px;
	margin: 10px;
	padding: 0px;
}
#eventbutton2 {
	height: 60px;
	width: 200px;
	top: -60px;
	margin: 10px;
	padding: 0px;
}
#eventtextbox {
	height: 50px;
	width: 200px;
}
#eventtext {
	height: 35px;
	width: 178px;
	position: relative;
	left: 14px;
	top: -45px;
	font-family: Arial, Helvetica, sans-serif;
}
#eventtext2 {
	height: 35px;
	width: 178px;
	position: relative;
	left: 14px;
	top: -45px;
	font-family: Arial, Helvetica, sans-serif;
}
.EventDate {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	position: absolute;
	left: 8px;
	width: 178px;
	text-align: center;
	top: -13px;
	height: 13px;
}
.EventDate2 {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	position: absolute;
	left: 8px;
	width: 178px;
	text-align: center;
	top: -13px;
	height: 13px;
}
.EventTitle {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.EventTitle2 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Header #container {
	width: 46em;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/parts/background.jpg);
	border: 1px solid #E43206;
	position: absolute;
	z-index: 10;
} 
.Header #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1030px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E43206;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/parts/background.jpg);
	height: 702px;
	z-index:0;
	color: #FFF;
} 

.Header #header {
	height: 119px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 700px;
	margin: 0 auto;
	text-align: left;
	height: 120px;
	z-index:0;
	left: -70px;
} 

#icon {
	width: 154px;
	height:125px;
	float:right;
	right:617px;
	top:5px;
	position: absolute;
	background-repeat: no-repeat;
	z-index:3;
	background-image: url(../images/parts/griffin.png);
	background-position: center center;
} 

#drinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 738px;
	top: 10px;
	width: 190px;
}

#logo {
	width: 491px;
	height:102px;
	float:left;
	left:190px;
	top:13px;
	position: absolute;
	background-repeat: no-repeat;
	z-index:3;
	background-position: center center;
	background-image: url(../images/parts/tsm.png);
} 

#Quotes {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	top: 608px;
	left: -51px; /* padding keeps the content of the div away from the edges */
	z-index: 4;
	height: 31px;
	width: 535px;
	text-align: center;
}


/* Tips for eventsSidebar:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".Header #eventsSidebar p" rule.
*/
.Header #eventsSidebar {
	float: left;
	width: 13em; /* top and bottom padding create visual space within this div */
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0;
	top: -20px;
}
.Header #eventsSidebar h3, .Header #eventsSidebar p {
	margin-right: 10px;
}
#eventsSidebar ul {
	margin: 0;
	padding: 0;
	}
#eventsSidebar li {
	line-height: 1.3em;
	background: transparent url(/images/parts/cr1.gif) no-repeat top center;
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	margin-right: 5px;
	padding-left: 5px;
	text-align: center;
	}
#eventsSidebar li a:link {
	color: #988F5E;
	}
	/* Color for the sidebar links: 988F5E */
#eventsSidebar li a:visited {
	font-style: normal;
	}
	/* Color for the visited sidebar links: B3AE94 */
	
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #eventsSidebar div, the margins of the #mainContent div will be based on its font-size and the width of the #eventsSidebar div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and eventsSidebar is created with the left margin on the mainContent div.  No matter how much content the eventsSidebar div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #eventsSidebar space when the content in #eventsSidebar ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.Header #mainPhoto {
	position: absolute;
	top: 136px;
	left: 235px; /* padding keeps the content of the div away from the edges */
	z-index: 2;
	height: 39px;
}
.Header #mainContent {
	position: absolute;
	left: 816px;
	top: 139px;
	height: 525px;
	width: 190px;
	padding: 1ex;
	background-color: #e4d9ba;
} 
.Header #footer {
	padding: 0 10px;
	font-size: 10px;
	color: #FFF;
} 
.Header #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.Header #footer a:link {
	color: #988F5E;
	}
	/* Color for the sidebar links: 988F5E */
.Header #footer a:visited {
	color: #B3AE94;
	font-style: normal;
	}
	/* Color for the visited sidebar links: B3AE94 */
	
/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.articledate {
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	list-style-type: none;
}
.artcilename {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;

	top: 0px;
	left: 23px;
    z-index: 2;
	height: 40px;
	
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1030px;
}

.EventTitle {
	font-size: 12px;
	color: #666;
	line-height: 12px;
	text-align: center;
	position: absolute;
	left: 11px;
	top: 2px;
	width: 176px;
}
#navigate {
	position: absolute;
	text-align: center;
}
.Header #container #mainContent #eventTicket .EventTodayDate strong {
	position: absolute;
	left: 21px;
	top: 36px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: 169px;
}
.Header #container #mainContent #eventTicket .EventTodayTitle a strong {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 22px;
	top: 64px;
	height: 40px;
	text-align: center;
	width: 168px;
}
.Header #container #header #Quotes {
	font-size: 12px;
	color: #FFF;
}
.Header #container #mainContact {
	position: absolute;
	top: 136px;
	left: 235px; /* padding keeps the content of the div away from the edges */
	z-index: 2;
	height: 560px;
	background-color: #ECE1C5;
	width: 567px;
	color: #000;
}
