html, body{
	font: 100% Tahoma,Arial,Sans-Serif;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	background-color: #f3f3f3;
	color: #5d5d5d;
	overflow-x: hidden;
}

h1, h2	{
	margin: 0px 0px 1px 30px;
	font-size: 1.3em;
	color: #97c06b;
}

h1	{
	font-size: 1.5em;
	margin-bottom: 20px;
}

h1 span{
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: #5d5d5d;
	font-weight: normal;
}

h2 a{
	float: right;
	font-size: 10px;
	font-weight: normal;
}

em	{
	color: #97c06b;
}

a	{
	color: #9ec26f;
	text-decoration: none;
}

a:hover	{
	color: #97c06b;
	text-decoration: underline;
}

fieldset{
	border: none;
}

input{
	width: 144px;
	padding: 2px;
	border: 1px #e2e2e2 solid;
	-moz-border-radius: 5px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px #e2e2e2;
}

button, .button{
	margin-top: 3px;
	width: 148px;
/*	height: 24px; */
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 3px 2px 4px 2px;
	border: none;
	background-color: #97c06b;
	background-image: url(/media/img/green.png);
	-moz-border-radius: 5px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
}

a.button {
	display: inline-block;
	color: #fff;
	padding: 3px 5px 5px 5px;
}

.red	{
	background-image: url(/media/img/red.png);
}

button:hover, .button:hover{
	background-position: 0 -13px;
	color: #fff;
	text-decoration: none;
}

*{line-height: 1.1;}

label span{
	font-size: 8px;
}

#logo{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/media/img/bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 49px;
	padding: 10px 0px 0px 25px;
}

#logo img{
	border: none;
}

#find	{
	position: absolute;
	top: 25px;
	right: 20px;
	width: 450px;
	text-align:right;
}

#find button {
	width: 80px;
	margin-left: 5px;
	padding: 4px;
	font-size: 12px;
}

#find input {
	width: 340px;
	font-family: Courier, 'Courier New', monospace;
	color: #909090;
	padding: 4px;
	-webkit-box-shadow: none;
	/* -moz-box-shadow: none; */
	background-position: center right;
	background-repeat: no-repeat;
}

#tools{
	position: absolute;
	top: 110px;
	right: 20px;
	width: 160px;
	font-size: .8em;
	background-color: #f6f6f6;
	padding: 5px 5px 2px 5px;
	border: 1px #c0c0c0 solid;
	-moz-border-radius: 7px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
}

#tools	hr{
	width: 144px;
	height: 1px;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
}

#tools p{
	margin: 5px 0px 0px 3px;
	font-weight: bold;
}

#tools ul{
	margin: 0px 0px 15px 15px;
	padding: 0px;
	list-style-type: none;
}

#FillTags li{
	float: left;
	clear: right;
	padding-right: 30px;
	padding-bottom: 7px;
	height: 20px;
	list-style-type: none;
}

#FillTags a:hover{
	background-color: #9ec26f;
	color: #fff;
}

.all{
	float: right;
	margin: 8px 10px 0px 0px;
}

#latest{
	display: block;
	margin: 85px 210px 0px 0px;
}

#latest ul{
	height: 150px;
	overflow:auto;
	padding: 10px;
	background-color: #fff;
	margin: 0px 0px 5px 20px;
	border: 1px #c0c0c0 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 3px 1px 3px #e2e2e2;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
}

#latest li a span{
	float: right;
	margin: 2px 10px 0px 10px;
	font-size: .7em;
	cursor: pointer;
	color: #fff;
}

#latest li, #scontent li{
	padding-bottom: 14px;
	list-style-type: none;
}

#latest a, #scontent a{
	text-decoration: none;
	display: block;
	text-align: right; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: .8em;
}

#latest li a, #scontent a{
	display: block;
	text-align: left;
	padding: 5px;
	font-size: .9em;
}

#latest li a:hover, #scontent a:hover{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #9ec26f;
	color: #fff;
}

#latest li a:hover span{
	display: inline-block;
	float: right;
}

#FillTags{
	width: 95%;
}

#tags{
	margin: 15px 190px 0px 0px;	
}

#tags li, #FillTags li{
	float: left;
	clear: right;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 23px;
	list-style-type: none;
}

#tags a, #FillTags a, #editBar a{
	text-decoration: none;
	padding: 8px;
}

#tags ul, #FillTags ul{
	overflow:auto;
	font-size: 1em;
	padding: 10px;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border: 1px #c0c0c0 solid;
	-moz-border-radius: 7px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 3px 1px 3px #e2e2e2;
}

#tags a:hover, #FillTags a:hover{
	background-color: #9ec26f;
	color: #fff;	
	-moz-border-radius: 7px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 3px 3px 3px #e2e2e2;
	text-decoration: none;
}

a.ono{
	font-size: .7em;
}

a.new{
	font-size: .7em;
}

a.sml{
	font-size: .8em;
}

a.mid{ 
	font-size: 1.1em;
}

a.goo{
	font-size: 1.3em;
}

a.go2{
	font-size: 1.6em;
}

a.pop{
	font-size: 1.8em;
}

a.omg{
	font-size: 2.3em;
}

a.pkd{
	background-color: #a8d88a;
	color: #fff;
	-moz-border-radius: 7px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 3px 3px 3px #e2e2e2;
	text-decoration: none;
}

#add	{
	background-color: #fff;
	border: 1px #c0c0c0 solid;
	margin-bottom: 10px;
}

#content, #scontent{
	margin: 70px auto 0px -23px;
	padding: 20px 10px 20px 10px;
	width: 80%;
	background-color: #fff;
	border: 1px #c0c0c0 solid;
	-moz-border-radius: 10px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #e2e2e2;
}

#content p{
	line-height: 1.5em;
	margin: 0px 0px 12px 0px;
}

#content fieldset{
	width: 27%;
	float: left;
	margin-left: 3%;
}

#content label{
	display: block;
	margin-bottom: 5px;
}

#content h2{
	margin: 0px 0px 10px 0px;
}

#editBar{
	position: absolute;
	display: none;
	font-size: 1em;
	z-index: 99999;
}

#editBar span, #editBar a{
	background-color:#9ec26f;
	padding: 4px 7px 4px 7px;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#editBar span{
	display: block;
	margin: 4px 0px 0px 8px;
	font-size: .7em;
	padding: 8px;
}

#editBar em{
	color: #fff;
	font-style: normal;
}

#editBar a{
	padding: 8px;
}

#editBar b{
	cursor: pointer;
}

.clr	{
	clear: both;
}

.id	{
	display: block;
	padding: 5px 0px 20px 25px;
}

#adSpace {
	position: absolute;
	top: 320px;
	right: 20px;
	width: 160px;
	font-size: .8em;
	background-color: #f6f6f6;
	padding: 5px 5px 2px 5px;
	border: 1px #c0c0c0 solid;
	-moz-border-radius: 7px;
	/* -moz-box-shadow: 3px 1px 3px #e2e2e2; */
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 1px 8px #c0c0c0;
}