/*   
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;
}

.time a:link, .time a:visited {
	color: white;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.time a:hover {
	color: #006600;
	text-decoration: none;
}

.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 {
        color: #CCCCCC;
	font-size: 14px;
        font-family: 'Trebuchet MS',Trebuchet,sans-serif;
	text-align: right;
	font-weight: normal;
}

.post h2 a:link, .post h2 a:visited {
        color: #CCCCCC;
        font-family: 'Trebuchet MS',Trebuchet,sans-serif;
	text-shadow: -1px 2px 2px #003300;
        text-decoration: none;
}

.post h2 a:hover {
        color: white;
        text-decoration: underline overline;
}

h3 a:link, h3 a:visited {
        color: #006600;
	font-size: 14px;
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: none;
}

h3 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: 1em;
        padding: 0px 0px 10px 0px;
        line-height: 130%;
	word-spacing: normal;
	letter-spacing: normal;
	text-shadow: 0px 3px 2px #000000;
}

.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;
	padding-bottom: 5px;
}
