/*
Theme Name: MMA
Theme URI: http://www.anl4u.com
Description: Simple yet Powerful, designed for anl4u.com specailly with features like threaded comments, related posts, 404 page, archive search results, gravatar, menu support etc.
Author: Mian Muhammad Arif
Version: 1.5.1
Tags: Sticky-post, two-columns, fixed-width, right-sidebar, black, white, custom-header, threaded-comments

License: GNU General Public License v3.0 / License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
 
body{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	text-align:left;
}
body.page #comments {
	display:none;
}
ul,
li {
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}
/*------------- Blockquote and hr --------------*/
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
blockquote {
	margin:5px 5px 5px 5px;  /* top, left, bottom, right */
	padding:5px 10px 1px 10px; 
	border-left: 5px solid #2E2E2E;
	background:#F5F6CE;
    -moz-border-radius: 0px;  
    -webkit-border-radius: 0px;
	border-radius: 0px;    
}
* html blockquote {
	height:1%;
}
blockquote p {
	margin:0;
	padding:0 0 5px; 
    -moz-border-radius: 0px;  
    -webkit-border-radius: 0px;
	border-radius: 0px;    
}
/*--------- End quote --------------------*/
#wrapper{
	width:950px;
	position:relative;
	margin:0 auto;
	padding:0;
	/*border:1px solid black;
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;*/
}
/*------ Menu Navigation -----------------------------------------*/

/*--------- Header ---------*/
#header a {
	color:#FFF;
	text-decoration:none;
}
#header a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#header{
	clear:left;
	height:131px;
	width:947px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:8px;
	position:relative;
	background: url(images/header-bg.png) no-repeat left top;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
#header h1 {
	position:absolute;
	width:600px;
	left:20px;
	top:15px;
	margin:0;
	padding:0;
	font: bold 34px/38px "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
}
#header h1 a:hover {
	color: #2E9AFE;
	text-decoration: none;
}
p.tagline {
	position:absolute;
	width:425px;
	top:85px;
	left:38px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#header .rss {
	font: bold 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	width: 220px;
	position: absolute;
	top: 55px;
	right: 20px;
}
#header .search {
	background:url(images/Search.gif) no-repeat left top;
	position:absolute;
	top:88px;
	width:220px;
	left: 676px;
	margin: 0px;
	padding: 0px;
}
#header .search form {
	margin:0px;
	padding: 0px;
}
#header .search input {
	color:#FFF;
	font-size:12px;
	width:246px;
	background-color:#666666;
	border: 0px solid #666666;
	margin: 0px;
	padding: 0px;
	height: 22px;
	line-height: 13px;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;
	border-radius: 2px;    
    text-align: center;
}
/*------------- End header --------*/

/*---------- Contents ------------------*/
#content {
	width:650px;
	position:relative;
	float:left;
	padding:0;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}
.postwrap h1 {
	margin:0;
	padding:0px 0px 10px;
	font: normal 22px/24px "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.postwrap {
	float:left;
	width:665px;
	padding:10px;
	position: relative;
	left: 1px;
    text-align:justify;
	background: #FDFDFD;
	border: 1px solid #D2D2C6;
	margin-bottom: 12px;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
}
.postwrap a {
	font-weight: bold;
	color: #0174DF;
	text-decoration:underline;
}
.postwrap a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.postwrap ul {
	margin-left: 30px;
}
.postwrap ol {
	margin-left: 35px;
	padding-left: 0px;
}
.commentwrap {
	float:left;
	width:665px;
	padding:10px;
	position: relative;
	left: 1px;
    text-align:justify;
	background: #FDFDFD;
	border: 1px solid #D2D2C6;
	margin-bottom: 12px;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
}
.commentwrap a {
	font-weight: bold;
	color: #0174DF;
	text-decoration:none;
}
.commentwrap a:hover {
	font-weight: bold;
	color: grey;
	text-decoration:underline;
}
.breadcrumb {
	margin-bottom: 10px;
	float: left;
	width: 665px;
	position: relative;
	left: 35px;
}

.posthead {
	position:relative;
	clear:left;
	padding-top: 8px;
	color: #000000;
}
.posthead li {
	float: left;
	display: inline;
	margin-right: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.posthead ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.authorbox {
	background: #FFFFFF;
	border: 1px solid #E6E6DF;
	padding: 2px 8px;
	display: block;
	float: left;
	width: 648px;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
}
.authorbox   li  {
	margin-top: 0px;
}
.authorbox a {
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.authorbox a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration:underline;
}

#content .posthead h1 a {
	color:#000;
	text-decoration: none;
}
#content .posthead h1 a:hover {
	color: #990000;
	text-decoration: none;
}

.postauthor {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:23px;
	background: url(images/author.gif) no-repeat left center;
	padding-left: 27px;
	height: 23px;
	margin-top: 5px;
}
.postdate {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:23px;
	background: url(images/posted.gif) no-repeat left center;
	padding-left: 33px;
	height: 23px;
	margin-top: 5px;
}

.postcontent {
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	
	background: #FFFFFF;
	border: 1px solid #E6E6DF;
	padding: 2px 8px;
	display: block;
	float: center;
	width: 648px;
	margin-top: 8px;
	margin-bottom: 8px;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;	
}
.postinfo {
	font: 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	border-top: 1px dotted #BDBDB3;
	display: block;
	float: left;
	padding: 2px 0px;
	width: 665px;
	border-bottom: 1px dotted #BDBDB3;
}
.postinfo a {
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.postinfo a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration:underline;
}

.postinfo li {
	list-style-type:none;
	display:inline;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.pagetitle {
	font: 20px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	border-top: 0px dotted #BDBDB3;
	color:#0080FF;
	display: block;
	font-weight:bold;
	width:679px;
	float: left;
	padding: 5px 3px;
	padding-right: 3px;
	margin-left:1px;
	margin-bottom:5px;
	margin-top:0px;
	margin-right:0px;
	border: 1px solid #BDBDB3;
	background: #FDFDFD;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
}
.postcat {
	background:url(images/cat.gif) no-repeat left top;
	width: 620px;
	padding-left: 27px;
	line-height: 20px;
	padding-top: 2px;
}
.posttag {
	background:url(images/tag.png) no-repeat left top;
	width: 620px;
	padding-left: 27px;
	line-height: 20px;
	padding-top: 2px;
}
.postcomments {
	font: 12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background:url(images/comment.gif) no-repeat right center;
	float: right;
	height: 25px;
	width: 230px;
	text-align: right;
	line-height: 23px;
	padding-right: 38px;
}
.sticky .postcontent{
	background: #d9e8f7;
	color: #000;
}
.sticky .page-link a {
	background: #F0F0F0;
}

.more-link {
	font-size:11px;
	font-weight:700;
}
.Note {
	/*border-top: 1px dotted #BDBDB3;*/
	display: block;
	padding: 2px 0px;
	width: 665px;
	/*border-bottom: 1px dotted #BDBDB3;*/
}
ul.Note {
	margin-left: 0px;
	margin-bottom: 15px;
}

.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 12px;
}
.NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(images/NoteTrackBack.png) no-repeat left top;
}

/*----- Related Posts plugin settings ---------*/
.rel-posts {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom: 1px dotted #BDBDB3;
}
.rel-posts ul {
	margin-left: 0px;
}

.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 13px;
}
.rel-posts a {
	color: #333333;
}
#respond {
	letter-spacing: normal;
	padding-left: 8px;
	margin-top:5px;
	margin-bottom:0px;
	background: #F0F1EB;
	-moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
}
#respond-comment-reply {
	color: grey;
	padding-left: 25px;
	padding-top: 5px;
	font: 18px Arial, verdana, Georgia, "Times New Roman", Times, serif;
	background:url(images/reply.png) no-repeat left;
}
#comment-boxes-area {
	width:450px;
	border:0px solid black;
	padding-left: 0px;
	padding-bottom: 3px;
}
#textarea-box-area {
	width:450px;
	border:0px solid black;
	padding-left: 0px;
	padding-bottom: 3px;
}
#submit-button-area {
	width:445px;
	border:0px solid black;
	padding-left: 0px;
	padding-top: 5px;
}
#commentform input {
	border: #C0C0C0 1px solid;
	background-color:#F8F8FF;
	width:180px;
	font-size: 15px;
	padding-left: 0px;
	margin-right: 0px;
	height:25px;
	color: #000000;
	font-family:  "Trebuchet MS", Verdana;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;
	border-radius: 2px;
}
#commentform textarea {
	border-color: #C0C0C0;
	border-style: solid;
	border-width: thin;
	background-color:#F8F8FF;	
	padding: 0px;
	width:445px;
	font-size: 13px;
	font-family:  "Trebuchet MS", Verdana; 
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;
	border-radius: 2px;    
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
    border: solid 1px #002F4A;
    /*background: #737373;*/
	color: #002F4A;
}
#commentform label {
	width: 265px;
	float:left;
	padding-top:5px;
	text-align:left;
	font: normal 13px "Trebuchet MS", Verdana, "Times New Roman", Times, serif;
	color: #0076BB;
	font-weight: ;
	position:relative;
	border:0px solid black;
}
#commentform label.error{
	margin-left: 200px;
	font-size: 12px;
	color:#088A08;
	background: #fbfcda url(images/stop.png) no-repeat left;
	border:1px solid #FF0000;
	width:228px;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:18px;
}
#commentform #submit {
	font: bold 13px "Trebuchet MS", verdana,Georgia, "Times New Roman", Times, serif;
	background: #0080FF;
	color:white;
	letter-spacing: normal;
	border: 1px solid #939375;
	padding: 1px 0px 3px 0px;  /* top, left, bottom, right */
	margin-bottom: 7px;
	width:auto;
	text-align:center;
}
#comments {
	font: bold 16px "Trebuchet MS", Georgia, verdana, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: normal;
	padding-left: 18px;
	margin-top: 1px;
	margin-top: 3px;
	background: url(images/total-comments.jpeg) no-repeat left;
}
#pingbacks {
	font: bold 16px "Trebuchet MS", Georgia, verdana, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: normal;
	padding-left: 20px;
	margin-top: 2px;
	margin-top: 3px;
	background: url(images/ping.png) no-repeat left;
}
#commentlist {
	color: #333333;
}
#ping-trackbacklist ul {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#ping-trackbacklist li {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px 10px;
	color: #333333;
	letter-spacing: normal;
	font: 14px Helvetica, Arial, Verdana, Helvetica, sans-serif;
	list-style: none;
	border:0px solid #424242;
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;
	border-radius: 2px;
}
#ping-trackbacklist li.odd {
	background:#F5FFFA;
	list-style:none;
}
#ping-trackbacklist li.even {
	background:#F5F5DC;
	list-style:none;
}
#commentlist ul {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#commentlist li {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 7px;
	padding: 4px 10px;
	color: #333333;
	letter-spacing: normal;
	font: 14px Helvetica, Arial, Verdana, Helvetica, sans-serif;
	list-style: none;
	border:0px solid #424242;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
#commentlist li ul.children { 
	list-style:none;
	margin:12px 0 0; 
	text-indent:0;
}
#commentlist li ul.children li.depth-2 {
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-3 { 
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-4 { 
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-5 {
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-6 {
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-7 {
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-8 {
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-9 {
	margin:0 0 5px;
}
#commentlist li ul.children li.depth-10 {
	margin:0 0 5px;
}
#commentlist ul.children li.odd {
	background:#E0E0E0;
}
#commentlist ul.children li.even {
	background:#D0D0D0;
}

#commentlist li.alt {
	/*background:#E6E6FA;*/
	list-style:none;
}
#commentlist li.odd {
	background:#F0F0F0;
	list-style:none;
}
#commentlist li.even {
	background:#F0F0F0;
	list-style:none;
}
#commentlist li.byuser {
	background-color: #F0F0F0 !important;
	border: 2px solid red;
}	
#commentlist li.bypostauthor {
	background-color: #F0F0F0 !important;
	border: 2px solid #FF8040;	
}
#commentlist li a {
	text-decoration: none;
	/*color: #990000;*/
}
#commentlist li a:hover {
	/*color: #0174DF;*/
}
.navigation {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 10px;
	color: #333333;
	letter-spacing: normal;
	font: 15px "Trebuchet MS", Helvetica, Verdana, sans-serif;
	list-style: none;
	border:0px solid #424242;
	background:#000000;	
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;
	border-radius: 2px;    
    overflow:hidden;

}
.navigation .alignright{
	float:right;
}
.navigation .alignleft{
	float:left;
}
.comment-body {
	text-decoration:none;
	padding-bottom: 2px;
	border:0px solid black;
}
.comment-author {
	letter-spacing: normal;
	font: 13px Helvetica, Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.comment-body p{
	margin-left: 58px;
	letter-spacing: normal;
	font: 13px Helvetica, Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	text-align:justify;
}
.comment-body p code {
	color: #fff;
	padding-left: 5px;
	background: #000;
}
.comment-body blockquote {
	margin-left: 60px;  /* top, left, bottom, right */
	border-left: 3px solid #2E2E2E;
	background:#F5F6CE;
}
.comment-body blockquote p {
	margin:1px 2px 0px 2px;  /* top, left, bottom, right */
}
.comment-meta a {
	color: #205B87;
}
.comment-meta a:hover {
	color: red;
	text-decoration: underline;
}
.vcard { 
	font-weight:bold; 
	font-size: 14px; 
	line-height: 20px; 
	font-family: helvetica,arial,sans-serif;
}
cite {
	font-style:normal;
	font-weight:bold;
}
cite.fn a.url {
	color:#205B87;
}
cite.fn a.url:hover {
	color:red;
}
img.avatar {
	float:left;
	margin-right:5px;
	background: #fff; 
	border:1px solid #aaa; 
	padding: 5px; 

}
#cancel-comment-reply a {
	color:red;
}
#cancel-comment-reply a:hover {
	color:#205B87;
	text-decoration: underine;
}
.reply { 
	background:#1589FF; 
	border:1px solid #1589FF; 
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius: 2px;	
	color:#fff; 
	font:bold 12px helvetica,arial,sans-serif; 
	padding:3px 3px 2px;  
	text-align:center; 
	width:40px;
	clear: both;
}
.reply:hover { 
	background:#000000; 
	border:1px solid #000000;
}
.reply a:link {
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase;
}

/*------------ End contents --------------*/

/*------------ Embedded contents -------------*/
.post embed, object {
	width:480px;
	height:385px;
	float: center;	
}

/*------------- Image alignment since wp2.5 -------------------*/
img {
	border: none;
	margin: 0;
	height: auto;
	max-width: 650px;
}
.attachment img {
	max-width: 900px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 12px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 12px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 12px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	float: center;
}
.wp-caption {

  line-height: 18px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px auto;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
	margin: 5px 5px 0;
	width:300px;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 10px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
	float: center;
}
.gallery .gallery-item {
  float: left;
  width: 33%;	
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}
.gallery img {
	border: 2px solid #cfcfcf;

}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0px;
}
.gallery dl {
	margin: 0;

}
.gallery br+br {
	display: none;
}
.attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*------------ End image ------------------*/

/*------------ Sidebar ------------------*/
#sidebar {
	width:250px;
	color:#55554A;
	margin-top:0px;
	position:relative;
	right: 2px;
	float: right;
	font: 12px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-bottom: 20px;
	border: 1px solid #CCCCC6;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
}
#sidebar h2 {
	font-size: 16px;
	color: #000000;
	letter-spacing: -1px;
}
.textwidget {
	width:230px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:0px;
	text-align:justify;
	line-height: 19px;
}
#sidebar ol {
	margin-left: -5px;
	margin-right: 5px;
	margin-top: 4px;

	list-style: none;
	font-weight: bold;
	/*background: url(images/lidot.gif) no-repeat left 6px;*/
	padding-left: 1px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCC6;
	padding-top: 1px;
	line-height: 18px;
}
#sidebar ol a {
	color: #1569C7;
	font-weight: bold;
    font-size:12px;
    text-decoration: none;
}
#sidebar ol a:hover {
	color: #424242;
	text-decoration: none;
	font-weight: bold;
}
#sidebar ul li {
	margin-left: -5px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 5px;
	list-style: none;
	font-weight: bold;
	/*background: url(images/lidot.gif) no-repeat left 6px;*/
	padding-left: 1px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCC6;
	padding-top: 1px;
	line-height: 16px;
}
#sidebar ul a {
	color: #1569C7;
	font-weight: bold;
    font-size:12px;
    text-decoration: none;
}
#sidebar ul a:hover {
	color: #424242;
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul.children li {
	border-bottom-style: none;
	background: url(images/sub-cat.png) no-repeat left top;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#sidebar-top {
	width:240px;
	float: left;
	margin-left: 9px;
	margin-bottom: 7px;
	list-style: none;
}

#sidebar-top h2 {
	background: #000000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: -1px;
	margin-top: 7px;
	margin-left: -6px;
	margin-right: 2px;
	border: 0px solid #B8B8AE;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;    
    letter-spacing: normal;
}


#sidebar-top #searchform {
	background: #ffffff;
	padding: 4px;
	border: 0px solid #BBBBB1;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar-top  #s {
	width: 215px;
	margin-bottom: 4px;
}
#sidebar-top #wp-calendar {
	width: 230px;
	margin-left: 1px;
}
#sidebar-top #wp-calendar caption {
	margin-left: 0px;
}

#wp-calendar {
	border: 1px solid grey;
	margin:0;
	padding:0;
	font-family: 14px "Trebuchte MS", Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:center;
	font: bold 14px "Trebuchte MS", Georgia, "Times New Roman", Times, serif;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid grey;
	line-height:15px;
}
#wp-calendar th {
	text-align:center;
	color: #000;
	background-color: #D2D2C6;
	border: 1px solid grey;
}
#wp-calendar tbody {

}
#wp-calendar tbody a {
	font-weight:bold;
	color:#000000;
	background-color:#D2D2C6;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tbody a:hover {
	font-weight:700;
	color:#FFF;
	background-color:#2A2A2A;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot a:hover {
	background-color:#D2D2C6;
	text-decoration:none;
	color: #000000;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
}

/*------------- End sidebar ----------------*/

/*--------------- Next Prev ---------------*/
.postsnl {
	background: #FFFFFF;
	border: 1px solid #E6E6DF;
	padding: 2px 8px;
	display: block;
	float: center;
	width: 648px;
	color: #D0D0D0;
	overflow: hidden;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
.postsnl a {
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.postsnl a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration:underline;
}

.postsnl-right { 
	float: right;
	width: 50%;
	text-align:right;
}
.postsnl-left {
	float: left;
	width: 50%;
}
/*--------------- End Next Prev -------------*/

/*--------------- Footer --------------------*/
#footer {
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	width: 947px;
	font: 11px "Trebuchet Ms", Arial, Helvetica, sans-serif;
	background: #000000;
	border: 0px solid #A4A4A4;
	color: #ffffff; 
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
#copyright {
	text-align:center;
}
#footer a {
	font-weight: bold;
	color: #3BB9FF;
	text-decoration:none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration:none;
}
#credit {
	color: #999999;
	margin-top: 0px;
	margin-left: 0px;
}
#credit a {
	color: #999999;
	text-decoration: underline;
}
/*------------- End footer -------------------*/
/*----------- Footer widgets starts ---------*/
#footerwidgets {
	display: block;
	margin-bottom:10px;

}
#footerwidgets h2 {
	margin-top: 0;
}
#footer-left {
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	border:0px solid;
	padding: 0 0 5px 5px; /* top, left, bottom, right */
	
}
#footer-middle {
	width: 300px;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 5px 5px; /* top, left, bottom, right */	
	border:0px solid;
}
#footer-right {
	width: 300px;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 0 5px 5px; /* top, left, bottom, right */
	border:0px solid;
}
#footerwidgets ul {
	list-style-type: none;
	margin: 0px 0 0px 0;
	padding: 0px;
}
#footerwidgets ul li {
	list-style-type: none;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	
}
#footerwidgets ul.children li {
	border-bottom-style: none;
	background: url(images/sub-cat.png) no-repeat left top;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footerwidgets ul li .widgettitle {
	text-decoration: underline;
	color: #C0C0C0;
	padding-left: 20px;
	background: url(images/l.png) no-repeat left;
}
#footerwidgets ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}
#footerwidgets ul li li {
	list-style-type: none;
	margin: 3px 0 3px 0; /* top, left, bottom, right */
	padding: 0px 0 0px 0;
	border-bottom:1px solid grey;
}
#footerwidgets ul li ul li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
/*----------- Footer widgets ends ---------*/

/*---------------- Menu ------------------------ */
#access {
	background: #000;
	display: block;
	float: left;
	margin: 135px 0 5px 0;
	width: 947px;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	font: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	margin-left: 2px;
	width: 928px;
	font-weight: bold;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #F8F8F8;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#access ul ul {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #404040;
	color: #FFFFCC;
	text-decoration:none;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #0174DF;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #0174DF;
}

/*---------- End menu --------------------*/

