  /***********/
 /* LANDING */
/***********/

html, body {
    height: 100%;
}

#wrapper {
    width: 930px;
    padding-bottom: 0;
}

#content {
    position: relative;
    min-height: 100%;
    width: 580px;
    float: left;
	padding-bottom:8px;
    margin-bottom: 20px;


	    *height: 100%;
}
#content3 {
    position: relative;
    min-height: 100%;
    width: 580px;
    float: left;
	padding-bottom:8px;
    margin-bottom: 20px;
	background: url('images/corners-bottom-580.png') no-repeat bottom left;
	    *height: 100%;
}

h1{
    float: left;
    padding: 0 6px;
    font-family: "Trebuchet MS", "MS Trebuchet", sans-serif;
    font-size: 100%;
    line-height: 20px;
    color: #FFF;
    margin-top: -30px;
        *margin: -10px 0px 10px 0px;
}

h1 span{
    margin: 0 10px;
    padding-right: 14px;
    height: 20px;
    float: left;
}

  /**********/
 /* HEADER */
/**********/

#header{
    float:left;
    padding-bottom:8px;
    background: url('images/corners-bottom-580.png') no-repeat bottom left;
}

#header #logo {
	padding-left: 30px;
}

#header dl {
    width: 520px;
    background: #FFF url('images/corners-top-580.png') no-repeat top left;
	float: left;
	padding: 30px 30px 22px 30px;
}

#header dt {
	float: left;
	border-bottom: 2px solid #EEE;
	width: 520px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#header dd {
	float: left;
	width: 100%;
}

  /*******************/
 /* TOP DISCUSSIONS */
/*******************/

#top-discussions {
	margin-top: 20px;
	float: left;
	width: 520px;
	padding: 20px 30px;
	background: #FFF url('images/corners-top-580.png') no-repeat top left;
}

#top-discussions a.next{
    font-weight: bold;
    text-decoration: none;
    float: right;
}

#top-discussions ul {
	float: left;
	width: 100%;
}

#top-discussions h1{
    background: url('images/oval-orange.png') no-repeat top left;
}

#top-discussions h1 span{
    background: #ffa53b url('images/oval-orange.png') no-repeat top right;
}

#top-discussions li.discussion {
	float: left;
	padding: 10px 0;
}

#top-discussions li.discussion dt {
	float: left;
	background-color: #d8e7fa;
	height: 60px;
}

#top-discussions li.discussion dd {
    overflow: hidden;
	float: right;
	width: 450px;
	margin-left: 10px;
}

#top-discussions li.discussion dt:hover {
	background-color: #EEE;
}

#top-discussions li.discussion dt img {
	float: left;
	padding: 0px;
	margin: 5px;
	border: 1px solid #FFF;
}

#top-discussions li.discussion dt img:hover {
	border: 1px solid #FFF;
}

#top-discussions dd.discussion-meta {
	color: #959595;
	font-size: 80%;
	margin-top: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 2px solid #EEE;
}

#top-discussions dd.discussion-title {
	font-size: 110%;
	font-weight: bold;
}

#top-discussions dd.discussion-body span {
	color: #959595;
	font-size: 80%;
}

#top-discussions dd.discussion-meta li {
	float: left;
}

#top-discussions dd.discussion-meta span{
    background: #FFF;
    padding-right: 4px;
    padding-left: 4px;
}

#top-discussions li.discussion-meta-time {
    background: url('images/small-dash.png') repeat-x top left;
	width: 300px;
}

#top-discussions li.discussion-meta-time span{
    padding-left: 0;
}

#top-discussions li.discussion-meta-posts {
    background: url('images/small-dash.png') repeat-x top left;
	width: 80px;
}

#top-discussions li.discussion-meta-forum {
	width: 270px;
}

#top-discussions li.discussion-meta-forum span{
    width: 100%;
}

  /***********/
 /* MODULES */
/***********/

#modules {

    width: 330px;
    float:right;
    background: #FFF url('images/corners-top-330.png') no-repeat top left;

}

#module-create{
    margin-top: 5px;
    width: 260px;
    float: left;
    background: #f8d8ce;
    padding: 20px;
}

#module-create h1{
    float: left;
    background: url('images/oval-red.png') no-repeat top left;
}

#module-create h1 span{
    background: #b42200 url('images/oval-red.png') no-repeat top right;
}

#module-create ul{
    position: relative;
    float: left;
}

#module-create li{
    float: left;
    clear: both;
    background: #fdeae4;
    padding: 0px 4px;
    color: #888;
    margin-bottom: 3px;
    border-top: 2px solid #efe4e1;
        _margin-right: 10px;        
}

#module-track{
    margin-top: 20px;
    width: 260px;
    float: left;
    background: #ebf8d5;
    padding: 20px;
}

#module-track h1{
    background: url('images/oval-green.png') no-repeat top left;
}

#module-track h1 span{
    background: #84cd11 url('images/oval-green.png') no-repeat top right;
}

#modules p{
    color: #555;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    font-size: 95%;
}

#modules-wrap {
    float: left;
    background: #000;
    padding: 15px;
    background: url('images/corners-bottom-330.png') no-repeat bottom left;
}


#module-create span.over{
    margin: 20px 10px 0 0;
    float: left;
    width: 116px;
    height: 38px;
}

#module-create a.button{
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 8px;
    background: url('images/module-button.png') no-repeat top left;
}

#module-create a.button:hover{
    color: #000;
    background: url('images/module-button-hover.png') no-repeat top left;
}

#module-track form input{
    float: left;
}

  /**********/
 /* FOOTER */
/**********/

#footer {
    float: left;
    background: url('images/footer-background-580.png') no-repeat top left;
    position: relative;
    width: 530px;
    padding: 10px 30px 0 30px;
}

#footer ul li{
    float: left;
    margin-right: 40px;
    margin-bottom: 5px;
    font-weight: bold;
}