/*
Theme Name:  Elusive Dreams

Theme URI: http://freewomensblogs.com

Description: 2 columns theme clean and simple fixed width, with the sidebar on the right designed by <a href="http://freewomensblogs.com">Free Women's Blogs</a>

Version: 1.0

Author: Free Women's Blogs

Author URI: http://freewomensblogs.com
*/

* {
    margin: 0;
    padding: 0;
}

a {
	color: #AA93A7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: arial, Verdana;
    background:#020001;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}


/*  content */
#page {
	width: 1004px;
	margin: 0 auto;
}


#wrapper {
    clear: both;     
	width: 1004px;
	padding:0;

}
#container {   
	width: 1004px;
	padding:0;
	margin:0;
	position:relative;
	background:#020001 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: 700px;

}
#content {
	float: left;
	width: 520px;
	padding:0;
	position: relative;   
}

.sidebar {
width:220px;
margin-left:60px;
}

.side-left {
    float: left;
    
}


/*        Header        */

#header {
    position: relative;
}

#headerimg {
    height: 274px;
    background: url(images/header.jpg) 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: #350226;
    text-decoration: none;
}

.description {
     text-align:right;
     font-weight:normal;
     color: #600143;
     margin-top:-2px;
    font-family:Verdana;
    font-size: 18px;
    margin-right:10px;
}


/*    Sidebar Design    */

.sidebar ul {
	font-size: 12px;
}

.sidebar ul h2 
{
	font-weight:bold;  
	font:18px gramod,'times new roman';
	padding-top:5px;
	color:#9C566F;
	text-align:center;
    background:url(images/topbar.gif) no-repeat;    
    width:210px;
    height:32px;
}

.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: #827180;
    font-size: 12px;
    margin-left:30px;
    padding:0 10px 30px 10px;
    width: 680px;
    float:left;
}

.post h2 
{
	padding-top:0px;
	color:#CA3C56;
	font:24px gramond,'times new roman';
}
.post h2 a
{
	color:#CA3C56;
}
.post h2 a:hover
{
	color:#A0576F;
	text-decoration:none;
}

.postmetadata {
	color: #D88FA6;
    font-weight: normal;
    font: 10px verdana;
    margin-bottom: 30px;
    text-align:right;
    width:590px;
    border-top:1px solid #D88FA6;
    float:right;
}
.postinf {
	color: #636363;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
}

.postmetadata a {
color: #D88FA6;
}

.entry {
    clear:both;
    padding: 5px 0 10px 0; 
    text-align:justify; 
    float:none;
       
}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 0 0px 0 30px;
    width:650px;
    color:#BC4B2C;
    padding-bottom:10px;
}
.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: #250B21;
    border: 1px solid #361031;
    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:19px;
	border: 1px solid #DE7795;
	background-color: #995A74;
	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;
	background-color: #ED9EB3;
	border: 1px solid #DE7795;
}


/*   Calendar Design    */


#wp-calendar {
	width: 200px;
	color:#AA93A7;
}

#wp-calendar td {
	text-align: center;
	color:#4E3A4B;
}

#wp-calendar th {
color:#4E3A4B;
}

#wp-calendar a {
color:#AA93A7;
}




/*     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:#704D67;  
}

#footer a{
    color:#955A74;  
}



/*     Other Design     */

.clear {
    clear: both;
}
#date
{
background:url(images/calendar.gif) no-repeat;
float:left;
height:64px;
width:70px;
margin:0px 10px 10px 10px;
}
.month
{
	text-align:center;
	font-size:12px;
	margin:0;	
	color:#DE809A;
	margin-top:-25px;

}
.day
{
text-align:center;
font:36px gramond, 'times new roman';
font-weight:bold;
color:#A73654;
padding-top:3px;
}