/* Edited with EditCSS */
/**** LINK-tag style sheet style-GS.css ****/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	margin-bottom:0px;
	background: top right no-repeat url(images/black/bg.jpg) #000000;
}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
}

#header {
	width: 750px;
	height: 233px;
	background: #aaeeee;	
	margin-left: auto;
	margin-right: auto;
	background: no-repeat url(images/black/header.png);
}

#navbar {
  color:#000000;
  width: 400px;
  height: 33px;
  margin-left:60px;
  padding: 4px 8px 0px 0px;
  font-size: 1.55em;
  background: right url(images/black/bar-mid.gif);
}
#navbarleft {
  float:left;
  color:#000000;
  width: 20px;
  height: 37px;
  border-top: -4px;
  margin-left:40px;
  font-size: 1.75em;
  background: url(images/black/bar-left.gif);
}


#content {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#mainbar {
	float: left;
	width: 551px;	
	padding-left: 00px;
	padding-right: 00px;
	overflow-x: hidden;
}


#sidebartop {
  float: right;
  width: 137px;
  height:15px;
  padding-left: 8px;
  padding-right: 18px;
  overflow-x:hidden;
  font-size: 9px;
  color:#FFFFFF;
  background: url(images/black/side-top.gif);
}
#sidebar {
	float: right;
	width: 137px;		
	padding-left: 8px;
	padding-right: 18px;
	overflow-x:hidden;
	font-size: 9px;
	color:#FFFFFF;
	background: url(images/black/side-mid.gif);
}
#sidebarbottom {
  float: right;
  width: 137px;
  height:33px;
  padding-left: 8px;
  padding-right: 18px;
  overflow-x:hidden;
  font-size: 9px;
  color:#FFFFFF;
  background: url(images/black/side-bottom.gif);
}

#footer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 500px;
	height: 38px;
	text-align:center;
	font-size: 17px;
  background: right url(images/black/bar-mid.gif);
}

.thumbnail {
	display:inline;
	width: 110px;
	padding: 5px;
}

.gallery {
text-align:center;

}

table{
padding:0px;
border:0px;
}

img {
border:0;
}

/*-----------------------------------*/

.comment{
	border-bottom:1px solid #853205;
}
.comment h2 {
	font-size: 12px;
	line-height:10px;
	color:#9D2E07;
}
.comment h3 {
	font-size: 9px;
	line-height:1px;
	color:#B57217;
}
.comment p{
	font-size: 11px;
	color:#000000;
}

.download
{

	border-bottom: 1px dotted#853205;
}

.download h3{

	font-size: 13px;
	line-height: 1px;
}

/*-----------------------------------*/

#navbar a:link {
	color: #660000;
	text-decoration: none;
}
#navbar a:visited {
	color: #884444;
	text-decoration: none;
}
#navbar a:hover {
	color: #CC0000;
}
#navbar a:active {
	color: #ff0000;
}

/*-----------------------------------*/

#sidebar a:link {
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #440000;
}
#sidebar a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:visited:hover {
	color: #ff0000;
	background-color: #220000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:link:before{
content:"! ";
}

#sidebar a:visited:before{
content:"x ";
}
/*-----------------------------------*/


a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #AAAAFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #ffff00;
}

/*-----------------------------------*/


a:link {
	color: #aa0000;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	color: #FF0000;
}

/*-----------------------------------*/



h3{
font-size:11px;
}

.blogEntry{
  color: #ffffff;

}


.blogEntry h2{
  font-size:24px;
  color: #DD0000;
  background: url(images/black/post-top.gif);
  padding:10px;
  margin-bottom:-14px;
  height: 24px;
}

.blogEntry h3{
  padding-left:1em;
}

.blogEntryCont{
  color: #000000;
background: url(images/black/post-mid.gif);
}
  
.blogEntry p{
  color: #000000;
  padding:1em;
  background: url(images/black/post-mid.gif);
  font-size:1em;
  text-align:justify;
}

.commentbar{
  margin-top:-14px;
  color: #000000;
  background: url(images/black/post-bottom.gif);
  height:79px;
  padding-left:1em;
}
  