/*
Theme Name: Diary of Dreams
Theme URI: http://wordpressbar.com/family-themes/diary-of-dreams/
Version: 1.03
Author: Leo Mysor
Author URI: http://wordpressbar.com/
Description: A simple and nice notepad-like theme, designed by <a href="http://wordpressbar.com/">WordPressBar.com</a> (a.k.a. WPB).
Tags: adsense ready, clean, diary, dream, fixed width, notepad, right sidebar, social bookmark, threaded comments, two columns, white, widget ready, pagenavi, options page, w3c validated
*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #f6f6f6 url(images/bg.gif) center repeat-y;
	font-family: 'Helvetica Neue', Arial, Tahoma, 'Liberation Sans', Verdana, FreeSans, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

blockquote {
	margin: 10px 50px 10px 30px;
	padding: 1px 20px;
	color: #000;
	border-left: 5px solid #666;
	background: #e9ffb2;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

a {
	color: #fe32ad;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

a img {
	border: none;
}

table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}

ul, ol {
	padding-left: 30px;
	margin: 10px 0;
}

.cleardiv {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}


/* Header */

#header {
	width: 960px;
	height: 200px;
	background: url(images/header.gif) no-repeat;
}

#header h1 {
	font-size: 40px;
	padding: 15px 0 0 120px;
	margin: 0;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	color: #ff98d6;
}

#header h2 {
	color: #fff;
	font-size: 18px;
	padding: 0 0 0 130px;
	margin: 5px 0;
}

#rss {
	padding: 0;
	margin: 10px 120px 0 0;
	float: right;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	background: url(images/rss.gif) no-repeat;
	outline: none;
}

/* Navigation */

#navigation {
	padding: 10px 30px 0 0;
	clear: both;
	float: right;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	font-weight: bold;
	font-size: 16px;
	padding-right: 10px;
}

#navigation ul li a {
	color: #000;
	text-decoration: none;
	background: url(images/navbg.gif) no-repeat;
	padding: 2px 4px 0 7px;
}

#navigation ul li a:hover {
	background: url(images/navhover.gif) no-repeat;
}


/* Mainframe */

#container {
	width: 960px;
	padding: 10px 0;
	overflow: hidden;
}

/* Content */

#content {
	float: left;
	width: 690px;
	overflow: hidden;
}

.post {
	padding: 10px 0 20px;
	overflow: hidden;
}

.postdate {
	float: left;
	width: 120px;
	height: 66px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 14px;
	background: url(images/date.gif) no-repeat;
}

.postcontent {
	float: left;
	width: 560px;;
}

h2.posttitle {
	font-size: 24px;
	margin-top: 0;
	color: #00b5c3;
}

h2.posttitle a {
	text-decoration: none;
	color: #00b5c3;
}

h2.posttitle a:hover {
	text-decoration: underline;
}

.postmetadata {
	margin: 0;
	color: #000;
	font-size: 11px;
}

.entry {
	font-size: 14px;
	line-height: 20px;
}

.tags {
	font-size: 12px;
}

.commentline {
	padding-top: 10px;
	overflow: hidden;
}

.read-comments {
	float: right;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
	color: #000;
}

/* Social Bookmarking */

.bookmark-line {
	float: left;
}

.bookmark-line ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.bookmark-line ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark-icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.bookmark-line a:hover .bookmark-icon {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 10px 0 120px;
	overflow: hidden;
}


/* PageNavi*/

.wp-pagenavi {
	padding: 5px 0 5px 120px;
	font-weight: bold;
	text-align: center;
	clear: both;
	font-size: 10px;
}

.wp-pagenavi a {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background: #fff;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	border: 1px solid #000;
	background: #059;
	color: #fff;
}

.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;	
	border: 1px solid #000;
	color: #000;
	background: #fff;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-left: 30px;
}

#sidebar ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 18px 0;
}

#sidebar h2 {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	margin-top: 0;
	background: url(images/sideh2.gif) no-repeat;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
	padding: 5px 0 5px 25px;
	margin: 0;
	font-size: 12px;
	background: url(images/sidelist.gif) 0px 4px no-repeat;
}

div.tagcloud {
	padding: 0 5px;
}

div.adsense {
	width: 162px;
	height: 162px;
	padding: 48px 0 0 38px;
	background: url(images/adsense.gif) no-repeat;
}


/* Search Form */

#searchform {
	margin: 0;
	padding-left: 6px;
	overflow: hidden;
}

#searchform input {
	float: left;
}

#searchform .searchtext {
	margin: 2px 4px 0 0;
	padding: 2px;
	width: 150px;
	display: inline;
	font-family: 'Helvetica Neue', Arial, Tahoma, 'Liberation Sans', Verdana, FreeSans, sans-serif;
	font-size: 12px;
	border: 1px solid #aaa;
	background: transparent;
}

#searchform .searchtext:focus {
	border: 1px solid #fe32ad;
}

#searchform .searchbutton{
	width: 24px;
	height: 24px;
}

#searchform label {
	display: none;
}


/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar #next a {
	text-align: center;
	font-size: 11px;
}

#wp-calendar #prev a {
	text-align: center;
	font-size: 11px;
}

#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 13px 'Helvetica Neue', Arial, Tahoma, 'Liberation Sans', Verdana, FreeSans, sans-serif;
}

#wp-calendar td {
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	font-size: 12px;
	text-transform: capitalize;
}


/* Comments */

h3#comments, #respond h3 {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
	clear: both;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform label {
	font-size: 11px;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	margin: 0;
	border: 1px solid #aaa;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform #submit {
	margin: 0 5px 5px auto;
	font-size: 12px;
	float: right;
}

#respond {
	color: #666;
	overflow: hidden;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cancel-comment-reply-link {
	font-size: 10px;
	font-weight: bold;
}

.commentlist {
	padding: 0;
	list-style: none;
}

.commentlist li {
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	_display: inline-block;
	clear: both;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist p {
	margin: 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #9c9c9c;
	padding: 2px;
	margin-right: 5px;
	background: #fff;
}

.commentlist li a {
	color: #000;
}

ul.children {
	padding: 0;
	margin: 0;
	list-style: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	display: block;
	font-weight: normal;
}

.thread-alt {
	background-color: #fff;
}

.thread-even {
	background-color: #f0f0f0;
}

.depth-1 {
	border: 1px solid #999;
}

.alt {
	border-left: 4px solid #000;
	background-color: #fff;
}

.even {
	border-left: 4px solid #000;
	background-color: #f0f0f0;
}

.alt2 {
	border: 1px solid #999;
	border-left: 4px solid #000;
	background-color: #fff;
}

.even2 {
	border: 1px solid #999;
	border-left: 4px solid #000;
	background-color: #f0f0f0;
}


/* Footer */

#footer {
	background: url(images/footer.gif) right no-repeat;
	width: 960px;
	height: 165px;
	clear: both;
}

#credit {
	padding: 134px 80px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}


/* Images */

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}