/**********************************************
 * Title:       Spinwork Studios
 * Author:      Benjamin Weller
 * Date:        07-20-2008
 * 
 * STOP! You are currently viewing the CSS document for
 * spinworkstudios.com. No, you are not allowed to use
 * any of the coding here or the images. Using it is not
 * only illegal, but plain stupid. Build your own site. 
 * its more fun. I promise :D. 
 * 
 * Spinwork Studios is Copyright (c) 2008 - All Rights Reserved.
 *
 */ 


/**********************************************************
 * Body Tags
 */
* 
body {
color: #ffffff;
background: #2f3d46 fixed repeat top left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px
}


/**********************************************************
 * Index Framework
 */
* 
#wrapper1 {
width: 100%;
height: 100%
}
#header {
}
#navigation {
width: 100%;
height: 126px;
background-color: #1e282b
}
#navigation_inner {
padding-left: 45px;
padding-right: 10px
}
#navigation_inner2 {
background-color: #111212;
width: 350px;
padding-left: 10px;
padding-right: 10px
}
#footer {
}

/**********************************************************
 * Page Framework
 */
* 
#wrapper2 {
width: 500px;
margin-top: 75px;
margin-bottom: 75px
}
#header2 {
width: 211px
}
#content {
background-color: #1e282b;
width: 559px;
padding-top: 22px;
padding-bottom: 50px;
padding-left: 25px;
padding-right: 25px;
}


/**********************************************************
 * Fonts
 */
* 

A:active { text-decoration: none ; color: #b5b5b5 }
A:visited { text-decoration: none ; color: #b5b5b5 } 

A:link { text-decoration: none ; color: #b5b5b5 }
A:hover { text-decoration: underline; COLOR: #7a7b7a  }


a.nav {
color:#b5b5b5;
}
a.nav:Visited {
color:#b5b5b5;
}
a.nav:Active {
color:#b5b5b5;
}
a.nav:Hover {
color:#7a7b7a;
text-decoration: underline;
}
a.nav   {  
text-decoration: none;
}

a.nav2 {
color:#ffffff;
}
a.nav2:Visited {
color:#ffffff;
}
a.nav2:Active {
color:#ffffff;
}
a.nav2:Hover {
color:#7a7b7a;
text-decoration: underline;
}
a.nav2   {  
text-decoration: none;
}


#twitter_div { font-size: .8em; letter-spacing: .7px; line-height: .8em; font-family: Arial; color: #ffffff }
#twitter_update_list { font-size: .8em; letter-spacing: -.5px; line-height: .8em; font-family: Arial; color: #ffffff }

.main {  font-family: Arial; font-size: .8em; color: #ffffff }
.main2 { font-family: Arial; font-size: .7em; color: #ffffff }
.pagetitle { font-family: Tahoma; font-size: .9em; letter-spacing: 5px; color: #d9d7d7 }
.gray {  font-family: Arial; font-size: 1em; color: #b5b5b5 }

