/*
Theme Name: Dreamy Flowers
Theme URI: http://www.rayanamad.com
Description: a clean and simple fixed width, 3-column layout, widget ready and fixed size.
Author: Ashkan
Author URI: http://www.rayanamad.com
*/

* {
    margin: 0;
    padding: 0;
}

a {
	color: #4A3B5F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: arial, Verdana;
    background-color: #f0e9e0; 
    background-image: url(images/background.jpg);
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 1004px;
	margin: 0 auto;
}


#wrapper {
    clear: both;     
	width: 1004px;
	padding:0;

}
#container {   
	width: 1004px;
	padding:0;
	margin:0;
	position:relative;
	background:url(images/content-bg.gif) repeat-y;
}
#bgtop {   
	width: 1004px;
	padding:0;
	height:28px;
	position:relative;
	background:url(images/content-top.gif) no-repeat top;
}
#bgbottom {   
	width: 1004px;
	padding:0;
	height:28px;
	position:relative;
	background:url(images/content-bottom.gif) no-repeat top;
}
#main
{
	float: left;
	width: 500px;

}
#content {
	float: left;
	width: 520px;
	padding:0;
	position: relative; 

  
}

.sidebar {
width:220px;
}

.side-left {
    float: left;
    padding-left:20px;
    
}

/************************/
/*        Header        */
/************************/
#header {
    position: relative;
}

#headerimg {
    height: 150px;
    background: url(images/header.png) no-repeat center;
}

#headerimg h1 {
    text-align:right;
    padding-right:40px;
    padding-top:65px;
    font-family: gramond, 'times New roman';
    font-size: 48px;
    font-weight:normal;
}

#headerimg a {
	color: #E56F59;
    text-decoration: none;
}

.description {
     text-align:right;
     font-weight:normal;
     color: #427A55;
     margin-top:-2px;
    font-family:Verdana;
    font-size: 18px;
}

/************************/
/*    Sidebar Design    */
/************************/
.sidebar ul {
	font-size: 12px;
}

.sidebar ul h2 
{
	font-weight:bold;  
	font-size:14px;
	color:#fbbaae;
    background:url(images/topbar.gif) no-repeat;    
    width:212px;
    padding:25px 0 18px 60px;
    height:20px;
}

.sidebar ul li 
{	
    margin-bottom: 10px;
}

.sidebar ul ul {
    margin: 0;
}

.sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 15px;
    padding-left: 10px;
    width:212px;
    
}

.sidebar ul ul ul {
    display: none;
}


.sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
    color:#515151;
}

h3 {
    font-size: 14px;
    color:#515151;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/


.post{
	color: #6A6A6A;
    font-size: 12px;
    margin-left:30px;
    padding:0 10px 30px 10px;
    width: 680px;
    float:left;
}

.post h2 
{
	padding-top:0px;
        padding-bottom:15px;
	color:#E56F59;
	font:24px 'times new roman', Georgia;
}
.post h2 a
{
	color:#E56F59;
}


.postmetadata {
    color: #4A7351;
    font-weight: normal;
    font: 10px verdana;
    margin-bottom: 30px;
    margin-top:-25px;
    margin-left: 80px;
    width:600px;
}
.postinf {
	color: #636363;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
}

.postmetadata a {
color: #4A7351;
}

.entry {
    padding: 5px 0 10px 0; 
    text-align:justify;
    
}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation { height: 18px; font-size: 12px; margin: 0 0 0 30px; width:670px; color:#bc4b2c; }
.navigation a{
    color:#BC4B2C;
    text-decoration:none;
}


.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

a img {
    border: none;
}



/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    background-color: #F6F8EC;
    border: 1px solid #C7D9AB;
    padding: 5px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {

    margin: 0 0 0.5em 0;
}

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

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

h3#comments {
    margin-top: 10px;
}

/************************/
/*     Search Design    */
/************************/
#searchform  {
	text-align: left;
	width: 222px;
	height: 30px;	
	margin-left:10px;
}


#searchsubmit {
	width: 50px;
	height:20px;
	border: 1px solid #989898;
	background-color: #eaeaea;
	margin: 0 0;
	font-size: 12px;
	color:#130F3B;

}
#submit {
	height:20px;
	border: 1px solid #989898;
	background-color: #F6F8EC;
	margin: 0 0;
	font-size: 12px;
	color:#130F3B;

}

#s 
{
	width:140px;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 200px;;
}

#wp-calendar td {
	text-align: center;
	color:#c1c1c1;
}

#wp-calendar th {

}

#wp-calendar a {
color:#513F63;
}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer {
    font-size: 12px;
    height: 42px;
    width: 100%;
    text-align:center;
    color:#B7C992;
    padding: 0;
    clear: both;  
}

#footer p{
    height: 42px;
    text-align:center;
    margin-top:20px;
    color:#B7C992;  
}

#footer a{
    color:#EDE7D7;  
}


/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
#date
{
background:url(images/calendar.gif) no-repeat;
float:left;
height:59px;
width:60px;
margin:0px 10px 0 10px;
}
.month
{
	text-align:center;
	font-size:10px;
	margin:0;	
	color:#eff3ec;
	margin-top:-20px;

}
.day
{
text-align:center;
font:36px garamond, 'times new roman';
font-weight:bold;
color:#eff3ec;
padding-top:3px;
}
