@charset "utf-8";
body  {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	
	background-color: #333333;
	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;
	line-height: 20px;
}

a {
	color: #Ff66cc;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#fff;
}

h1 {
	color:#909;
	line-height: 35px;
}

h2{
	color:#ff66cc;
	line-height: 25px;
	
}

h3{
	color:#fcf;
}

#nav a {
	padding: 6px 0px 0px 3px; 
	margin-left: 0px; 
	text-decoration: none;
	color:#ccc;
	font-size:16px;
	
}

#nav li a {
	text-decoration: none;
	color:#ccc;

	
}


#nav li li a {
	display:block;
	padding:0.2em 5px;
	text-decoration: none;
	color:#fff;
	background-color:#666;
	margin-top: 5px;
	}

#nav li a:hover {
	color:#000;
	
	
}

#nav li li a:hover {
	padding: 0.2em 5px;
	margin-top: 5px;
	color:#000;
	background-color:#fff;
	
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
  
}

li {
  float: left;
  position: relative;
  width: 90px;
}

li li{
	width:150px;
	
}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ display: block; }


.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	background-color: #000000;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
 
.thrColFixHdr #header {
	color:#ccc;
	padding: 0 10px 0 0px; 
	border-bottom: #000 2px solid;
	height:150px;
	background-image: url(http://www.mixittallahassee.com/images/header.gif);	
}
.thrColFixHdr #social {
float:left;
margin: 70px 70px 0px 0px;
}

.thrColFixHdr #top_menu{
	color:#ccc;
	margin-right:0px;
	padding:112px 0px 0px 50px;
	font-size:12px;
	width:800px;
}
.thrColFixHdr #top_menu ul {
	padding: 6px 0 7px 5px; 
	margin: 0;
	text-align: center; 
}

.thrColFixHdr #top_menu ul li {
	display: inline;
	
}

.thrColFixHdr ul li a{
padding: 6px 3px 4px 3px; 
margin-left: 50px; 
text-decoration: none;
color:#ccc;
font-size:16px;

}

.thrColFixHdr ul li a:hover{

color:#fff;

}

.thrColFixHdr #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 */
}

.twoColFixHdr #social {
float:left;
margin: 70px 70px 0px 0px;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #000;
	padding: 15px 20px 15px 20px;
	background-image: url(http://www.mixittallahassee.com/images/left_sidebar_bg.gif);
	background-repeat: no-repeat;
	color:#CCC;
	font-size: 14px;	
	
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	height:500px;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 60px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-image: url(http://www.mixittallahassee.com/images/right_sidebar_bg.gif);
	background-repeat: no-repeat;
	color:#CCC;
	font-size: 14px;
	background-position:top right;
}


.thrColFixHdr #mainContent {
	color:#CCC;
	float:left;
	width:495px;
	/* 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image: url(http://www.mixittallahassee.com/images/left_sidebar_bg.gif);
	background-repeat: no-repeat;*/
	border-color: #666;
} 
.thrColFixHdr #mainContent_calendar {
	color:#CCC;
	float:left;
	width:600px;
	/* 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-color: #666;
} 

.calendar{
	color:#ff66cc;
}

.calendar img{
	border: 2px #ff66cc solid;
	
}

.thrColFixHdr #mainContent_news {
	color:#CCC;
	float:left;
	width:600px;
	/* 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-color: #666;
} 

.thrColFixHdr #mainContent_news ul{
	color:#3F9;
	
	font-weight:bold;
	
}

.thrColFixHdr #mainContent_news li{
	
	
}

.thrColFixHdr #mainContent_news hr{
	color:#CCC;
	letter-spacing:1px;
}


.thrColFixHdr #mainContent_news a.tooltip span {display:none; padding:2px 3px; margin-left:2px; width:130px;
}
  
.thrColFixHdr #mainContent_news a.tooltip:hover span{display:inline; position:absolute;  
}


.float_img_left {
	float: left;
	margin: 10px 10px 5px 10px;
	border:solid 2px #333;
	
}


/*.thrColFixHdr .news{
	border: #fff;
}

.thrColFixHdr .news ul {
	padding: 6px 0 7px 0; 
}

.thrColFixHdr .news ul li{
	display:inline;
}
*/

.thrColFixDhr #donate {
	float:left;
	padding:10px
}

.thrColFixHdr #footer {
	
	padding: 0 20px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(http://www.mixittallahassee.com/images/footer.gif);
	border-top: solid 2px #000;
	font-size:12px;
	color: #ccc;
	background-repeat: no-repeat;	

}

.thrColFixHdr #footer a{
	color:#ccc;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover{
	color:#fff;
	text-decoration:underline;

}

.thrColFixHdr #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 */
}
.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;
}

/*----------TWO COLUMN PAGES-------------*/


.twoColFixRtHdr #container {
	background:#000;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color:white;
	
} 
.twoColFixRtHdr #header { 
	color:#ccc;
	padding: 0 10px 0 0px;  /* 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. */
	border-bottom: #000 2px solid;
	height:150px;
	background-image: url(http://www.mixittallahassee.com/images/header.gif);	
		
} 
.twoColFixRtHdr h1 {
	color:#fcf;
}

.twoColFixRtHdr h2{
	color:#ff66cc;
}

.twoColFixRtHdr h3{
	color:#fcf;
}


.twoColFixRtHdr #social {
float:left;
margin: 70px 70px 0px 0px;
}

.twoColFixRtHdr #top_menu{
	color:#ccc;
	padding:115px 0px 0px 0px;
	font-size:12px;
	width:700px;
}

.twoColFixRtHdr #top_menu ul {
	padding: 6px 0 7px 0; 
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.twoColFixRtHdr #top_menu ul li {
	display: inline;
}

.twoColFixRtHdr ul li a{
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-left: 50px; /*spacing between each menu link*/
text-decoration: none;
color:#ccc;
font-size:16px;

}

.twoColFixRtHdr ul li a:hover{

color:#fff;

}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 490px; /* 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: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0 10px;
	
}


.twoColFixRtHdr #mainContent { 
	margin: 0 200px 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 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.basics {
	font-size: 16px;
	font-weight: bold;
	color:#Fcf;
}

.twoColFixRtHdr #footer {
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(http://www.mixittallahassee.com/images/footer.gif);
	border-top: solid 2px #000;
	font-size:12px;
	color: #ccc;
	background-repeat: no-repeat;
	

}

.twoColFixRtHdr #footer a{
	color:#ccc;
	text-decoration:none;
}

.twoColFixRtHdr #footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #container #sidebar1 p em {
	font-family: Comic Sans MS, cursive;
}
