*{
	padding:0;
	margin:0;
}
body{
	font-size:small;
	color:#333333;
	background-color:#443748;
	font-family:Arial, Helvetica, Sans Serif;

}
#container{
	background-color:#ffffff;	
}
.wrapper{
	position:relative;
	left:50%;
	margin-left:-480px;	
	width:960px;
}
a{
	color:#846f8a;
}
ul{
	list-style:none;
}
img{
	border:none;	
}
/*******header***********/
#header{
	height:185px;
	background:url(img/header_background.png) repeat-x top left;
}


/*******menu***********/
#menu{
	background-color:#443748;
	border-top:#846f8a solid 3px;
	border-bottom:#846f8a solid 3px;
	clear:both;
	font-size:90%;
	height:30px;
	text-transform:uppercase;
}
#menu li{
	float:left;
	border-right:#846f8a 2px solid;	
	padding:5px 20px;
	margin:0;
}
#menu li:first-child{
	border-left:#846f8a 2px solid;	
	padding:5px 20px;

}
#menu a{
	text-decoration:none;	
	color:#ffffff;
	line-height:23px;
}
.active{
	background-color:#846f8a;
}
#menu li:hover{
	background-color:#96869b	
}

/*******content***********/
#content{
	background-color:#FFF;
	padding:10px 0 10px 0;
	float:left;
	text-align:justify;
	line-height:160%;
}
#mainContent{
	float:left;	
	width:75%;
}
#mainContent li{
        list-style:circle;
        list-style-position:inside;
        margin-left:10px;
}
.post{
        border-top:thin solid #a0a0a0;
        padding:20px 0;
}
.post:first-child{
        border-top:none;
}
.dateNews{
        font-size:90%;
        color:#ccc;
}
#sidebar{
	width:20%;
        font-size:95%;
	float:right;
}
#sidebar h2{
        font-size:120%;
}
#content a:hover, #footer a:hover{
	color:#d4c3d9;
}
.wp-caption-text{
      font-size:90%;
      color:#ccc; 
      line-height:110%; 
}

/*comments*/
.commentlist li{
     list-style:none !important;
     margin:10px 0;
     margin-left:0 !important;
     border:#333333 dotted 1px;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
        clear:both;
}
#commentform p:first-child{
       font-size:85%;
}
#commentform {
       margin-bottom:10px;
}
.comments-template p.nocomments{
	padding: 0;
}
#comment{
   width:720px;
}
.commentlist p{
   margin-top:3px;
   padding:5px;
}
.fn{
      font-size:120%;
      font-weight:bold;

}
.fn a{
      color:#fff;
}
.comment-author, .commentmetadata, .navigation{
         background-color:#846F8A;
         padding:5px;
         color:#fff;
}
.comment-author{
       text-align:right;
}
.commentmetadata{
	font-size: 80%;
        text-align:right;
        line-height:80%;
}
.commentmetadata a{
        color:#fff;
        padding-top:0;
}
.navigation{
        border:#333333 dotted 1px;
clear:both;
   height:15px;
}
.navigation a{
   text-decoration:none;
   font-size:115%;
}
.alignleft a, .alignright a{
   color:#fff;
}
.alignleft{
   float:left;
}
.alignright{
   float:right;
}
/*******footer*********/
#footer{
	clear:both;
	border-top:#846f8a solid 3px;
	color:white;
	font-size:95%;
	line-height:150%;
}
#footerUL {
	float:left;
	padding:20px 0;
}
.footerLI{
	float:left;
	margin-left:89px;
	width:200px;
}
.footerLI:first-child{
	margin-left:0;
}
#firstLI{
	width:350px;	
}
#lastLI img{
	float:left;	
	padding-right:5px;
}
#footer h4{
	text-transform:uppercase;
	padding-bottom:2px;	
}
#footer #rittsound{
	width:40%;
	height:40%;
}