﻿/*
Theme Name: dNoteBook
Theme URI: http://www.wpyag.com/free-wordpress-themes/dnotebook/
Description: A wordpress theme made by <a href="http://www.wpyag.com/">WordPress Yag</a>.
Version: 1.0
Author: TechYag
Author URI: http://www.techyag.com/
Tags: blue,black, dark, custom header, fixed width, two columns, widgets

	dNoteBook WordPress Theme
	http://www.wpyag.com/free-wordpress-themes/dnotebook/
	This theme is designed by TechYag Admin.
*/
/* +===========================================+
           Body
   +===========================================+ */
body {
    background: black;
	font-size: 13px;
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	color: #000000;
	height: 100%;
    width: 1000px;
	margin: 0px auto;
    padding: 0px;
}

/* +===========================================+
           Header
   +===========================================+ */
   /* General Header */
   
#header{
background: transparent;
width: 1000px;
height: 120px;
margin-top: 20px;
}


#header .description {
	position: relative;
	color: #d4d4d4;
	font-size: 16px;
}

a:hover{ text-decoration: none;}

/* +===========================================+
           Drop down page menu
   +===========================================+ */
.pagemenu{
width: 1000px;
height: 8px;
margin-bottom:16px;
}

#dropmenu {
padding:0px 0px 0px 130px;
list-style-type:none;
}

#dropmenu a:hover {background:#21190e; color:#d8c687;}

#dropmenu li{
display: inline;
list-style-type:none;
list-style-position:outside;
line-height:1.5em;
background:#21190e; 
font-size:16px;

}

#dropmenu a {
padding:0.25em 1em; 
color:#f1e8cc; 
border-left: 3px solid #4e3d27;;
border-right: 3px solid #4e3d27;;
border-top: 3px solid #4e3d27;
text-decoration:none; 
background:#21190e;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

}

/* +===========================================+
           Right Drop down page menu
   +===========================================+ */
.rightmenu {
 float:right;
 margin-right:1px;
 padding:0px;
}
 

/* +===========================================+
           General wordpress CSS
   +===========================================+ */
.clear {
clear: both;
}
.clearleft { clear:left; }
	
img {
	border: 0;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #b3b3b3;
		}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b3b3b3;
	}

img.alignright {
    display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #b3b3b3;
	}

img.alignleft {
    display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #b3b3b3;
	}
	
.entry img {
  max-width: 659px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

blockquote {
    border: 1px solid #d1c189;
	padding:10px 10px 10px 20px;
	font-style:italic;
	margin:10px 0;
	background:#e5dbb8 url(images/quote.png) no-repeat;
	color: #000000;
}


code {
  font-family: Consolas, Monaco, monospace;
  font-size: 10px;
 padding: 1px 3px;
}

del { color: #000000; text-decoration: line-through; }

em { font-style: italic; }

hr {
border: 0;
color: #65421c;
background: #65421c;
height: 1px;
}

a { 
text-decoration: none; 
color: #748500;
}

a:link, a:visited {
 color: #082b53; 
 }
 
a:focus, a:hover, a:active {
 color: #556201; 
 }

del {
 color: #000000; text-decoration: line-through; 
 }

 
em {
 font-style: italic; 
 }

input { 
vertical-align: middle; 
}

ins {
color: #000000; text-decoration: none; 
}

small {
 font-size: 0.8em; 
 }
 

 
sub, sup {
 font-size: 0.7em; 
 }

.aligncenter, div.aligncenter {
 display: block; 
 margin-left: auto; 
 margin-right: auto; 
 }
 
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.entry div.alignleft {
 float: left; margin: 0 10px 10px 0; 
 }


.wp-caption {
  background-color: #bcbbbb;
  border: 1px solid #aeadad;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img {
 border: 0 none; 
 margin: 0; 
 padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 13px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	
/* +===========================================+
          Complete Content
   +===========================================+ */
#complete-content{
	margin: 0px auto;
	width: 1000px;
}

/* +===========================================+
          Post body background
   +===========================================+ */
#post-content-m{
	background: url(images/bg-post-c.png) repeat-y;
	overflow: hidden;
	border:4px solid #4E3D27;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

#post-content-linked{
	background: url(images/bg-post-linked.png) repeat-y;
	overflow: hidden;
	border:4px solid #4E3D27;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

/* +===========================================+ 
    Post Details
   +===========================================+ */ 
   .post-month{
    background:url(images/date.png) no-repeat top left;
	float:left;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 70px;
	height: 70px;
    color:#373736;
	padding-top:0px;
	padding-bottom:0px;
	text-transform:uppercase;
	
}

.post-date{
	font-size:14px;
	font-weight:bold;
	color:#373736;
	
}

.post-year{
	font-size:12px;
	font-weight:bold;
	color:#373736;
	
}
   /*  End post date    */ 

/* Post body */	

.category{
	padding:2px 5px 2px 20px;
	background:url(images/category.png) no-repeat;
	margin-left:0px;
	}

.author{
	padding:2px 5px 2px 20px;
	background:url(images/user.png) no-repeat;
	margin-left:0px;
	}

.comm{
	padding:2px 5px 2px 20px;
	background:url(images/comments.png) no-repeat;
	}

.tag{
	padding:2px 5px 2px 22px;
	background:url(images/share_Icon_facebook.jpg) no-repeat;
	}
	
.rate {
 float:right;
 margin-right:1px;
 padding:2px 5px 2px 22px;
}

	
/* +===========================================+ 
    Post Area
   +===========================================+ */  
#post-area {
float: left;
width: 650px;
font: 13px Helvetica, sans-serif;
margin-top: 20px;
}

/* General Post content */	
.post-content{
width: 650px;
float: left;
margin-left: 10px;
margin-right: 10px;
border-bottom:2px solid gray;
}

.post-content h2 { 
    padding-top:0px; 
	padding-bottom:0px; 
	margin:0px; 
	color:#125f8c; 
	font-size:20px; 
}
	

.post-content h2 a {
 text-decoration:none;
color:#125f8c;
 }
 
.post-content h2 a:hover {
 color: #0572b1;
}

.post-content h3 { 
   font-size:11px;
   color:#313030;
   padding-bottom: 5px;
   margin: 0px;
   
   }
.post-content h3 a{
	color:#748500;
	font-size: 11px;
	text-decoration: none;
}

.post-content h3 a:hover {
	color: #556201;
    text-decoration: none;
}

.the-content {
padding: 1px 10px 5px 10px;
text-align: justify;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
line-height: 1.5em;

}



.the-content a{
	color: #748500;
	text-decoration: none;

}

.the-content a:hover{
	color: #556201;

}

.the-content h1 {
	font-size: 26px;
	line-height: 1.2; 
	margin: 0.3em 0 10px;
	color: #000000;
	}

.the-content h2 {
	font-size: 22px;
	color: #000000;
	line-height: 1.3; 
	margin: 1em 0 .2em;
	background: transparent;
	padding-left: 0px;
}

.the-content h3 {
	font-size: 18px;
	color: #000000;
	line-height: 1.3; 
	margin: 1em 0 .2em;
	background: transparent;
	padding-left: 0px;
	padding-bottom: 0px;
	}

.the-content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 1.33em 0 .2em;
	color: #000000;
}

.the-content h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 1.67em 0;
	color: #000000;
}

.the-content h6 {
	font-size: 10px;
	font-weight: bold;
	margin: 1.67em 0;
	color: #000000;
	
}


/* +===========================================+ 
    Navigation
   +===========================================+ */ 

#navigation {
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-align:center;
margin-top: 5px;
margin-bottom: 20px;
}

#navigation a{
font-weight: bold;
color: #f7f3e7;
}

#navigation a:hover{
font-weight: bold;
color: #dbc788;
}

.nav-left {
margin-left: 20px;
}

.nav-right {
margin-right: 20px;
margin-left: 20px;
}

/* +=============================================+
     Sidebar
   +=============================================+ */
.sidebar {
margin-top: 0px;
background: transparent;
width: 290px;
overflow:hidden;
float: right;
   }

.social {

}   
.sads {
  margin-top: 0px;
  background-color: transparent;
  
  }
  

 #sideb{
    background: transparent;
	width: 290px;
	color: #3d3d3d;
	}

 #stitle{
    background: transparent url('images/title.png') no-repeat top;
	width: 290px;
	height: 43px;
}

#stitle h2 {
padding-top: 10px;
margin-left: 35px;
font-size:16px;
color:#125f8c;


}

#sideb ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#sideb ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	
}

#sideb ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sideb ul li li {
    padding: 5px 0px 5px 35px;
	margin: 2px;
	background: url(images/sidea.png) no-repeat ;
}
	
#sideb ul li ul li {
    background: url(images/sidea.png) no-repeat;
	padding: 5px 0px 5px 35px;
	margin: 2px;
}

#sideb ul li li:hover {
background: url(images/sideh.png) no-repeat;
    

}
	
#sideb ul li ul li:hover {
background: url(images/sideh.png) no-repeat;
}

#sideb a {
	text-decoration: none;
    color: #645a4e;
    font-size: 14px;
	
}

#sideb a:hover {
	text-decoration: none;
    color: #897b6a;
}

/*+==========================================+
widget
+=========================================+*/	
.widget {
background: transparent;
color: #ffffff;
margin-left: 10px;

}

.widget h3{
    background: transparent;
	width: 300px;
	}
	

/*+==========================================+
Start Footer
+=========================================+*/
#footer {
background: transparent;
clear:both;
position:relative;
padding-top: 2px;
text-decoration:none;
font-size:12px;

}

.designer {
float: right;
margin-right: 10px;
line-height: 20px;
}


/* +=============================================+
      Start Comment
   +=============================================+ */	
img.avatar {float:right; margin-left:5px;}
#commentform{padding:5px 10px;text-align:left;font-size:14px;color:#454545;}
#commentform p{margin:5px 5px 0 0;	padding:0;}
#commentform a{text-decoration:none;line-height:20px;}
#commentform textarea{padding:5px;}
#commentform h3{font-size:14px;font-weight:300;color:#454545;margin:0;padding:0;}

#email,#name,#url,#comment{width:300px; border:1px solid #cfb65d;font-size:12px;padding:3px;margin:5px 5px 0 0;background:#e5dbb8;}

#sender_name,#sender_email,#sender_subject,#sender_message,#security_code{width:300px; border:1px solid #cfb65d;font-size:12px;padding:3px;margin:5px 5px 0 0;background:#e5dbb8;}

.submit{
color:#001522;
font-size:12px;
font-weight:bold;
height: 30px;
}

.submit:hover{
color:#01273f;

}

/* +===========================================+
           Search Result page
   +===========================================+ */
   
.rtitle{
    background: transparent;
	text-align: center;
	text-decoration:none;
    color: #372711;
	font-size:20px;
	font-weight: bold;
}

.rtitle h2 {
}	

.serror{
background: transparent;
	color: #8faa12;
	font-weight:bold;
font-size:20px;
}