/*
Theme Name: Triangles
Author: Lillie
Author URI: http://www.unloveme.org/
*/ 

body {
background-image: url(images/headerbg.GIF);
background: #000 url("http://i50.tinypic.com/300zl11.jpg") repeat-x;
background-repeat: repeat-x;
background-color: #000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8pt;
font-weight: normal;  
text-align:justify;
color:#a1a1a1;
}

* {
margin: 0;
padding: 0;
}

#header{
background-color: #151515;
text-align:center;
height: 309px;
width: 929px;
background-image: url(http://i48.tinypic.com/nna9ao.png);
background-repeat: no-repeat;
margin:0 auto;
}

#header h1{
margin:0;
padding:120px 0 0 0;
font-size:30px;
font-weight:bold;
text-align:center;
}

#header h2{
margin: -10px 0 0 0;
padding:0;
font-size:20px;
font-weight:normal;
text-align:center;
color: #cfcfcf;
}

#container{
width:790px;
margin:0 auto;
margin-top: 10px;
padding:4px;
}

#sidebar {
font: 90% Helvetica, Arial,"Trebuchet MS" , sans-serif;
margin:0;
font-size: 1.1em;
line-height: 13pt;
float: left;
width:230px;
text-align: justify;
}

#sidebar h2{
margin:0;
padding: 10px 0 0 0;
font-weight:normal;
text-align:left;
color: #94ecff;
}

#content { 
font: 90% "Times New Roman", Times, serif;
font-size: 1.3em;
line-height: 15pt;	
margin:10px 0 0 0;
width:545px;
float:right;
padding:0;
text-align:justify;
vertical-align: middle;	
}

#content h1{
margin:0;
padding: 10px 0 5px 0;
font-weight:bold;
text-align:left;
color: #63ffb3;
}

blockquote { 
background: #000;
font: 90% Helvetica, Arial,"Trebuchet MS" , sans-serif;
margin:0;
font-size: 10px;
line-height: 13pt;
float: left;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

h4 {
margin:0;
padding: 10px 0 0 0;
font-weight:bold;
text-align:left;
color: #94ecff;
}

h4 a {
margin:0;
padding: 10px 0 0 0;
font-weight: bold;
text-decoration:none;
text-align:left;
color: #94ecff;
}

#footer {
font: 90% Helvetica, Arial,"Trebuchet MS" , sans-serif;
font-size: 1.3em;
line-height:30pt;
text-align:center;
clear:both;
margin:0;
padding:0px;
border-top: 2px solid #151515;
}

#navigation {
background-image: url(none);
}

ul {
list-style-type: none;
height: 50px;
width: 700px;
background-image: url(none);
margin: auto;
}

li {
float: left;
}

ul a {
padding-right: 25px;
padding-left: 25px;
display: block;
line-height: 75px;
text-decoration: none;
font-size: 21px;
background-image: url(none);
background-repeat: no-repeat;
background-position: right;
color: #fff;
}

ul a:hover {
color: #46d8ff;
}

a {
color : #46d8ff;
}

a:hover {
color : #fff;
}

.alignleft{float:left;}
.alignright{float:right;}