/*
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: #D2C09C;
	font-family: Trebuchet MS, Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
        margin-left: 80px;
	
}

p,code,ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

a:link, a:visited {
	font-weight: 600;
	color: #56849C;
	text-decoration:none;
}

a:hover, a:active {
	font-weight: 600;
	color: #92C8DD;
	text-decoration:none;
}

blockquote {
	margin: 0px 20px 0px 20px;
	padding: 0px 25px 0px 30px;
	font-family: Arial, sans-serif;
	color: #666666;
	background: #92C8DD url('images/blockquote.jpg') repeat-y;
}

small {
	font-size: 9px;
	color:#666;
}
/*** End Standard HTML Elements ***/

/*** Header Elements ***/
#top {
	margin-top: 0px;
}

#head {
	background: url('images/header2.jpg');
	width: 800px;
	height: 205px;
	padding:0;
	margin:0;
}

#title {  /* Blog Title */
	padding-top: 50px;
	width: 425px;
	margin-left: 200px;
}

#title h1 {
	font-family: "Georgia", serif;
	font-size: 12px;
	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: 800px;
	background: #FFF url('images/mainbg.jpg') repeat-y;
}

#main {
	width: 800px;
	margin: 0px auto 0px;
	padding: 0px;
}

#content {
	float: right;
	width: 580px;
	margin: 0px;
	padding: 1px 15px 0px 0px;
	line-height: 150%;
}

#content .info {
	padding: 5px 10px;
	background:#D2ECF6;
	color: #555;
	margin: 0px 0 0 0;
	text-align: right;
}

#content p img{
border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*** Post Elements ***/
.post {
	border: 1px dashed #A0B66B;
	display: block;
  	padding: 15px;
}

.post h1 {
  	font-weight:bold;
  	font-family: "Georgia", serif;
  	font-size: 14px;
  	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 #A0B66B double;
}
/*** End Post Elements ***/
/*** End Main Body Elements ***/

/*** Sidebar Elements ***/
#sidebar {
  	float: left;
  	width: 200px;
  	margin-left: 5px;
  	padding: 0px 0px 0px 0px;
  	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: 11px;
	font-family: "Georgia", serif;
   	color:#56849C;
}

#sidebar a:link, #sidebar a:visited {
   	color:#FFFFFF;
}

#sidebar a:hover, #sidebar a:active {
   	color: #D2ECF6;
}

#sidebar .currently {
  	background: #56849c;
  	display: block;
  	padding: 5px;
  	font-family: "Georgia", serif;
        font-color: "FFFFFF";
  	font-size: 10px;
}

.currently .current {
  	text-transform: uppercase;
  	font-weight: 600;
}

#sidebar #searchform {
	border: none;
}

#searchform .styled {
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #92c8DD;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 3px;
}

#searchform .styled:hover {
	background: #FFF;

}
#searchform .styled:focus {
	background: #FFF;
}
/*** End Sidebar Elements ***/

/*** Footer Elements ***/
#foot {
	clear: both;
	background-color: #92c8DD;
	margin-left: 8px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	width: 790px;
}

#foot a:link, #foot a:visited {
	 color: #56849C;
}

#foot a:hover {
	color: #000;
}

/*** End Footer Elements ***/


/*** Comment Elements ***/
#commentlist h2#comments {
	font-family: Verdana, sans-serif;
  	font-size: 9px;
        font-color: #A0B66B;
}

#commentlist {
	padding-left: 15px;
	padding-right: 20px;    
	background:#92C8DD;
	padding-top:10px;
}

#commentlist h2 {
	font-family: Verdana, sans-serif;
  	font-size: 9px;
        font-color: #A0B66B;

}

#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: 10px;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 10px;
	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:#92C8DD;
	padding: 10px;
}

.comment-1 {
	background: #D6E9F0;
	padding:5px;
	border: 1px dashed #92C8DD;

}

.comment-2 {
    border: 1px dashed #92C8DD;
    padding: 5px;
    background: #FFF;
}
/*** End Comments ***/


/*** Miscellaneous Classes ***/
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/*** End Miscellaneous Classes ***/

.h2 {
    font-family: "Georgia", serif;
  	font-size: 9px;
        font-color: #A0B66B;
}

