﻿/*#############################################################
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/bg6.jpg);
 background-position:top;
 background-repeat:repeat-y;
}
.header{
 padding-bottom:10px;
}
.footer{
 padding-top:10px;
}
.btn{
 border-style:solid;
 border-width:2px;
 border-color:White;
 width:100px;
 font-size:medium;
 background-color:Black;
}

/* CONTENT */
.content_wrap{
 width:950px;
}
.content_side{
 width:230px;
 float:left;
 text-align:left;
 padding-left:10px;
 padding-right:10px;
}
.content_main{
 width:450px;
 float:left;
 text-align:left;
}

/* NEWS */
.NewsTitle{
 font-size:larger;
 color:Red;
}
.News_showfull{
 text-align:right;
 color:Red;
}

/* MUSIC */
.AlbumCover{
 width:161px;
 padding-left:9px;
 padding-top:5px;
 padding-bottom:5px;
 text-align:center;
 font-weight:bold;
 float:left;
}
.Info{
 width:280px;
 padding-top:5px;
 padding-bottom:5px;
 float:left;
}
.tracks{
 width:280px;
 padding-top:5px;
 padding-bottom:5px;
 float:left;
 color:#666666;
}
.break{
 background-color:Gray;
 height:2px;
}

/* MAILING LIST */
.MailingList{
 border-style:dashed;
 border-width:medium;
 border-color:Red;
 padding:5px;
}
.FirstHalf{
 text-align:right;
 float:left;
 width:70px;
 padding-bottom:10px;
}
.SecondHalf{
 float:left;
 width:130px;
 padding-left:10px;
 padding-bottom:10px;
}

/* FREE SHIT */
.download{
 width:280px;
 padding-top:5px;
 padding-bottom:5px;
 float:left;
 color:#666666;
 text-align:center;
}