﻿/*#############################################################
Name: theSWEEN
Date: 2003-01-01
Description: An evil, dark style three-column website.
Author: Steven Sweeney
URL: http://www.thesween.com

#############################################################*/ 

/* STANDARD ELEMENTS */
*{
 font-family:Tahoma;
 font-size:small;
 color:White;
}
body {
 background-color:#000000;
 background-image:url(../masters/images/bg.png);
 background-position:top;
 background-repeat:no-repeat;
}
.header{
 padding-bottom:10px;
 background:url(../masters/images/header00001.png) no-repeat left;
 height:100px;
}
.footer{
 padding-top:10px;
}
.btn{
 border-style:solid;
 border-width:2px;
 border-color:White;
 width:100px;
 font-size:medium;
 background-color:Black;
 cursor:inherit;
}
.btn:hover{ background-color:#303030;} 

.spacer{ height:10px;}
.spacerline{ height:2px; background-color:#606060;}

.SweenMp3{ visibility:hidden;}

/* CONTENT */
.content_wrap{
 width:950px;
}
.content_side{
 width:300px;
 float:left;
 text-align:left;
 padding-left:10px;
 padding-right:10px;
}
.content_main{
 width:630px;
 float:left;
 text-align:left;
}

/* NEWS */
.NewsTitle{
 font-size:larger;
 color:Red;
}
.News_showfull{
 text-align:right;
 color:Red;
}

/* MUSIC */
.AlbumCover{
 width:161px;
 padding:5px 10px 5px 9px;
 text-align:center;
 font-weight:bold;
 float:left;
}
.AlbumCover2{
 width:211px;
 padding:5px 10px 5px 9px;
 text-align:center;
 font-weight:bold;
 float:left;
}
.Info{
 width:280px;
 padding-top:5px;
 padding-bottom:5px;
 float:left;
}
.tracks{
 width:350px;
 padding-top:5px;
 padding-bottom:5px;
 float:left;
 color:#666666;
}
.break{
 background-color:Gray;
 height:2px;
}
.albumname{font-size:1.2em; padding:0 0 0 10px; float:right; font-weight:bold;}

/* MAILING LIST */
.MailingList{
 border-style:solid;
 border-width:2px;
 border-color:#303030;
 padding:10px;
 background:url(../masters/images/transbg.png) repeat;
 /* for IE 
  filter:alpha(opacity=60);
  /* CSS3 standard 
  opacity:0.6;*/
}
.sweenMp3player{
 border-style:solid;
 border-width:2px;
 border-color:#303030;
 padding:10px 10px 10px 20px;
 background:url(../masters/images/transbg.png) repeat;
 /* for IE 
  filter:alpha(opacity=60);
  /* CSS3 standard 
  opacity:0.6;*/
}
.MailingList_inside{
 background-color:transparent;
}
.FirstHalf{
 text-align:right;
 float:left;
 width:70px;
 padding-bottom:10px;
}
.SecondHalf{
 float:left;
 width:190px;
 padding-left:10px;
 padding-bottom:10px;
}

/* FREE SHIT */
.download{
 width:420px;
 padding-top:5px;
 padding-bottom:5px;
 float:left;
 color:#666666;
 text-align:center;
}

/*********************MENU************************/
.menu{ padding:62px 9px 0 60px; float:right;}
.menubtnsleft
{
 float:left;
 border-style:solid;
 border-width:2px 1px 2px 2px;
 border-color:#303030;
 width:auto;
 font-size:medium;
 background-color:Black;
 cursor:hand;
 padding:3px 20px 3px 20px;
}.menubtns
{
 float:left;
 border-style:solid;
 border-width:2px 1px 2px 1px;
 border-color:#303030;
 width:auto;
 font-size:medium;
 background-color:Black;
 cursor:hand;
 padding:3px 20px 3px 20px;
}
.menubtnsright
{
 float:left;
 border-style:solid;
 border-width:2px 2px 2px 1px;
 border-color:#303030;
 width:auto;
 font-size:medium;
 background-color:Black;
 cursor:hand;
 padding:3px 20px 3px 20px;
}
.menubtnsleft:hover{ background-color:#9f0000;} 
.menubtns:hover{ background-color:#9f0000;} 
.menubtnsright:hover{ background-color:#9f0000;} 
