/* TinyMCE specific rules */
body.mceContentBody {
  font-size: 12px;
	background: white;
	text-align: left;
}

/******************************************************************
 +Overall Colors and Styles
******************************************************************/

body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #D9E7A9;
}




body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

p, form, h1, h2, h3, h4, h5, h6,  ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

a { 
  color: #0BAADE;
  text-decoration: none;
  underline: 1px dotted #0BAADE;
}

a:hover {
 color: #0099FF;

}

.clear-fix {
  clear: both;
}

/******************************************************************
 +Basic Skeleton
******************************************************************/
#holder{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 750px;	
	margin-top: 40px;
}

#banner {
position: relative;
float: left;
  width: 750px;
  background-color: #114400;

  height: 200px;  
}


#wrapper{
float: left;
	background-color: #FFFFFF;
	width: 750px;	
	text-align: left;
	
}

#header {
  width: 750px;
  height: 337px;
  padding-top: 20px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}

#rss {
 float: right;
}

#main {
  width: 560px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#footer { 
	float: right;
 width: 200px;
 height: 20px;
 padding-top: 10px;
 margin-top: 2px;
 color: #573F41;

 clear: both;
}

#pagination {
  width: 200px;
  margin-left: 20px;
}

/******************************************************************
 +Format Styles
******************************************************************/


 h1 {
  color: #000000;
  margin-bottom: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 75%;
  font-weight: lighter;
}

h1 a {
 color: #6A0201;
}

h2 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 75%;
  font-size: 14px;
  font-weight: lighter;
  padding-top: 10px;
   padding-bottom: 10px;
}

h3 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 75%;
  font-weight: lighter;
}

h4 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 75%;
  font-weight: lighter;
}

h5 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 75%;
  font-weight: lighter;
}

h6 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 75%;
  font-weight: lighter;
}
#title_upper{

float: left;
	  font-weight: bold;
	text-align: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 1px;
	background-color: #ffffff;
	
}

p {
  margin-bottom: 5px;
}

strong {
  color: #000000;
}

b {
  color: #000000;
}


ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ol {
  margin-left: 30px;
}

ul li {
  list-style: circle;
}

/******************************************************************
 +Post
******************************************************************/
.date {
  color: #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  width: 560px;
  font-size:  14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}

.title a{
  font-size: 14px;
  color: #6A0201;
  border-bottom: 1px dotted #666666;
}

.title a:hover{
  font-size: 14px;
  color: #000000;
  border-bottom: 1px dotted #000000;
}

.body-txt  {
	margin-top: 10px;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.author  {
  font-size: 12px;
  margin-top: 5px;
  display: block;
	margin-top: 5px;
	color: #CDCDCD;
}


.post  {
  margin-bottom: 20px;
  margin-top: 20px;
}



#pagination {
	width: 540px;
  text-align: right;
}
#pagination a{
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

#pagination a:hover{
  color: #666666;
}


/******************************************************************
 +Main Forms
******************************************************************/

#main form {
  width: 560px;
}

#main form legend {
	font-weight: bold;
	padding: 6px 12px 2px 12px;
	position: relative;
	top: -9px;
	border-bottom: none;
}

#main form fieldset {
  border: none;
	margin-bottom: 20px;
}

#main form fieldset input {
	border: 1px solid #6A0201;
}	
		
#main form div{
  margin-bottom: 10px;
  .margin-left: 10px; /* ie 7 */
  _margin-left: 10px; /* ie 6 */

}

#main form label{
  display: block;
  color: #6A0201;
  margin-bottom: 3px;
  clear: right;
  font-weight: bold;
}

#main form fieldset input{
  width: 500px;
  padding: 3px;
}



#main form textarea{
  width: 500px;
	
}


#main form .button {
  padding: 2px 6px;
  font-size: 1.2em;
  vertical-align: middle;
  font-weight: bold;
  background: white;
  color: #009966;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}

#main form .hint {
  color: #009966;
  font-size: .8em; 
}

/******************************************************************
 +warnings and notice
******************************************************************/
.notice {
  display: block;
  padding: 5px;	
  color: #769B4E;	
	border: 1px solid #769B4E;
	margin-top: 10px;
	margin-bottom: 10px;
}

.warning {
  display: block;
  padding: 5px;	
  color: #6D0408;	
	border: 1px solid #6D0408;
	margin-top: 10px;
	margin-bottom: 10px;
}

