/*
Theme Name: Stop Debt
Theme URI: http://www.stopdebt.co.za
Version: 1.0
Author: Ethan Ellis
*/

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #282929;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
h2 {
        padding: 0;
}
a:link {
       color: #7c0000;
       text-decoration: none;
}
a:visited {
       color: #7c0000;
       text-decoration: none;
}
ul {
       margin: 0;
       padding: 0;
}
li {
       list-style: none;
}
p {
       margin: 0 0 8px 0;
}
#wrapper {
       margin: auto;
       width: 920px;
}
#header {
    height: 160px;
	margin: 60px 0 0 0;
}
#nav {
    height: 28px;
	background-image: url(images/navbg.gif);
	padding: 12px 20px 0 20px;
}
#nav ul {
    margin: 0;
	padding: 0;
}
#nav li {
    display: inline;
	list-style: none;
}
#nav a:link {
    color: #fff;
	margin-right: 20px;
	text-decoration: none;
	font-weight: 700;
}
#nav a:visited {
    color: #fff;
	margin-right: 20px;
	text-decoration: none;
	font-weight: 700;
}
#main {
    background-color:#FFFFFF;
	background-image: url(images/wraperbg.jpg);
	background-repeat: repeat-x;
	padding: 20px;
        margin: 0;
}
#dropper {
        display: none;
}
.sleft {
    width: 170px;
	float: left;
}
.sleft input {
    width: 126px;
    background: #7c0000;
    border: 1px solid #440000;
    color: #fff;
    height: 25px;
    padding: 5px 10px 0 10px;
}
.sleft textarea {
    width: 126px;
    background: #7c0000;
    border: 1px solid #440000;
    color: #fff;
    padding: 5px 10px 0 10px;
}
.sright {
    width: 170px;
	float: left;
}
.sright input {
    width: 126px;
    background: #7c0000;
    border: 1px solid #440000;
    color: #fff;
    height: 25px;
    padding: 5px 10px 0 10px;
    font-family: tahoma;
    font-size: 12px;
}
.sright textarea {
    width: 126px;
    background: #7c0000;
    border: 1px solid #440000;
    color: #fff;
    padding: 5px 10px 0 10px;
    font-family: tahoma;
    font-size: 12px;
}
#searchsubmit {
    width: 78px;
    height: 30px;
    padding: 0 10px;
    background-image: url(images/submit.gif);
    margin: 10px 0 0 0;
}
#submit {
    width: 78px;
    height: 30px;
    padding: 0 10px;
    background-image: url(images/submit.gif);
}
.sidetitle {
    width: 160px;
    height: 25px;
    background-image: url(images/titlebg.gif);
    background-color: #000;
    padding: 5px 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.sidetitle h2 {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.sidebar ul.wrap {
    padding: 0 0 0 0;
    margin-bottom: 20px;
}
.sidebar-text {
    width: 150px;
    background-color: #dbdada;
    background-image: url(images/sidebg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 10px 20px 10px;
}
.sidebar li.wrap {
    padding: 10px 0 0 0;
}
.content {
    width: 500px;
	float: left;
	margin: 0 20px;
        padding: 0;
}
.post-title {
    font-weight: 700;
	font-size: 16px;
	color: #7c0000;
        margin: 0 ;
        padding: 0;
}
.post-comment {
    width: 478px;
	padding: 10px;
	border: 1px solid #7c0000;
        margin: 20px 0 40px 0;
}
.post-comment input {
        width: 200px;
        border: 1px solid #7c0000;
}
#comment {
        width: 468px;
        border: 1px solid #7c0000;
}
#commentform #submit {
        border: none;
        width: 148px;
        color: #fff;
        padding: 0 10px;
}
input.userinfo {
        border: 1px solid #7c0000;
}
#footer {
    background-image: url(images/footer.gif);
	height: 95px;
        padding: 20px 0 0 0;
        color: #fff;
}
#footer a:link {
        color: #fff;
}
#footer a:visited {
        color: #fff;
}
