@charset "utf-8";
/* CSS Document */

/* TinyMCE specific rules */
body.mceContentBody {
  font-size: 12px;
	background: white;
	text-align: left;
}

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 img:hover {
	border: none;
	background-color: transparent;
}

a  {
	background-color: transparent;
	text-decoration: none;
	color: #326BF1;
}

a:hover  {
	background-color: #F5F5F5;
	text-decoration: none;

}

.clear-fix {
  clear: both;
}
/* CSS Document */


#mainContent {
	float: left;
	padding-top: 5px;
	width: 750px;
	height: 100%;
	clear: right;
	background-color: white;

}

/******************************************************************
 +Basic Skeleton
******************************************************************/

#wrapper {
	width: 740px;
	margin-left: 0px;
	text-align: left;
	background: white;
	padding-top: 15px;
}

#rss {
	float: right;
}

#main {
	width: 625px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	clear: both;
}

/******************************************************************
 +Format Styles
******************************************************************/


 h1 {
  color: #000000;
  margin-bottom: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h1 a {
	background-color: transparent;
	text-decoration: none;
	color: #326BF1;
}
h1 a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #326BF1;
}

h2 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h3 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h4 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h5 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h6 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}


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: 625px;
	font-size:  22px;
	text-align: right;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
	float: left;
}

.clear-fix {
  clear: both;
}

.title a{
	font-size: 1.5em;
	color: #039;
	border-bottom: 1px dotted #666666;
}

.title a:hover{
	font-size: 1.5em;
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

.body-txt  {
	margin-top: 10px;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.author  {
	font-size: 12px;
	margin-top: 5px;
	display: block;
	margin-top: 5px;
	color: #C1C1C1;
}


.post  {
	margin-bottom: 20px;
	margin-top: 20px;
	float: none;
	font-size: 1.1em;
}

#pagination {
	width: 560px;
	height: 25px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
#pagination a{
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

#pagination a:hover{
  color: #666666;
  text-decoration: underline;
}

.clear-fix {
  clear: both;
}


/******************************************************************
 +Main Forms
******************************************************************/

#main form {
  width: 560px;
}

#main form legend {
	font-weight: bold;
	padding: 6px 12px 2px 12px;
	position: relative;
	top: -9px;
	border-bottom: none;
	font-size: 1.2em;
}

#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: #039;
	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: #003;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#main form .hint {
	color: #F00;
	font-size: 0.8em;
}
.blue   {
	color: #346D98;
}
.greeting   {
	color: #000;
	font-size: 1.7em;
	float: none;
}
.greeting2   {
	color: #000;
	font-size: 1.5em;
	float: none;
}

.clear-fix {
  clear: both;
}

/******************************************************************
 +warnings and notice
******************************************************************/
.notice {
	display: block;
	padding: 7px;
	color: #000;
	border: 2px dotted #769B4E;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 80px;
	margin-left: 80px;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.warning {
	display: block;
	padding: 7px;
	color: #000;
	border: 2px dotted #6D0408;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
