/*  
Theme Name: Children of Nyx - Purple/Rose
Description: Theme made exclusively for Children of Nyx!
Theme URI: http://www.childrenofnyx.com
Copyright: Anna Guevara
Version: 2
Author: Anna Guevara
Author URI: http://www.lunazul-graphics.com
*/


* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:center; 
background: #000000 url('images/bg.jpg') repeat-x;
} 

body, div, table {
font-family: 'Trebuchet MS'; 
font-size:11px; 
color:#999999;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 950px;
}

#content { 
	width: 500px;
	float: left;
	margin-left: 5px;
} 
#side1 { 
	width: 197px; 
	float: left;
	margin-left: 5px;
	padding: 3px;
	padding-bottom: 5px;
}

#side2 { 
	width: 195px; 
	float: left;
	margin-left: 5px;
	padding: 3px;
	padding-bottom: 5px;
}

#footer {
	height: 10px;
	clear: both;
}


.main-side {
background: #0c0708 url('images/sidebg.jpg') top left no-repeat;
-moz-border-radius: 0px 0px 10px 10px;
padding:5px;
}

.main-content {
background: #0c0708 url('images/contentbg.jpg') top left no-repeat;
-moz-border-radius: 0px 0px 10px 10px;
padding:5px;
}


.news-container {
background: #110b0b url('images/newshead.jpg') top left no-repeat;
width: 500px;
margin-top:0px;
-moz-border-radius: 10px;
}

.date {
float: left;
display: inline;
text-align: center;
padding-top:10px;
width: 82px;
height: 46px;
color: #c6bcc5;
}

.date .month {
display: block;
text-align: center;
font: normal 10px 'Trebuchet MS'; 
text-transform: uppercase;
}

.date .day {
display: block;
text-align: center;
font: bold 20px 'Trebuchet MS';
margin-top: -5px;
}

.title {
font: normal 16px 'Trebuchet MS'; 
color: #FFFFFF;
text-align: center;
padding-top:10px;
}

.meta {
color: #2a1f23;
font: bold 10px 'Trebuchet MS'; 
text-align: center;
padding:5px;
}

.post {
width: auto;
text-align: justify;
-moz-border-radius: 0px 0px 10px 10px;
padding:10px;
margin-top:-5px;
}

h1 {
color: #FFFFFF;
background: #2a1f23;
font: normal 12px Arial; 
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 10px;
margin-top: 10px;
-moz-border-radius: 10px 10px 0px 0px;
}

h2 {
color: #0b0707;
background: #2a1f23;
font: bold 8px Tahoma;
letter-spacing: 1px;
text-transform: uppercase;
padding: 7px;
padding-left: 20px;
text-align: left;
-moz-border-radius: 10px 10px 0px 0px;
}

 
a {cursor: hand; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#7f4969;}
a:hover{ color:#cccccc; text-decoration:none; }
a:active { color:#7f4969;}


blockquote {
	font: normal 11px Tahoma;
	background: #000000;
	text-align: justify;
	color: #FFFFFF;
	border: 0px;
	padding: 15px;
	margin: 15px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #FFFFFF;
	background: #000000;
	font: normal 10px Tahoma;
	padding:5px;
}

img {
       border: 0px;
       margin: 0px;
}

a img{
        background: url('images/bgimg.jpg');
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
	filter:alpha(opacity=100);
        opacity:1;
} 

a:hover img {
        background: url('images/bgimg.jpg');
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
        filter:alpha(opacity=70);
        opacity:0.7;
}

a img#link  {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}
a:hover img#link {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}

b { color: #2a1f23;}

i { color: #7d6494; }

u { color: #482026;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE:square;;}

.clearing {
clear:both;
}