
* { margin: 0; padding: 0;}

body {
	background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/bgwood.jpg); background-repeat:repeat;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:70%;
	 /*font-size:0.9em; line-height:20px; font-family: "Myriad Pro", "Trebuchet MS", Arial;*/
	color: #333;
	text-align: center;
	line-height: 20px;
	letter-spacing:.8px;
	margin-bottom: 40px;
}

/* TEXT Formatting */

.details_btn5 {
background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/wood_btn.gif); background-repeat:no-repeat;
    color:#605246; font-weight:bold; font-size:14px;
    height:29px; width:77px;
}



#content h1 { margin:0; padding-bottom:30px; padding-top:10px; font-size:2.3em; color:#7cc104; text-transform:capitalize}
#content h2 { margin:0; padding-bottom:20px; font-size:1.5em; color:#3a99ca}
#content p { line-height:27px; }
#details_wrapper img { padding:15px }

#content .code_wrap { padding-top:0px; padding-left:0px; background-color:#fff; /*border: dotted 1px;*/ margin-bottom:30px; margin-top:30px;}
#content ul { margin-bottom:18px; margin-left: 20px; color:#3a99ca; list-style-position:inside; list-style-type: square; /*list-style-image:url(arrow.gif);*/}

#content_admin h1 { margin:0; padding-bottom:30px; padding-top:10px; font-size:2em; color:#7cc104}
#content_admin h2 { margin:0; padding-bottom:20px; font-size:1.5em; color:#3a99ca}

#content_admin .code_wrap { padding-top:0px; padding-left:0px; background-color:#fff; /*border: dotted 1px;*/ margin-bottom:30px; margin-top:30px;}
#content_admin ul { margin-bottom:18px; margin-left: 20px; color:#3a99ca; list-style-position:inside; list-style-type: square;
/*list-style-image:url(arrow.gif);*/}

/* TEXT Formatting END */


#wrapper {
width:1050px; margin:auto;
}

#header_admin {
width:870px; margin:auto;
height: 82px;
text-align:left;
padding-top:40px;
/* padding-left:15px;*/
}

#header {
width:870px; margin:auto;
height: 150px;
text-align:left;
padding-top:40px;
/* padding-left:15px;*/
}

#head_container {
padding-bottom:5px;
}

/* TOP NAVIGATION */
#navmenu ul {
margin: 0; padding: 0; padding-top:20px;
list-style-type: none; list-style-image: none;
}

#navmenu li {
display: inline; font-size:20px; font-weight:bold;
}
#navmenu ul li a {
text-decoration:none;
color:#fff;
padding:10px;
}
#navmenu ul li a:hover {
text-decoration:underline;
}
/* TOP NAVIGATION END */



#content_top {
background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/content_top.gif); background-repeat:no-repeat; background-position:center;
height:34px;
}

#content_wrap {
background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/content_repeater.gif); background-repeat:repeat-y; background-position:center;
}

#content_bottom {
background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/content_bottom.gif); background-repeat:no-repeat; background-position:center;
height:67px;
}


#side-a {
	float: left;
	width: 116px;
	text-align:left;
	padding-left:22px;
}

#side-b {
	float:left;
	margin-left:12px;
	width: 280px;
	text-align:left;
}


#newsletter_div {
background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/newsletter-tag.png); background-repeat:no-repeat; background-position:center;
height:137px; width:282px;

}

.newsletter_content {
	padding-top:65px; padding-left:20px;
}
.newsletter_box {
	background-color:transparent;
	background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/subscribe_textbox.jpg); background-repeat:repeat-x;
	height:23px; font-size:16px; color:#FFF; border:none; padding-top:2px;
	width:160px;
}

.newsletter_button {
	background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/subscribe_btn.gif); background-repeat:no-repeat;
	border:none; background-color:transparent;
	width:77px; height:29px;
}

#content_admin {
	float: left;
	width: 620px;
	text-align:left;
	margin-left:120px;
}

#progressbar {
/* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background:#eee;
    
background-image:url(http://blog.0tutor.com/images/loader.gif); background-repeat:no-repeat;
font-size:45px;
width:220px; height:20px;
position: fixed;
left: 45%;
/*top: 50%;*/
	z-index:5000;
}

#filler {
/* set it to fill the whil screen */
	width:100%;
	height:100%;

	/* transparency for different browsers */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#000;

	/* make sure it appear behind the dialog box but above everything else */
	position:fixed;
	top:0; left:0;
	z-index:3000;
}

#previewComment {
/* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:350px;

    /* make sure it has the highest z-index */
    position:fixed;
    z-index:5000;

padding: 10px;
/*border:thin solid #000;
text-align:left;
background-color: #cfcfcf;
width:500px;
position: absolute; */
/*left: 45%;*/
/*top: 50%;*/
}

.hidecommentbox_btn {
cursor:pointer;
float:right;
}

.logout_link {
float:right;
}

.nav_admin {
margin-left:0px; margin-top:82px;
	float:left;
	margin-left:12px;
	width: 280px;
	text-align:left;
}

	.nav_admin b {
		color:#666; line-height:20px; margin-left:-10px;
	}

	.nav_admin ul {
		padding-left:25px;
	}

	.nav_admin li {
		list-style:none;
		border-bottom: 1px dotted #CCC;
		width:175px;
		padding-bottom:6px;
	}
	.nav_admin a {
		text-decoration:none;
		color:#666;
		border:none;
	}
	.nav_admin a:hover {
		text-decoration:underline;
	}

#content {
	float: left;
	width: 620px;
	text-align:left;
}

.textbox_search { /* admin/comments */
font-size:14px;
width:200px;
height:19px;
background-color:transparent;
border-right:thin #999 solid; border-left:thin #999 solid; border-bottom:thin #999 solid;
padding-top:1px;
margin-bottom:15px;
}

#addcomment_btn {
width:80px; height:28px; font-size:14px;
float:right; margin-right:23px;
}

.comment_radio_btns {
margin-top:5px;
float:left; margin:bottom:5px;
}

.comment_textbox {
font-size:14px;
width:350px;
height:22px;
margin-bottom:5px;
}


.textbox_search {
height:22px; width:250px;
}

.c_search_btn {
height:28px; width:60px;
}

.search_box {
	background-color:transparent;
	height:20px; font-size:16px; color:#FFF; border:thin inset #825422;
	padding-top:1px;
}
.search_form {
	float:right;
}
.search_button {
	background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/subscribe_btn.gif); background-repeat:no-repeat;
	border:none; background-color:transparent;
	width:77px; height:29px;
}

.pagination_next {
    float:right
}

.pagination_previous {
    float:left;
}

.pagination_wrap {
width:560px;
}



ul.category_list {
  float: left;
  width: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
}

li.category_list {
text-align:center;
  font-size:16px; line-height:40px;
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
}

.category_wrap {
width:580px; padding-left:20px; margin-bottom:30px;
}

.tutGetterWrap {
 width:580px; height:80px; background-color:#f0f0f0; border: thin solid #cecfd0;
 margin-bottom:20px; text-align:center; padding-bottom:10px;
}

.tutGetterDL {

}
.tutGetterDEMO {

}

.msgDemoSource {
border:none;
font-size:14px;
width:600px;
height:26px;
background-color:transparent;

}

/* ---------------- ITEM ------------------- */
.item_headline {
	font-size:13px; color:#333; text-decoration:none;
}
.item_headline:hover {
	text-decoration:underline;
}

.item_wrap {
	padding-bottom:4px; margin-top:25px;
	border-bottom:thin #999  dashed; width:560px;
}

.item_icon {
	float:left;
	background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/frame.jpg); background-repeat:no-repeat;
	height:60px; width:60px; padding-left:5px; padding-top:5px;
}
.item_right {
	width:560px;
}
.item_bottom {

}
.item_bottom a {
	padding-left:10px;
}


/* ---------------- ITEM END ---------------- */
.content_seperator {
    border-bottom: thin dotted #bbb; padding-bottom:30px; width:580px;
}
/* COMMENTS STYLES */

		div.add_comment_wrapper
		{
			padding-left: 80px;
		}
		div.comment_top {
		  background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/speach_bubble_top.jpg); background-repeat: no-repeat; background-position:center; height: 35px;
		}

		div.comment_bottom {
		  background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/speach_bubble_bottom.jpg); background-repeat: no-repeat; background-position:center; height: 20px;
		}

		div.comment_top_add {
		  background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/speach_bubble_top.jpg); background-repeat: no-repeat; background-position:center; height: 35px;
		}

		div.comment_bottom_add {
		  background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/speach_bubble_bottom.jpg); background-repeat: no-repeat; background-position:center; height: 20px;
		}

		div.comment {
                margin-top:10px;
		width: 475px; padding: 1px; padding-top: 1px;
		margin-left: auto;
		margin-right: auto;
		font-size:15px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:88%;
		color:#666666;
		  }

		div.comment p {
		font-style:italic;
		}

		div.comment a {
		font-style:italic;
		font-size:15px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:88%;
		color:#666666;
		}


		div.comment_content
		{

		background-image:url(http://blog.0tutor.com/layouts/0tutorblog/images/speach_bubble_rep.jpg); background-repeat: repeat-y; background-position:center;
		 padding-left: 15px; padding-right: 15px;
		}

/* END COMMENTS STYLES */
