
/*
body{
    background-color: #000000;
    color:#FFFFFF;
    font-size:12px;
    background-image:url(http://tragictantrum.com/graphics/bgstripe.jpg);
    background-attachment:fixed;
    }

*/


/* GLOBAL ELEMENTS */


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

a:hover {
    color:white;
    text-decoration:none;
    }

blockquote{
    color:#000;
    font-weight:bold;
    font-style:italic;
    font-size:15px;
    text-align:center;
    }

body	{
    background-color: #000000;
    color:#FFFFFF;
    font-size:12px;
    background:#000 url(http://tragictantrum.com/graphics/dirt_keys.jpg) center 8px;
    background-repeat: no-repeat;
    background-attachment:fixed;
    }

h2{
    color:#aa0000;
    font-style:italic;
    font-family:arial;
    }
    
 h3{
    color:#aa0000;
    font-style:italic;
    border-bottom:#aa0000 dashed 1px;
    }
    
ol {
    list-style:none;
    }

/*DIV ELEMENTS */


#about {
    width:500px;
    margin:auto;
    min-height:500px;
    float:left;
    padding:10px;
    background-image:url('images/about.gif');
    background-repeat:no-repeat;
    background-position: top center;
    text-align:justify;
    }

.actpage{
    border:groove 1px;
    border-color:#aa0000;
    }

a.facebook{
    display:block;
    width:30px;
    height:30px;
    background-image:url('http://tragictantrum.com/images/facebook.png');
    background-position:0 -30px;
    float:left;
    margin: 5px;
    }

a.facebook:hover{
    background-position:0 0px;
    }

a.myspace{
    display:block;
    width:30px;
    height:30px;
    background-image:url('http://tragictantrum.com/images/myspace.png');
    background-position:0 -30px;
    float:left;
    margin: 5px;
    }

a.myspace:hover{
    background-position:0 0px;
    }

a.twitter{
    display:block;
    width:30px;
    height:30px;
    background-image:url('http://tragictantrum.com/images/twitter.png');
    background-position:0 -30px;
    float:left;
    margin: 5px;
    }
	
a.twitter:hover{
    background-position:0 0px;
    }

.blurbs{
    background:#DFDFDF;
    margin-bottom: 20px;
    -moz-border-radius-topleft:30px;
    -moz-border-radius-topright:30px;
    -moz-border-radius-bottomleft:30px;
    -moz-border-radius-bottomright:30px;
    }

#content{
    background-image:url(http://tragictantrum.com/graphics/black.png);
    margin:20px auto;
    border-top:#444 solid 1px;
    padding:20px 30px 70px;
    text-align:left;
    width:840px;
    top:-40px;
    position:relative;
    -moz-border-radius-bottomleft:30px;
    -moz-border-radius-bottomright:30px;
    }

#footer{
    background-image: url('http://tragictantrum.com/images/ttcfooter.png');
    background-position: bottom center;
    display:block;
    position:relative;
    top:158px;
    }

#header {
    width:900px;
    height:180px;
    margin:auto;
    background:#000 url(http://tragictantrum.com/graphics/tt-logo-500x180.jpg);
    background-repeat:no-repeat;
    background-position:center;
    }

li.list{
    display:block;
    }

#nav {
    align:center;
    }

#nav, ol, li{
    margin:auto;
    background-image:inherit;
    font-size:20px;
    font-style:italic;
    font-weight:bolder;
    display:inline;
    width:900px;
    }

#nav{
    background-color:black;
    }

#nav li a{
    text-decoration : none;
    padding-left : .5em;
    padding-right : .5em;
    color:#666666;
    } 

#nav li a:hover{
    text-decoration : none;
    padding-left : .5em;
    padding-right : .5em;
    background-color:#aa0000;
    color:white;
    }

#navbar{
    margin:auto;
    width:900px;
    height:60px;
    }


#news{
    width:300px;
    margin:auto;
    float:right;
    padding:10px;
    color:grey;
    font-style:italic;
    font-family:Times New Roman;
    height:37px;
    background-image:url('images/news.gif');
    background-repeat:no-repeat;
    background-position: top center;
    position: relative;
    }

#newsfeed{
    position:relative;
    top:60px;
    border: solid 1px #444;
    padding:5px;
    overflow: scroll;
    overflow-x:hidden;
    height: 530px;
    }

#newsfeed a{
    color: #ff0000;
    }

#newsfeed b{
	color: #fff;
	}

#newsobject{
    display:block;
    width:200px;
    height:530px;
    padding-top:70px;
    }

#news2{
    width:200px;
    margin:auto;
    padding-left:10px;
    color:grey;
    font-style:italic;
    font-family:Times New Roman;
    height:563px;
    overflow:auto;
    }    

.photo_head_space{
    width:200px;
    height:8px;
    position:relative;
    }

#shows {
    width:300px;
    margin:auto;
    min-height:500px;
    float:left;
    padding:10px;
    background-image:url('images/shows.gif');
    background-repeat:no-repeat;
    background-position: top center;
    }

.soc{
    width=400px;
    height=300px;
    display:inline;
    }

span.quoter{
    color:#777;
    border-bottom: dotted;
    font-size:15px;
    display:block;
    padding-right:15px;
    position:relative;
    text-align: center;
    }



/**  home  **/

#home{
    margin:auto;
    width:700px;
    }


.social{
    position:absolute;
    margin-left:50px;
    z-index:100;
    top:185px;
    position:absolute;
    }

.underline{
    margin: auto;
    width:900px;
    background:#000;
    text-align:left;
    padding:10px;
    }


