/*   
Theme Name: dd-html5
Theme URI: http://dirtydalerz.com
Description: Test Environment for DirtyDalerz.com
Author: Brian Cinelli
Author URI: http://zooyorkfreak.com
Version: 1
*/

.time {
        margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #999999;
	font-size: 10px;
        font-family: Verdana, Helvetica, sans-serif;
	text-shadow: -1px 2px 2px #000000;
}

.post h1 {
        margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

	
.post h1 a:link, .post h1 a:visited {
	color: white;
	text-shadow: -2px 2px 3px #000000;
        text-decoration: none;	
}

.post h2 {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Helvetica, sans-serif;
        text-shadow:-1px 2px 1px #006600
}

.post h3 {
        color: #FFFFFF;
	font-size: 12px;
        font-family: Verdana, Helvetica, sans-serif;
	text-shadow: -1px 2px 2px #006600;
}

.post h3 a:link, .post h3 a:visited {
        color: #FFFFFF;
	font-size: 12px;
        font-family: Verdana, Helvetica, sans-serif;
	text-shadow: -1px 2px 2px #000000;
        text-decoration: underline;
}

.post h3 a:hover {
        color: white;
        text-decoration: underline overline;
}

h4 a:link, h4 a:visited {
        color: #006600;
	font-size: 14px;
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: none;
}

h4 a:hover {
        color: #FFFFFF;
	font-size: 14px;
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: line-through;
}

.post p {
	color: #FFFFFF;
        text-align: justify;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 14px;
	text-shadow: -1px 2px 2px #000000;
        padding: 0px 0px 10px 0px;
        line-height: 130%;
}

.post p.center {
        text-align: center;
}


.post img {
        border: none;
}

.post img a:link, .post p img a:visited, .post p img a:hover {
        border: none;
}

.post p a:link, .post p a:visited {
        color: white;
        text-decoration: underline;
}

.post p a:hover {
        color: #006600;
        text-decoration: line-through;
}

img.center {
        display: block;
        margin: 0px auto;
}

img.right {
        float: right;
        padding-left: 10px;
}