/*  
Theme Name: Reflections
Theme URI: http://chasethestars.com
Description: Looking back on yesterdays....  Theme made by <a href="http://chasethestars.com">Stacee Leung</a>, Coded by <a href="http://php-princess.net">Daynah Nguyen</a>
Version: 1.0.1
Author: Stacee Leung
Author URI: http://chasethestars.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Links */
A:link    {color:#DD4883;text-decoration:none;}
A:visited {color:#DD4883;text-decoration:none;}
A:active  {color:#000000;text-decoration:none; border-bottom: 1px dashed #000000;}
A:hover   {color:#000000;text-decoration:none; border-bottom: 1px dashed #000000;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #C2C1BF;
	text-align: justify;
}
.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:300;
}

/* Theme Logo */
.mainimage {
	position: absolute;
 	left: 0px;
 	top: 0px;
}

.mainimage a img 
{
        border: 0px;
}

/* Header Text (date) */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #DBDBDB;
	color: #9E9E9E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* Main Context Div */
.main {
	background-color: #F1C5D7;
	width: 50%;
 	padding: 0px;
	position: absolute;
 	left: 355px;
 	top: 0px;
}

/* Side bar Div */
.sidebar {
	background-color: #F1C5D7;
	width: 335px;
 	padding: 0px;
	position: absolute;
 	left: 0px;
 	top: 308px;
}

/* Links and text to comments */
.comments 
{
    font-size: 8pt;
    text-align: right;
    border-top: 1px solid #ffffff;
}

/* Search Box */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
        font-weight: bold;
        color: #9E9E9E;
        background: #FFE5F1;
	border: thin solid #C2C1BF;
        margin: 2px;
        padding: 2px;
}

/* Comment textbox */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #FFE5F1;
	border: thin solid #C2C1BF;
}

/* Images to float right */
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 0px;
}

/* Images to float left */
.floatleft
{
float: left;
margin: 10px 10px 0 0;
border: 1px solid #666;
padding: 0px;
}

/* Lists */
.sidebar ul
{
	list-style-type:none;
	margin-left: 0; padding-left: 0;
}

/* Lists in Lists have margin */
.sidebar ul ul
{
	margin-left: 10px; padding-left: 0;
}

/* Header in list */
.sidebar li h2
{
	font-size: 14px;
	font-weight: bold;
	color:white;
}

/* For Quotes: To use this in your blog, use the tags
   <blockquote><div>CONTENT</div></blockquote> 
   Quote Styling idea from Simon Willison
   http://simon.incutio.com/archive/2003/05/21/stylingBlockquotes
*/
blockquote 
{
  background: transparent url(images/quoleft.gif) left top no-repeat;
}

blockquote div 
{
  padding: 0 48px;
  background: transparent url(images/quoright.gif) right bottom no-repeat;
}
