/*
 *
 * Stylesheet for Luna Commons (lunacommons.org)
 * Version 1.2 / September 2009
 *
 * Designed by:
 *    Maria Sohn
 * 
 * CSS and HTML built by:
 *    April Hodge Silver
 *    http://springthistle.com
 *
 */

body {
	background: #C5C4BF;
	font-family: Trebuchet MS, Helvetica, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #666;
}

a, a:visited {
	text-decoration: none;
	color: #0886c5;
}

img {
	border: none;
}

b, h3 {
	color: #000;
}

.hr {
	background: url('images/hr.jpg') repeat-x;
	height: 10px;
	margin: 0 0 0 2px;
	width: 873px;
	clear: both;
}

#container {
	margin: 20px auto;
	width: 897px;
	background: url('images/page-bg.gif') repeat-y;
}

#header {
	background: url('images/header.gif') no-repeat;
	height: 104px;
}

#header h1, #header #description {
	display: none;
}

/*-- LEFT BOX - - - - - - - - - - - - - - - - - - - - - - - */

#left {
	width: 430px;
	padding: 20px 0 0 15px;
	float: left;
	background: url('images/hline-bg.gif') repeat-y;
	height: 240px;
}

#left .item {
	width: 400px;
	margin: 0 0 15px 0;
}

#left h3 {
	display: inline;
	font-size: 18px;
}

#left p {
	display: inline;
	width: 200px;
}

#left #search {
	width: 143px;
	float: right;
	background: url('images/search.jpg') no-repeat 100% 50%;
	padding: 5px 0 2px 10px;
	margin: 8px 0 0 0;
}

#left #search #term {
	border: none;
	width: 80px;
}

#left #search #button {
	border: none;
	background: none;
	width: 55px;
	text-indent: -1900px;
}

#left img {
	float: right;
	margin-left: 20px;
}

#left #create {
	margin-bottom: 30px;
	margin-top: 20px;
}

/*-- RIGHT BOX - - - - - - - - - - - - - - - - - - - - - - - */

#right {
	width: 425px;
	padding: 0 15px 0 0;
	float: right;
}

#right h3 {
	font-size: 18px;
	margin-bottom: 0;
}

#right ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#right li {
	list-style: disc;
	margin: 0 0 5px 15px;
	padding: 0 30px 0 0;
}

#right .last {
	margin-top: 20px;
}

/*-- WIDGET - - - - - - - - - - - - - - - - - - - - - - - */

#widget h3 {
	text-align: center;
	font-size: 12px;
	margin: 5px 0 10px 0;
}

/*-- BOTTOM AREA - - - - - - - - - - - - - - - - - - - - - - - */

#bottom_links {
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
}

#bottom_links li {
	display: inline;
	margin: 0 20px 0 0;
}

#bottom_links a, #bottom_links a:visited {
	color: #666;
	padding: 2px 19px 2px 0;
	background: url('images/bullet-arrow.jpg') no-repeat 100% 50%;
}

#bottom_links a:hover {
	text-decoration: underline;
}

#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 52px;
}


#page {
	padding: 20px 50px;
}