/*Start Blog/*


/*----------------------------
				Post Comments
----------------------------*/
/* form elements
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
} */
#previous {
    float:left;
    font: bold 12px/30px Arial, Sans-serif;
	width:180px;
	height: 32px;
	margin: 5px 5px 5px 5px;
	text-align:center;
	color: #777574;
	background: url(/blog/images/back_fwd_btn.gif) no-repeat;
	}
	
#next {
    float:right;
    font: bold 12px/30px Arial, Sans-serif;
	width:180px;
	height: 30px;
	margin: 5px 5px 5px 0px;
	text-align:center;
	color: #777574;
	background: url(/blog/images/next_fwd_btn.gif) no-repeat;
	}
	
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: 11px/1em Verdana, Tahoma, arial, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: 11px/1em Verdana, Tahoma, arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

#comments{
	padding: 5px;
	border-bottom:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:thin;
	float:left;
	width:450px;
	
}

#comments h1{
	margin-top: 0;
	color: #000000;
}

#comments label{
	margin:5px 0;
	display: block;
	padding-top: 5px;	
}

#comments input.field{
	width: 200px;
}

#comments textarea{
	display: block;	
	overflow: auto;
	/*width: 98%;*/
	height: 150px;
	margin: 0;
}
/* Blog Contents_________________________________________________ */

#picture {
text-align:center;
width: 580;
height:auto;
border-style:solid; 
border-color:#CCCCCC; 
border-width:1px;
padding:5px;
}
#audio {
text-align:center;
width: auto;
height:auto;
padding:5px;
}

/* Top Elements_________________________________________________ */
* {
	margin: 0;
	padding: 0;
}

.bodytext {
	font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;
	text-align: left;
	margin:5px;
	width:490px;
	margin-top:30px;
	
}

/* links_________________________________________________ 
a, a:visited {
	color: #666;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}
*/

/* Blog Header_________________________________________________ */
#blogheader{
	width: 630px; 
	height: auto; 
	float:left;


}
/* Newsletter_________________________________________________ */
#newsletter {
	width: 130px;
	height:auto;
	margin: 1px 0px 1px 5px;
	padding: 1px 3px 0px 0px;
	background: url(/blog/images/newsletter_bkg.gif) repeat-y center top;
}
/* Search Form_________________________________________________ */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 5px 0 3px;
	padding: 5px 0 15px 0;
	width: 130px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #f5e4f0;
	vertical-align: top;
}
.searchform input.button {
	width: 100px;
	height: 35px;
	padding: 2px 2px;
	vertical-align: top;
}
/*input.button {
	font: bold 11px Arial, Sans-serif;
	height: 35px;
	margin: 0;
	padding: 2px 3px;
	color: #000000;
	background: url(/blog/images/notifyme_btn.gif) no-repeat;
}
/* Title_________________________________________________ */
#main h1 {
	margin-top:15px;
	margin: 3px;
	font: 2em 'Arial', Sans-serif;
	color: #906;
	padding: 3px;
	border-bottom: 1px solid #dadada;
	border-top: solid thin #dadada;
	overflow:hidden;
	width:100%;
	
}

#main h1 a{
	color:#906;
}

#main h1 a:hover {
	color: #F90;
}

#spacing {
width: 490px;
height:30px;
}

/* Post_________________________________________________ */
.post-by
{
	font: 11px/0.95em Verdana, Tahoma, arial, sans-serif;
	padding-top: 0;
	text-indent: 5px;
	color: #999;
}
.post-footer {
	background: #F6F6F6;
	border: dotted 1px #999 ;
	padding: 3px;
	margin: 5px 5px 20px 5px;
	font: 12px/0.95em Verdana, Tahoma, arial, sans-serif;
	color: #999;
	text-align:center;
	float:left;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

#blog_spacing {
width: 200px;
height:30px;
}
/* FullContents_________________________________________________ */
#fullcontent {
   float:left;
   width: 830px; 
   height:auto; 
   padding-top:5px;
}



/* Contents__________________________________________________ */

#main  {
	width: 450px;
	float:left;
	display:inline;
	height:auto;
	
	
		
	
}

#Blog_Contents {
    float:left; 
    width: 640px; 
    height: auto; 
    /*padding:5px;*/
	
}
	
	
#navigate  {
	margin-top: 30px;
	width: 450px;
	float:left;
	
		
	
}

/* Sidebar_____________________________________________________*/

#sidebar{
	width:135px;
	float:left;
	display:inline;
}

#sidebars{
	width:135px;
	float:right;
}

.sidebars h2{
	font-size:18px;
	color:#fff;
	text-transform:capitalize;
	background:url(/blog/images/sidebars_h2.gif) no-repeat;
	width:130px;
	padding: 10px 0 0 10px;
	height:32px;
}

.sidebars ul{
	color:#333;
	list-style:none;
}

.sidebars li ul{
	background:#f5e4f0;
	padding:5px 0 10px 10px;
	width:125px;
	font-size:10px;
}

.sidebars li ul li ul{
	padding:0 0 0 5px;
	width:130px;
	background:none;
}

.sidebars li ul li ul li ul{
	padding-left:0px;
}

.sidebars li{
	margin-bottom:10px;
	background:#f5e4f0;
	width:135px;
}

.sidebars li li{
	margin-bottom:0px;
	background:url(/blog/images/sidebars_li.gif) repeat-x left bottom;
	width:135px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sidebars li li.noline{
	background:none;
}

.sidebars li li li{
	background:none;
	border:0px;
	padding-bottom:3px;
}

.sidebars li a{
	color:#333;
}

.sidebars li.widget_recent ul li{
	
	color:#8c0a52;
}

.sidebars li.widget_recent ul li a{
    background:url(/blog/images/sidebar_li_cat.gif) no-repeat left 4px;
	font-weight:bold;
	color:#000;
	padding-left:10px;
}

.sidebars li.widget_recent ul li ul li a{
	background:url(/blog/images/sidebar_li_cat.gif) no-repeat left 4px;
	font-weight:bold;
	color:#000;
	padding-left:10px;
}

.sidebars li.widget_archives ul li a{
	background:url(/blog/images/sidebar_li_ar.gif) no-repeat left 4px;
	font-weight:normal;
	padding-left:10px;
}

.sidebars .textwidget{
	padding:5px;
}
#player813040-parent{
width:500px;
}

#video {
width:450px;
float:left;
/*padding:8px;*/
}

P{
margin-bottom:20px;
margin-top:10px;

}

.blogpageview{
width:135px;
text-align:left;
float:right;
}
/*End Blog/*
