/* CSS Document */

html, body { 
font-family: "Times New Roman", Times, serif;
background: url(http://www.heathernova.us/articles/images/heathernova-bg.jpg); 
background-attachment:fixed;
background-position:left;
background-size: cover;
background-repeat:no-repeat;
margin-left:5px;
margin-right:5px;
margin-top:5px;	
background-color: #000000;
font-size:14px;
}


body,td,th {
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	margin-left:5px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;	
}

H1 { 
	font-family:Tahoma, Geneva, sans-serif;
	color:#FF0000;
	font-weight:bold;
}
H2 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:20px;
	font-weight:bold;
	background:rgba(255,254,250,0.4);
	margin-left:8px;
	
}

	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background-color:#76A4C0;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}



.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's 3
color*/
}

.sexypanels li #current{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

#news_item {
	background-color:#FFF; 
	width:350px; 
	border-radius:15px; 
	padding-left:20px; 
	padding-right:30px; 
	margin-top:50px; 
	left:90px;

}

img { border-radius:10px; 
	
}

input { border-radius:5px;}
checkbox {border-radius:5px;}