/*   
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
*/

*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

body {
        background-color: black;
	color: pink;
	font-size: 14px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

header, footer, article, section, nav, time {
	display: block;
}

header {
	/*background: url('http://dirtydalerz.com/images/site/dd-logo-small.png') #000 no-repeat top left;*/
	background-color: black;
	color: white;
	margin: 0 auto;
	padding: 0px;
	height: 100px;
	width: 90%;
}

header img {
	float: left;
        border: none;
}

header a:link, header a:visited, header a:hover {
        text-decoration: none;
        border: none;
}

#top-nav-con {
	width: 90%;
	height: 30px;
	background-color: black;
	margin: 0 auto;
}
	
#top-nav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	background-color: #003300;
        background-image: -webkit-gradient(linear, 0% 57%, 0% 100%, from(#003300), to(#000000));
        background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 8%, rgb(0,51,0) 57%);
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: -2px 1px 2px #ffffff;
	-moz-box-shadow: -2px 1px 2px #ffffff;
	width: auto;
	padding: 0px;
	margin: 0px;
}

/* Transition Menu Bar Start */
#trans-nav { list-style-type: none; padding: 0; margin: 0;}
#trans-nav li { float: left; position: relative; padding: 0; list-style-type: none;}
#trans-nav li:hover { background-position: 0 -40px; }
#trans-nav li a { display: block; padding: 0 15px; color: #fff; text-decoration: none; }
#trans-nav li a:hover { color: #ccc; }
#trans-nav li ul { opacity: 0; position: absolute; left: 0; width: auto; background: #003300; list-style-type: none; padding: 0; margin: 0; }
#trans-nav li:hover ul { opacity: 1; }
#trans-nav li ul li { float: none; position: static; height: 0; line-height: 0; }
#trans-nav li:hover ul li { height: 20px; line-height: 20px; }
#trans-nav li ul li a { background-color: #006600; padding: 0px 2px 0px 2px; margin: 0px; }
#trans-nav li ul li a:hover { background-color: #fff; color: #006600; }
#trans-nav li { -webkit-transition: all 0.2s; }
#trans-nav li a { -webkit-transition: all 0.5s; }
#trans-nav li ul { -webkit-transition: all 1s; }
#trans-nav li ul li { -webkit-transition: height 0.5s; }
/* Transition Menu Bar End */

/* Contains the content and aside */
#together {
	width: 90%;
	margin: 0 auto;
        clear: left;
}

#content {
	width: 70%;
	height: auto;
	color: white;
	background-color: black;
	float: left;
	padding: 0px;
}

aside {
	width: 30%;
	color: white;
	background-color: black;
	float: left;
	padding: 0px;
}

article	{
        width: 95%;
	padding: 10px;
        margin: 0px 0px 20px 0px;
        background-image: -webkit-gradient(linear, 0% 57%, 0% 100%, from(#003300), to(#000000));
        background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 8%, rgb(0,51,0) 57%);
	background-color: #003300;
        /*border: 1px solid white;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: -2px 2px 5px #ffffff;
        -webkit-box-shadow: -2px 2px 5px #ffffff; 	
}

.side-style {
	width: 90%;
	color: white;
	padding: 10px;
        background-image: -webkit-gradient(linear, 0% 57%, 0% 100%, from(#003300), to(#000000));
        background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 8%, rgb(0,51,0) 57%);
        background-color: #003300;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: -2px 2px 5px #ffffff;
        -webkit-box-shadow: -2px 2px 5px #ffffff;
	margin: 0px 0px 20px 0px;
        float: right;
}

.side-style h1 {
	color: white;
	text-shadow: -2px 2px 3px #000000;
	font-size: 24px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

#softball-record h2 {
        font-size: 30px;
        color: white;
	text-shadow: -2px 2px 3px #000000;
        text-align: center;
}

#softball-record p {
	color: white;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
	text-shadow: -1px 2px 2px #000000;
}

footer {
	width: 90%;
	height: auto;
	color: white;
	background-color: black;
	margin: 0 auto;
	clear: both;
}

footer p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}

footer p a:link, footer p a:visited {
	color: #006600;
	text-decoration: overline underline;
}

footer p a:hover {
	color: white;
	text-decoration: overline underline;
}