/*
Theme Name: Note Guy
Theme URI: http://www.ezwpthemes.com/templates/note-guy.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: gray, fixed width, two columns, right sidebar, threaded comments,adsense ready, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
body,div,ul,ol,li {    
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #ffffff;
}
a, body a {
	text-decoration: none;
	color: #666;
}
a:hover, body a:hover {
	color: #216181;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	border: none;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.6em;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}
blockquote {
	margin: 5px 20px;
	padding: 5px;
	color: #333;
	border: 1px dashed #999;
	background: #EBEDEE;
}
blockquote p {
	padding: 10px 20px;
	display: block;
}
code {
	display: block;
	margin: 5px 20px;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #333;
	border: 1px dashed #999;
	background: #57C3E8;
}
.endline {
	clear: both;
}

/* Layout */
#wrapper {
	min-width: 1000px; /* not working in IE6 */
	background: url(images/container_bg.gif) center top repeat-y;
	margin: 0 auto;
}
#bottom_frame {
	margin: 0 auto;
	padding: 0 0 24px 0;
	background: url(images/bottom_frame.gif) no-repeat center bottom;
}
#top_frame {
	margin: 0 auto;
	background: url(images/top_frame.jpg) no-repeat center top;
}
#header {
	width: 1000px;
	height: 190px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#container {
	width: 1000px;
	position: relative;
	padding: 0px 0 80px 0;
	margin: 0 auto;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	color: #000;
	line-height: 16px;
	font-size: 1.2em;
	text-align: left;
}

/* Header */
#header h1 {
	font-size: 3em; /* Blog title */
	margin: 0;
	text-align: left;
}
#header h1 a {
	text-decoration: none;
	color: #fff;
}
#header h2 {
	margin: 0;
	color: #fff;
	text-align: left;
	font-size: 1.2em; /* Blog Description */
	margin-top: 5px;
}
/* navigation */
#navigation {
	width: 800px;
	height: 36px;
	position: absolute;
	left: 32px;
	top: 10px;
	overflow: hidden;
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	/*width: 126px;*/
	display: inline;
	height: 36px;
	margin: 0;
	padding: 0 6px;
	font-size: 1.2em; /* navigation Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
}
#navigation ul li a {
	width: auto;
	height: 36px;
	margin: 0;
	padding: 0 10px;
	line-height: 36px;
	display: block;
	text-decoration: none;
	float: left;
	background: none;
	color: #000;
}
#navigation ul li a:hover {
	background: url(images/nav_bg.gif) no-repeat center top;
	color: #1E7AD0;
}
#navigation ul ul {
	margin: 0;
	padding: 0;
}
#navigation ul ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#home {
	position: absolute;
	left: 50px;
	top: 80px;
}
#rss {
	position: absolute;
	left: 916px;
	top: 175px;
}
#twitter {
	position: absolute;
	left: 880px;
	top: 175px;
}
#lang {
	width: 165px;
	height: 36px;
	position: absolute;
	left: 800px;
	top: 23px;
	overflow: hidden;
}
/* welcome */
#welcome {
	width: 730px;
	height: 100px;
	position: absolute;
	left: 210px;
	top: 70px;
}
#welcome div {
	width: 730px;
	height: 100px;
	overflow: hidden;
}
#welcome div div {
	margin: 0;
	padding: 0;
}

/* Content */
#content {
	width: 650px;
	padding: 45px 0px 0 22px;
	display: inline;
	margin: 0 0 0 0px;
	float: left;
}
#content_title h2 {
	font-size: 4em;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	margin: 0;
	padding: 0 0 35px 5px;
}

.post {
	width: 590px;
	padding: 12px 12px 12px 12px;
	margin: 0px 0px 8px 20px;
	position: relative;
	background: #fff;
	border: 1px solid #DFDFDF;
}
.post_path {
	font-size: 1.2em;
	padding: 7px 7px 7px 15px;
	background: url(images/arrow.gif) left 10px no-repeat;
}
.post_path a{
	color: #706ED6;	
}
.post_path span {
	color: #706ED6;	
}
.post h2 {
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 0px;
	padding: 3px 0 0 0px;
	font-size: 1.7em; /* Post title */
}
.post h2 a {
	color: #333;
}
.post h2 a:hover {
	text-decoration: none;
	color: #2365CB;
}
.post h3 {
	margin: 0 0 0 0px;
	padding: 3px 0 0 0px;
	font-size: 1.2em;
	color: #333;
}	
.postmetadata {
	margin: 10px 0px 5px 0;
	padding: 4px 30px 4px 4px;
	position: relative;
	display: block;
font-size: 11px;	
text-align: left;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #e4e4e4;
}
.postmetadata a {
color: #216181;
	text-decoration: none;
}
.postmetadata a:hover {
color: #666;
	text-decoration: underline;
}
.entry {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-size: 1.2em;
	line-height: 20px;
}
.download {
	font-size: 1.4em;
font-weight: bold;
line-height: 120%;
}
.download2 {
	font-size: 1.5em;
line-height: 180%;
}
.entry a {
color: #216181;	
text-decoration: none;	
}
.entry a:hover {
color: #666;	
	text-decoration: underline;	
}
.tags {
	font-size: 1.2em;
	color: #003f9d;
	margin: 10px 0 0 0px;
}
.tags a {
	color: #003f9d;
	text-decoration: underline;
}
.tags a:hover {
	text-decoration: none;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}
.post_ads {
	padding: 0 0 0 24px;
}

/* searchform */
#searchform {
	width: 254px;
	height: 39px;
	padding: 20px 0 0px 13px;
	margin: 0 0 0 22px;
	clear: both;
	background: url(images/search_bg.gif) no-repeat left top;
}
.searchtext {
	width: 207px;
	color: #000;
	border: 0;
	background: none;
}
#searchsubmit {
	border: 0;
	width: 30px;
	height: 22px;
}
.sidebar_lang {
        width: 265px;
	height: 10px;
	padding: 0 12px 0 26px;
	float: left;
}
.sidebar_ads {
        width: 265px;
	height: 220px;
	padding: 0 12px 0 22px;
	float: left;
}
.sidebar_ads2 {
        width: 265px;
	height: 265px;
	padding: 0 12px 0 22px;
	float: left;
}

/* Sidebar */
#sidebar {
	width: 296px;
	padding: 32px 0 0 0px;
	margin: 0px 0 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar h3 {
	color: #005CB5;
}
#sidebar ul {
	width: 138px;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0px 0px;
	list-style-type: none;
}
#sidebar ul li {
	width: 135px;
	padding: 0 0 0 0px;
	margin: 0px 0 0px 0;
}
#sidebar ul li a {
	color:#000;
}
#sidebar ul li a:hover {
	color: #556534;
}
#sidebar ul ul {
	width: 115px;
	margin: 0px 0 0 0;
	padding: 0 0 0 20px;
	background: none;
}
#sidebar ul ul li {
	width: 94px;
	margin: 0 0 0 0px;
	line-height: 18px;
	font-size: 1.2em;
	border: none;
	background: url(images/sidebar_li.gif) no-repeat left 8px;
	padding: 3px 0 3px 14px;
}
#sidebar ul ul li li {
	font-size: 1em;
	width: 70px;
}
#sidebar .textwidget {
	margin: 7px 0;
}
#sidebar select {
	margin: 7px 0;
	width: 95%;
}
/* sidebar top */
#sidebar_top {
	width: 267px;
	clear: both;
	padding: 0px 0px 0 0px;
	margin: 0 0 0 0px;
}
#sidebar_top h3 {
	width: 220px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0px 0px 21px;
}
#sidebar_top ul {
	width: 265px;
	padding: 3px 0 0px 0px;
	list-style-type: none;
}
#sidebar_top ul li {
	width: 252px;
	background: url(images/sidebar_recent_bg.jpg) no-repeat left top;
	list-style-type: none;
	padding: 0 0 0px 5px;
	border: 0;
}
#sidebar_top ul ul {
	background: none;
	width: 225px;
	padding: 5px 0 5px 30px;
	margin: 0 0 0 0px;
}
#sidebar_top ul ul li {
	width: 203px;
	list-style-type: none;
	display: block;
	overflow: hidden;
	background: url(images/sidebar_li.gif) no-repeat left 7px;
	font-size: 1.2em;
	border: none;
	padding: 3px 0 2px 15px;
	line-height: 15px;
	float: none;
}
#sidebar_top ul ul li a {
	display: block;
	padding: 0 0 0 0px;
	color: #000;
}
#sidebar_top ul ul li a:hover {
	color: #0069C4;
}
#sidebar_top ul ul ul {
	margin: 0;
	padding: 0;	
}
#sidebar_top ul ul ul li {
	width: 80%;	
	
}
#sidebar_top ul ul ul ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar_top ul ul ul ul li {
	width: 100%;	
}
#sidebar_top ul ul ul ul ul {
	width: 90%;	
}
#sidebar_top ul ul ul ul ul li {
	width: 90%;	
}

/* Footer */
.credit {
	width: 600px;
	margin: 0;
	font-size: 11px;
	padding: 0px 0px 0px 44px;
}
.credit a {
	color: #216181;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: underline;
	color: #666;
}

/* PageNavi*/
.wp-pagenavi {
	padding: 5px 10px 5px 18px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e4e4e4;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #e4e4e4;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #e4e4e4;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.2em;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.2em;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #000;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
	margin: 18px 0 0 0px;
}
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
.read_comments {
	height: 28px;
	text-align: right;
	margin: 10px 0 0 0;
	background: url(images/read_comments.jpg) no-repeat left top;
}
.read_comments a {
	padding: 0px 0 0px 0px;
	font-size: 1.2em;
	color: #fd6501;
	font-weight: bold;
}
h3#comments {
	padding: 0 0 0 0px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	padding: 0 0 0 10px;
	color: #333;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	padding: 0 0 0 0px;

}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #C7E6E1; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #DAEFEC;
}

/* Images */
p img {
	max-width: 100%; /* not working in IE6 */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
border: 1px solid #e4e4e4;	
padding: 4px;  
background-color: #f2f2f2;
	margin: 0 0 2px 5px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}

p {
	margin: 5px 0;	
}
#content .entry ul {
	margin: 0 22px;
	list-style-type: disc;
}
#content .entry ol {
	margin: 0 30px;
	list-style-type:decimal;
}
.removefiles {
font-family:Arial, Helvetica, sans-serif;
color:#000;
text-decoration: none;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 10px;
background-color: #f3f3f3;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #ddd;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ddd;
margin: 0px 0px 5px 0px;
height: 75px;
overflow: auto;
}
.block {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-decoration: none;
padding-top: 1px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
background-color: #e7edf1;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #ddd;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ddd;
margin: 0px 0px 5px 0px;
}
.notice {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
line-height: 18px;
padding-top: 1px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
background-color: #e7edf1;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #ddd;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ddd;
margin: 0px 0px 5px 0px;
}
/* contact form  */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 200px;
}
#wpcf input {
	float: left;
	width: 250px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 470px;
	height: 120px;
	padding: 1px;
	margin: 0 5px 5px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}