/*  
Theme Name: Fresh Start
Description: Theme made exclusively for Moonlight Night Cosplay
Theme URI: http://www.moonlight-night.net
Copyright: Lyss @ www.moonlight-night.net
Version: 2
Author: Lyss and Sara
Author URI: http://www.moonlight-night.net
*/



* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:center; 
background: #4f2974;
} 

body, div, table {
font-family: 'Trebuchet MS'; 
font-size:11px; 
color:#bac2cc;
vertical-align: top;
}

#container {
	background: url('images/bg-content.jpg');
	margin: 0px auto;
	text-align: justify;
	width: 934px;
}

#content { 
	width: 600px;
	float: left;
	margin-left: 15px;
} 
#sidebar { 
	width: 230px; 
	float: left;
	margin-top: 5px;
	margin-left: 45px;
}
#footer { 
	width: 934px;
	height:46px;
	clear: both;
} 


.news {
background: url('images/header-news.jpg') top left no-repeat;
width: 600px;
margin-top:5px;
}

.date {
float: left;
display: inline;
text-align: center;
padding-top:8px;
width: 73px;
}

.date .month {
color: #000000;
display: block;
text-align: center;
font: normal 10px 'Trebuchet MS'; 
text-transform: uppercase;
}

.date .day {
color: #FFFFFF;
display: block;
text-align: center;
font: bold 20px Georgia;
margin-top: -7px;
}

.header {
float: left;
width: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom:20px;
}

.title {
font: normal 16px 'Georgia'; 
color: #FFFFFF;
text-align: left;
display: block;
}

.meta {
font: bold 10px 'Trebuchet MS'; 
text-align: left;
padding-top:5px;
display: block;
}

.newsbody {
width: auto;
vertical-align: top;
text-align: justify;
padding:10px;
}


h1 {
color: #330a39;
background: #9766a2;
font: normal 14px 'Trebuchet MS'; 
text-transform: uppercase;
text-align: center;
padding: 5px;
margin-top: 20px;
margin-bottom: 5px;
-moz-border-radius:6px;
}

h2 {
color: #999999;
font: bold 8px Tahoma;
letter-spacing: 1px;
text-transform: uppercase;
padding-right: 20px;
text-align: right;
padding-bottom:10px;
}

h3 {
font: normal 18px 'Trebuchet MS'; 
color: #999999;
border-bottom: 2px solid #ffffff;
text-align: center;
padding: 3px;
}

 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#a45f71;}
a:hover{ color:#FFFFFF; text-decoration:none; }
a:active { color:#a45f71;}


blockquote {
	font: normal 11px Tahoma;
	color: #bf97a3;
	background: #373644;
	text-align: justify;
	padding: 15px;
	margin: 25px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #330a39;
	background: #9766a2;
	font: normal 10px Tahoma;
	padding: 5px;
}

img {
       border: 0px;
}

a img{
        border:0px solid #bac2cc;
        margin: 2px;
        -moz-border-radius:  0px; 
        -webkit-border-radius: 0px; 
        border-radius: 0px;
       filter:alpha(opacity=100);
       opacity:1;
} 

a:hover img {
        border:0px solid #bf97a3;
        margin: 2px;
        -moz-border-radius:  0px; 
        -webkit-border-radius: 0px; 
        border-radius:0px;
       filter:alpha(opacity=60);
       opacity:0.6;
}

a img#link  {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}
a:hover img#link {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}


b { color: #000000;}

i { color: #eacad0; }

u { color: #FFFFFF;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE-IMAGE:url('http://www.moonlight-night.net/wp-content/themes/freshstart/images/bullet.png');}

.clearing {
clear:both;
}

