@charset "utf-8";
/* CSS Document */
body {
background: 			#d5d1d8 url("http://djzing.com/i/bg.jpg") repeat;
margin:					0 auto 0 auto;
}

img {
border:					none;
}

a {
text-decoration:		none;
}

/* Divs */
#wrapper {
width:					850px;
height:					auto;
margin:					0 auto 0 auto
}

#header {
width:					850px;
height:					247px;
margin:					0;
}

#body {
width:					850px;
margin:					0;
}

/* SocMed Menu */

#menusoc {
	width: 650px;
	height: 98px;
	margin: 15px 0 0 200px;
	background: #000;
	overflow: hidden;
	}
	
#menusoc img {
	float:right;
	}
	
#menusoc a {
	display: block;
	height: 98px;
	width: 108px;
	float: right;
	background: url(../i/menu_hover.gif) no-repeat;
	}
	
#menusoc a:hover{
	background-position: 0 -98px;
	}
	
/* Sidebar */
#sidebar {
width:					200px;
height:					300px;
position:				absolute;
}

#nav {
margin: 				20px 0 10px 0;
}

#nav ul {
margin: 				0;
padding:                0;
}

#nav li {
font-family: 			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
color:					#999999;
padding:	    	    4px 0 1px 0;
border-bottom:			solid 2px #28489c;
list-style:				none;
text-shadow:			1px 1px 1px #E9E9E9;
}

#nav a {
font-family: 			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-weight:			bold;
color:					#999999;
padding:	    	    4px 0 1px 0;
list-style:				none;
text-decoration:		none;
}

#nav li a:hover {
font-family: 			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-weight:			bold;
color:					#28489c;
padding:	    	    4px 0 1px 0;
list-style:				none;
text-decoration:		none;
text-shadow:			1px 1px 1px #fff;
}

#radio {
width:					200px;
background-image:		url(../i/sb-bg.jpg);
background-repeat:		repeat-y;
margin:					16px 0 0 0;
border-top-left-radius: 5px;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0;
}

#radio p{
font-size:				1.3em;
font-family:			"anivers-1","anivers-2", Verdana, Arial, Helvetica, sans-serif;
font-weight:			bold;
text-align:				center;
color:					#28489c;
line-height:			1.5em;
padding:                10px 10px 15px 10px;
}

#radio a{
text-decoration:		none;
color:					#fff;
}

#bioblurb {
width:					200px;
background-image:		url(../i/sb-bg.jpg);
background-repeat:		repeat-y;
padding-top:            14px;
margin:					16px 0 0 0;
border-top-left-radius: 5px;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0;
}

#bioblurb p{
font-size:				.9em;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
color:					#28489c;
line-height:			1.5em;
margin-top:				4px;
padding:                0 10px 15px 10px;
}

#bioblurb a{
text-decoration:		none;
color:					#fff;
}

#donate {
width:					200px;
background-image:		url(../i/sb-bg.jpg);
background-repeat:		repeat-y;
margin:					16px  0 0;
padding-top:            10px;
padding-bottom:         15px;
border-top-left-radius: 5px;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0;
}

#donate img{
margin:					10px auto 10px 16px;
}

#donate form{
margin:					10px 0 0 25px;
}


#contact {
width:					200px;
height:					250px;
background-image:		url(../i/sb-bg.jpg);
background-repeat:		repeat-y;
margin:					16px 0 0 0;
padding:                10px 0 10px 10px;
border-top-left-radius: 5px;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0;
}

#contact h2{
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.2em;
margin:			   		0 0 8px 0;
color:					#28489c;
text-shadow:			1px 1px 1px #fff;
}

#contact p{
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				.8em;
color:					#28489c;
margin:                 0 0 5px 0;
}

#contact input{
margin:                0 0 5px 0;
border-top-left-radius: 0;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}

#contact .name{
background-color:		#b6dff3;
border:					solid 1px #fff;
height:					15px;
padding:                5px 5px 5px 5px;
color:					#28489c;
}

#contact .email{
background-color:		#b6dff3;
border:					solid 1px #28489c;
height:					15px;
padding:                5px 5px 5px 5px;
color:					#28489c;
}

#contact .message{
background-color:		#b6dff3;
border:					solid 1px #28489c;
height:					70px;
padding:                5px 5px 5px 5px;
color:					#28489c;
text-align:				topleft;
}

#buttonarea {
margin:					0;
padding:                0 0 0 10px;
}

#buttonarea .sendbtn{
font-family:			Impact, Arial, Helvetica, sans-serif;
color:					#b6dff3;
font-size:				2.3em;
text-shadow:			1px 1px 1px #28489c;
border-left:			solid 1px #fff;
border-bottom:			solid 1px #28489c;
border-right:			solid 1px #28489c;
border-top:				none;
background-image:		url(../i/lb-bg.jpg);
width:					114px;
height:					47px;
margin:					0;
padding: 	            0 0 25px 0;
border-top-left-radius: 0;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}

#buttonarea .overbtn{
font-family:			Impact, Arial, Helvetica, sans-serif;
color:					#28489c;
font-size:				2.3em;
border-left:			solid 1px #fff;
border-bottom:			solid 1px #28489c;
border-right:			solid 1px #28489c;
border-top:				none;
background-image:		url(../i/lb-bg.jpg);
width:					114px;
height:					47px;
margin:					0;
padding-bottom:         10px;
border-top-left-radius: 0;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}

#buttonarea .btndown{
font-family:			Impact, Arial, Helvetica, sans-serif;
color:					#28489c;
font-size:				2.3em;
border-left:			solid 1px #28489c;
border-bottom:			solid 1px #fff;
border-right:			solid 1px #fff;
border-top:				none;
background-image:		url(../i/lb-bg.jpg);
width:					114px;
height:					47px;
margin:					0;
padding-bottom:         10px;
border-top-left-radius: 0;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}

#podcasts {
width:					200px;
background-image:		url(../i/sb-bg.jpg);
background-repeat:		repeat-y;
padding:                14px 10px 20px 10px;
margin:					16px 0 0 0;
border-top-left-radius: 5px;
border-top-right-radius:0;
border-bottom-left-radius:5px;
border-bottom-right-radius:0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0;
}

#podcasts ul{
font-size:				1em;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
color:					#28489c;
line-height:			1.5em;
margin-top:				4px;
padding:                0 10px 0 20px;
list-style:				none;
}

#podcasts h2{
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.2em;
margin:			   		0 0 8px 0;
color:					#28489c;
text-shadow:			1px 1px 1px #fff;
}

#podcasts h1{
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.5em;
margin:			   		0 0 8px 0;
color:					#28489c;
text-shadow:			1px 1px 1px #fff;
}

#podcasts a{
text-decoration:		none;
color:					#fff;
}

#podcasts a:hover{
text-decoration:		none;
color:					#28489c;
}

/* Main Content: Home */
#content {
width:					650px;
margin:					19px 0 20px 200px;
position: 				absolute;
float:					right;
}

/*Temporary */
#post {
background-color:		#4f69ae;
padding:                10px 10px 5px 10px;
margin:					20px 0 10px 0;
border-top:				solid 1px #60c0f0;
border-bottom:			solid 1px #60c0f0;
}

#post p{
margin:					0 0 10px 0;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				.9em;
color:					#fff;
line-height:			1.5em;
}


/*Temporary */

#maincontent {
background-color:		#28489c;
background-image:		url(../i/db-noise.gif);
border-top:				solid 1px #60c0f0;
border-left:			solid 1px #4766b7;
border-right:			solid 1px #193377;
padding:                0 9px 25px 9px;
border-top-left-radius: 0;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;

}

#contentcap {
height:					4px;
width:					650px;
background-image:		url(../i/body-cap.png);
background-position:	top left;
background-repeat:		no-repeat;
border-bottom:			solid 1px #60c0f0;
}

#centheader {
height:					200px;
width:					650px;
background-image:		url(../i/CFHeader.gif);
background-position:	top left;
background-repeat:		no-repeat;
}

#footer {
width:					650px;
height:					40px;
padding:                5px 0 10px 0;
background-color:		none;
}

#footer p{
margin: 				0;
font-size:				.7em;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
color:					#28489c;
background-color:		none;
}

/* Bio Page */
#photogallery {
margin:					15px 19px 15px 0;
width:					314px;
height:					600px;
position:				absolute;
}

#bio-content {
width:					300px;
margin:					1px 0 10px 330px;
}

#bio-content p{
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				.8em;
color:					#fff;
line-height:			1.5em;
margin:					0;
text-indent:     		1em;
}

#bio-content a{
color:					#60c0f0;
line-height:			1.5em;
text-decoration:		none;
}

#bio-content h2 {
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
color:					#fff;
margin:					10px 0 0 0;
text-shadow:			1px 1px 1px #222;
}

#bio-content .pullquote-bio {
font-family:			"anivers-1","anivers-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				1.3em;
line-height:			1.2em;
font-weight:			bolder;
font-style:				italic;
color:					#60c0f0;
margin:					15px 0 15px 0;
text-align:				center;
text-indent:     		0;
text-shadow:			1px 1px 1px #28489c;
}

#bio-content .endquote-bio {
font-family:			"anivers-1","anivers-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				1.3em;
line-height:			1.2em;
font-weight:			bolder;
font-style:				italic;
color:					#60c0f0;
margin:					15px 0 15px 0;
text-align:				center;
text-indent:     		0;
}

/* Centrifugal Force Page */

#show {
background-color:		#4f69ae;
padding:                10px 10px 5px 10px;
margin:					20px 0 10px 0;
border-top:				solid 1px #60c0f0;
border-bottom:			solid 1px #60c0f0;
}

#show h2 {
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
color:					#fff;
margin:					10px 0 0 0;
text-shadow:			1px 1px 1px #222;
}

#show p {
margin:					0 0 10px 0;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				.9em;
color:					#fff;
line-height:			1.5em;
}

#show a {
font-size:				.9em;
color:     				#0033CC;
}

#show ul {
font-family:			"anivers-1","anivers-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				1.1em;
color:					#fff;
line-height:			1.5em;
list-style-image:		url(../i/cf-bullet.png);
margin:					0 0 20px 0;
}

#show li {
margin:					5px 0 0 40px;
}

#show-archive h2 {
text-align:				center;
font-size:				2em;
margin:					30px 0 0 0;
padding:                0;
}

#show-archive ul{
font-size:				1.5em;
line-height:			1.2em;
font-weight:			bold;
text-align:				center;
list-style:				none;
list-style-image:		none;
margin:					0;
padding:                0;
}

#show-archive li {
margin:					0;
}

/* Links Page */
#linkscontent {
padding:                0 auto 0 auto;
}

#linkscontent h2{
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
text-align:				center;
color:					#fff;
margin:					20px 0 0 0;
text-shadow:			1px 1px 1px #222;
}

#linkscontent img {
display:				block;
margin:					20px auto 20px auto;
}

/*Mix-Remix Page */
#mix {
background-color:		#4f69ae;
padding:                10px 10px 5px 10px;
margin:					20px 0 10px 0;
border-top:				solid 1px #60c0f0;
border-bottom:			solid 1px #60c0f0;
}

#mix em{
color:					#0000CC;
}

#mix h1 {
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
color:					#fff;
margin:					20px 0 0 0;
text-shadow:			1px 1px 1px #222;
}

#mix p {
margin:					0 0 10px 0;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				.9em;
color:					#fff;
line-height:			1.5em;
}

#mix a {
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
color:					#fff;
margin:					20px 0 0 0;
text-shadow:			1px 1px 1px #222;
}

#mix ol {
font-family:			"anivers-1","anivers-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				1.1em;
color:					#fff;
line-height:			1.5em;
margin:					0 0 40px 0;
}

#mix li {
margin:					5px 0 0 40px;
}

/* Construction Div */
#construction {
margin:					20px auto 0 auto;
width:					500px;
padding:                5px 20px 20px 20px;
border:					solid 1px #60c0f0;
background-color:		#4f69ae;
text-align:				center;
}

#construction h1 {
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1.3em;
font-weight:			bold;
color:					#fff;
margin:					20px 0 0 0;
text-shadow:			1px 1px 1px #222;
}

#construction p {
margin:					0 0 10px 0;
font-family:			"droid-sans-1","droid-sans-2", Verdana, Arial, Helvetica, sans-serif;
font-size:				.9em;
color:					#fff;
line-height:			1.5em;
}

#construction h2 {
font-family:			"anivers-1","anivers-2", Helvetica, Arial, sans-serif;
font-size:				1em;
font-weight:			bold;
color:					#fff;
margin:					20px 0 0 0;
text-shadow:			1px 1px 1px #222;
}