/*  
Theme Name: Miss Wright Grey
Description: Theme made exclusively for Miss Wright!
Theme URI: http://miss-wright.org
Copyright: Anna @ www.lunzul-graphics.com
Author: Anna Guevara
Author URI: http://www.lunazul-graphics.com
*/


* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:center; 
background: #c3c3c3 url('images/bg.jpg') repeat-x;
} 

body, div, table {
font: normal 11px;
font-family: Georgia, Times New Roman, Times, serif;
color:#333333;
vertical-align: top;
}

#container {
	position:relative;
	background: #c3c3c3 url('images/bgcontent.jpg') repeat-y;
	margin: 0px auto;
	text-align: justify;
	width: 1234px;
	z-index:0px;
	margin-left: 7px;
}

#content { 
	position:relative;
	float: left;
	width: 765px;
	margin-top: -170px;
	z-index:1px;
} 
#sidebar { 
	position:relative;
	font-color: #333333;
	float: left;
	width: 300px; 
	margin-top: -300px;
	margin-left: 8px;
	padding: 15px;
	z-index:2px;
}

.sidebar a img {
	border: 1px solid #cccccc;
	padding: 3px;
	background-color:#ffffff;
	margin: 3px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;

}
	
.sidebar img {
	border: 1px solid #cccccc;
	padding: 3px;
	background-color:#ffffff;
	margin: 3px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	

}
	
.sidebar img:hover {
	border: 1px solid #333333;
	padding: 3px;
	background-color:#ffffff;
	margin: 3px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	
}


#footer { clear:both; height:50px; }

.news {
background: url('images/header.jpg') top left no-repeat;
width: 775px;
margin-top:5px;
margin-left: -7px;
}

.date {
float: left;
display: inline;
text-align: right;
padding-top:7px;
padding-left:41px;
width: 90px;
}

.date .month {
text-align: center;
display: block;
color: #afb97d;
font: normal 11px 'Trebuchet MS'; 
text-transform: uppercase;
}

.date .day {
text-align: center;
display: block;
color: #333333;
font: bold 26px Georgia;
margin-top:-10px;
}

.date .year {
text-align: center;
display: block;
color: #afb97d;
font:  normal 13px 'Trebuchet MS'; 
text-transform: uppercase;
margin-top:-5px;
}

.header {
float: left;
width: 614px;
padding-top: 15px;
padding-left: 30px;
}

.title {
font: normal 18px 'Georgia'; 
color: #000000;
letter-spacing: 1px;
text-align: left;
}


.meta {
color: #999999;
font: normal 10px 'Trebuchet MS'; 
text-align: left;
}

.newsbody {
float: left;
width: 605px;
text-align: justify;
padding:20px;
}

.icons {
float: left;
display: inline;
width: 130px;
text-align: center;
padding-top:15px;
}


#content h1 {
background: url('images/header.jpg') no-repeat;
text-align: left;
font: normal 16px Georgia; 
color: #666666;
letter-spacing: 1px;
margin-left: -7px;
margin-right: -7px;
margin-top:20px;
padding: 20px;
height:30px;
}

#sidebar h1 {

	font-family: Georgia; 
	font-weight: bold;
    letter-spacing: -2px;
	line-height: 10px; 
    font-size: 23px; 
    margin-bottom:0px;
    color:#BCBCBC;
	text-transform: lowercase;
	text-align: right;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

h2 {
color: #333333;
background: #cccccc;
font: bold 12px 'Trebuchet MS';
letter-spacing: 1px;
margin-right:5px;
margin-top:-10px;
margin-bottom:8px;
padding: 5px;
padding-left: 20px;
text-align: left;
-moz-border-radius:  0px 0px 6px 6px; 
-webkit-border-radius:  0px 0px 6px 6px; 
border-radius:  0px 0px 6px 6px; 
}

 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#afb97d;}
a:hover{ color:#000000; text-decoration:bold; }
a:active { color:#afb97d;}


blockquote {
	font: normal 11px Tahoma;
	background: #FFFFFF;
	text-align: justify;
	font: normal 12px 'Trebuchet MS';
	color: #999999;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	padding: 15px;
	margin: 30px;

}


textarea, input, select, button, submit {
	border: 2px solid #cccccc;
	color: #333333;
	background: #FFFFFF;
	font: normal 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	padding:5px;
}

img {
       border: 0px;
}

.images a img{
	border: 3px solid #F1F1F1;
	padding: 2px;
	background-color: #CCCCCC;
	margin: 2px;
	 -moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}


.images a:hover img {     
	border: 3px solid #FFB895;
	background-color: #999999;
	padding: 2px;
	margin: 3px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;

}

a img#link  {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}
a:hover img#link {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}


#ad {
	position:absolute;
	left:276px;
	top:5px;
	width:720px;
	height:90px;
	z-index:9;
}

b { color: #D0B795;}

i { color: #666666; }

u { color: #afb97d;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE:square;}

.clearing {
clear:both;
}