body {
	background: url(../img/header-bg.jpg) black no-repeat top center;
}

.header .container {
	height: 109px;
	position: relative
}

.header .logo {
	position: absolute;
	left: 32px;
	bottom: -2px;
}

.header .user-menu {
	position: absolute;
	width: 200px;
	height: 80px;
	background: url(../img/user-menu-bg.gif) no-repeat;
	right: -10px;
	top: 15px;
}

.user-menu img {
	float: left;
	margin: 10px
}

.user-menu ul {
	margin: 1em 1em ;
}

.user-menu li {
	list-style: none;
}

.main-menu {
	width: 1000px;
	margin: 0 auto;
	background: #444;
	border-top: 2px solid white;
	padding: 1em 0;
	color: white;
	font-size: 110%;
	text-align: left;
}

.actions ul {
	margin-left: 0;
}

.actions ul li {
	list-style: none;
	display: inline;
	margin-right: 1em;
}

.actions a {
	
}

.main-menu a {
	margin: 1em;
	color: white;
}

.main-menu a:hover, .footer a:hover {
	color: white;
}

.content {
	width: 1000px;
	margin: 0 auto;
	background: white;
	padding: 2em 0 3em;
	min-height: 350px;
}

.comment {
	margin: 1em 0;
}

.comment-text p {
	margin: 0;
}

.comment .comment {
	margin-left: 2em;
}

.comment-text {
	padding: .3em 0;
}

table.layout {
	border: none;
	border-collapse: collapse;
}

table.layout td {
	border: none;
	text-align: left;
}

fieldset {
	border: 0;
	padding: 0;
}

legend {
	font-size: 150%;
	font-weight: normal
}

label {
	font-weight: normal;
	display: block;
	font-size: 120%;
/* 	margin-top: 1em; */
	margin-bottom: -.5em;
}

.checkbox label {
	display: inline;
	line-height: 2em;
}

input {
	font-size: 140%
}

.legend {
	font-size: 90%
}

.legend img {
	vertical-align: middle;
}

.legend table {
	width: auto
}

.legend td {
	text-align: center;
	vertical-align: bottom
}

.footer {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/footer-bg.jpg) no-repeat left top;
	padding-top: 1em;
	height: 100px;
	color: white;
}

.footer a {
	color: white;
	margin: 0 .5em;
}

.footer img {
	vertical-align: top;
}

.align-right {
	text-align: right;
}

h2 {
	background: #ddd;
	padding: .1em .4em;
}

h3 {
	margin: 1em 0 .75em;
}

.row h3 {
	margin: 0 0 .75em;
}

.altrow {
	background: #F0F0F0;
}

div.border {
	border-color: black;
}

div.separate {
	margin-top: 2em;
}

.recent .row, .related .row {
	padding: 1em
}

.recent table, .related .row {
	margin: 0;
	width: 445px;
}

.recent table td, .related  table td{
	padding: 0;
	vertical-align: top
}

td.column-avatar {
	width: 80px;
}

td.column-preview {
	text-align: center;
}

td.column-description {
	width:120px;
}

.row p {
	margin: 0 0 .5em;
}

.rating img {
	vertical-align: middle;
	padding: 0 2px 3px; 
}

div.user-info img {
	border: 2px solid black;
}

span.user-info img {
	border: 1px solid black;
	margin-right: 3px; 
	vertical-align: middle;
}

.user-info p {
	margin: 0 0 .5em;
}

div.description p {
	margin: .5em 0;
}

.span-18-5 {
	float: left;
	width: 735px
}

.solutions.related {
	width: 50%
}

.date {
	color: gray;
}

.field-description .user-info, .solution-description .user-info {
	margin-bottom: 1em;
}

.field-description p, .solution-description p {
	margin: 0 0 .5em
}

.paging {
	font-size: 150%;
	color: gray;
	margin-top: 2em
}

.paging a {
	text-decoration: none
}

.paging .disabled {
	display: inline;
}

.paging .arrow {
	font-size: 150%
}

.main-right {
	height:500px;
	position: relative;
}

div.valign-bottom {
	position: absolute;
	bottom: 0;
	left: 0
}

table td.valign-bottom {
	vertical-align: bottom;
}

.sections dl dt {
	font-weight: normal
}

.sections dl dd {
	margin: -1.5em 0 0 10em;
}

