h1, h2, h3 {
	margin-top: 0;
	
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

p login_link {
	float:right;
	margin-right: -10em;
	}
a {
	text-decoration: none;
	color: #AF9371;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	
	margin: 0 auto;
	height: 101px;
	/*background-image: url(http://solsticeltd.com/assets/public/images/header_top.jpg);background-repeat:no-repeat;*/
}
#header_bottom {
	
	margin: 0 auto;
	height: 223px;
	
}

/* Header */

#logo {

	
}

#logo h1, #logo p {
	
}

#logo h1 {
	
}

#logo p {
background-image: url(http://solsticeltd.com/assets/public/images/header_bottom.jpg);background-repeat:no-repeat;
	
}

#logo a {
	
}

/* Menu */

#menu {
	
	margin-top: -13em ;
	padding: 3em 0 0 0;
	height: 30px;
	width:800px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 15px 10px 20px;
	border-right: 1px #000000 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#menu a:hover {
	margin: 0 3px 0 0;
	color: #663366;
	font-size:16px;
}

#menu .current_page_item a {
	margin: 0 3px 0 0;
	color: #339900;
}



/* Page */


#contact_wrapper {width:600px;margin:0 auto;}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact {text-align:right;}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}
#contact_wrapper p {text-align:center;}

/* Content */

#content_main {
	
	margin-top:0;
	width:500px;
	height:400px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
	color:#7880E0;
}

.title a {
	border-bottom: none;
	color:#7880E0;
	font-weight: bold;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
#title h1{
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
	color:#7880E0;
	text-align:center;
}
.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 2px solid #000000;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #000000;
}
.message_detail{
	color:black;
	padding:5px;
	text-align:justify;
	
	}
.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */



#sidebar1 {
	float: right;
	width: 160px;
	height:420px;
	
}


.sidebar {
	float: left;
	width: 220px;
	margin-right:6em;
	margin-top:3em;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 0px #423525 dashed;
}


.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	background: none;
	font-size: 13px;
	color: #AF9371;
}

.sidebar a {
	color: #000000;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 0px solid #423525;
	background:  #B9C9D0;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background:  #B9C9D0;
	border: 0px solid #423525;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

