/*  
Theme Name: The Wheel of Life
Theme URI: http://www.thewheeloflife.org
Author: themeFORMARE
Author URI: http://www.themeformare.com
Designer: designFORMARE
Designer URI: http://www.designformare.com
*/


body {
 margin: 0 auto;
 padding: 0;
 background: #BEE9F4;
 font: 100.0% Verdana, Arial, Helvetica, sans-serif;
 color: #000;
 text-align: center;
}

#navmenu{
font: 14px Verdana, Arial, Helvetica, sans-serif;
}

.container {
 width: 760px;
 background: #FFF;
 background: url(images/Content1.jpg);
 background-position: center;
 background-repeat: repeat-y;
 margin: 0 auto;
 padding: 0px;
 text-align: left;
}

.header {
 width: 760px;
 height: 165px;
 background: url(images/Header.jpg);
 background-position: center;
 background-repeat: no-repeat;
 margin: auto;
 padding: 0px;
 text-align: left;
}

.post {
 width: 500px;
 margin-left: 8px;
 float: left;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.sidebar{
float: right;
width: 190px;
height: 100%;
margin: 0 10px 0 10px;
display: inline;
list-style-type: none;
padding-left: 10px;  
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

.footer {
 width: 760px;
 height: 58px;
 color: #0175C0;
 font: 9px Verdana, Arial, Helvetica, sans-serif;
 background: url(images/Footer.jpg);
 background-position: center;
 background-repeat: no-repeat;
 margin: 0 auto;
}

.copyright {
text-align: center;
padding-top: 20px;
}

.feedback {
 margin: 20px 10px 0 20px;
}

/* Basic Elements */

img {
 border: 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, p, small, img, hr {
 margin: 5px auto;
 padding: 0;
}

h1 {
 font-size: 100%;
}

h2 {
 font-size: 16px;
}

h3 {
 font-size: 100%;
}

small {
 color: #9f9f9f;
 font-size: 90%;
}

blockquote {
 border-left: 10px solid #ddd;
}

hr
{
  background: #efefef;
  border: 0;
  color: #efefef;
  height: 1px;
  margin: 0 0 2px;
}

p {
 margin: 18px auto;
}

/* Specific Elements */

.header h1 {
 padding-top: 100px;
 padding-left: 20px;
 color: #fff;
}

.header h3 {
 color: #fff;
 padding-left: 20px;
}

.header a {
 color: #fff;
 text-decoration: none;	
}

.header a:hover {
 text-decoration: none;
}

.sidebar a {
 color: #839279;
}

.sidebar a:hover {
 color: #000;
 text-decoration: none; 
}

.footer a {
 color: #0175C0;
 text-decoration: none; 
 font-weight: bold; 
}

.footer a:hover {
 color: #C25D51; 
}

.footer p {
 padding-top: 30px;
 padding-left: 20px;
}

.post h2 a {
 color: #000;
 text-decoration: none;	
}

.post h2 a:hover {
 color: #D74E58;
 text-decoration: none;
}

.post ul, .post ol {
 margin-left: 100px;
}

.post h1, .post h2, .post h3, .post p, .post img, .post small, .post input, .post hr, .post input, .post select {
 margin-left: 20px;
 margin-right: 20px;
}

.post h2 {
 margin-top: 10px;
}

.post hr {
 margin-right: 20px; 
}

/* Hax... Hide from IE */

html>body .post ul, .post ol {
 margin-left: 50px;
}

/* End Hax */

.sidebar ul li {
 list-style: none;
 margin-top: 5px;
}

.sidebar ul {
margin: 0 0 15px 0;
padding: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}


/* Comments */

.commentholder input {
 margin: 4px;
}

#comment {
 width: 400px;
}

.commentholder a {
 color: #000;
 text-decoration: none; 
 font-weight: bold; 
}

.commentholder a:hover {
 color: #000;
}

.commentbox {
 border: 1px solid #ddd;
 padding: 6px;
 margin-top: 6px;
 width: 350px;
}

.commentlist {
 list-style: none;
}

.box1 {
width: 170px;
background: #BFE7F3;
border: 1px solid #D34F4B;
padding: 5px;
margin: 0 auto;
font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.box1h1 {
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.box1 input {
background: #FFF;
border: 1px solid #D34F4B;
color: #000;
width: 100%;
}


.box2 {
width: 450px;
background: #BFE7F3;
border: 1px solid #666;
margin: 0 auto;
}