/* Style CSS */

body
{
	margin: 10px;
	padding: 5px;
	font-family: georgia, "times new roman", times, serif;
	font-size: 11px;
	line-height: 18px;
	background: black url("./images/background.jpg") no-repeat center;
	background-attachment: fixed;
	color:	#FFFFFF;
	text-align: justify;
}



/**
 *  Form definitions
 **/


form
{
	font-family: Trebuchet, Helvetica, Verdana;
	font-size: 11px;
	color: #ffffff;
	padding: 5px;
     border: 1px solid #7F98B6;
}

input,textarea
{
	font-family: Trebuchet, Helvetica, Verdana;
	font-size: 11px;
	background-color: #687C95;
	color: white;
	padding: 2px;
    border: 1px solid #7F98B6;
}

select
{
	font-family: Trebuchet, Helvetica, Verdana;
	font-size: 11px;
	background-color: #687C95;
}



.title
{
	margin: 10px;
	padding: 10px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.content
{
  float: left;
  width: 70%;
}

.menu
{
  margin-left: 75%;
  border: 1px solid #7F98B6;
  padding: 1em;
  text-align: left;
}


a
{
	color: #5973A5;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	font-family: georgia, "times new roman", times, serif;
}

a:link
{
	color: #5973A5;
	font-weight: bold;
}

a:visited
{
	color: #5973A5;
	font-weight: bold;
}

a:hover
{
	color: #8AB3FF;
	font-weight: bold;
}

/*--- blog */

.blogbox
{
  border: 1px solid #7F98B6;
  padding: 0px;
}

.blogtitle
{
  background-color: #687C95;
  padding: 3px;
  line-height: 100%;
}

.blogcontent
{
  background-color: #4B4B4B;
  padding: 3px;
  text-align: justify;
}

.blogedited
{
  background-color: #BFBFBF;
  color: black;
  padding: 3px;
  line-height: 100%;
  text-align: right;
}

