/*some code has been taken with indirect permission based on the pages disclaimer, but I am mostly trying to make my own code now :p...<3 rps */

a:focus {
outline:0px;
}

body {
background-color: #636363;
background-image: url('http://sonicsam.net/bg.png');
background-repeat: repeat-x;
margin-top:0;
}

#body2 {
width: 800px;
margin-left:auto;
margin-right: auto;
}

div.post {
padding-top: 5px;
background: #EFEFEF;
border: 1px solid #0066FF;
margin-left:auto;
margin-right:auto;
width: 95%;
padding-bottom: 5px;
}

content {
font-family: Tahoma, Verdana;
}

.title {
padding-top:5px;
padding-bottom:5px;
margin-bottom:5px;
color:#ffffff;
border-bottom: 1px solid #0066FF;
width:100%;
font-size: 14px;
background: #25579a;
}

.main {
display:block
}

.main * {
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#FDFDFD
}

.main1 {
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #73aade;
border-right:1px solid #73aade;
background:#c0d8ef
}

.main2 {
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #237acc;
border-right:1px solid #237acc;
background:#cfe1f2
}

.main3 {
margin-left:1px;
margin-right:1px;
border-left:1px solid #cfe1f2;
border-right:1px solid #cfe1f2;
}

.main4 {
border-left:1px solid #73aade;
border-right:1px solid #73aade
}

.main5 {
border-left:1px solid #c0d8ef;
border-right:1px solid #c0d8ef
}

.mainfg {
font: 80.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
background:#FDFDFD;
padding-top: 50px;
padding-left:10px;
padding-right:10px;
}

p {
margin-bottom: 0px;
margin-top: 0px;
}

img {
border-style: none;
}

/* this is the menu */

#menu {
background: #333333;
float: left;
list-style: none;
padding: 0;
width: 100%;
border-top-style: solid;
border-top-color: #0066ff;
border-bottom-style: solid;
border-bottom-color: #0066ff;
margin-left: auto;
margin-right: auto;
margin: 0;
}

#menu a:active {
outline: none;
}

#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("seperator.gif") bottom right no-repeat;
	color: #cccccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	outline: none;
}
#menu a:hover {
	background: #2580a2 url("hover.gif") bottom center no-repeat;
	color: #ffffff;
	padding-bottom: 8px;	
}

#menu a.current {
background: #444444;
}

/* this is the footer :D */

#footer {
width: 80%;
margin-left:auto;
margin-right:auto;
text-align: center;
color:#000000;
}


#footer2 {
  background:#FDFDFD;
  font: 80.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

/* DEXTER MORGAN IS A LIE */

#logo {
position: absolute;
top: 0;
left: 0;
}


/* anything here is just sam having fun :D */

/* 2009 ftl */

/*ERROR, NOTICE, SUCCESS -- Thanks @ http://www.blueprintcss.org/tests/parts/forms.html */
.error, .notice, .success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4;  }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }






