/*

	Theme Name: Tropical Flowers
	URI: http://houseonahill.net
	Description: A 3-column theme with rounded corners based on the 3 column relaxation theme by Clemens Orth 
	Version: 1.0
	Author: Connie Veneracion
	Author URI: http://houseonahill.net

	The 3 column relaxation design by Clemens Orth (http://clemens.orth.me.uk)
	
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

*/

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	background: #FFFFCC;
	font-size: medium;
	font-family: Georgia, Times New Roman;
}

#top {
	margin: 0 auto;
	background: #FFFFCC url(images/header.gif) no-repeat top center;
	height: 218px;
        width: 950px;
}

.blogtitle {
        color: #ba3900;
	font-size: x-large;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
        padding: 25px;
}

#linkbar {
	background: #ff8400 url(images/links.gif) no-repeat top center;
	height: 38px;
        width: 950px;
	margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 13px;
        color: #663300;
}


#linkbar a {
	color: #a60000;
}

#linkbar a:hover {
	color: #ff7e00;
	text-decoration: underline;
}

#page {
	background: #FFFFFF url(images/bg.gif) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 3px solid #7F3F00;
	padding-left: 15px;
	margin: 0 20px 0 15px;
}

a {
	text-decoration: none;
}
a:link {
	color: #FF2A00;
}
a:visited {
	color: #b94a00;
}
a:hover, a:active {
	color: #fff;
}

code {
	color: #771F00;
	text-align: left;
}

h1, h1 a {
	color: #5F3E00;
	font-size: xx-large;
	font-weight: bold;
	font-family: 'Georgia', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
        letter-spacing: 0.01em;
	margin: 10px 0 2px 0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #8F5E00;
}

h2, h2 a {
	color: #800000;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
}

h3 {
	color: #9d3612;
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: 1px;
}

ol li {
	list-style-type: decimal;
        list-style-position: inside;
        margin: 1px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 130%;
	text-align: left;
}

small {
	font-size: medium;
        text-transform: uppercase;
        letter-spacing: 0.03em;
}

#comment {
	background: #ffffff;
	border: solid 1px #7f5300;
	color: #800000;
	font-size: smaller;
	vertical-align: middle;
}

#content {
	background: transparent;
	border: none;
	color: #000000;
	float: left;
	padding: 5px 10px 25px 20px;
	text-align: left;
	width: 510px;
}

.archive {
	text-align: left;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
        width: 950px;
	background: #f1464e url(images/footer.gif) no-repeat center top;
        padding: 0;
        height: 30px;
        clear: both;
}

#sidebar { color: #665045; float: left; font-size: medium; letter-spacing: 0.03em; margin: 0 20px 20px; text-align: left; width: 220px; }

#sidebar2 {
	color: #665045;
	float: right;
	font-size: medium;
        letter-spacing: 0.03em;
	margin: 0 20px 20px 0;
	text-align: left;
	width: 125px;
}

#sidebar ul li a { color: #6a5246; text-decoration: none; margin: 0; padding: 5px 0; border-bottom: 1px dotted #6a5246; display: block; font-family: Trebuchet MS; }

#sidebar2 ul li a {
	color: #6a5246;
}

#sidebar ul li a:hover { color: #fde57e; font-weight: bold; background-color: #d73612; }

#sidebar2 ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#sidebar h2 {
	background: url(images/color_swatch.png) no-repeat left 50%;
	margin: 15px 0;
	padding: 0 0 0 20px;
	color: #2b6460;
	font-family: Georgia, "Times New Roman", Times, "Lucida Sans", "Lucida Sans Unicode", serif;
	font-size: 14px;
        text-transform: lowercase;
	font-weight: normal;
}

#sidebar2 h2 {
	background: url(images/color_swatch.png) no-repeat left 50%;
	margin: 15px 0;
	padding: 0 0 0 20px;
	color: #2b6460;
	font-family: Georgia, "Times New Roman", Times, "Lucida Sans", "Lucida Sans Unicode", serif;
	font-size: 14px;
        text-transform: lowercase;
	font-weight: normal;
}

#sidebar ul li { list-style-type: disc; list-style-position: inside; margin: 0 0 0 10px; display: inline; }

#sidebar2 ul li { list-style-type: square; list-style-position: inside; margin: 0 ; display: inline; }

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#noindent {
	margin: 0;
	padding: 0;
}
#noindent2 {
	margin: 0;
	padding: 0;
}

input, textarea, submit {
border:       1px solid #8F5B00;
background-color:  #fff;
color:             #000;
font-family:       Georgia;
font-size:         medium;
padding:           2px;
}

#author, email, url {
	background: #ffffff;
	border: 1px solid #5F3E00;
	color: #7F5000;
	font-size: smaller;
	padding-left: 2px;
	vertical-align: middle;
}

.entry, .entrytext {
        font-size: x-large;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.commentbody {
	border-top: 1px solid #4F3400;
        width: 375px;
	color: #333333;
        letter-spacing: 0.05em;
        padding: 15px;
        margin-bottom: 10px;
}

.commentbody p {
	line-height: 1.2em;
	font-size: smaller;
}

.commentlink {
	font-size: smaller;
}

.commentlist {
	list-style: none;
}


html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.navigation {
	font-size: smaller;
	padding: 40px 0 0 0;
}

.postmetadata {
	color: #2B5F00;
	font-size: smaller;
	margin: 25px;
        text-align: center;
        text-transform: uppercase;
}

.pagination {
	color: #2B5F00;
	font-size: smaller;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.postmetadata a {
	color: #7F5300;
}
.entry img {
margin: 3px 5px 0 0;
padding: 5px;
background: #FFE9AF;
border: 1px dotted #999999;
}

.entry img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

.entrytext img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

img {
        padding: 0;
        border: 0;
	margin: 0;
}

/* different postmetadata style for single.php */

.alt {
	border-top: 1px solid #6F4900;
	color: #000000;
	font-size: smaller;
        padding: 15px;
        margin-bottom: 10px;
}

.alt a {
	color: #3E7700;
}
