/*  
Theme Name: Everlasting Blooms
Theme URI: http://webhostinggeeks.com
Description: A Wordpress Theme For Your Blog <br> - Designed by <a href="http://webhostinggeeks.com">Web Hosting Geeks</a> 
Author: Web Hosting Geeks
Author URI: http://webhostinggeeks.com
© 2008, Web Hosting Geeks. All rights reserved. 
*/



body {
	color            : #000000;
  padding          : 0px;
  background-color : #3d461a;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#page {
	background: url(images/wrapper-background.jpg) repeat-y;
	border: 5px solid #dada71;
	text-align: left;
	}


#content {
	font-size: 1.1em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {   	

float: right: 
font-size: 3em;
	text-align: left;
       	}

h2 {
	font-size: 1.6em;
	border-bottom: 3px solid #9a9923;

	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #3e471a;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

        color: #f27b1f;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
        color: #f27b1f;
	}

a, h2 a:hover, h3 a:hover {
        color: #fcc200;
	text-decoration: none;

	}

a:hover {
	color: #fcc200;
	text-decoration: underline;
	}
	

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 850px;
	}
	
#header {
	padding: 0 0 0 0px;
	margin: 0 auto;
	height: 290px;
	width: 850px;
          background: url("images/header.jpg");
	}



.narrowcolumn {
	float: right;
	margin: 0 15px 0 0;
	width: 535px;
        background: #fdfcca url("images/content-background.jpg") repeat-x;
        padding: 10px;
	border: 3px solid #9a9923;
	display: inline;
}
	
#footer {
	clear: both;
	}

h1 {
	padding-top: 150px;
        padding-left: 78px;
	margin: 0;
        font-size: 28px;
	font-weight: bold;
	}

h2 {
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

input {
	color: #555;
	font: 0.9em Verdana, Arial, Sans-Serif;
	padding: 2px;
	background: #fbfaed;
	border: 1px solid #3d461a;
	margin-right: 1px;
	}

#sidebar {
	float: left;
	width:220px;
	padding: 0 5px 0 0;
    margin-top: 0;
	margin-left: 40px;
	* margin-left: 20px;
	}

#sidebar a 
{
	color: #F2F3A2;
	font-size: 12px;
}

a img {
	border: none;
	}

.inputTextArea
{
	background:#FBFAED none repeat scroll 0 0;
	border:1px solid #3D461A;
	color:#555555;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:0.9em;
}
