/* Moonshine admin stylesheet */

* {
	margin:0;
	padding:0;
}

body {
	min-height:800px;
	color:#333;
	background-color: #1977A4;
	background-image: url(../images/body_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	background-image: url(../images/container_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	width:780px;
	margin:0 auto;
	text-align: left;
}


#page {
	background-image: url(../images/page_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:780px;
	
}

#header {
	padding:25px 30px 0px 30px;
	height:90px;
	background: transparent;
}

#search {
	padding:0px 30px;
	height:40px;
	height:100px;
	background: transparent;
}

#content {
	padding:10px 20px 0px 30px;
	width:495px;
	float:left;
	border-right:1px solid #CBE9F8;
	background: transparent;
}

#adbar {
	width:195px;
	float:right;
	padding-right:30px;
}

#moontext {
	padding:20px 30px 0px 30px;
}

#moontext p {
	font-size:9px;
}

#footer {
	clear:both;
	height:40px;
	padding-top: 20px;
	background-image: url(../images/footer_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

h1 a{
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 100px;
}

h1 em {
	font-style: normal;
	color:#3196C8;
}

h2 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

a {
	color:#3196C8;
}

td {
	font-size:12px;
}

.clear {
	height:1px;
	clear:both;
}

.noborder {
	border:none;
}

.large {
	width:400px;
}

.small {
	width:100px;
}

.more {
	float:right;
	margin:13px 0px 0px 0px ;
}



.listing {
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #CBE9F8;
}

.client_title a{
	font-size:12px;
	margin-bottom: 0px;
	letter-spacing: normal;
}

