/*
Theme Name: OnlineTutorial
Theme URI: http://www.dizzain.com/blog_customization/
Description: Custumized WordPress theme.
Version: 1.0
Author: Dizzain Inc.
Author URI:http://www.dizzain.com/
Tags: 


*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

hr {
	border: 0;
	border-bottom: 1px solid #2e2926;
	height: 1px;
	padding: 10px 0;
}


/*
	Main styles
*/



body, textarea, input, select {
	font: 14px/18px Arial, Tahoma, Verdana;
}

body {
	color: #6d6d6d;
	background:#2e2926 url(images/bg.jpg) center top no-repeat;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

a {
	color: #00a0c6;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.overflow {
	overflow: hidden;
}

.fl_l {
	float:left;
}

.fl_r {
	float:right;
}



/* Logo */

#logo {
	display: block;
	height:210px;
	width:293px;
	position:absolute;
	left:32px;
	top:20px;
}

	#logo a {
		display: block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
	}

		#logo span{
			background: url("images/bg.jpg") -172px -20px no-repeat;
			display: block;
			position:absolute;
			top:0;
			left:0;
			height:100%;
			width:100%;
		}


/*
	Layonts
*/


#page {
	width:990px;
	margin:0 auto;
	position:relative;
	padding-right:30px;
}

#page .main_bg {
	position:absolute;
	top:236px;
	left:0;
	height:656px;
	background:url(images/right_left_bg.jpg) 0 0 no-repeat;
}

#page .main_bg.left {
	width:135px;
	left:-135px;
}

#page .main_bg.right {
	width:165px;
	margin-left:100%;
	background-position:-135px 0;
	left:-30px;
}

#header {
	height:202px;
	background:url(images/bg/top.png) 0 0 repeat-x;
	width:;
}


	#main_nav {
		display:block;
		position:absolute;
		top:128px;
		left:332px;
		margin:0 0 0 5px;
	}
	
		#main_nav li {
			display:block;
			float:left;
			font: bold 15px/30px Arial;
			position:relative;
			margin-right:-8px;
			height:30px;
			padding:0 0 0 25px;
		}
		
		#main_nav li.current_page_item, #main_nav li:hover {
			background:url(images/nav.png) left 0 no-repeat;
		}		
			#main_nav li.current_page_item a, #main_nav li a:hover, #main_nav li:hover a {
				background:url(images/nav.png) right 0 no-repeat;
			}
		#main_nav li.home {
			border:none;
		}
			#main_nav li a {
				color:#eeeeee;
				display:block;
				text-decoration:none;
				height:38px;
				padding:0 15px 0 0;
				margin-right:-2px;
			}
			#main_nav li a:hover, #main_nav li.current_page_item a {
				color:#FFF;
				text-decoration:none;
			}
	#header .search {
		position:absolute;
		top:28px;
		left:562px;
		height:25px;
		width:255px;
		background:url(images/bg/search.png) 0 0 no-repeat;
	}
		#header .search input {
			border:0 none;
			background:none;
		}
		#header .search .inp_t {
			width:192px;
			height:17px;
			padding:6px 2px 6px;
			color:#FFF;
			margin:0 0 0 13px;
			float:left;
		}
		
		#header .search .inp_s {
			height:32px;
			width:38px;
			cursor:pointer;
			margin-left:10px;
			padding:0;
		}
		
	#header .grav_home {
		position:absolute;
		top:35px;
		left:832px;
		display:block;
		height:21px;
		width:97px;
		background:url(images/grav_home.png) 0 0 no-repeat;
		color:#decba1;
		font-size:13px;
		padding:0 0 4px 20px;
		font-weight:bold;
	}

	#header .rss {
		display:block;
		position:absolute;
		height:28px;
		width:25px;
		left:959px;
		top:30px;
	}		
#content_container {
	position:relative;
	background:url(images/bg/content.png) 0 0 repeat;
	overflow:auto;
}

	#content {
		background:#FFF url(images/content_grad.png) 0 0 repeat-x;
		width:650px;
		float:right;
min-height:700px;
	}
	
	
		#content .post, #content .page {
			padding:28px 0 19px 0;
			padding:15px 0 0 10px;
		}
		
			#content .post .posthead, #content .page .posthead {
				position:relative;
				padding:0 0 0 76px;
			}
			
			#content .page .posthead, .page #content .post .posthead {
				padding:0 0 0 10px;
			}
			
				#content .post .posthead .date {
					position:absolute;
					top:0;
					left:0;
					background:url(images/date.png) 0 0 no-repeat;
					width:85px;
					height:67px;
					margin:0;
				}
				
				#content .page .posthead .date {
					display:none;
				}
								
					#content .post .posthead .date span {
						display:block;
						text-align:center;
						position:absolute;
						left:21px;
						width:41px;
					}
					
					#content .post .posthead .date span.day {
						font: bold 23px/28px Arial;
						color:#484848;						
						top:21px;
						height:28px;
					}
					
					#content .post .posthead .date span.month {
						font: bold 11px/15px Arial;
						color:#fff;
						top:5px;
						height:15px;
					}
					
			#content .post .posthead h2, #content .page .posthead h2 {
				font: bold 25px/30px Arial;
				letter-spacing:-0.5px;
				background:url(images/title.png) 0 0 no-repeat;
				padding:18px 0 20px 24px;
			}

			
				#content .post .posthead h2 a, #content .page .posthead h2 a {
					text-decoration:none;
				}
						
			#content .entry {
				padding:0 0 21px;
				margin:0 31px 0 33px;
                                overflow:auto;
			}
			
			.more-link {
				display:block;
				width:100px;
				margin-top:12px;
				font-weight:bold;
				text-decoration:none;
			}
				
	#sidebar {
		width:340px;
		z-index:100;
		position:relative;
		margin:34px 0 0 0;
		background-color:#cfe3e8;
	}			
		#sidebar ul.widgets {
			margin:0;
			font: bold 14px/16px Arial;
			padding:0 0 37px 0px;
		}	
		#sidebar ul {
			margin:0;
		}	
			#sidebar ul a {
				color:#484848;
				text-decoration:none;
			}
			#sidebar h3, #sidebar h2 {
				font: bold 23px/27px Arial;
				word-spacing:-1px;
				color:#00a0c6;
				padding:0 0 10px 14px;
			}
				#sidebar ul li.widget {
					padding:39px 25px 0 60px;
				}
					#sidebar ul li.widget ul li {
						border-bottom:solid 1px #c0d7dd;		
					}					
					#sidebar ul li.widget ul li a {
						padding:6px 0 6px 15px ;
						display:block;
						font-family:"Helvetica Neue",Helvetica,Arial,"Trebuchet MS",Geneva,sans-serif;
					}					
						#sidebar ul li.widget ul li ul li {
							border-top:solid 1px #c0d7dd;
							border-bottom:none;
							padding:0 20px 0 20px ;
							background:url(images/lst.gif) 19px 13px no-repeat;
							font-weight:normal;
						}
		#sidebar ul li.widget_get_recent_comments ul li  {
			font-weight:normal;
			padding:6px 0 6px 15px ;
		}		
			#sidebar ul li.widget_get_recent_comments ul li a {
				color:#484848;
				display:inline;
				padding:0;
			}
			#sidebar ul li.widget_get_recent_comments ul li p {
				font-size:11px;
				color:#77aa08;
			}		
				#sidebar ul li.widget_get_recent_comments ul li p a {
					color:#00a0c6;
					font: bold 13px/15px Arial;
				}
		 
/* 
	Widgets
*/


#footer {
	color:#717171;
	position:relative;
	font: normal 12px/16px Arial;
	padding:28px 0 20px;
	height:34px;
}


	#footer a {
		color:#2c9fb8;
	}
	
	#footer strong a {
		color:#28d7ff;
		font-weight:normal;
	}
	
	
	
/*
	Formatting
*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#0898c0;
}

.pagetitle {
	font: bold 22px/26px Arial, Verdana, Tahoma;
	padding:25px 0 10px 10px;
}


.entry h1 {
	font: bold 22px/26px Arial, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h2 {
	font: bold 20px/26px Arial, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h3 {
	font: bold 18px/20px Arial, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h4 {
	font: bold 16px/20px Arial, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h5 {
	font: bold 15px/18px Arial, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h6 {
	font: bold 14px/16px Arial, Verdana, Tahoma;
	margin: 10px 0;

}

/* Begin Tables*/

.entry table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #D5C8A4;
	border-collapse: collapse;
	margin: 5px 0;
}

	.entry table.full {
		width: 100%;
	}

.entry table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #CFE3E8;
}

.entry table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #CFE3E8;
}

/*End Tables*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

.entry img {
	max-width:97%;
	border:solid 4px #a2c3d0;
}

/* End Images */


/* Begin Lists */

.entry ul {
	list-style:disc outside;
	margin-left:14px;
	}

.entry li {
	margin: 7px 0 8px 0;
	}

	.entry ul li ul {
		list-style:circle outside;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type:decimal;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li ol {
	list-style-type:lower-alpha;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */

#respond {
	padding:31px 0 20px 23px;
}

	#respond h3 {
		padding:0 0 10px 27px;
		font-size:18px;
	}

	#respond p {
		padding:5px 0 5px 27px;
		font-size:13px;
	}
	
		#respond p label {
			display:block;
			float:left;
			width:57px;
			line-height:26px;
		}

		#respond p span {
			padding-left:5px;
			font-size:10px;
		}
		
		#respond p input.inp_t {
			height:19px;
			width:246px;
			border:solid 1px #D5C8A4;
			background-color:#fff;
			padding:3px 0 3px 2px;
		}
		
		#respond p textarea {
			width:425px;
			height:204px;
			border:solid 1px #D5C8A4;
			background-color:#fff;
			padding:3px 4px;
		}
		
		#respond div {
			text-align:right;
			width:463px;
		}
		
			#respond div p {
				padding:0 0 0 9px;
			}
			
	#respond .submit_btn input {
		border:solid 1px #D5C8A4;
		background-color:#fff;
		cursor:pointer;
	}

/* End Form Elements */



/* Begin Comments*/
#comments {
	font-size:21px;
	letter-spacing:-0.5px;
	padding:20px 0 20px 43px;
}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 31px 0 43px;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 50px 10px 28px;
	list-style: none;
	}
	
.commentlist li.odd {
	background-color:#CFE3E8;
}

	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation.comments {
	height:60px;
	margin-bottom:0;
	background:transparent url(images/post/post_line.gif) repeat-x scroll 0 bottom;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #d5c8a4;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* pagination */

body .wp-paginate {
	background:url(images/bottom_content.gif) 0 bottom repeat-x;
	padding:0 0 10px 0;
}

body .wp-paginate li a, body .wp-paginate .current {
	display:inline-block;
	height:23px;
	width:23px;
	text-align:center;
	line-height:23px;
	padding:0;
	border:none;
}

#content .wp-paginate .page {
	padding:0;
	background:url(images/pages.png) -30px 0 no-repeat;
	height:26px;
	width:30px;
}

#content .wp-paginate li a, .wp-paginate a:hover, .wp-paginate a:active {
	color:#00a0c6;
}

#content .wp-paginate .prev, #content .wp-paginate .next {
	background:none;
	display:inline;
}

#content .wp-paginate .current {
	background:url(images/pages.png) 0 0 no-repeat;
	border:0 none;
	color:#000;
}

#main_nav .page-item-282 {
display:none;
}

	li.widget_pages li {
			padding:0 20px 0 0;
			position:relative;
		}
		
		li.widget_pages li ul {
				display:none
			}
			
/*
#sidebar .page-item-46,
#sidebar .page-item-57,
#sidebar .page-item-58,
#sidebar .page-item-126,
#sidebar .page-item-141 {
display:none;
}
*/
