/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 180px;
	background: #000000 url(images/header-800x.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

*html body { behavior: url("http://powerplaydj.com/csshover3.htc"); }

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
text-align:left;
}

h3 { clear: both;text-align:left;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: left;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
	margin-top: 1em;
}

ul li {
	margin-bottom: 5px;
}

ul li strong {
	color: #fff; }

ol {
	margin-left: 3em;
}

ol li {

}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

a.testimonials { 
	color: #999; }

img {
	border: 4px none #C4C2C2;
}
.post img {
	border: 1px solid #ccc;
	margin: 15px; }

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	width: 168px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.post h3.title { background: url(images/h3_bg.png) repeat-x 0 5px; padding-left: 5px; margin: 0;  }
.post h3.nobg { background: none; }

p.rednav { background: #2a0101; border-top: 1px solid #731614; border-bottom: 1px solid #731614; padding: 5px; }

.small { font-size: 0.8em; }

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 10px; margin-bottom: 0px;
}

/* Header */

#header {
	height: 61px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 800px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	width: 800px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
    position: relative;
}
#menu LI{
	display: block;
	float: left;
	height: 19px;
	margin: 9px 5px 0 0;
	padding: 0 25px 0 25px;
    line-height: 17px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
    border-bottom: none;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu LI {
  padding-top: 6px;
  position: relative;
}

#menu LI:hover {
	background-image: url(images/img04b.gif);
	text-decoration: none;
}

#menu LI.active{
	background-image: url(images/img05.gif);
}

#menu LI UL{
    display: none;
}
#menu LI:hover UL{
    display: block;
    position: absolute;
    z-index: 1001px;
    left: -1px;
}
#menu LI UL LI{
    border: 1px solid #222;
    border-top: none;
    background: #487CA3;
    display: block;
    float: none;
    width: 165px;
	text-align: center;
    height: auto;
    padding: 0;
    margin: 0;
}
#menu li a, #menu LI a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 0 none;
}

#menu li a{
	text-align: center;
}
#menu li ul li a:hover {
	background: #5491BE; }
#smenu1 { width: 165px; margin-left: -26px;  }

*html #menu LI UL LI{
    margin: 0 0 -2px 0;
    z-index: 30000000;
}

/* Wrapper */

#wrapper {
	background: url(images/img06.gif) repeat-x;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: right;
	width: 580px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	height: 730px;
	overflow: visible;
    background: url(images/sidebar_bg.png) 180px 20px no-repeat;
	padding-top: 20px;
}

/* Content > Sidebar > Support */

#support {
	color: #FF8A00;
}

#support h2 {
	margin: 0;
	font-size: 1.3em;
	color: #FF8A00;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #FF8A00;
}

#support img {
	border: 0 none; }

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}


#inputtext1, #inputtext2 {
	color: #385B88;
}



#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

#login p {
	font-size: .8em;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #444C5D;
}

#footer p {
	width: 800px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.byline {  }

#randomimage img { border: 1px solid #333; padding: 5px; margin: 5px; }

p.testimonial { border-top: 1px dotted #333; margin-top: 20px; }

#testimonials blockquote { color: #ddd; }

#suggestions { border: 1px solid #18425e; border-top: 0 none; font-size: 11px; background: #0B2E45; width: 171px; }
#suggestions li { margin: 0; }
#suggestions li a { display: block; width: 171px; height: 25px; padding: 5px 0; border-bottom: 1px solid #18425e; }
#suggestions li a { text-decoration: none; text-align: center; margin: 0; }
#suggestions li a:hover { background: #274B64; }
