/*
Theme Name: CDJ
Theme URI: http://www.cdj.com/
Description: CDJ site theme.
Version: 1
Author: CountryWired
Author URI: http://www.countrywired.com/
Tags: cdj, fixed width, two columns, widgets
*/

/* Eric Meyer's Reset CSS.	
 * --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {

	line-height: 1.5;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* remember to define focus styles! */
:focus {
	outline: 0 dotted #ccc;
}



/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}



del {
	text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Everything else

 * --------------------------------------------------------------------------------------- */



a {

	color: #b0403e;

}

  

html {

	background: #000 url('images/CDJ_tileII.jpg') repeat-x fixed;
	/*background: #000 url('images/ChristmasTree_tile.jpg') repeat-x fixed;*/
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333;
}



body {
	width: 880px;
	background: #fff url('') top left no-repeat;
	position: relative;
	margin:0 auto;
	border-left: #222 3px solid;
	border-right: #222 3px solid;
}

#CDJlogo {
width:880px;
height:50px;
background: #222 url('images/CDJ_logo.gif') top left no-repeat;
}

#CDJlogo div:first-child {
margin-top: 10px;
float: right;

}
#CDJ_CD	{
position: absolute; width: 200px; height:179px;
margin: 25px 0 0 100px;
text-align:left;
line-height: 1.8em;
color: #6677ab;
}
#CDJ_HNY	{
position: absolute; width: 650px; height:179px;
margin: 60px 0 0 30px;
text-align:left;
line-height: 1.7em;
font-size: 1.7em;
color: #b0403e;
}
#CDJ_HNY h1{
margin:0;
padding:0;
line-height: 1em;
font-size: 3em;
}
#CDJ_CD h1{
margin:0;
padding:0;
font-size: 1.6em;

}

#CDJ_CD a{
text-decoration: none;
font-size: 1.2em;
}

#header {

	height: 375px;
	background: #000 url('images/CDJ_header(love rules).jpg') bottom right no-repeat;
}
div#container	{
	background: #fff url('images/page_bac.jpg') center ;
}
#hzr	{
	width:880px;
	height: 34px;
	background: #fff url('images/page_div.jpg') no-repeat;
}
#content {

	float: left;

	width: 590px;

	background: url('images/content-bg.gif') left repeat-y;

	margin-top: 20px;

	margin-left: 13px;

}



	.post {
		clear: both;
		margin: 0 0 30px 0;
		background-color: #efefef;
		border: #ddd 1px dotted;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
    	CCborderRadius: 10px;

	}



		.postdate {
			text-align: right;
			font: bold 1em Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			word-spacing: 2px;
			letter-spacing: 2px;
			color: #444;
			background-color: #cdcdcd;
			margin-bottom: 5px;
			padding:1px 10px 1px 0;

		}


		.post h2 {
			font: 2.4em Arial, Helvetica, sans-serif;
			margin: 0px;
			padding: 7px;
			background-color: #fff;
		}

		

			.post h2 a {
				text-decoration: none;
				color: #747579;

			}

		

		.entry {

			font: 1.2em Georgia, Times, serif;

			color: #666;

			line-height: 1.75;
			padding: 10px;
		}

		

		.postmetadata {

			background: url('images/meta-bg.gif') top left no-repeat;
			padding:15px 10px 0 10px;
			margin-top: 20px;
			text-transform: uppercase;
			color: #333;
		}

		

			.postmetadata a {
				color: #b0403e;
				text-decoration: none;
			}

			

			.postmetadata a:hover {

				text-decoration: underline;

			}

		

		.post a {

			color: #b0403e;

		}

		

		.post p {

			margin: 15px 0;

		}

		

		.post blockquote {

			border-left: 1px solid #999;

			font-style: italic;

			padding-left: 10px;

			margin-left: 10px;

		}

		

		.post ul, .post ol {

			margin-left: 30px;

		}

		

			.post ol li {

				list-style-type: decimal;

			}

		

			.post ul li {

				list-style-type: square;

			}

		

			.edit-content {

				text-transform: uppercase;

			}

		

	.pagetitle {

		font: 1.2em Georgia, Times, serif;

		color: #990000;

	}

	

		#notfound h2 {

			font: 1.8em Arial, Helvetica, sans-serif;

			margin-bottom: 10px;	

		}

		

		#notfound p {

			font-size: 1.2em;

			margin-bottom: 10px;

		}



	.navigation {

		text-transform: uppercase;

		overflow: auto;

	}

	

		.navigation a {

			text-decoration: none;

		}

		

		.navigation a:hover {

			text-decoration: underline;

		}

	

		.alignleft {

			width: 45%;

			float: left;

		}



		.alignright {

			width: 45%;

			float: right;

			text-align: right;

		}
	

	h3#comments, h3#respond {

		font: bold 1.2em Arial, Helvetica, sans-serif;

		margin-bottom: 10px;

		background: url('images/meta-bg.gif') bottom left no-repeat;

		padding-bottom: 15px;

		clear: both;

	}

	

		.commentitem {

			margin-bottom: 5px;

			background: url('images/meta-bg.gif') bottom left no-repeat;

			padding-bottom: 20px;

			overflow: auto;

			clear: both;

		}

		

			.avatar {

				float: left;

				width: 55px;

				margin-left: 3px;



			}



				.avatar img {

					border: 1px solid #ccc;

					padding: 1px;

					background: #fff;

					width: 48px;

				}

			

			.commentcontent {

				float: right;

				width: 430px;

			}

			

			.commentlist cite {

				font: bold 1.2em Arial, Helvetica, sans-serif;

				display: block;

				color: #666;

			}

			

				.commentlist cite a {

					color: #b0403e;

					text-decoration: none;

				}

				

				.commentlist .commentmetadata {

					font: 1em Arial, Helvetica, sans-serif;

					margin-bottom: 10px;

				}

				

					.commentmetadata a {

						text-decoration: none;

						color: #666;

						text-transform: uppercase;

					}

			

			.commentlist p {

				font: 1.2em Georgia, Times, serif;

				color: #666;

				line-height: 1.75;

			}

	

	#commentform {

		width: 500px;

	}



		#commentform textarea, #url, #email, #author {

			width: 485px;

			border: 3px double #aaa; 

			margin: 5px 0 10px;

			font: 1.1em Arial, Helvetica, sans-serif;

			color: #666;

			padding: 3px;

		}

		

		#formmessage {

			font: 1.1em Arial, Helvetica, sans-serif;

			margin-bottom: 10px;

			background: #f5f5f5;

			padding: 3px;

		}

		

		#commentform label {

			font: 1em Georgia, Times, serif;

			color: #666;

			text-transform: uppercase;

		}



#sidebar {

	float: right;
	width: 200px;
	margin-top: 90px;
	margin-right: 40px;
}



	#sidebar h2 {

		font: bold 2.4em Georgia, Times, serif;

		letter-spacing: -1px;

		text-transform: lowercase;

		margin-bottom: 10px;

	}



		#sidebar h2 span {

			color: #990000;

			font-weight: normal;

		}

		

			#sidebar > ul > li {

				margin-bottom: 10px;

				font: 1.1em Arial, Helvetica, sans-serif;

			}

			

				#sidebar > ul > li a {

					text-decoration: none;

					color: #000;

				}



				#sidebar > ul > li a:hover {

					color: #fff;

				}

				

					#sidebar > ul > li li p{

					}	

					

		#searchform #s {

			border: 3px double #aaa; 

			font: 1.1em Arial, Helvetica, sans-serif;

			color: #666;

			padding: 3px;		

		}

		

		#searchform #searchsubmit {

			border: 3px double #aaa; 

			font: 1.1em Arial, Helvetica, sans-serif;

			color: #666;

			padding: 2px;

		}

		

		.sidebarnote {

			background: url('images/header-bg.png') left repeat-y;

			padding: 5px 5px;

			font: 1.1em Arial, Helvetica, sans-serif;

			line-height: 1.5;

		}





#footer {

	clear: both;

	width: 100%;

	background: url('') left bottom no-repeat;

	padding-bottom: 30px;

	padding-top: 10px;

}



	#footer p {

		width: 500px;

		background: url('images/meta-bg.gif') 15px top no-repeat;

		padding-left: 20px;

		padding-top: 20px;

		font: 1.1em Georgia, Times, serif;

		color: #666;

	}

	

	#footer a {

		color: #A0592F;

		text-decoration: none;

	}



	#footer a:hover {

		text-decoration: underline;

	}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}	



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #fff;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
 
ul.cats {
	padding: 0;
	margin: 0;
	}

ul.cats li { 
	margin-bottom: 7px; 
	list-style-type: none;
	position: relative;
	}

ul.cats li a:hover { 
	background: #E06110 url(images/sidebarhover.png) center repeat-y;
	}

ul.cats li a {
	padding: 10px 0 7px 10px;
	font-weight: bold;
	background-image: url(images/sidebar.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 1%;
	background-color: #F7931E;
	border: 3px double #fff;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
    	CCborderRadius: 10px;
}

ul #menu-sidebar_nav li.current_page_item a{
	background: #E06110 url(images/sidebarhover.png) center repeat-y;
	//color: #fff;
//border: #990000 1px solid;
}

ul.cats li ul {
	padding: 0;
	margin: 0;
	margin-top: 7px;
	}
.textwidget input#email	{
width: 185px;
}
.textwidget input#name	{
	width: 185px;
  	border: 3px double #AAAAAA;
  	color: #666666;
  	font: 1.1em Arial,Helvetica,sans-serif;
  	margin: 5px 0 10px;
  	padding: 3px;
}
