@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	background:#FFFFFF;
	text-align:justify;
}

img {
	border:none;
}

a:link, a:visited {
	color:#D6300B;
	text-decoration:none;
}

a:hover, a:active {
	color:#FD8877;
	text-decoration:none;
}

h1,h2,h3,h4,h5 {
	margin:0px;
	font-weight:normal;
	text-align:left;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}


/*LAYOUT IDS*/

#sidebarcontainer {
	display:none;
}

#header {
	display:none;
}

#header-print {
	margin-bottom:10px;
}

#footer {
	width:750px;
	height:45px;
}

#date {
	display:none;
}

.category {
	display:none;
}

#commentform {
	display:none;
}

.bookmarks {
	display:none;
}

.commentformtitle{
	display:none;
}

.comment {
	clear:both;
	width:100%;
	margin-top:20px;
}

.comname {
	float:left;
	width: 170px;
	text-align:right;
	margin-right:10px;
}

.comname strong{
	font-size:16px;
}

.comname a:link, .comname a:visited {
	color:#EEEEEE;
}

.comname a:hover, .comname a:active {
	color:#000000;
}

.avatar {
	width:60px;
	float:left;
	margin-right:10px;
}
.comcontent {
	float:left;
	width:350px;	
}

/*PAGE NOTICES*/

#pagenumbers {
	display:none;
}

#pagenotices {
	width:750px;
	height:33px;
	text-align: left;
	color:#808080;
}

#pagenotices p {
	padding-top: 4px;
}

#feeds {
	display:none;
}

#copyright {
	float:right;
	text-align:right;
	width:150px;
	padding-right:10px;
	padding-top:4px;
	color:#999999;
}

.copynotice {
	font-size:12px;
	
}

/*FILM PLAYER*/

.filmplayer {
	width:710px;
	height:290px;
	background:#000000 url(../images/boxes/filmbox.jpg);
	padding:10px;
	color:#CCCCCC;
}

.filmplayer h3 {
	color:#666666;
}

#movieplayer {
	float:left;
	width:480px;
	height:290px;
}

#filmtext {
	float:right;
	width:220px;
	height:270px;
	
}

#filmcontrols {
	float:right;
	width:160px;
	height:20px;
}

#filmcontrols img {
	float:right;
	margin-left:5px;
}

/*FRONT PAGE*/

#aboutJDPictures { }

#blockblog {
	width:275px;
	float:left;
	margin-top:10px;
}

#blockphotos {
	width:275px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#blockfeed {
	width:160px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#blog h3 { 
	margin:0px; 
	font-size:24px; 
}

.blogentry {
	width:100%;
	clear:both;
	height:150px;
	margin-bottom:10px;
}

.newsimg { 
	float: left;
	margin-right: 10px;
}

.newsimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}