/* Body
----------------------------------------------- */
body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	border-top:2px solid #68401f;
}



/* Structure
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}

#UserMsg,
#HttpClientStatus {
	display: none;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}

#footer {
	padding:20px;
	text-align:right;
	border-top:1px solid #eee;
	margin:0;
	color:#999;
}

#header {
	border-top:20px solid #357bb8;
}

.clear {
	clear:both;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:10px 25px 30px 25px;
	width: 433px;
}

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}



/* Paragraphs and Headlines
----------------------------------------------- */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

#header .description {
	float:right;
	margin:45px 0 0 0;
	color:#222;
}

#header h1 {
	margin: 15px 0 0 0;
	padding: 25px 25px 76px 0;
	border-bottom: 20px solid #fafafa;
	background: #fff url("../imgs/logo.gif") 0 0 no-repeat;
	line-height: 0;
}

#header h1 span{
	margin-left: -999em;
}

#content p {
	line-height:25px;
	margin:25px 0;
	font-size:110%;
	word-spacing:2px;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

.accordion h3{
	cursor: pointer;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

p.news {
	padding:10px;
	background:#ccdeed;
	margin:10px 0;
	color:#24527a;
	border-bottom:2px solid #357bb8;
	border-top:2px solid #357bb8;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content .posts p{
	margin-top: 0;
	margin-bottom: 1em;
}

#content p.stamp{
	font-size: 10px;
}

.grey{
	color: #ccc;
}

.post #msg{
	display: block;
	font:11px Verdana;
	color: #ccc;
}



/* Links
----------------------------------------------- */
h1 a {
	text-decoration:none;
	color:#333;
}

#nav li a {
	color:#999;
	padding:5px 5px 7px 5px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

#content a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

#content a:hover {
	color:#000;
}

#content .gallery a{
	border-bottom: none;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar li a:hover {
	color:#000;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}

a.more:hover {
	text-decoration:underline;
}



/* Lists
----------------------------------------------- */
#nav {
	border-bottom:1px solid #eee;
	padding:7px 0;
	margin:0;
	border-top:1px solid #eee;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}

#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

#content ul.gallery{
	margin: 0;
	border-top: none;
	float: left;
}

#content ul.gallery li{
	padding: 0;
	border: none;
	float: left;
	display: inline;
	margin-right: 16px;
	margin-bottom: 10px;
	list-style-type: none;
}



/* Forms
----------------------------------------------- */
#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

label{
	display: block;
}

input,
textarea{
	margin-bottom: 1em;
	padding: 4px;
}

textarea{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.post{
	width: 333px;
	border: dotted 1px #669;
	padding: 1em;
}

form.admin{
	margin-bottom: 3em;
	width: 400px;
	clear: both;
}

table input{
	margin-bottom: 0;
}

.first{
	margin-top: 1em;
}

fieldset{
	padding: 0 1em 1em 1em;
	border: solid 1px #fff;
}

legend{
	padding: 0 0 0.5em 0;
	color: #a3c856;
	font-size: 14px;
	font-weight: bold;
}



/* Tables
----------------------------------------------- */
table.posts{
	width: 359px;
	margin-bottom: 3em;
	border-collapse: collapse;
}

table.posts td{
	padding: 1em;
	border-bottom: dotted 1px #669;
	line-height: 1.4em;
}

.odd{
	background-color: #f1f1f1;
}

.manager{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 1.5em;
	clear: left;
}

.manager th,
.manager td{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: .4em;
}

.manager .delete{
	text-decoration: line-through;
}

.manager th{
	background-color: #f1f1f1;
}



/* Images
----------------------------------------------- */
img {
	border: none;
}

.gallery img{
	background:#ccc;
	padding:1px;
	border:5px solid #eee;
}