/*
#######################################

HappyURL v 1.0
Copyright 2009 JWRmedia (http://www.jwrmedia.com)

You can remove the branding by purchasing an unbranded license
from the HappyURL homepage.

HappyURL Homepage: http://www.jwrmedia.com/scripts/happyurl.html

########################################
*/

  {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}

img {
  border: 0px;
}

body {
	background: #EcEcEc;
	color: #444;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

.clearer {
	clear: both;
}

.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
	background: url(img/header.gif) repeat-x;
}

.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

.main {
	clear: both;
	padding: 8px 18px;
}

.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
}

.sidenav p {
  padding-left: 5px;
  font-size: 1em;
}

.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
  padding-left: 5px;
}

.content {
	float: right;
	width: 520px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}

.content .link {
	font-size: 1em;
	font-weight: bold;

}

.admcontent {
	float: right;
	width: 95%;
}
.admcontent .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.admcontent .descr {
	color: #333;
	margin-bottom: 6px;
}
.admcontent li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/ticker3.gif) no-repeat left bottom;
	border: none;
	height: 20px;
	width: 100px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	background: #FFF;
	border: 1px solid #EEE;
	border-bottom: 3px solid #CCCCCC;
	color: #666;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: underline;
}
.footer a:hover {
	color: #06F;
	text-decoration: none;
}