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



body  {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#660000;
	background-image:url(images/menuravesbgdst.png);
	background-color: #FF6600;
	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;
}
.twoColFixRtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:22px;
} 
.twoColFixRtHdr #header {
	/*background: #FB6D0F;*/
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixRtHdr #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 */
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-top:16px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 245px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 40px 0 20px;
	/*border: 1px solid #000000;*/
	text-align:left;
	color:#CCCCCC;
	font-size:10px;
} 
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
}
#footer a {
	color:#FFFFFF;}
#footer a:hover {
	color:#EEEEEE;
	background-color:#FF3300;}	
.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;
}
 
 #mainContent {
	 background-color:#FFFFFF;
 }


/* tabs */


.tabnav li {  
 display: inline;  
 list-style: none;  
 padding-right: 5px;  
 }  
   
.tabnav li a {  
 text-decoration: none;  
 text-transform: uppercase;  
 color: #222;  
 font-weight: bold;  
 padding: 4px 6px;  
 outline: none;  
 }  
   
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {  
 background: #dedbd1;  
 color: #222;  
 text-decoration: none;  
 }  
   
.tabdiv {  
 margin-top: 2px;  
 background: #FFFFFF;  
 border: 1px solid #dedbd1;  
 padding: 5px;  
 }  
   
.tabdiv li {  
 list-style-image: url("star.png");  
 margin-left: 20px;  
 }  
   
.ui-tabs-hide {  
 display: none;  
 }  

#dynatweet {text-align:left;background-color:#FFFFFF;height:80px;width:480px;border:2px solid #444444; padding:2px;float:right;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000000; cursor:wait;}

/* Container */
#simplemodal-container {height:500px; width:600px; color:#000000; background-color:#FFFFFF;background-image:url(/images/menuravesbgdst.png); border:4px solid #444444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#000000; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
/*
#simplemodal-content, #osx-modal-data {display:none;}
#simplemodal-overlay {background-color:#000000; cursor:wait;}
#simplemodal-container {background-color:#EEEEEE; color:#000000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000000; -webkit-box-shadow:0 0 64px #000000;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container #osx-modal-title {color:#000000; background-color:#ddd; border-bottom:1px solid #CCCCCC; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#simplemodal-container .close {display:none; float:right;}
#simplemodal-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#simplemodal-container .close a:hover {color:#000000;}
#simplemodal-container #osx-modal-data {padding:6px 12px;}
#simplemodal-container h2 {margin:10px 0 6px;}
#simplemodal-container p {margin-bottom:10px;}
#simplemodal-container span {color:#777; font-size:.9em;}
*/


/* added by Dab */

#loggedtabs {
	margin-left:-18px;
	width:600px;
}
#loggedtabs UL {padding-left:0px;
}
#loggedtabs li {padding-left:0px;
}
	
iframe#raveit {
	width:100%;
	height:100%;
	z-index:10;
	-webkit-box-sizing:border-box;
}
iframe#raveit {

}


#ravecontainer {
	width:540px;}
#ravewrap {
	border:1px #333333 dotted;
	background-color:#FFFFFF;
	text-align:left;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	}
#ravespacer {padding-top:5px;}


#profileicon img {
	margin-right:4px;
	
}
#ravebottom {
	margin-left:55px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:5px;
}
#profilewebsite {
	padding-left:15px;
	color:#FF3300;
}
#menutime {
	color:#333333;
}
#profiletitle a{
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
}

// some layout for the menu editor


.header{
   position: relative;
   float: left;
   left: 0px;
   width: 1356px;
   background-color: #6699cc
}
.wrapper{
   position: relative;
   float: left;
   left: 0px;
   background-color: #cccccc
}
.left1{
   position: relative;
   float: left;
   left: 6px;
   width: 100px;
   background-color: #ccccff
}
.left2{
   position: relative;
   float: left;
   left: 19px;
   width: 150px;
   background-color: #ccccff
}
.left3{
   position: relative;
   float: left;
   left: 32px;
   width: 200px;
   background-color: #ccccff
}
.right{
   position: relative;
   float: right;
   right: 6px;
   width: 100px;
   background-color: #ccccff
}
.footer{
   position: relative;
   float: left;
   left: 0px;
   width: 1356px;
   background-color: #cfcfcf
}


.ravecontainer {
	width:540px;}
.ravewrap {
	border:2px #333333 dotted;
	background-color:#EEEEEE;
	text-align:left;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
.ravespacer {padding-top:5px;}
        .highlight {
                background-color: yellow;
        }


.profileicon img {
	margin-right:4px;
	
}
.ravebottom {
	margin-left:55px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:5px;
}
.profilewebsite {
	padding-left:15px;
	color:#FF3300;
}
.menutime {
	color:#333333;
}
.profiletitle a{
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
}

textarea {
  width: 210px;
  height: 100px;
  padding: 0px;
}

input, textarea {
  font-size: 1.1em;
  border: 1px solid #a1a1a1;  
  margin-bottom: 0.5em;
}

input:focus, textarea:focus {
  background: #EEEEEE;
  border: 1px solid #a1a1a1;
}
#menudesc {padding-top:3px;
}

