/* 
Theme Name: Clear
Theme URI: http://www.diovo.com/links/clear/
Description: <a href="http://www.diovo.com/links/clear/" title="Clear">Clear</a> is a free wordpress theme, released by <a href="http://www.diovo.com" title="Diovo" target="_blank">Diovo</a>. Clear is the perfect theme for great authors. It is clean, clear and beautiful. It is minimalistic one-cloumn theme with the widgets all arranged at the bottom. Clear was designed to make your content stand out and make everything else get out of the way. Check it out and you will fall in love with it.
Version: 1.0
Author: Niyaz PK
Author URI: http://www.diovo.com/about/
Tags: white, one-column, fixed-width, light
*/

/* Elements */
* 
{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: #000;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Serif, Tahoma, Verdana;
	font-weight:normal;
	color: #777;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;
}
p 
{
	line-height:1.7em;
	font-family: Tahoma, Verdana, Arial, Serif;
	font-size: 1.1em;
	margin-bottom: 0.9em;
}


pre {
	font-size:1.5em;
}

a:link, a:visited {
	color: #000;
	text-decoration:none;
	border-bottom:#ef0050 1px dotted;
}
a:hover,a:active 
{
	color:#ef0050;
	text-decoration:none;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}

blockquote 
{
	margin:1em;
	padding:5px 1em;
	color:#000;
	background:#eee;
}
fieldset 
{
	border:none;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
code
{
	font-size: 1em;	
}


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:0.6em;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}





/* Header */

#header {
	width: 723px;
	height: 50px;
	margin: 30px auto 0 auto;
	background:url(https://staticjw.com/n/templates/Clear/img/bg_header.png) no-repeat top center;
}

/* Logo */

#logo {
	float: left;
	padding: 0px 0 0 110px;
}

#logo #h1{
	font-family: Georgia, serif;
	font-size: 4em;	
}
#logo #h2 {
	font-size: 1em;
	font-family: Georgia, serif;
	color:#999;
	padding:5px 10px 10px 10px;
}

#logo #h1 a {
	text-decoration: none;
	color:#999;
	border:0;
}
#logo #h1 a:hover, #logo #h1 a:visited, #logo #h1 a:link
{
	border:0;
}

#logoimage {
	height: 70px;
	width:120px;
	margin:35px 0 0 120px;
	padding-left:10px;
	background:url(https://staticjw.com/n/templates/Clear/img/logo.gif) no-repeat;
	cursor:hand;
}


#bookmarker img
{
	margin: 10px 0;
	width: 16px;
	height: 16px;
}

/* Menu */
#menu {
	width: 723px;
	margin:0 auto;
	padding-top:40px;
	min-height:75px;
	line-height:20px;
	background:url(https://staticjw.com/n/templates/Clear/img/bg.png) repeat-y center;	
	overflow:auto;
}

#menu ul {
	margin:0;
	padding:0px 120px 0px 0;
	list-style: none;
	text-align:right;
	float:right;
	font-variant:small-caps;
	display: inline;
}

#menu li {
	display: inline;
}

#menu a 
{
	padding:3px 0px 3px 10px ;
	text-decoration: none;
	font-size: 1em;
	border:0;
	color:#999;
}

#nav li a:hover {color:#ef0050;display:none}
#nav li#active a {font-weight:bold;display:none}

.header-strip {
	background-color:#f5f5f5;
	height:5px;
	margin:10px 120px;
	clear:both;
	
}

/* Main */

#main {
	width: 723px;
	margin: 0 auto;
	padding-left: 170px;
	background:#fff;
	border:#eee 0px solid;
	background:url(https://staticjw.com/n/templates/Clear/img/bg.png) repeat-y center;
}

#main h2 {
	padding: 4px 0;
	font-size: 2em;		
	line-height:1.2em;
	font-weight: bold;
}

#main .post-title {
	font-size: 1.5em;
	font-weight: normal;
}

#main h3 {
	padding: 4px 0;
	font-size: 1.4em;		
	line-height:1.2em;
	font-weight: bold;
}
#main h2.title 
{
	border:0;
	font-family:Georgia,serif;
	font-size:2.5em;
	font-weight:normal;
	color:#777;
	display:none;
}

#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}
#content ul li 
{
	margin:0.75em 0;
	padding:0;
	list-style-image:url(https://staticjw.com/n/templates/Clear/img/bullets.gif);
	line-height:130%;
	font-size:16px;	
}
#main ol 
{
	margin:0;
	padding:0 0 0 3px;
}
#main ol li 
{
    margin:0;
    padding:3px;
    padding-bottom:10px;
    font-size:16px;
}
#main .post 
{
	margin-top:1.5em;
	margin-bottom:1.5em;
}
#main .entry 
{
    clear:both;
    padding: 10px 5px;
	padding-bottom: 30px;
    font-family: Georgia, Serif;
}

#main .entry p
{
    font-family: Georgia, Serif;
    font-size:16px;
     line-height:140%;
}


.post .date {
	float: right;
	margin:5px 0 0 5px;
	padding:0 10px;
	text-align:center;
	font-size: 0.8em;
	border:#ccc 1px solid;
	font-weight:bold;
	background:url(https://staticjw.com/n/templates/Clear/img/ribbed.gif) repeat;
	color:#556677;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
}




ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Content */

#content {
	float: left;
	width: 480px;
	padding:30px;
	padding-top:10px;
	padding-bottom:0;
        margin-bottom:40px;
}
/* Column Two */

.footer-sidebar {
	width:420px;
	margin-left:40px;
	border:solid 0px #f5f5f5;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.footer-sidebar ul, .footer-sidebar ol {margin:15px;}

.footer-sidebar h4
{
	font-weight: bold;
	padding: 3px 10px;
	font-size:1em;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
        width:500px;
        margin-left:-30px;
        margin-bottom:10px;
	
}



/* Comments */

#btnSearch {
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
}

#submit {
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
} 


fieldset#contact-form textarea, fieldset#contact-form input {
	border: 1px solid #ccc;	
	font:1em Georgia, Serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fefefe;
}



/* Footer */

#footer {
	margin: 0 auto 30px auto;
	width:723px;
	height:80px;
	border:#eee 0px solid;
	background:url(https://staticjw.com/n/templates/Clear/img/bg_footer.png) no-repeat bottom center;
}

#footer p {
	margin:0;
	padding: 20px 100px 0 95px;
	font-size: 0.9em;
	color: #999;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #999;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #999;
	text-decoration:none;
	border:0;
}
#header, #main, #sidebar, #footer, .widget 
{
	overflow:hidden;
}
.amzshcs
{
	text-align:center;
}
.amzshcs-item
{
	padding:5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



img {background:#fff;padding:1px;border:1px solid #eee;margin-top: -25px;}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:340px;background:#f7f7f7;border:1px solid #ccc;}
fieldset#contact-form label {font-size:12px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:320px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}

fieldset#contact-form input:focus, fieldset#contact-form textarea:focus {background:#fff;border:1px solid #555;}

a[href$=jpg], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
	}