@charset "utf-8";
/* CSS Document */

/* TinyMCE specific rules */
body.mceContentBody {
	font-size: 12px;
	background-color:#FFFFFF;
	background-image: none;
	text-align:left;
}

/******************************************************************
 +Shaded border styles
******************************************************************/

div#wrapper, div#wrapper .sb-inner{
	background-color:#F0F0F0;
}

/******************************************************************
 +Overall Colors and Styles
******************************************************************/

body {
  text-align: center;
  margin: 0;
  padding: 0;
  background:url(../images/bg.png) repeat-x #CFCFCF;
  *background-image:none;  
}

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;
}

#headerlinks{
	width: 500px;
	float:right;
	top:-25px;
	text-align:right;
	margin-right:10px;
}

#headerlinks a{
	color:#E0E508;
	font-size:1em;
	font-weight:bold;
	padding:5px;
}

#headerlinks a:hover{
	color:#FFF;
	font-size:1em;
}

#settings{
	width:500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
/******************************************************************
 +Basic Skeleton
******************************************************************/

#wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: white;
  margin-top: 10px;
  padding-top: 10px;
}

#header {
  width: 740px;
  height: 135px;
  padding-top: 10px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}

#rss {
 float: right;
}

#main {
  width: 760px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto; 
  clear:both; 
}

#footer {
	width: 800px;
	height: 10px;
	margin-top: 5px;
	background: transparent;
	clear: both;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#pagination {
  width: 760px;
  margin: 10px;
  text-align:center;
  font-size: 1em;
}

#nav {
	clear:both;
	text-align:center;
	margin-top:20px;
	margin-bottom:0px;
}

#nav a{
	font-size:0.9em;
	color:#999999;
}

#nav a:hover{
	font-size:0.9em;
	color:#666666;
}
/******************************************************************
 +Format Styles
******************************************************************/


 h1 {
  color: #000000;
  margin-bottom: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h1 a {
 color: #6A0201;
}

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;
}

#footer a{
	color: #999999;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer center{
	color: #999999;
}

#split td{
width: 180px;
padding-left:5px; 
padding-right:5px;
text-align:left;
}
#split input{
width:160px;
}
#split input>#dif{
width:100px;
}

/******************************************************************
 +Post
******************************************************************/
.date {
  color: #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  width: 750px;
  font-size:  22px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}

.title a{
  font-size: 24px;
  color: #9F9F9F;
  border-bottom: 1px dotted #666666;
}

.title a:hover{
  font-size: 24px;
  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;
	background-color:#FFFFFF;
	padding:5px;	
}


#pagination a{
  color: #666666;
  font-size: 1em;
}

#pagination a:hover{
  color: #666666;
}


/******************************************************************
 +Main Forms
******************************************************************/

#main form {
  width: 760px;
}

#main form legend {
	font-weight: bold;
	padding: 6px 12px 2px 12px;
	position: relative;
	top: 0px;
	border-bottom: none;
}

#main form fieldset {
  border: none;
	margin-bottom: 20px;
}

#main form fieldset input {
	border: 1px solid #9F9F9F;
}	
		
#main form div{
  margin-bottom: 10px;
  .margin-left: 10px; /* ie 7 */
  _margin-left: 10px; /* ie 6 */

}

#main form label{
  display: block;
  color: #9F9F9F;
  margin-bottom: 3px;
  clear: right;
  font-weight: bold;
  
}

#main form fieldset input{
  width: 150px;
  padding: 3px;
}

#main form textarea{
  width: 700px;
}

#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; 
}

#login {
	width:100px;
	border-color:#999966;
}

#comment{
	text-align: left;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:1px 10px;
} 

div#comment{
	background-color:#DFDFDF;
}

#comment .body-txt  {
	margin: 2px;
	font-size: 10px;
	display: block;
	clear:both;
}

#comment .author  {
	font-size: 10px;
	color: #666666;
	width:100px;
	float:left;
	text-align:left;
	margin-top:0px;
}

#comment .date  {
	font-size: 10px;
	color: #666666;
	width:150px;
	float:right;
	border:none;
	text-align: right;
}

#comment .post  {
  margin-bottom: 10px;
  margin-top: 10px;
}

#comment .head {
  width:400px;
}

#comment .delete{
	font-size: 10px;
	color: #666666;
	width:100px;
	float:right;
	border:none;
	text-align: right;
	margin-bottom:0px;
}

#commentContainer{
	border-top:solid thin #CCCCCC;
}

#postComment #first{
	width: 300px;
}

#contact div{
	padding:5px;
}

#contact #name{
	float:left;
	margin:10px;
	
}

#contact #email{
	float:right;
	margin:10px;
	margin-right:50px;
}

#contact #imageInput{
	float:left;
	margin:10px;
	padding-top:5px;
}

#contact #image{
	float:right;
	margin:10px;
	margin-right:200px;
	width: 100px;
}

#contact #problem{
	margin:10px;
	clear:both;
}

#contact #submit{
	text-align:center;
}

/******************************************************************
 +albums and photos
******************************************************************/
#album{
	width:240px;
	text-align:center;
}

#album .photo{
	margin:10px;
}

#albumtitle a{
	color:#999966;
	font-size:24px;
}

#albumtitle a:hover{
	color:#333333;
}

#photo_album a{
	color:#999966;
	font-size:14px;
}

#photo_album td{
	border-spacing:15px;

}

#photo_album{
	margin-right:auto;
	margin-left:auto;
	width:600px;
}

#albumwrapper{
	margin:15px;
}	

#albumwrapper .left{
	float:left;
	margin:10px 50px 10px 50px;
}

#albumwrapper .right{
	float:right;
	margin:10px 50px 10px 50px;
}

#photo{
	width:510px;
	margin-left:auto;
	margin-right:auto;
}

.phototitle{
	color:#A386BD;
}

#photo img{
	padding:10px;
}

.phototext{
	display:block;
	color:#45206A;
	padding:5px;
}

#uploadPhoto form fieldset{
	margin:10px;
	border:solid 1px #999999;
}

#phototext{
	font-size:0.7em;
}
/******************************************************************
 +warnings and notice
******************************************************************/
.notice{
	display:block;
	padding:5px;
	color: #769B4E;
	border:1px solid;
	margin: 10px 0 10px 0;
	text-align:center;
}

.warning{
	display:block;
	padding:5px;
	color: #6D0408;
	border:1px solid;
	margin: 10px 0 10px 0;
	text-align:center;
}

.error{
	display:block;
	color: red;
	margin: 10px 0 10px 0;
	font-weight:bold;
	font-size:10px;
}

