/* Tables should show empty cells. */
table {
	 empty-cells: show;
}



/* Input boxes - just a bit smaller than normal so they align well. */
textarea {
	 background-color: #FFFFFF;
	font-size: 100%;
	color: #000000;
        border: 1px solid #666666;
	font-family: verdana, sans-serif;
}

input, button {
	 font-family: verdana, sans-serif;
        background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #666666;
	margin: 2px;
	font-weight: normal;
}

input:hover, button:hover
{
        font-family: verdana, sans-serif;
	background-color: #FFFFFF;
	color: #444444;
	border: 1px solid #666666;
	margin: 2px;

}

#toplog, #botlog {
	 font-family: verdana, sans-serif;
	 font-size: 110%;
	 cursor: pointer;
}

/* All input elements that are checkboxes or radio buttons. */
input.check {
width: 13px;
height: 13px
 }

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	 font-family: verdana, sans-serif;
	 font-size: 110%;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 1px;
	border: 0px;
	color: #FF0099;
	background-color: #FF0099;
}

/* No image should have a border when linked */
a img {
     border: 0;
}

/* A quote, perhaps from another post. */
.quote {
	 color: #000000;
	background-color: #E0D7D4;
	padding: 5px;
	font-size: 100%;
	line-height: 1.4em;
	margin-left: 10px;
   margin-right: 10px;
	border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #E0D7D4;
border-right: 1px solid #E0D7D4;
	margin-bottom: 1px;
}

/* A code block - maybe even PHP ;). */
.code {
	 font-family: "courier new", "times new roman", monospace;
	color: #8A8E94;
	background-color: #0B0B0B;
	padding: 5px;
	font-size: 100%;
	line-height: 1.4em;
	margin-left: 10px;
        margin-right: 10px;
	border-bottom: 3px solid #ECECEC;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	padding: 3px;
	margin-left: 10px;
	color: #8A8E94;
	font-weight: bold;
	border-top: 0px solid #303030;
	font-size: 100%;
	text-decoration: none;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	 cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	 color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor {
	 width: 96%;
}

/* Highlighted text - such as search results. */
.highlight {
	 background-color: #ff0099;
	 font-weight: bold;
	 color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	 color: #666666;
	background-color: #FFFFFF; 
}

.windowbg2 {
	 pcolor: #666666;
	 background-color: #F9F9F8;
}

.windowbg3 {
	 color: #666666;
	background-color: #FFFFFF;
}

.windowbg4 {
	pcolor: #666666;
	background-color: #101010;
}

.windowbg5 {
	 color: #666666;
	background-color: #101010;
}

.windowbg6 {
	 color: #666666;
	background-color: #D31585;
	background-image: url(http://www.idontfeellikedancin.com/forum/Themes/IntegratedV11/images/background-forumtdtop.png);
	background-position: top;
	background-repeat: no-repeat;

}

.windowbg7 {
	 color: #000000;
	background-color: #D1CEC9;
	background-image: url(http://www.idontfeellikedancin.com/forum/Themes/IntegratedV11/images/background-forumtdbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	
}


.windowbg8 {
	 color: #666666;
	background-color: #D31585;

}


.windowbg9 {
	 color: #000000;
	background-color: #D1CEC9;
	
}


/* the today container in calendar */
.calendar_today
{ 
background-color: #ff0099;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	 color: #8A8E94;
	font-style: normal;
	background-color: #FFFFFF;
	border-bottom: 0px solid Black;
	border-top: solid 0px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	color: #8A8E94;
	font-style: normal;
}

.titlebg a:hover { 
color: #00C6FF;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: white;
	font-style: normal;
	text-decoration: none;
}

.titlebg, .titlebg2 {
	 font-size: 8pt;
	 font-family: tahoma, sans-serif;
}

.titlebg2 a:hover {
	 text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
         background-color: #FFFFFF;
	 color: #000000;
	 padding-left: 10px;
	 padding-right: 10px;
}

.catbg2 , tr.catbg2 td {
         background-color: #FFFFFF;
	 padding-left: 10px;
	 padding-right: 10px;

}

.catbg, .catbg2, .catbg3 {
         border-bottom: solid 0px #ff0099;
	 background-repeat: repeat-x;
}

.catbg, .catbg2 {
	 font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	 text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover { }

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
}

/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 10px;
	 font-family: verdana, sans-serif;
}

.middletext { 
	 font-size: 90%;
}

.middletext2 { 
	 font-size: 90%;
}

.normaltext {
	 font-size: 12px;
}

.largetext {
	 font-size: 15px;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	 width: 100%;
	 overflow: auto;
	 line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	 width: 100%;
	 overflow: auto;
	 padding-bottom: 3px;
	 line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
     color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	 vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	 text-decoration: none;
	 font-size:  10px;
	 font-family: verdana, sans-serif;
	 padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back { }

.maintab_last,.mirrortab_last {
	 display: none;
}

.maintab_active_first, .mirrortab_active_first {
	 display: none;
}

.maintab_active_back, .mirrortab_active_back { }

.maintab_active_last, .mirrortab_active_last {
	 display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited,
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	 text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 text-decoration: none;
}




#mainarea {
	 padding: 0ex;
         width: 800px;
	 margin-left: auto;
	 margin-right: auto;
}

#mainboard {
	 padding: 0ex;
         width: 800px;
	 margin-left: 20px;
	 margin-right: 0px;
        
	
}

#toolbar {
	 height: 35px;
	 position: relative;
         width: 800px;
	 margin-left: auto;
	 margin-right: auto;
         
}

#userinfo {
	 background: #1a1a1a url(images/userinfo.png) 0 0 repeat-x;
	 height: 106px;
	 color: #cdcdcd;
	 width: 360px;
	 float: left;
	 padding: 5px 0 5px 8px;
}


#footer {
	 padding: 8px 40px 10px 40px;
	 font-size: x-small;
         width: 800px;
         margin-left: auto;
	 margin-right: auto;
}

#footer {
	 padding: 0px;
	 text-align: center;
	 font-size: x-small;
         width: 800px;
         margin-left: auto;
	 margin-right: auto;
}

#footer a:link , #footer a:visited { }

#footer a:hover { }



/* Changer buttons. */

.changerB, .changerG, .changerJ, .changerM, .changerO, .changerR {
	 color: #3E3E3E;
	 background: #3E3E3E;
	 border: 1px solid #4F4F4F;
}

.changerB:hover {
	 color: #BB8158;
	 background: #BB8158;
	 border: 1px solid #CF8B5A;	
}

.changerG:hover {	
	 color: #6B6B6B;
	 background: #6B6B6B;
	 border: 1px solid #7F7F7F;
}

.changerJ:hover {
	 color: #AFBF53;
	 background: #AFBF53;
	 border: 1px solid #C1CF74;	
}

.changerM:hover {
	 color: #00AF6E;
	 background: #00AF6E;
	 border: 1px solid #3BBF8E;	
}
.changerO:hover {
	 color: #34719E;
	 background: #34719E;
	 border: 1px solid #4F7D9F;	
}
.changerR:hover {
	 color: #A01A3D;
	 background: #A01A3D;
	 border: 1px solid #AF2058;	
}

/* Nested quotes restriction. Default is for three. */

.quote .quote .quote .quote { display: none }
.quote .quote .quote .quoteheader { display: none }



/* By default (td, body..) use verdana in black. */
body, td, th , tr {
         color: #000000;
	 font-family: Verdana, Arial,sans-serif;
	 font-size: 11px;
}


ul#twitter_update_list {

        width: 120px;
        align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}


/*SEARCH POSITIONING & STYLE ELEMENTS*/	


.SearchButton 
{ width: 32px; height: 24px; float: center;  }

/* =form */
form#search_input 
{margin-left:15px; padding : 0; width: 100px;}
/* =input */

.choice 
{ padding : 1px; font : 100% Arial, sans-serif; color : #333; }

input#
{width : 32px; padding : 0 .25em; border : none; background : url(http://www.idontfeellikedancin.com/v11/images/buttons/button-search.png) no-repeat 50% 50%; text-indent: -9999px; height: 24px;margin-left: 5px;}

.SearchText, SearchText:hover
{ width : 100px; height: 18px; padding : 1px; font : 100% Verdana, Arial, sans-serif; color : #333; }

.SearchButton, .SearchButton:hover
{width : 20px; padding : 0 .25em; border : none; background : url(http://www.idontfeellikedancin.com/v11/images/buttons/button-search.png) no-repeat 50% 50%; text-indent: -9999px; height: 24px;margin-left: 5px;}

.SearchBox , SearchBox:hover
{ width: 170px;  background : #F0EBEE; color: #666; border: solid #AAA19C 1px; padding-top : 5px; padding-left : 5px; font : 100% Verdana, Arial, sans-serif; float: center; height: 16px;}

.SearchBoxNewsOnly
{ width: 300px;  background : #F0EBEE; color: #666; border: solid #AAA19C 1px; padding-top : 5px; padding-left : 5px; font : 100% Verdana, Arial, sans-serif; float: center; height: 16px;}



.downloadbutton, a.downloadbutton:link, a.downloadbutton:visited {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-download-itunes-pink.png);
	background-position: center top;
	display: block;
	height: 20px;
	width: 120px;
}

a.downloadbutton:hover {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-download-itunes-pink.png);
	background-position: center bottom;
	display: block;
	height: 20px;
	width: 120px;
}


.downloadbutton-rightclick, a.downloadbutton-rightclick:link, a.downloadbutton-rightclick:visited {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-download-right-pink.png);
	background-position: center top;
	display: block;
	height: 20px;
	width: 120px;
}

a.downloadbutton-rightclick:hover {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-download-right-pink.png);
	background-position: center bottom;
	display: block;
	height: 20px;
	width: 120px;
}


.downloadbutton-media, a.downloadbutton-media:link, a.downloadbutton-media:visited {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-download-media-pink.png);
	background-position: center top;
	display: block;
	height: 20px;
	width: 120px;
}

a.downloadbutton-media:hover {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-download-media-pink.png);
	background-position: center bottom;
	display: block;
	height: 20px;
	width: 120px;
}



#top-bannerad {
	width: 1000px;
        height: 109px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: center;
}







#header-mast {
	width: 1000px;
        height: 137px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: center;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/header/header-v11-pink.gif);
	background-position: top;
}


#menu {
	width: 1000px;
        height: 64px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: center;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-v11-menu.png);
	background-position: top;
        
}


#newsticker {
	width: 1000px;
        height: 45px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: center;
     
}


#newsticker-title {
	width: 176px;
        height: 45px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-headlines.png);
	background-position: top;
        text-align: center;
     
}


#below-newsticker {
	width: 1000px;
        height: 3px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #F06EAA;
        text-align: center;
     
}




#main {
	width: 1000px;
        height: 100%;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        
}


#news-gossip {
	width: 530px;
        height: 330px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-newsgossip.png);
	background-position: top;
}


#news-gossip-forum {
	width: 500px;
        height: 330px;
	top: 0px;
        text-align: center;
	background-position: top;
}


#news-gossip-button {
	width: 376px;
        height: 109px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-newsgossip.png);
	background-position: top;
        position:relative;
        top: -20px;
        left: -80px;
        z-index: 2;
  
}

#theband-button {
	width: 376px;
        height: 109px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-thebandstuff-pink.png);
	background-position: top;
        position:relative;
        top: -20px;
        left: -80px;
        z-index: 2;
  
}


#latestfeatures-button {
	width: 500px;
        height: 289px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-latestfeatures-pink.png);
	background-position: top;
        position:relative;
        top: -20px;
        left: 0px;
        z-index: 2;
  
}


#news-headlines  {
	width: 500px;
        height: 150px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-newsitem.png);
	background-position: top;
}

#news-headlines:hover {
  background-image: url('http://www.idontfeellikedancin.com/v11/images/bgds/background-newsitem-hover.png');
}




#news-post-bgd {
	width: 530px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-newspost-bottom.png);
	background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 50px;
}

#news-comment-bgd {
	width: 530px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        padding-bottom: 50px;
}


#news-post-text {
	width: 469px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        
}




#member-login {
	width: 300px;
        height: 240px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-v11-login.png);
	background-position: top;
}



#member-forumposts-bgd {
	width: 300px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-memberposts.png);
	background-position: top;
        background-repeat:repeat-y;
        padding-bottom: 0px;
}


#member-forumposts-top-bgd {
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-membersposts-top.png);
	background-position: top;
        background-repeat:no-repest;
        padding-bottom: 0px;
}



#member-forumposts-bottom-bgd {
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-membersposts-bot.png);
	background-position: top;
        background-repeat:no-repest;
        padding-bottom: 0px;
}


#member-forumposts-text {
	width: 270px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        
}


#member-videopick-top-bgd {
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-videopick-top.png);
	background-position: top;
        background-repeat:no-repeat;
        padding-bottom: 0px;
}


#member-photos-top-bgd{
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-photos-top.png);
	background-position: top;
        background-repeat:no-repeat;
        padding-bottom: 0px;
}


#member-upcoming-top-bgd{
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-upcoming-top.png);
	background-position: top;
        background-repeat:no-repeat;
        padding-bottom: 0px;
}


#member-sitestats-top-bgd{
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-sitestats-top.png);
	background-position: top;
        background-repeat:no-repeat;
        padding-bottom: 0px;
}

#member-sitestats-text {
	width: 270px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        padding-left: 10px;
        
}

#member-official-top-bdg{
	width: 300px;
        height: 35px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        text-align: left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-official-top.png);
	background-position: top;
        background-repeat:no-repeat;
        padding-bottom: 0px;
}



#footer-shortcuts {
	width: 1000px;
        height: 300px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #999387;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-gradient.png);
	background-position: bottom;
        background-repeat:repeat-x;
       
}


#footer-divider {
	width: 1000px;
        height: 4px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #D31585;
}



#footer-network {
	width: 1000px;
        height: 120px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: left;
       
}

#footer-copyright {
	width: 1000px;
        height: 15px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: left;
       
}


#bubble-hotpink {
	width: 120px;
        height: 53px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background: #FFFFFF;
        text-align: center;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-hotpink.png);
	background-position: top;
}

#news-arrow {
	width: 469px;
        height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
        background: #FFFFFF;
        text-align:left;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-newsarrow.png);
	background-position: middle left;
        background-repeat: no-repeat;
        padding-left: 23px;
}


#news-theend-button {
	width: 129px;
        height: 53px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-news-theend.png);
	background-position: top;
       
}



#aboutus-button {
	width: 376px;
        height: 109px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/buttons/button-aboutus-pink.png);
	background-position: top;
        position:relative;
        top: -20px;
        left: -80px;
        z-index: 2;
  
}


#button-forum-surfsafely {
	width: 950px;
    height: 50px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
        background-image: url(http://www.idontfeellikedancin.com/forum/images/banner-surfsafely-pink.png);
	background-position: top;
        position:relative;
       
  
}


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:1000px; height:64px; background-color:#444444; layer-background-color:#444444; visibility:hidden; padding: 0px}


/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#444444; visibility:hidden}
.clLevel0over{background-color:#7C766D; layer-background-color:#7C766D; color:#666666; cursor:pointer; cursor:hand; visibility:hidden }
.clLevel0border{position:absolute; visibility:hidden; background-color:#; layer-background-color:#}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding-left:15px; padding-top:5px; padding-bottom:2px; font-family:arial,helvetica; font-size:12px; font-weight:bold}
.clLevel1{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#686054;}
.clLevel1over{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#000000; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#000000; layer-background-color:#000000}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding-left:15px; padding-top:5px; padding-bottom:2px; font-family:arial,helvetica; font-size:12px; font-weight:bold}
.clLevel2{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#686054;;}
.clLevel2over{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#000000; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#000000; layer-background-color:#000000}

/*Styles for level 4*/
.clLevel4, .clLevel4over{position:absolute; padding-left:15px; padding-top:2px; padding-bottom:2px; font-family:arial,helvetica; font-size:11px; font-weight:none}
.clLevel4{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#686054;;}
.clLevel4over{background-color:#FFFFFF; layer-background-color:#FFFFFF; color:#000000; cursor:pointer; cursor:hand; }
.clLevel4border{position:absolute; visibility:hidden; background-color:#000000; layer-background-color:#000000}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #000000;
	background: #F6F5F4;
        background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-v11-pink.png);
	background-position: top;
	background-repeat:repeat-x;
        margin-top: 0px;
   
}


a:link{text-decoration:none; color:#FF0099;}
a:hover{text-decoration:none; color:#666666;}
a:visited{text-decoration:none; color:#FF0099;}
a:visited:hover{text-decoration:none; color:#666666;}


.Shortcuts a:link{text-decoration:none; color:#000000;}
.Shortcuts a:hover{text-decoration:none; color:#666666;}
.Shortcuts a:visited{text-decoration:none; color:#000000;}
.Shortcuts a:visited:hover{text-decoration:none; color:#666666;}

.NewsLinks a:link{text-decoration:none; color:#444444; border-bottom:1px dotted;}
.NewsLinks a:hover{text-decoration:none; color:#000000; border-bottom:1px solid;}
.NewsLinks a:visited{text-decoration:none; color:#444444; border-bottom:1px dotted;}
.NewsLinks a:visited:hover{text-decoration:none; color:#000000; border-bottom:1px solid;}

.CommentsLinks a:link{text-decoration:none; color:#999999; border-bottom:1px none;}
.CommentsLinks a:hover{text-decoration:none; color:#686054; border-bottom:1px none;}
.CommentsLinks a:visited{text-decoration:none; color:#999999; border-bottom:1px none;}
.CommentsLinks a:visited:hover{text-decoration:none; color:#686054; border-bottom:1px none;}

.forum-posts a:link{text-decoration:none; color:#444444; border-bottom:1px none;}
.forum-posts a:hover{text-decoration:none; color:#000000; border-bottom:1px none;}
.forum-posts a:visited{text-decoration:none; color:#444444; border-bottom:1px none;}
.forum-posts a:visited:hover{text-decoration:none; color:#000000; border-bottom:1px none;}

/* Normal, standard links. */
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #FF0099; text-decoration: none;}
a:visited:hover { color:#FF0099; text-decoration:none;}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #666666;
	 text-decoration: none;
	 margin-left: 4px;
    
}

a.nav:hover {
	 text-decoration: none;
         color: #FF0099;
}

#wrap {

	background:url(http://www.idontfeellikedancin.com/v11/images/bgds/background-lighttop.png) center top no-repeat;

}


#wrap2 {

	background:url(http://www.idontfeellikedancin.com/v11/images/bgds/background-lightmiddle.png) center top repeat-y;
    
}



#twitterpost-top {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-twitterpost-top.png);
	background-position: center bottom;
	display: block;
	height: 90px;
	width: 469px;
}

#twitterpost-top2 {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-twitterpost-top2.png);
	background-position: center bottom;
	display: block;
	height: 90px;
	width: 469px;
}

#twitterpost-mid {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-twitterpost-mid.png);
	background-position: center bottom;
	display: block;
	height: 100%;
	width: 469px;
}

#twitterpost-bot {
	background-image: url(http://www.idontfeellikedancin.com/v11/images/bgds/background-twitterpost-bot.png);
	background-position: center bottom;
	display: block;
	height: 90px;
	width: 469px;
}

#twitterpost-text {
	display: block;
	height: 100%;
	width: 440px;
	padding-left: 20px;
}

#twitterpost-links {
	display: block;
	height: 100%;
	width: 440px;
	padding-left: 20px;
	padding-top: 65px;
}


