/*
Theme Name: Spring Butterfly
Theme URI: http://www.refineme.org/themes/
Version: 1.0
Description: A simple green, yellow and white theme based on an old website layout. 
Author: Tina Matanguihan
Author URI: http://www.refineme.org
*/

/*** Standard HTML Elements ***/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body, td {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #000000;
	margin-left: 50px;
	padding-bottom: 10px;
}

p,code,ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

a:link, a:visited {
	font-weight: 600;
	color: #5F9907;
	text-decoration:none;
}

a:hover, a:active {
	font-weight: 600;
	color: #A8FB25;
	text-decoration:none;
}

blockquote {
	margin: 0px 20px 0px 20px;
	padding: 0px 25px 0px 30px;
	font-family: Arial, sans-serif;
	color: #666666;
	background: #CAE5BC url('images/blockquote.jpg') repeat-y;
}

small {
	font-size: 11px;
	color:#666;
}
/*** End Standard HTML Elements ***/

/*** Header Elements ***/
#top {
	margin-top: 10px;
}

#head {
	background: url('images/header.jpg');
	width: 825px;
	height: 125px;
	padding:0;
	margin:0;
}

#title {  /* Blog Title */
	padding-top: 50px;
	width: 425px;
	margin-left: 200px;
}

#title h1 {
	font-family: "Georgia", serif;
	font-size: 3.5em;
	letter-spacing: 2px;
	padding: 3px;
	line-height: 150%;
}

#title a:link, #title a:visited {
	color: #5F9907;
}

#title a:hover  {
	color: #5F9907;
}

#description {   /* Blog Description */
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	font-style: italic;
}
/*** End Header Elements ***/

/*** Main Body Elements ***/
#container {
	width: 630px;
	background: #FFF url('images/mainbg.jpg') repeat-y;
}

#main {
	width: 630px;
	margin: 0px auto 0px;
	padding: 0px;
}

#content {
	float: right;
	width: 425px;
	margin: 0px;
	padding: 1px 15px 0px 0px;
	line-height: 150%;
}

#content .info {
	padding: 5px 10px;
	background:#CAE4BD;
	color: #555;
	margin: 0px 0 0 0;
	text-align: right;
}

#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*** Post Elements ***/
.post {
	border: 1px dashed #A7F828;
	display: block;
  	padding: 7px;
  	text-align: justify;
}

.post h1 {
  	font-weight:bold;
  	font-family: "Georgia", serif;
  	font-size: 20px;
  	line-height: 120%;
}

.post .descr {
  	font-size: 10px;
  	font-family: "Georgia", serif;
  	color: #777;
}

.post ul li {
  	list-style-image: url('images/bullet2.jpg');
  	list-style-position: outside;
  	line-height: 1.75em;
  	margin-left: 25px;
}

.post ul ul li, .post ul ul ul li {
  	list-style-type: circle;
}

.post ol li {
  	list-style-type: arabic;
  	list-style-position: outside;
  	line-height: 1.75em;
  	margin-left: 25px;
}

.post ul ul li {
  	padding-left: 15px;
}

.info a:hover {
  	color: #FFF;
}

h1.title {
  	border-bottom: 3px #A8FB25 double;
}
/*** End Post Elements ***/
/*** End Main Body Elements ***/

/*** Sidebar Elements ***/
#sidebar {
  	float: left;
  	width: 160px;
  	margin-left: 0px;
  	padding: 0px 0px 0px 10px;
  	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul li {
  	list-style-type: none;
  	padding-left: 5px;
  	line-height: 120%;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
}

#sidebar h2 {
	font-size: 1.2em;
	font-family: "Georgia", serif;
}

#sidebar a:link, #sidebar a:visited {
   	color:#FBEFB5;
}

#sidebar a:hover, #sidebar a:active {
   	color: #A8FB25;
}

#sidebar .currently {
  	background: #CAE4BD;
  	display: block;
  	padding: 5px;
  	font-family: "Georgia", serif;
  	font-size: 10px;
}

.currently .current {
  	text-transform: uppercase;
  	font-weight: 600;
}

#sidebar #searchform {
	border: none;
}

#searchform .styled {
	font-size: 1.3em;
	background: #FFFFF;
	border: 1px solid #CAE4BD;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 3px;
}

#searchform .styled:hover {
	background: #FFFFF;

}
#searchform .styled:focus {
	background: #FFFFF;
}
/*** End Sidebar Elements ***/

/*** Footer Elements ***/
#foot {
	clear: both;
	background-color: #5F9907;
	margin-left: 8px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	width: 600px;
}

#foot a:link, #foot a:visited {
	 color: #A8FB25;
}

#foot a:hover {
	color: #000;
}

/*** End Footer Elements ***/


/*** Comment Elements ***/
#commentlist h2#comments {
  	font-family: "Georgia", serif;
  	font-size: 10px;
}

#commentlist {
	padding-left: 15px;
	padding-right: 20px;    
	background:#F0DF8D;
	padding-top:10px;
}

#comment h2 {
	line-height: 150%;
	font-family: Verdana, sans-serif;
}

#commentlist li {
	list-style-position: inside;
}
#commentform {
	margin: 1em 0;
	width: 350px;
}

#commentlist h3 {
    font-family: "Georgia", serif;

}
.commentmetadata {
	padding: 2px 0 4px;
	font-size: 0.5em;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.3em;
	background: #FFF;
	border: none;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: none;
}
.styled:focus {
	background: #FFF;
	border: none;
}
#commentform input {margin-bottom: 3px;}

#responseform {
	background:#F0DF8D;
	padding: 10px;
}

.comment-1 {
	background: #FBEFB5;
	padding:5px;
	border: 1px dashed #5F9907;

}

.comment-2 {
    border: 1px dashed #5F9907;
    padding: 5px;
    background: #FFF;
}
/*** End Comments ***/


/*** Miscellaneous Classes ***/
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/*** End Miscellaneous Classes ***/



