/*
Theme Name: Flowers in Dream
Theme URI: http://wordpressbar.com/family-themes/flowers-in-dream/
Version: 1.00
Author: Leo Mysor
Author URI: http://wordpressbar.com/
Description: A simple and nice floral theme, designed by <a href="http://wordpressbar.com/">WordPressBar.com</a> (a.k.a. WPB).
Tags: adsense ready, clean, dream, fixed width, flower, left sidebar, social bookmark, threaded comments, two columns, green, blue, widget ready, pagenavi, options page, w3c validated, personal, girl
*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {

	color: #000;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

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

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

blockquote {
	background: #e9ffb2;
	border-left: 5px solid #666;
	color: #000;
	font: italic 1em Helvetica, Verdana, Arial, Tahoma, sans-serif;
	margin: 10px 50px 10px 30px;
	padding: 1px 20px;
}

a {
	color: #ff28a1;
}

a:hover {
	color: #ff28a1;
	text-decoration: none;
}

img, a img {
	border: none;
}

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

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

.cleardiv {
	clear: both;
}

#frame {
	background: url(images/footer.gif) center bottom no-repeat;
	overflow: hidden;
}

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


/* Header */

#header {
	height: 90px;
	padding: 16px 0 0;
	text-align: center;
}

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

#header h1 a {
	color: #000;
	text-decoration: none;
	text-shadow: #eee 1px 1px 1px;
}

#header h1 a:hover {
	color: #136475;
	text-shadow: #fff 1px 1px 1px;
}

#header h2 {
	color: #333;
	font-size: 20px;
	margin: 5px 0;
	padding: 0;
}


/* Search Form */

#searchform {
	padding: 10px 2px 2px 10px;
	overflow: hidden;
}

#searchform .searchlbl {
	left: -9999px;
	position: absolute;
}

#searchform .searchtxt {
	margin: 0 4px 0 0;
	padding: 3px 2px;
	width: 160px;
	display: inline;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	border: 1px solid #000;
	height: 14px;
	line-height: 14px;
	background: #eee;
	vertical-align: middle;
	float: left;
}

#searchform .searchbtn {
	height: 22px;
	padding: 2px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	vertical-align: middle;
	float: left;
	background: #6da8c7;
	color: #fff;
	border-top: 1px solid #90cceb;
	border-right: 1px solid #123d53;
	border-bottom: 1px solid #123d53;
	border-left: 1px solid #90cceb;
	cursor: pointer;
}


/* Mainframe */

#container {
	width: 958px;
	padding: 0 1px;
	overflow: hidden;
}

/* Featured */

#slider {
	background: url(images/slider.gif) center no-repeat;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 620px;
}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 540px;	/* Width of Carousel Viewer */
	height: 230px;	/* Height should enough to fit largest content's height */
	margin: 0 40px;
}

.stepcarousel a {
	color: #666;
}

.stepcarousel .belt {
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left;
	overflow: hidden;
	margin: 10px auto;
	width: 540px;	/* Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 200px;
}

.stepcarousel .panel p {
	text-align: left;
	overflow: hidden;
	margin: 0;
	width: 345px;
	line-height: 20px;
	color: #666;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
}

.stepcarousel .panel h2 {
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	padding: 10px 5px 5px;
	margin: 0;
	width: 345px;
	overflow: hidden;
}

.stepcarousel .panel h2 a {
	color: #666;
}

.stepcarousel .panel h2 a:hover {
	color: #ff4e00;
}

.stepcarousel .panel img {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 150px;
	height: 170px;
	background: #f5f5f5;
	padding: 5px;
	border: 5px solid #ccc;
}

#mygallery-paginate {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 540px;
}


/* Content */

#content {
	padding: 10px 0 0 0;
	width: 612px;
	float: left;
	overflow: hidden;
}

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

.calendar {
	width: 79px;
	height: 80px;
	text-align: center;
	background: url(images/calendar.png) no-repeat;
	overflow: hidden;
	float: left;
}

p.time-month {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	height: 28px;
	line-height: 28px;
}

p.time-date {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	height: 48px;
	line-height: 48px;
}

.posttitle {
	float: left;
	width: 470px;
	padding-left: 20px;
}

.posttitle h2 {
	font-size: 24px;
	margin-top: 0;
	color: #136475;
	display: inline;
}

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

.posttitle h2 a:hover {
	text-decoration: underline;
	color: #98b305;
}

.postmeta {
	font-size: 13px;
	padding: 0 0 8px;
}

span.author {
	color: #ff28a1;
}

.entry {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	clear: both;
}

.meta-date {
	float:left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding-left: 20px;
	background: url(images/icon-date.gif) left 2px no-repeat;
}

.meta-comments {
	float:left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding-left: 20px;
	background: url(images/icon-comment.gif) left 2px no-repeat;
}

.meta-categories {
	float:left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding-left: 20px;
	background: url(images/icon-category.gif) left 2px no-repeat;
}

.meta-tags {
	clear:both;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background: url(images/icon-tag.gif) left 2px no-repeat;
}

.notfound {
	padding: 100px 0;
	text-align:center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	background: url(images/content-center.png) repeat-y;
	overflow: hidden;
}

.notfound p {
	margin: 0;
}

.navigation {
	padding: 5px 24px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	clear: both;
	overflow: hidden;
}

/* Social Bookmarks */

.bookmarks {
	float: left;
}

.bookmarks ul {
	display: inline;
	margin: 0;
	padding: 0;
}

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

/* PageNavi*/

.wp-pagenavi {
	padding: 5px 24px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	clear: both;
	overflow: hidden;
}

.wp-pagenavi a {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #888;
	color: #777;
	background: #f7fcff;	
}

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

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

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


/* Sidebar */

#sidebar {
	background: url(images/sidebar.png) repeat-y;
	float: left;
	margin: 0 20px 0 0;
	width: 308px;
	overflow: hidden;
}

#sidebar ul {
	background: url(images/sidebar-t.png) no-repeat;
	padding: 20px 30px 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 16px 0;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 20px;
	font-style: italic;
	height: 20px;
	line-height: 21px;
	color: #000;
	margin: 0;
	padding: 12px 0 0 10px;
}

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

#sidebar ul ul li {
	padding: 10px 0 0 10px;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
}

#sidebar ul ul li a {
	font-weight: bold;
}

.widget_tag_cloud div {
	padding: 0 20px;
	background: transparent url(images/side-center.png) repeat-y;
}

.adsblock {
	padding: 10px 20px 0;
	text-align: center;
	background: transparent url(images/side-center.png) repeat-y;
}

#sidebar-b {
	background: #baed97 url(images/sidebar-b.png) no-repeat;
	height: 24px;
	overflow: hidden;
}

/* Calendar */

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

#wp-calendar caption {
	text-align: center;
	padding: 10px;
	width: 100%;
	font: bold 13px Helvetica, Verdana, Arial, Tahoma, sans-serif;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #156973;
	color: #fff;
}


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

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

#wp-calendar #prev a, #wp-calendar #next a {
	text-align: center;
	font-size: 11px;
	padding: 2px 10px;
	display: inline-block;
}


/* Comments */

h3#comments, #respond h3 {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
	clear: both;
}

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

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 11px Helvetica, Verdana, Arial, Tahoma, sans-serif;
}

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

#commentform textarea {
	width: 98%;
	padding: 2px;
	margin: 0;
	border: 1px solid #aaa;
	font: 12px Helvetica, Verdana, Arial, Tahoma, sans-serif;
}

#commentform p {
	margin: 5px 0;
	font-size: 12px;
	line-height: 15px;
}

#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;
}

.comments-navi {
	padding: 0 20px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

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

.commentlist li {
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	clear: both;
	font-size: 12px;
}

.commentlist li ul li {
	font-size: 12px;
}

.commentmetadata, .reply {
	font-size: 11px;
}

.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: 1.1em;
}

.nocomments {
	text-align: center;
}

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

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

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

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

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

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

.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 {
	height: 30px;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
	padding: 0 24px;
	text-align: center;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}


/* 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;
}

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

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