/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color: #272727;
}
h1 {
 font-family: "Lucida Sans" ;
 font-size:36px;
 margin-bottom:8px;
 color:#333333
}
h2 {
 font-family: "Lucida Sans";
 font-size: 18px;
 margin-bottom:10px;
 color:#C2AF67
}
h3 {
color: #96B7E0;
 font-size:9px;
 padding-bottom:5px;
 margin-bottom:10px;
 border-bottom:3px solid #96B7E0;

}
#rightcolumn h2 {
margin-left:20px;
}
.date {

 color: #96B7E0;
 font-size:9px;
 padding-bottom:5px;
 margin-bottom:10px;
 border-bottom:3px solid #96B7E0;



}
.special {
background: #0C0C0C;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
padding:10px 5px 5px 10px;
margin-bottom:10px;

}
.copy {
 line-height:18px;
 font-size: 13px;
 margin-bottom:10px;
 color: #666666
}
.bioTable {


 font-size: 13px;
 margin-bottom:2px;
color:#C2AF67;
}

.copy2 {
 margin-left:20px;
 line-height:14px;
 font-size: 13px;
 margin-bottom:10px;
 color: #666666
}
.tble a:link {

text-decoration:none
}
.tble a:hover {
text-decoration:none;
background: none;
}
.tble a:visited {

text-decoration:none
}
.tble a:active {

text-decoration:none
}
a:link {

color: #999999;
text-decoration:none
}
a:hover {
font-style:heavy;
color:#191919;
background:#96B7E0;
}
a:visited {
font-style:heavy;
color:#333333;
text-decoration:none
}
a:active {
font-style:heavy;
color:#333333;
text-decoration:none
}
#wrapper { 
 margin: 0 auto;
 width: 930px;
 position: relative;
}
#header {

 color: #333;
 margin-left:65px;
 width: 314px;
 float: left;
 margin-bottom:10px;

 height:149px;


}
#logo{
width:362px;
}
.newsInput{
float:right;
margin-right:65px;
margin-top:50px;
padding-right:20px;
}
.textField{
background-color:#C9AD64;
padding:3px;
border:2px solid #B73825;
}
.submitter{
background-color:#C9AD64;
padding:3px;
color:#1C1C1C;
margin-top:10px;
border:2px solid #B73825;
}
#menu {
 background: url(../img/menu.jpg) no-repeat bottom;
 padding:10px 40px 0px 30px;
 width: 730px;
 height:60px;
 float: left;
 margin-left:65px;
 border-bottom:1px solid #272727;
}
.menuStyle {
padding-top:30px;
color:#333333;
font-family:"Lucida Sans";
font-size:18px;

}

.rightImages a:hover{
background:none;
}
.menuStyle a:link{
text-decoration:none;
}
.menuStyle a:hover{
border-bottom:2px solid #96B7E0 ;
color:#191919;
background:#96B7E0;
}
.menuStyle a:active{
text-decoration:none;
}
.menuStyle a:visited{
text-decoration:none;
color:#333333;
}

.menuList {
list-style:none;
display:inline;
padding-right:72px;
}
#leftcolumn { 
 padding:20px 40px 350px 30px;

 width: 530px;
 float: left;
 background:#191919;
  margin-left:65px;
}
.post img{
padding:5px;
border:1px solid  #333333;
margin-right:15px;

}
#rightcolumn { 
 padding:20px 30px 40px 9px;
 border-left:1px solid #272727;
 float: right;

 width: 160px;
 display: inline;
 background:#191919;
  margin-right:65px;
}
#spikes{
float: right;
width: 199px;
  margin-right:65px;

}
#spikes2{
float: left;
width: 529px;
  margin-left:65px;

}

#footer {
margin-left:165px;
	width: 930px;
	clear: both;
	color: #333;
	height:195px;
	bottom:0;
/*	background-image: url(../img/footer.png);*/
	z-index: 100px;
	position: fixed;
}
