@import url('content.css');

*{
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

a img {
	border:0;
}

body {
	background: #333333 url(/template/images/fade.jpg) no-repeat fixed 190px 50px;
	color:white;
}
b {
	font-size:bold;
	color:#05c706;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
	color: #2A9022;
	color:#05c706;
}

h2 {
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-size: 24px;
	color: #2A9022;
	color:#05c706;
}

h3 {
	margin: 30px 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A9022;
	color:#05c706;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A9022;
	color:#05c706;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 19px;
}

blockquote {
	padding-left: 35px;
	background: url(images/img15.gif) no-repeat left top;
}

a {
	color: #2A9022;
	color:#05c706;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#top {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #05C706 url(../images/bg-top.png) bottom repeat-x;
	position:fixed;
	z-index:101;
}

#top ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-right:160px;
}

#top li {
	display: inline;
	height:19px;
}

#top a {
	display: block;
	float: left;
	height:19px;
	padding: 7px 20px 4px 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#top a:hover {
	background: #016F00 url(../images/bg-top-hover.png) bottom repeat-x;
}

#top input{
        height: 22px;
        border: solid 1px white;
        background: #9CBF9B;
        color: white;
        padding-left: 5px;
}

#search-bar {
	position:absolute;
	right:4px;
	top:3px;
}

/* Header */

#header {
	width: 100%;
	height: 101px;
	display:block;
	margin: 0 auto;
	padding-top:30px;
	position:fixed;
	z-index:100;
	background:transparent;
}
#header-link {
	/*margin-left:5px;*/
	position:absolute; margin-left:760px;
}

#header h1 {
	float: left;
	font-size: 36px;
	color: #FFFFFF;
}

#header h2 {
	float: left;
	font-size: 11px;
	color: #DBACAC;
}

/* Content */

#content {
	width: 950px;
	/*width: 1024px;*/
}

/* Search */

#search {
	float: right;
	width: 215px;
	padding: 25px 0 25px 25px;
	background: #FFFFFF url(images/img04.gif) no-repeat;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend, #submit1 {
	display: none;
}

#textfield1 {
	width: 158px;
	height: 17px;
	padding: 4px 0 0 30px;
	background: #EBEEF7 url(images/img03.gif) no-repeat 2px 2px;
	border: 1px solid #3F55B1;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #3F55B1;
}

/* Left Column */

#left-column{
	width: 190px;
	margin: 146px 20px 0 0;
	position:fixed;
	z-index:102;
}

#left-column td{
	margin: 0 0 3px 0;
	text-align: right;
}

#left-column a{
	width: 190px;
	height: 25px;
	display: block;
	font: bold 1em arial;
	color: #999;
	text-decoration: none;
	border-right:none;
	padding: 5px 7px 0 0;
}
#left-column a:hover {
	border-right:4px solid #05C706;
	padding-right:3px;
	color:#ccc;
	background:url(../images/left-column-hover.png) bottom repeat-y;
}

/* Posts */

#posts {
	position:absolute;
	width: 530px;
	margin: 151px 15px 0 220px;
	padding-bottom:100px;
	z-index:1;
}
p {
	
}

#posts .post {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	
}
#posts .post td.main {
	
}
#posts .sorter {
	margin-top:4px;
	margin-bottom:10px;
}
#posts .sorter td {
	padding-right:10px;
}
#posts .title, .pageHeading {
	font-weight:bold;
	color:#05C706;
}
.pageHeading input {
	margin-left:10px;
}
.pageHeading  {
	padding-bottom:3px;
}
#product-price {
	font-weight:bold;
	padding-right:5px;
	padding-bottom:10px;
}

#posts div.story {
	text-align:justify;
	width:500px;
	padding: 0 20px;
	padding-left:5px;
}
#posts div.story p {
	margin-bottom:10px;
}

#posts .meta {
	height: 10px;
	margin-top: 30px;
	padding: 10px 10px;
	background: #ECF5EB url(images/img10.gif) repeat-x;
	border-top: 1px solid #BFDDBC;
	border-bottom: 3px solid #2A9022;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	font-weight: bold;
	color: #2A9022;
}

#posts .meta a {
	text-decoration: none;
}

#posts .meta .hide {
	display: none;
}

#posts .date {
	float: left;
}

#posts .date .posted {
	padding-left: 15px;
	background: url(images/img14.gif) no-repeat left center;
}

#posts .file {
	float: right;
}

#posts .file .category {
	padding: 0 20px 0 17px;
	background: url(images/img11.gif) no-repeat left center;
}

#posts .file .comments {
	padding: 0 20px 0 16px;
	background: url(images/img12.gif) no-repeat left center;
}

#posts .file .permalink {
	padding: 0 0 0 18px;
	background: url(images/img13.gif) no-repeat left center;
}

#posts .image {
	float: right;
	margin-left: 15px;	
}

#posts ul {
	/*list-style: square;*/
}

/* Links */
#links {
	position:fixed;
	margin: 141px 15px 0 760px;
	width: 200px;
	background: #4F4F4F url(../images/bg-links-block.png) bottom repeat-x;
	border: 1px solid #05C706;
}

#links h2 {
	height: 20px;
	margin: 0;
	padding: 8px 0 0 5px;
	background: #05C706 url(images/img05.gif) no-repeat;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}

.link-mod .infoBoxContents{
	font-size: 0.9em;
	padding: 2px 0 2px 0;
}

.link-mod select{
}

.link-mod .boxText{
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left:10px;
	padding-right:10px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#links li ul {
	padding: 15px 25px;
}

#links li li {
	height: 23px;
	padding: 7px 0 0 10px;
	background: #EEF0F8 url(images/img07.gif) repeat-x;
	border-bottom: 1px solid #C5CCE7;
}

#links li li:hover {
	background: #C5CCE7;
}

#links li li:hover a {
	font-weight: bold;
}

#links li li a {
	padding-left: 13px;
	background: url(images/img06.gif) no-repeat left center;
	text-decoration: none;
	color: #3F55B1;
}

#intro-text {
	padding-left:20px;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #909090;
}
#legal {
	position:fixed;
	bottom:5px;
	left:10px;
}

#flash {
	position:fixed;
	margin-top:35px;
	margin-left:213px;
	width:749px;
	height:101px;
}

#flash-player {
	position:absolute;
	width:749px;
	height:101px;
}
