/*   
Theme Name: zangles
Theme URI: 
Description: 
Author: aimber
Author URI: 
Version: 1.0
.
no comments.
.
*/


<!--

* {
margin:0;
padding:0;
}

body {
	background : #5A0026 url(img/bg.jpg) repeat-x top;
	color:#fff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0pt;
}

img{
	border:0px;
}

h2 {
	font-size:24px;
	font-weight:lighter;
        margin-bottom:20px;
	
}

ol,ul{
	
	list-style-type:none;
	
}

li{
	display:inline;
	
}

a{
	color:#fff;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

p{
	margin: 1em 0;
}

#wrapper{
	width:991px;
	clear:both;
	margin:0 auto;
	position:relative;
	
}

.header  {

	background:url(img/head_bg.png) top left no-repeat;
	height:50px;
	font-family:Tahoma;
	font-weight:lighter;
	font-size:20px;
	padding-top:15px;
}

#main  {
	background:url(img/content_bg.png) repeat-y;
	padding-left:13px;
	padding-top:2px;
	/*float:inherit;
	height:auto;*/
}

#menu  {

	background:url(img/menu_bg.png) top left repeat-x;
	height:33px;
	width:962px;
	margin-left:2px;
}

#menu ul {
	
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
	list-style-image: none;
	
}

#menu li {
	/*padding: 5px 20px 5px 20px;*/
	height:33px;
	
}
#menu ul li a {text-decoration:none; padding-top: 18px;/* margin:4px;*/}
#menu ul li a:hover { background:#3b0b4b ;}
	
	
.breadcrumb  {
	
	 background:url(img/breadcrumb_bg.png) top left no-repeat;
	 height:95px;
	 margin-top:3px;
}


.breadcrumb h1 {
	font-size:24px;
	font-family: Tahoma;
	font-weight:lighter;
	padding-top:15px;
	margin-left:15px;
	
}

#footer {
	
	background:url(img/footer_bg.png) top left no-repeat;
	height:45px;
	
}


-->

#content {
	float:left;
	width:740px; margin-left:2px;
	float:left;
	min-height:400px;
	padding:15px;
}

#sidebar {
	width:200px;
	float:right;
	background:#3A003A;
	margin-right:30px;
	margin-top:25px;
	padding:5px;
	width:165px;

}

#sidebar h2{

	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #4C004C;

}

#sidebar li{
	
	display: block;
	
}

#searchsubmit{
	
	background:#4C004C none repeat scroll 0 0;
	border:0 none;
	color:#EDEDED;
	font-family:Arial,Helvetica,sans-serif;
	padding:5px;
	position:relative;
	text-transform:uppercase;
	top:-1px;

}

#s{

background:#f0f0f0 none repeat scroll 0 0;
border:0 none;
color:#757575;
font-family:Arial,Helvetica,sans-serif;
padding:5px;
/*width:80px;*/
}

.post-top {
	
	background: url(img/post_top_bg.png) top left no-repeat;
	margin-top:10px;
	height:20px;
	
}
.post {
	
	background: url(img/post_bg.png) top left repeat-y;
	line-height:18px;
	padding:20px;
	
}

.post-bottom {
	
	background: url(img/post_bottom_bg.png) top left no-repeat;
	height:30px;
	
}

.postmetadata {
	
	background:#4C004C;
	line-height:20px;
	padding:10px;
	margin-top:10px;
	
}

.entry {
	
	margin-top:10px;
	margin-bottom:10px;
	
}

.alignleft {
        float:left;
}
.alignright {
        float:right;
}
img.alignright {
        margin:0 0 5px 10px;
}
img.alignleft {
        margin:0 10px 5px 0;
}
.aligncenter, dl.aligncenter {
        display:block;
        margin-left:auto;
        margin-right:auto;
}

.screen-reader-text{
        display:none;
      
}
