/* 
Flower power without inline scrolling
*/

/* ************************ Layout *********************************** */

body
{
  margin: 0;
  padding: 0;
  background-color: #000000;
	background-image: url(background_flower.jpg); 
  background-repeat: no-repeat; 
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
  font-size: 76%;
  text-align: center;
  min-width: 955px;
}

.around
{
  text-align:left;
  height: 610px; 
  width: 955px; 
  margin-left:auto;
  margin-right:auto;
  position: relative;
}

.wrapper
{
  text-align:left;
  width: 755px; 
  margin-left:auto;
  margin-right:auto;
  position: absolute;
  top: 155px;
  left:180px;
 /*  overflow-x:hidden;
  overflow-y: auto;*/
	z-order: 1;
	background-color: #000000;
}

.narrowcolumn
{
  margin-top: 10px;
  width: 500px;
}

.sidecolumn
{
  position: absolute;
	top: 0px;
	right: 0px;

  width: 210px;
}

.content-wrapper
{
  position: relative;
  top: 25px;
  margin: 0 225px 0 0;
}

.main
{
  position: relative;
  top: 20px;
}

.nav {  
  color: #088508;
  position: absolute; 
  left: 180px; 
  top: 120px; 
  height: 18px; 
  width: 755px; 
  padding-top: 3px; 
  border-bottom: 1px solid #e6661b;
  float: left;
  font-weight: bold;
}

.nav ul
{
  margin: 0;
  padding: 0;
  text-align: right;
}

.nav li
{
  display: inline;
}

.nav a:link, .nav a:visited 
{
  text-decoration: none;
  color: #088508;
}

.cpright
{
  color: #c65a00;
  height: 25px; 
  font-size: 90%;
	text-align: left;
}

/* ************************ Navigation ******************************** */

.navigation_top
{
  width: 500px;
  color: #c65a00;
	position: relative;
	top: -35px;
}

.navigation_bottom
{
  width: 500px;
  color: #c65a00;
}

.navigation_top .alignleft
{
  float: left;
  text-align: left;
}
	
.navigation_top .alignright
{	
  float: right;
  text-align: right;
}

.navigation_top a:link, .navigation_top a:visited 
{
  text-decoration: none;
  color: #088508;
}


.navigation_bottom .alignleft
{
  float: left;
  text-align: left;
}
	
.navigation_bottom .alignright
{	
  float: right;
  text-align: right;
}

.navigation_bottom a:link, .navigation_bottom a:visited 
{
  text-decoration: none;
  color: #088508;
}

/* ************************ Post ************************************** */

.post
{
  margin-bottom: 15px;
  color: #ac9c69;
  padding-left: 3px;
  font-size: 1.1em;
  background-color: #000000;
  clear: left;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

.post a
{
  color: #088508;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-type: bullet;
  margin-bottom: 10px;
}
/* ************************ Headings *********************************** */
.headings 
{
  font-size: medium;
  background-image: url(heading.gif); 
  background-repeat: no-repeat; 
  background-position: left center; 
  height: 20px;
  padding-top: 5px; 
  padding-bottom: 5px; 
  padding-left: 30px;
  text-align: left;
  text-indent: 30px;
  border-bottom: 1px solid #8c5029;
  margin-top: 15px;
  margin-bottom: 5px;
}

.headings a, .headings a:hover, .headings a:visited
{
  text-decoration: none;
}

/* ************************ Entry ************************************* */

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 5px;
	text-align: justify;
}

.entry .postmetadata
{
  color: #ac9c69;
  font-size: 0.9em;
  width: 70%;
  margin: 2em auto3.5em auto;
  padding: 5px;
  padding-left: 45px;
  background: #000000 url(metadata.gif) no-repeat   scroll top left;
}

.entry .postmetadata a:link, .entry .postmetadata a:hover, .entry .postmetadata a:visited
{
  text-decoration: none;
  color: #fa9d64;
}

.entry table td
{
  text-align: center;
}

.entry p
{
  padding-left: 5px;
}

/* ************************ Sidebar *********************************** */
#sidebar {
/*border: 1px solid #f6ad09;*/
}

#sidebar ul 
{
  list-style: none;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #088508;
}

#sidebar ul ul
{
  list-style-type: circle;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar ul h2
{
  border-bottom: 1px solid #8c5029;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
  color: #f47411;
}

 #sidebar a
{
  text-decoration: none;
  font-weight: bold;
  color: #088508;
}

#sidebar a:hover
{
  text-decoration: underline;
}

/* ************************ Calendar ********************************** */
#wp-calendar
{
  border: 1px solid #088508;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
  color: #f47411;
}

#wp-calendar th
{
  background-color: #088508;
}

#wp-calendar td
{
  color: #f47411;
}

#wp-calendar a
{
  border: 1px solid #f47411;
  color: #f47411;
  background-color: #088508;
  display: block;
}

#prev a, #next a
{
  border: 0;
}

#wp-calendar caption
{
  text-align: center;
  width: 100%;
}
/* ************************ Search ************************************ */
#searchform
{
  text-align: center;
}

#searchform input
{
  border: 1px solid #8c5029;
  background-color: #088508;
}

#searchform #s
{
  width: 50%;
  background-color: #ac9c69;
}
/* ************************ Comment *********************************** */
#commentform p label
{
  color: #f6ad09;
}

#commentform p input
{
  background-color: #ac9c69;
}

#commentform p textarea
{
  background-color: #ac9c69;
}

#respond
{
  color: #c65a00;
}

#commentform p
{
  color: #c65a00;
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #f6ad09;
  padding: 5px;
  background-color: #000000;
  color: #ac9c69;
}

ol.commentlist li.alt
{
  border: 1px solid #f30b23;
}

ol.commentlist a
{
  color: #a2c3ff;
}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

/* ************************ Footer ************************************* */
#footer {
  clear: both;
  color: #8c5029;
  border-top: 1px solid #8c5029;
  padding: 3px;
  text-align: right;
	/*margin-top: 150px;*/
}

#footer a:link, #footer a:hover, #footer a:visited 
{
  text-decoration: none;
  color: #f47411;
}

/* ************************ Header ************************************ */
#header
{
  margin-bottom: 20px;
}

.banner
{
	width: 755px;
	height: 130px;
	position: relative;
	left: 180px;
	  background-color: #000000;
	background-image: url(banner.jpg); 
  background-repeat: no-repeat; 
	background-position: 40% 100%;

}

#header a
{
  text-decoration: none;
  color: white;
}

#header h1
{
  font-size: 3em;
}

/* ************************ Basic format ****************************** */
* 
{
  padding: 0;
  margin: 0;
}
 
blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  color: #ffa87e;
  border: 1px solid #088508;
  background: #000000 url(blockquote.gif) no-repeat scroll top left;
}

blockquote a:link, blockquote a:hover, blockquote a:visited 
{
  color: #339933;
}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.alignleft
{
 text-align: left;
}

.alignright
{
  text-align: right;
}

.center
{
  text-align: center;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;
}

a img
{
  border: none;
}

h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

h2
{
  font-size: 1.6em;
  border-bottom: 1px solid #088508;
	color: #f47411;
}
	
hr
{
  display: none;
}


#themeswitcher select{
 background-color: #ac9c69;
	}
