

body  {
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	/*background: #666666;*/
	background-image: url(../images/bg.jpg);
	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: #5e3115;
}

#skypeImg {
	border: none; 
	margin-bottom:10px;
	margin-right:5px; 
}
#facebookImg {
	margin-right:5px;
}
#sizeBtn {
	margin-right:5px; 
	font-size:18px;
}
#donateBtn, #joinUsBtn {
	margin-right:0px;
}


#topBanner {
	/*display:none; USE WHEN REMOVING BANNER */
	position:absolute;	
	width:650px;
	height:75px;
	margin-right:205px;
	margin-top:233px;
}


/* liScroll styles */
#newstickerHolder {
	width:650px;	
	height:35px;
	background:#2b0b00;
	position:absolute;	
	margin-right:205px;
	margin-top:330px;
	/*margin-top:235px;  USE WHEN REMOVING BANNER */ 
	color:#f4edcf;
	font-size:14px;
}

.tickercontainer { /* the outer div with the black border */
	width: 650px; 
	height: 35px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	right: 10px;
	left:10px;
	top: 8px;
	width: 630px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;	
	right: 750px;
	width:2000px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: right; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	margin: 0 50px 0 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color:#f4edcf;
	text-decoration:none;
}
ul.newsticker a:hover {
	color:#f4edcf;
	text-decoration:underline;
}







#container { 
	width: 895px;  /* this will create a container 80% of the browser width */
	background: #f4edcf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f4edcf;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:10px;
	margin-top:-20px;
} 

hr {
	border-top: 1px dotted #000;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	width:650px;
}


h1 {
	font-family: Tahoma, Arial;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 15px;
	font-size: 16px;
	padding: 10px 0 20px 0;
	margin: 0px 0px 0 0px;
	display: inline;
	color:#5e3115;
}

h2 {
	font-weight: bold;
	font-size: 17px;
	color:#5e3115;
}



a:visited { 
	color: #5e3115;
	text-decoration:underline;
}
a:active { 
	color: #d22b23;
	text-decoration:underline;
}
a { 
	color: #5e3115;
	text-decoration:underline;
}

a:hover {
	color:#d22b23;
	text-decoration:underline;
}


#theLogo {
	float:right;	
	margin-left:50px;
	margin-right:27px;
	margin-top:20px;
}

/*================================================================================================== */
/*================================================================================================== */
/*================================================================================================== */

#header { 
	margin-top:115px;
	font-size:13px;
} 

#header ul#topMenu {  		/* the structure of our head-menu */
	list-style: none;
	padding: 0;
	margin: 0;
	direction:ltr;
	text-align:center;
}   

#header ul#topMenu li {		/* the structure of the first items */
	float: right;
	position: relative;
	border-left: none;
	border-right: 1px dotted #000;
} 

#header li ul {					/* the subcat items */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-top:25px;
}



#header ul#topMenu li a {	/* the links inside our first items */
	display: block;
} 
#header ul#topMenu li a:hover {	/* the roll-over styles for the links in our first items */
	
} 

#header ul#topMenu li ul {	/* first items > submenu structure */
	list-style: none;
	/*background-color:#f4edcf;*/
	padding-top:1px;
	width:100%;
	height:95px;
	font-size:11px;
	line-height:18px;
} 
#header ul#topMenu li ul a{
	text-decoration:none;
}
#header ul#topMenu li ul a:hover{
	text-decoration:none;
}
#header ul#topMenu li ul li {
	border-right: 1px dotted #000;
	border-left: none;
	width:150px;
	text-align:right;
	padding-right:25px;
	background-color:#f4edcf;
} 

#header ul li  {	/* the structure of our submenu items */
	top: auto;
	left: auto;
} 


#about {
	margin-left:-39px;
}
#orders {
	margin-left:-39px;
}
#donate {
	margin-left:-39px;
}



#header .current{
	display: block;
}
/*
#header .current .curBtn {
	color: #d22b23;
}*/


#ticketsFrame {
	width: 650px;
	border:none;
}

#menu_basket {
	width:150px; 
	height:30px; 
	margin-right:30px; 
	overflow:hidden;
	background:#f4edcf;
}
/*================================================================================================== */
/*================================================================================================== */
/*================================================================================================== */

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. 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 "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	clear: right;	/* is this needed? it belongs to the upper dropdown menu */
	float: right; 
	width: 165px; /* since this element is floated, a width must be given */
	background: #f4edcf; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	margin-top:40px;
	margin-right:5px;
}

#sidebar1 ul#sideMenu {  		/* the structure of our head-menu */
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:right;
}   

#sidebar1 li.sideItems {				/* the structure of the first items */
	float: right;
	position: relative;
} 
#sidebar1 ul#sideMenu li a {	/* the links inside our first items */
	display: block;
	text-decoration:none;
	width:175px;
	padding-right:25px;	
}

#sidebar1 ul#sideMenu li ul {
}

#sidebar1 li ul {
	display: none;
	position: relative;
	list-style:none;
	text-align:right;
	font-size:11px;
	line-height:18px;
	margin-right:-6px;
}

#sidebar1 .current {
	display: block;
}
/*
#sidebar1 .current .curBtn {
	color: #d22b23;
}*/

#newsBox {
	display:block;
	clear:right;
	position:relative;
	width:140px;
	height:100%;
	margin-right:30px;
	margin-top:77px;
	text-align:right;	
}

#newsBox ul {
	font-size:11px;
	list-style:url(../images/star.jpg);
	margin-right:-10px;
}
#newsBox ul li {
	margin-bottom:10px;
}
/*================================================================================================== */
/*================================================================================================== */
/*================================================================================================== */


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 370px 205px 0 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	/*margin: 275px 205px 0 0px;  USE WHEN REMOVING BANNER */ 
	width:650px;
	font-family:Arial;
	text-align:right;
	font-size:14px;
	line-height:17px;
	color:#5e3115;
	padding-bottom:30px;
} 

#mainContent img {
	margin-top:-4px;
	margin-bottom:-2px;
}


#theTeamDiv {
	margin-right:0px;
}

.donateAreas {
	margin-top:20px;
}

#partnerLogos {
	text-align:center;
	margin-top:40px;
}
#partnerLogos .theItem {
	margin: 0px 20px 35px 20px;
	display:inline;
	text-align:center;
}

#teamItem {
	font-size:12px;
}

#getImg {
	float:left;
	margin-top:10px;
}
#busInfo {
	width:280px;
}
#linksArea a {
	text-decoration:none;	
}
.qaQs {
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
}

#bottomLinks a:visited {
	font-size:12px;
}
#bottomLinks a {
	font-size:12px;
}

.titleImg {
	margin-top:-7px; 
	margin-bottom:-5px; 
	margin-right:-4px;
}


/*================================================================================================== */
/*================================================================================================== */
/*================================================================================================== */

#bottomBanner {
	/*display:none; USE WHEN REMOVING BANNER */
	width:650px;
	height:75px;
	margin-right:205px;
	margin-bottom:50px;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-right:-1px;
	margin-left:-1px;
	margin-bottom:-1px;
	background:#2b0b00;
	text-align:center;
	color:#f4edcf;
	font-size:10px;
} 
#footer a {
	font-size:10px;
	text-decoration:none;
	color:#f4edcf;
}


#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 */
}

/* 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;
}
