@charset "utf-8";
/* CSS Document
Theme Name: Lilysunshine	
Theme URI: http://www.lilysunshine.com
Description: This is my first theme for lilysunshine.com.
Version: 1.0
Author: lilysunshine
Author URI: http://www.lilysunshine.com/
*/

/* RESET - From http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 97%;
	font-family: Arial, Helvetica, sans serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
ol li, ul li
{
	list-style-position: inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*//// General ////*/
body{
	background: #fff url(images/background.jpg);
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
blockquote{
	border: 1px dashed #938ec4;
	padding: 0 0.5em;
}

/*//// H1, H2, H3, etc ////*/
h1{
	font-family: Georgia, Times, serif;
	font-size: 2.4em;
}
#container h2{
	float: left;
}
#container h2 a{
	color: #80c79b;
	font-size: 1.8em;
	font-family: Georgia, Times, serif;
	text-decoration: none;
}
#sidebar h2{
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #938ec4;
}
.post h2{
	margin-bottom: 1em;
}
h3#comments{
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #938ec4;
}
h3#respond{
	margin-top: 1.5em;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #938ec4;
}
.post_not_found h2{
	color: #80c79b;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	text-align: center;
	line-height: 1.5em;
}
.entry p{
	margin: 0.5em 0;
}

/*//// Header ////*/
#header{
	background-color: #938ec4;
	padding: 1.5%;
	width: 75%;
	margin: 0 auto;
	border-bottom: 2px dashed #fdf6d0;
	border-left: 2px dashed #938ec4;
	border-right: 2px dashed #938ec4;
}
#header h1 a{
	color: #fff;
	text-decoration: none;
}

/*//// Content ////*/
#holder{
	margin-left: 10.8%;
	width: 78.1%;
	display: inline-block;
	background-color: #fdf6d0;
	border-left: 2px dashed #938ec4;
	border-right: 2px dashed #938ec4;
}
#container{
	background-color: #fdf6d0;
	float: left;
	width: 70%;
	padding: 1.5%;
	border-right: 2px dashed #938ec4;
}
#sidebar{
	float: right;
	padding: 1.5%;
	background-color: #fdf6d0;
	width: 23%;
}
.post{
	padding-bottom: 1.5em;
	border-bottom: 2px dashed #938ec4;
	margin-bottom: 1em;
}
p.postmetadata
{
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #80c79b;
}
p.postmetadata a
{
	color: #80c79b;
}
.comments-template{
	margin-top: 1em;
}
.commented{
	color: #938ec4;
	font-family: Georgia, Times, serif;
}
ol.commentlist li{
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px dashed #938ec4;
}
.comment-author,
.comment-date{
	text-transform: capitalize;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #80c79b;
}
.commentmetadata a{
	font-family: Georgia, Times, serif;
	color: #80c79b;
}
textarea#comment{
	border: 1px solid #938ec4;
}
#commentform #submit{
	background-color: #938ec4;
	color: #fff;
	border: none;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	margin-top: 0.5em;
	cursor: pointer;
}
.navigation a{
	margin-top: 1em;
	color: #938ec4;
}
.entry img{
	padding: 0.5em;
	margin: 0.5em 0;
	border: 2px dashed #938ec4;
}
.entry a{
	color: #80c79b;
}
.date{
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 1.9em;
	text-indent: 1em;
}
.entry{
	clear: both;
	text-align: justify;
}
.entry .img_title{
	font-style: italic;
	color: #938ec4;
}

/*//// Sidebar ////*/
#sidebar ul li{
	margin-bottom: 1em;
}

/* Pages */
#sidebar ul li.widget_pages li{
	margin-bottom: 0;
}
.widget_pages li a{
	color: #80c79b;
}

/* Search */
#searchform #s{
	border: 1px solid #938ec4;
	padding: 0.2em;
}
#searchform #searchsubmit{
	background-color: #938ec4;
	border: none;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	position: relative;
	top: 2px;
}

/* calendar */
#calendar_wrap table{
	width: 100%;
	border-collapse: collapse;
}
#calendar_wrap table caption{
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #80c79b;
	text-align: center;
	margin: 0.5em;
}
#calendar_wrap table th,
#calendar_wrap table td{
	text-align: center;
}
#calendar_wrap table th{
	font-weight: bold;
	font-family: Georgia, Times, serif;
}
#calendar_wrap table th,
#calendar_wrap table tbody td{
	border: 1px solid #938ec4;
}
#calendar_wrap table tbody td a{
	font-weight: bold;
	color: #80c79b;
}
#calendar_wrap table tfoot td{
	text-align: left;
}
#calendar_wrap table tfoot td#next{
	text-align: right;
}
#calendar_wrap table tfoot td a{
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #80c79b;
}

/* Recent Entries */
.widget_recent_entries li a{
	color: #80c79b;
}
.widget_recent_entries ul li{
	margin-bottom: 0!important;
}

/* Tags */
.widget_tag_cloud a{
	color: #80c79b;
}

/*//// Footer ////*/
#footer{
	clear: both;
	background-color: #938ec4;
	padding: 1.5%;
	width: 75%;
	margin: 0 auto;
	border-top: 2px dashed #fdf6d0;
	border-left: 2px dashed #938ec4;
	border-right: 2px dashed #938ec4;
}
#footer a{
	color: #fff;
}

/* Progress Bars
.rav_project {
margin-bottom: 5px;
margin-top: 10px;
}

.rav_project a.rav_title {
font-size: 1em;
}

.rav_project .rav_progress_text {
position: relative;
text-align: center;
}

.rav_project .rav_progress_bar_wrapper {
border: 1px solid transparent;
margin-top: 2px;
} 

.rav_project .rav_progress_bar { 
position: relative;
padding: 3px;
border: 1px solid #938ec4;!important
}

.rav_project .rav_progress_bar .rav_progress_filled { 
position: absolute;
}

.rav_project .rav_photo_link {
padding: 4px;
margin-top: 10px;
margin-bottom: 10px;
display: block;
width: 150px;
height: 113px;
border: 1px solid #8c9674;
background-color: #dff4af;

-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

.rav_project .rav_photo_link img {
width: 150px;
height: 113px;
border: 0px solid #ffffff;
}

.rav_project_with_photos {
margin-bottom: 20px;
} */
