@charset "utf-8";
/* CSS Document */

/* rudy changes
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666
*/
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;
	background-color: #DEDEDE;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
}
/*rudy changed width from 780 */
#container {
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/background_page.jpg);
	background-repeat: repeat-y;
}
#container_Events {
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
 
/* rudy changed padding from padding: 0 10px 0 20px */
/* rudy removed 
	background: #DDDDDD; 
*/
#header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* rudy changed background from #EBEBEB 
	padding: 15px 10px 15px 20px;
	width: 200px;
*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: rgb(240, 240, 240); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;

}
/* rudy changes:
	margin: 0 0 0 250px;
*/
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 189px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent_Events {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 




#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#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 */
}
.footer  a:link {text-decoration:underline}
.footer  a:visited {text-decoration:underline}
.footer  a:active {text-decoration:none} 
.footer  a:hover {text-decoration:none}	

.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;
}

.color_01 {
	color: #008000;	/* Green */
}

.color_02 {
	color: #666666; /* Gray */
}

.color_03 {
	color: #FF0000; /* Red */

}
#top_menu_bar {
	text-align: center;
}


.leftsidecontent {
	width: 184px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	float:left;
	overflow: hidden;
    }
	
.leftsidecontent a:link {color:#333333}
.leftsidecontent a:visited {color:#333333}
.leftsidecontent a:active {color:#333333; text-decoration:none} 
.leftsidecontent a:hover {color:#333333; text-decoration:none}	

.leftsidetitle {
	background-color: #008000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 178px;
	height: 18px;
	margin-left: 2px;
}

.rightsidetitle {
	background-color: #008000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	height: 18px;
	margin-left: 2px;
}


  #single_col {
	width: 556px;
    margin-left: 0px;
    padding-left: 7px; /* need to be 7 instead of 10 to avoid problem */
    padding-right: 10px;
    float: left;
    }
  #single_col_Events {
	width: 724px;
	margin-left: 0px;
	padding-left: 20px; /* need to be 7 instead of 10 to avoid problem */
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
	overflow: hidden;
    }

 #dual_col_left {
	width: 386px;
	margin-left: 0px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow:hidden;
    }

  #dual_col_right {
	width: 158px;
	margin-left: 0px;
	float: left;
	padding-left: 7px; /* need to be 7 instead of 10 to avoid problem */
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/v_infobox_line.gif);
	background-repeat: repeat-y;

    }
.link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}

 #product_col_left {
	width: 185px;
	margin-left: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow:hidden;
    }


  #product_col_right {
	margin-left: 0px;
	float: left;
	padding-left: 10px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
 #product_name {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow:hidden;
	font-weight: bold;
	margin: 0px;
    }

.ticket {
	margin-left: 0px;
	float: left;
	padding-left: 10px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}


#event_title1 {
	position:relative;
	left:520px;
	top:15px;
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	display: block;
}
#event_title2 {
	position:relative;
	left:520px;
	top:35px;
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.pageheading{
	color:#006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	height: 30px;
	width: auto;
	font-weight: bold;
	line-height: 20px;	
}
.announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 4px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	line-height: 16px;
    }
	
span {
	margin: 0;
	padding: 0;
	border: 0;
}
	
.sizebig{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	height: auto;
	width: auto;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.sizemedium{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	height: auto;
	width: auto;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.sizesmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	height: auto;
	width: auto;

}

.spacer50{
	width:50px;
	display:inline;
	clear:both;
	float:left;
}


/* Horizontal Menu ------------------------------*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 140px;
	float: left;
}


ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #CCCCCC;
	color: #333;
	text-decoration: none;
	border: thin solid #006633;
	margin: 2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}


/* Vertical Navigation */
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 178px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 178px;
}
ul.MenuBarVertical
{
	border: 2px solid #409842;
}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #CCCCCC;
	color: #333;
	text-decoration: none;
	border: thin solid #409842;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	width: 154px;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #33C;
	color: #FFF;
}
.center {
	text-align:center;
	width:100%;
}
.jokeimage {
	background-image: url(../jokes/images/jokeface_s.jpg);
	width: 80px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	float:left
}
.jokecontent {
	width: 610px;
	float:right;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.wisdomimage {
	background-image: url(../wisdom/images/astrologue.jpg);
	width: 120px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	float:left;

}
.wisdomcontent {
	width: 580px;
	height: 600px; /* forces a minimum page size */
	float:right;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.wisdomcontent li {
	list-style-image: url(../images/bullet.gif);
	font-size: 16px;
	line-height: 22px;
}

.phototitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
