/*   
Theme Name: DirtyDalerz.com-New
Theme URI: http://dirtydalerz.com
Description: Test Environment for DirtyDalerz.com
Author: Brian Cinelli
Author URI: http://zooyorkfreak.com
Version: 1
*/

body {
     	/* background: #006600; */
     	background-image: url('http://dirtydalerz.com/site/bg.jpg');
	margin: 0;
	padding: 0;
        font-size: 100.1%;
	}

#container {
     	width: 1000px;
        margin: 0 auto;
	background: #000000;
     	border-left: 1px solid white;
     	border-right: 1px solid white;
     	}

#banner {
	position: relative;
	height: 150px;
     	background: black;
	background-image: url('http://dirtydalerz.com/images/site/topbannerdd.jpg');
	background-repeat: no-repeat;
	background-position: center;
	}

#sidebar-left {
	background: black;
 	width: 200px;
        float: left;
	}

#content {
	background: black;
	width: 600px;
        float: left;
	}

#sidebar-right {
	background: black;
	width: 200px;
	float: left;
	}

/* Post-Content Elements */

.storycontent {
        margin: 2px 2px 2px 2px;
        padding: 0px 0px 0px 0px;
}

.storycontent p {
        font: normal 11px Verdana, Helvetica, sans-serif;
        text-align: justify;
	color: white;
	margin: 0px 10px 10px 10px;
        padding: 0px 0px 0px 0px;
}

.storycontent p a {
	color: #006600;
}

.storycontent p a:hover {
       color: white;
       text-decoration: underline overline;
       background-color: #006600;
}

div.storycontent img {
       border: 1px solid white;
       padding: 1px;
}

.time {
       color: #006600;
       font-size: 14px;
       text-align: right;
}

.title-post {
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
}

.title-post a {
       color: white;
       font-family: georgia, sans-serif;
       font-weight: bold;
       font-size: 22px;
       text-decoration: none;
}

.title-post a:hover {
       color: white;
       text-decoration: underline overline;
       background-color: #006600;
}

.post {
 	margin: 5px 5px 20px 5px;
 	padding: 5px;
 	background: #000000;
 	border: 1px dashed #006600;
        float: left;
	}

.post-author {
       color: #006600;
       font-size: 12px;
       float: left;
       position: relative;
}

.feedback {
       font-size: 12px;
       float: right;
       position: relative;
}

.feedback a {
       color: #006600;
       text-decoration: none;
}

.feedback a:hover {
       color: white;
       text-decoration: underline overline;
       background-color: #006600;
}

/* Post-Content Elements End */



/* Side-Bar Left Elements */


.menuheads {
        text-align: center;
        padding: 0px 0px 2px 0px;
}

.menufoots {
        text-align: center;
        padding: 4px 0px 8px 0px;
}

div.menu {
	margin: 0px;
	padding: 0px;
}

div.menu ul {
        border: 1px dashed #006600;
	margin: 2px 2px 2px 4px;
	padding: 0px 0px 0px 0px;
        list-style-type: none;
	}

div.menu li a {
        display: block;
        color: white;
        font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}

div.menu li a:hover {
        color: white;
        background-color: #006600;
        text-decoration: underline overline;
}
			/* MENU ELEMENT END */


/* Categories Element Start */

div#meow {
	margin: 0px;
	padding: 0px;
}

div#meow ul {
        border: 1px dashed #006600;
	margin: 2px 2px 2px 4px;
	padding: 0px 0px 0px 0px;
        list-style-type: none;
	}

div#meow li {
        display: block;
        color: #006600;
        font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

div#meow li a {
        color: white;
        font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}

div#meow li a:hover {
        color: white;
        background-color: #006600;
        text-decoration: underline overline;
}

/* Categories Element End */



/* ARCHIVES Element Start */

div#archives {
	margin: 0px;
	padding: 0px;
}

div#archives ul {
        border: 1px dashed #006600;
	margin: 0px 4px 2px 2px;
	padding: 2px 0px 0px 2px;
        list-style-type: none;
	}

div#archives li {
        display: block;
        color: #006600;
        font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

div#archives li a {
        color: white;
        font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}

div#archives li a:hover {
        color: white;
        background-color: #006600;
        text-decoration: underline overline;
}

/* ARCHIVES Element END */


#badges {
        text-align: center;
}

#badges img {
        padding: 4px 4px 4px 4px;
        border: none;
}

textarea#comment {
        width: 300px;
}

/* Footer Elements */
#footer {
        width: 1000px;
	margin: auto;
        background: black;
        clear: left;
        font-size: 11px;
        font-family: Verdana, Helvetica, sans-serif;
        text-align: center;
        color: white;
}

#page-navi a:link, #page-navi a:visited {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        text-decoration: underline overline;
}

#page-navi a:hover {
        color: white;
        background-color: #006600;
        text-decoration: underline overline;
}

img.center {
        display: block;
        margin: 5px auto;
}

img.right {
        float: right;
        margin-left: 5px;
}