/* Basic	*/

body {	
	background-image:url('/images/gradient.jpg');	
	background-repeat: repeat-x;
	background-color: #30442f;
	margin: 0;
}

h2 {
	text-align:center;
}

a:link {color: #ffffff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: none; }


.adminlinks {
	padding:10px;
	text-align:center;
}

div#container {
	padding: 5px;
	padding-right: 10px;
}

div#top {
	background: url(/images/logo_repeat.JPG) repeat-x top left;
	float:left;
	width: 100%;
	text-align:center;

}

div#links {
	text-align: center;
	color: white;
}

div#left {
	float:left;
	width: 20%;
}

div#main {
	float:right;
	width: 100%;
}

div#mainlink {
	float:right;
	width: 100%;
}

div#footer {
	float:right;
	width: 79.3%;
}

div#linktop {
	-moz-border-radius: 15px;
        background-color: #325f30;
        border: #098c02 solid 1px;
        padding: 10px;
        color: #F9F9F9;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size: small;
        line-height: 1.2em;
/*      float:left;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; */
	text-align:center;
}


div#square {
	-moz-border-radius: 15px;
	background-color: #325f30;
        border: #098c02 solid 1px;
        padding: 10px;
        color: #F9F9F9;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
/*	float:left;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; */
}

div#leftsquare {
	-moz-border-radius: 15px;
        background-color: #325f30;
        border: #098c02 solid 1px;
        padding: 10px;
        color: #F9F9F9;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size: small;
        line-height: 1.2em;
/*	float:left;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; */
}

.post_tbl {
	width: 90%;
}

.post {
	padding: 5px;
	border: #a6a6a6 solid 1px;
	background-color: #e6e6e6;
}

.posttitle {
	border-bottom: solid #098c02 1px;
	font-size: 20px;
	text-align: center;
}

.postfoot {
	border-top: solid #098c02 1px;
	font-size: 10px;
	text-align: center;
}

.c_post {
        padding: 5px;
        border: #a6a6a6 solid 1px;
        background-color: #e6e6e6;
}

.c_title {
        border-bottom: solid #098c02 1px;
        font-size: 20px;
        text-align: center;
}

.c_foot {
        border-top: solid #098c02 1px;
        font-size: 10px;
        text-align: center;
}

.c_textarea {
	width: 100%;
}

textarea {
	border: solid 1px;
	width: 100%;
	height: 300px;
}

input  {
	border: solid 1px;
}

blockquote { 
	border: gray solid 1px;
	background: #dedede;
	padding: 5px;
	font-style: italic;
}
