.navigation {

}
#wrapper {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 900px;
	
}

/*********************     TAGS     ******************/
body {
	background-image: url(images/bodybg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	width: 100%;
	position: absolute;
	height: 100%;
}
a:link, a:visited  {
	color: #CCCCCC;
	text-decoration: none;
}

	
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1,h4, h5, h6 {
  font-family: Georgia;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }

p {
  font-size: 10pt;
  }


a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }


ul {list-style-type: none}


/************************ HEADER *******************/

#header {
	height: 149px;
	width: 100%;
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-image: url(images/tans-bg.png);
	margin-bottom: 1em;
}
.imglnk img, a:link{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*********************** FOOTER *********************/

#footer {
	background-image: url(images/tans-bg.png);
	width: 80%;
	position: relative;
	height: 50px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	margin-left: auto;
	margin-right: 300px;
}

/************* NAV MENU **************************/
#nav-menu {
	height: 50px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/tans-bg.png);
}
#nav-menu ul{
	list-style-type: none;
	position: absolute;
	top: 0px;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	font: bold 13px Arial;
	width: 100%;
	margin-bottom: 1em;
	/*border: 1px solid #625e00;
	border-width: 1px 0;*/
	background-image: url(/images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.solidblockmenu li{
	display: inline;
	margin-left: 10px;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	/*border-right: 1px solid white;*/
	border-right-style: solid;
}

.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-image: url(/images/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: underline;
}



/*****************  POST LAYOUT + STYLES *******************/
#container {
	width: 65%;
	position: relative;
	padding: 20px;
}



#post {
	background-image: url(images/tans-bg.png);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
}

#post h2 a, visited{
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	text-decoration: none;

	color: #FFFFFF;
	text-transform: capitalize;
}
#post h2 a:hover{
	text-decoration: underline;
}
#date{
	position: absolute;
	top: 0px;
	right: 0px;
}
.entry {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-size: 14px;
}
.entry a, visited{
	text-decoration: underline;
}
.entry a:hover{
	text-decoration: none;
}
.post {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/********************** SIDEBAR LAYOUT + STYLES  ***************/

#sidebar {
	float: right;
	width: 290px;
	position: relative;
	background-image: url(images/tans-bg.png);
	margin-left: 10px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
        color: white;
	margin: 10px;
}
#sidebar table{
	color: #FFFFFF;
}


/******************** COMMENTS TEMPLATE ***********************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
