
/*
Design derived from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@font-face
{
    font-family: Silkscreen;
    src: url(files/slkscr.ttf);
}

@font-face
{
    font-family: Silkscreen;
    src: url(files/slkscrb.ttf);
    font-weight: bold;
}


html, body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img01.jpg) repeat-x left top;
	font-family: sans-serif;
	font-size: 12px;
	color: #66665e;
    height: 100%;
}

h1, h2, h3 {
	margin: 0;
	font-family: sans-serif;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #549900; }

a:hover { text-decoration: underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

#wrapper {
    height: 100%;
}

body > #wrapper { height: auto; min-height: 100%; }

#tower {
    bottom: 0;
    margin: 0 0 0 970px;
    padding: 0;
    position: absolute;
    right: 0;
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
    background: transparent url(images/img09.jpg) no-repeat left 18px;
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 16px;
	margin: 14px 18px 15px;
	padding: 0px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	color: #FFFFFF;
}

#menu .first {
	background: none;
    margin-left: 5px;

}
/* Feed */

#feed {
	float: right;
	width: 205px;
	height: 50px;
}

#feed a {
    background: transparent url(images/rss.png) no-repeat top left;
    float: right;
    margin: 14px 10px 15px 10px;
    padding: 0px 0px 0px 20px;
	width: 80px;
	height: 16px;
    line-height: normal;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000000;
    text-decoration: none;
}

#feed a:hover { text-decoration: underline; }

#feed img {
    margin: 0px 0px 0px 0px;
}

/* Page */
#page {
    margin: 0 auto;
    width: 920px;
}

#pagew {
    margin: 0 auto;
    width: 100%;
}


/** LOGO */

#logo {
	width: 920px;
	height: 86px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
}

#logo p {
	text-transform: lowercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 20px;
	font-size: 34px;
/*    text-shadow: 1px 1px 1px #000000; */
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
    min-height: 500px;
	padding: 30px;
    background: transparent url(images/img12.png) no-repeat scroll;
    position: relative;
    z-index: 1;
}

#contentw {
    min-height: 500px;
	padding: 30px;
    position: relative;
    z-index: 1;
}

#contentcal {
    text-align: right;
    min-height: 500px;
	padding: 15px 15px 30px 15px;
    height:100%;
    position: relative;
    z-index: 1;
}

/* Warning */
.warning {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: red;
    padding: 20px 0px 50px 0px;
}


/* Post */

.post {
	background: url(images/img07.jpg) repeat-x left bottom;
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #549900;
}

.post .title a {
	text-decoration: underline;
	color: #549900;
}

.post .meta {
	margin-top: -10px;
	padding: 0px 30px 2px 0px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 0px 0px 10px 0px;
}

.post .entryc {
    text-align: center;
	padding: 0px 0px 10px 0px;
}

.post .entryc p {
    text-align: center;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Footer */

#footer {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	background: url(images/img10.jpg) no-repeat left top;
    position: relative;
    z-index: 2;
}

#footer-bgcontent {
    clear: both;
	margin: -30px 0 0 0;
	padding: 0px;
	height: 30px;
    bottom: 0;
    width: 100%;
    position: relative;
	background: #2a5b0c;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
    padding-top: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #E5FFC4;
}


.nobr
{
    white-space: nowrap;
}

.stds
{
    font-family:        Silkscreen;
    font-size:          6pt;
}

.stds a:hover
{
    text-decoration:    none;
    border-bottom:      1px dotted;
}

