/*
Theme Name: Holden High Student Site
Author: T. Roque for Holden High School
*/

/* Normalization, Global Reset for Browser Consistency, SM */

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	} /*div can't have reset?*/

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

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}

small {
	font-size: 0.9em;
	line-height: 1.4em;
	}

a img {
	border: none;
	}

hr {
	display: none;
	}

/** Common Styles, SM **/

h1, h1 a, h1 a:visited, h1 a:hover { /*hidden h1 for site name*/
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
	}
	
.clear {
	clear: both;
	}

.pagenav {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0px 15px 10px 5px;
	}

#projects .pagenav {
	padding: 5px 5px 0 15px;
	}

#drama .pagenav {
	padding: 0 0 0 0;
	margin: 0 -2px 0 10px;
	}

#rightArtWrap .pagenav {
	padding: 10px 0 0 50px;
	}
	
#music .pagenav, #video .pagenav {
	padding: 10px 0 0 20px;
	}

.pagenav a, .pagenav a:visited {
	color: #d4541c;
	background-color: #FFFFCC;
	text-decoration: none;
	padding: 1px;
	}

#rightArtWrap .pagenav {
	margin: 10px 40px 10px -20px;
	}

html>body #rightArtWrap .pagenav {
	margin: 10px 15px 10px 10px; /*IE6 hack: IE6 doesn’t see this */
	}

#rightArtWrap .pagenav a, #rightArtWrap .pagenav a:visited {
	background-color: #B1336F;
	color: white;
	}

#music .pagenav a, #music .pagenav a:visited, #video .pagenav a, #video .pagenav a:visited {
	background-color: #d4541c;
	color: white;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin-left: 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin-right: 7px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/** Entry formatting SM **/
.post {
	padding: 20px;
	color: #000000;
	font-size: 13px;
	line-height: 140%;
	}

.post a, .post a:visited {
	color: #d4541c;
	text-decoration: none;
	}

.post a:hover {
	
	}

.post p {
	padding: 6px 0 6px 0;
	}

.post small {
	font-size: 11px;
	}

.post h2 {
	font-size: 18px;
	font-weight: normal;
	}

h3 {
	font-size: 15px;
	color: black;
	font-weight: normal;
	margin: 10px 0 0 0;
	}

.breadcrumbs a, .breadcrumbs a:visited {
	margin: 0 0 20px 18px;
	color: #d4541c;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	padding: 2px 4px 2px 3px;
	background-color: #FFFFFF;
	}

.entry img {
	margin: 2px;
	}

.postmetadata, p.postmetadata {
	margin: 0 auto;
	padding: 0;
	color: #333333;
	}

.slideshowlink {
	font-size: 12px;
	}

/** Common Styles, TR **/
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/common/mainBGgradient.jpg) top repeat-x #0e0603;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* SM: Resets 1em to 10px */
	}

#mainWrap {
	background: url(images/common/heartrays.gif) top left no-repeat #0e0603; 
	color: inherit;
	width: 794px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
}

#topNav {
	width: 665px;
	margin: 0 auto 5px auto;
	padding: 100px 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase; /*sm*/
}

#topNav ul {
	list-style-type: none;
	margin: 0 auto 5px auto;
}

#topNav li {
	display: inline;
}

#topNav li a, #topNav li a:visited {
	text-decoration:none;
	color: #d4541c;
	border-bottom: 2px solid #d4541c;
	margin: 3px -2px;
	padding: 3px 9px;
	font-weight: bold;
}

#topNav li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

#topNav li.current_page_item a, #topNav li.current_page_item a:visited {
	color: #fff;
	border-bottom: 2px solid #fff;
}

#deskWrapTop {
	width: 663px;
	height: 34px;
	background: url(images/common/deskBGtop.gif) no-repeat center;
	color: inherit;
	margin: 5px auto 0 auto;
	padding: 0;
}

#deskWrap {
	width: 663px;
	min-height: 200px; 
	height: auto !important;
	height: 200px;
	margin: 0 auto;
	background: url(images/common/deskBG.gif) repeat-y center; 
	color: inherit;
}

#leftWrap {
	float: left;
	width: 332px;
	height: auto;
}
	
#rightWrap {
	float: right;
	width: 331px;
	height: auto;
	padding-bottom: 20px;
}

#deskWrapBtm {
	width: 663px;
	height: 49px;
	margin: 0 auto;
	background: url(images/common/deskBGbtm.gif) no-repeat ;
	color: inherit;
}

#homeAddress {
	width: 250px;
	height: 60px;
	float: right;
	background: url(images/common/address.gif) no-repeat right;
	color: inherit;
	margin: 0 35px 0 0;
}

html>body #homeAddress {
margin: 0 65px 0 0; /*IE6 hack: IE6 doesn’t see this */
}

#music #homeAddress {
	margin-top: -245px;
	margin-right: 0;
	}

#homeAddress p {
	display: none;
}

/** Student Home page **/

#deskHomeBG {
	width: 675px;
	height: 558px;
	background: url(images/home/homeBG2.jpg) no-repeat center;
	color: inherit;
	margin: 5px auto; 
}

h1.deskHomeBG{
	display: none;
}

#noteWrap .post {
	display: none;
	}

/** End of Student Home **/

/** Student Photos page **/

#deskPhotoHead {
	width: 663px;
	height: 90px;
	background: url(images/photos/deskBGtop.gif) no-repeat center;
	color: inherit;
	margin: 0 auto;
	z-index: 10;
}

#deskPhotoHeadSingle {
	width: 663px;
	height: 90px;
	background: url(images/photos/deskBGtopSingle.gif) no-repeat center;
	color: inherit;
	margin: 0 auto;
	z-index: 10;
}

h1.deskPhotoHead {
	display:none;
}

#leftPhotoWrap {
	float: left;
	width: 337px;
	height: auto;
}

.photoPolaroid {
	width: 337px;
	height: 367px;
	background: url(images/photos/polaroid2.gif) no-repeat right top;
	color: inherit;
}

.photoPolaroid .slideshow {
	padding: 18px 0 0 15px;
	margin: 0 auto;
	z-index: 10;
	}

.photoPolaroid .ngg-widget-slideshow {
	margin-left: 15px;
	z-index: 15;
	}

html>body .photoPolaroid .ngg-widget-slideshow {
margin-top: -27px; /*IE6 hack for tape: IE6 doesn’t see this */
}

.tape {
	position: relative;
	color: inherit;
	z-index: 20;
	top: 5px;
}

html>body .tape {
	width: 337px;
	height: 27px;
	background: url(images/photos/tape.gif) no-repeat 50px 0px; /*IE6 hack: IE6 doesn’t see this */
}

.photoPolaroid .post {
	margin: 0 auto;
	padding: 10px 15px 10px 55px;
	height: 75px;
	}
	
.photoPolaroid .post p {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	line-height: 120%;
	}

#rightPhotoWrap {
	float: left;
	margin-left: 10px;
	width: 300px;
	height: auto;
}

.thumbPolaroids {
	width: 280px;
	height: 85px;
	margin: 5px;
	background: url(images/photos/polaroidThm.gif) no-repeat;
	color: inherit;
}

.thumbPolaroids1 {
	width: 280px;
	height: 85px;
	background: url(images/photos/polaroidThm1.gif) no-repeat;
}

/** End of Student Home **/

/** Student Photos Gallery **/

.thumbPolaroids .post {
	padding: 0;
	margin: 0 auto;
	}

.thumbPolaroids .post p {
	padding: 2px 0 2px 0;
	}

.thumbPolaroids .text {
	width: 170px;
	height: 50px;
	overflow: hidden;
	color: #FFFFCC;
	font-size: 11px;
	line-height: 130%;
	padding: 10px;
	margin: 0 auto;
	float: left;
	}

.thumbPolaroids h2 a, .thumbPolaroids h2 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	background-color: black;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
	margin: 0 auto;
	}

.thumbPolaroids h2 a:hover {
	text-decoration: underline;
	}
	
.thumbPolaroids .image {
	float: right;
	font-size: 9px;
	margin: 2px 0 0 0;
	padding: 4px;
	background-color: #FFFFCC;
	}

.thumbPolaroids .img img {
	width: 70px;
	height: 70px;
	}

/** Student Video page **/

#deskVideoHead {
	width: 663px;
	height: 87px;
	background: url(images/video/videoHeader.gif) no-repeat center;
	color: inherit;
	margin: 0 auto ;
	}

#deskVideoHeadSingle {
	width: 663px;
	height: 87px;
	background: url(images/video/deskBGtopSingle.gif) no-repeat center;
	color: inherit;
	margin: 0 auto ;
	}
	
h1.deskVideoHead {
	display:none;
}

#video .filmstrip {
	width: 332px;
	height: 111px;
	background: url(images/video/filmstrip.gif) no-repeat  left top;
	color: inherit;
}

#video .thumbVdTop {
	width: 331px;
	height: 36px;
	margin: 0;
	background: url(images/video/crnr_thumbs.gif) top left no-repeat;
	color: inherit;
}

#video .videoThumbs {
	width: 331px;
	height: 80px;
	margin: 0;
	background: url(images/video/thumbs.gif) top right no-repeat;
	color: inherit;
}

#videoBtmWrap {
	width: 663px;
	height: 30px;
	margin: 0 auto;
	background-image: url(images/video/videoFooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: inherit;
}

#tvBG {
	position: relative;
	width: 336px;
	height: 431px;
	z-index: 10;
	background: url(images/video/tv2.gif) no-repeat ;
	color: inherit;
	top: -401px;
	left: 0px;
	}

#video #rightWrap {
	background: url(images/video/thumbs.gif) repeat-y;
	height: 360px;
	} 

html>body #video #rightWrap {
	height: auto;
	min-height: 350px; /*IE6 hack: IE6 doesn’t see this */
}

/** End of Video **/

/** Student Video Gallery **/

.videoThumbs .post {
	padding: 0;
	margin: 0 auto;
	height: 80px;
	}

.videoThumbs .post p {
	padding: 2px 0 2px 0;
	}

.videoThumbs .text {
	width: 180px;
	height: 70px;
	padding: 5px;
	overflow: hidden;
	color: #000000;
	font-size: 11px;
	line-height: 130%;
	margin: 0 0 0 20px;
	float: left;
	}

.videoThumbs h2 a, .videoThumbs h2 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
	margin: 0 auto;
	}

.videoThumbs h2 a:hover {
	text-decoration: underline;
	}
	
.videoThumbs .image {
	float: right;
	font-size: 9px;
	margin: 2px 12px 0 0;
	}

.videoThumbs .img img {
	width: 70px;
	height: 70px;
	}

/** Student Music page **/

#deskMusicHead {
	width: 663px;
	height: 90px;
	background: url(images/music/musicHeader.gif) no-repeat center;
	color: inherit;
	margin: 0 auto ;
	}

#deskMusicHeadSingle {
	width: 663px;
	height: 90px;
	background: url(images/music/deskBGtopSingle.gif) no-repeat center;
	color: inherit;
	margin: 0 auto;
}

h1.deskMusicHead {
	display:none;
}

.musicCassette {
	width: 332px;
	height: 248px;
	margin: 0 auto;
	padding: 0;
	background: url(images/music/cassette.gif) no-repeat  left top;
	color: inherit;
}

.thumbMusicTop {
	width: 331px;
	height: 30px;
	margin: 0;
	background: url(images/music/topMusicThmb.gif) top left no-repeat;
	color: inherit;
}

.musicThumbs {
	width: 331px;
	height: 80px;
	margin: 0;
	background: url(images/music/thumbMusic2.gif) top right no-repeat;
	color: inherit;
}

#musicBtmWrap {
	width: 663px;
	height: 30px;
	margin: 0 auto;
	background: url(images/music/musicFooter.gif) no-repeat ;
	color: inherit;
}

#micBG {
	position: relative;
	width: 430px;
	height: 273px;
	z-index: 10;
	background: url(images/music/mic_fender2.gif) no-repeat ;
	color: inherit;
	top: -151px;
	left: -99px;
}

#music #rightWrap {
	background: url(images/music/thumbMusic2.gif) repeat-y;
	height: 400px;
	}
	
html>body #music #rightWrap {
	height: auto;
	min-height: 400px; /*IE6 hack: IE6 doesn’t see this */
}
/** End of Music Home **/

/** Student Music Gallery **/

.musicThumbs .post {
	padding: 0;
	margin: 0 auto;
	height: 80px;
	}

.musicThumbs .post p {
	padding: 2px 0 2px 0;
	}

.musicThumbs .text {
	width: 180px;
	padding: 5px;
	height: 70px;
	overflow: hidden;
	color: #000000;
	font-size: 11px;
	line-height: 130%;
	margin: 0 0 0 20px;
	float: left;
	}

.musicThumbs h2 a, .musicThumbs h2 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
	margin: 0 auto;
	}

.musicThumbs h2 a:hover {
	text-decoration: underline;
	}
	
.musicThumbs .image {
	float: right;
	font-size: 9px;
	margin: 2px 12px 0 0;
	}

.musicThumbs .img img {
	width: 70px;
	height: 70px;
	}

/** Student Art page **/

#deskArtHead {
	width: 663px;
	height: 77px;
	background: url(images/art/artHeader.jpg) no-repeat center;
	color: inherit;
	margin: 0 auto;
	}
	
#deskArtHeadSingle {
	width: 663px;
	height: 77px;
	background: url(images/art/deskBGtopSingle.gif) no-repeat center top;
	color: inherit;
	margin: 0 auto;
}

.pencilHeads {
	position: relative;
	z-index: 20;
	background: url(images/art/pencils2.jpg) no-repeat;
	color: inherit;
	top: -44px;
	left: -23px;
	width: 23px;
	height: 112px;
}

h1.deskArtHead {
	display:none;
}

#leftArtWrap {
	float: left;
	width: 323px;
	height: 392px;
	background: url(images/art/leftPalette.jpg) no-repeat left top;
}

#leftArtWrap .slideshow {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0 auto;
	}

#leftArtWrap .ngg-widget-slideshow {
	margin-top: -15px;
	margin-right: 15px;
	}
	
#rightArtWrap {
	float: right;
	width: 360px;
	height: auto;
	margin-top: -392px;
	margin-right: -20px;
}

html>body #rightArtWrap {
	margin-top: 0; /*IE6 hack: IE6 doesn’t see this */
}

.thumbArtCrnr {
	margin: 0;
	color: inherit;
	width: 360px;
	height: 16px;
	background: url(images/art/thumbsCrnr.gif) top left no-repeat; /*IE6 hack: IE6 doesn’t see this */
}

.splatter {
	position: relative;
	color: inherit;
	z-index: 20;
	top: 2px;
	left: 1px;
}

html>body .splatter {
	height: 228px;
	width: 54px;
	background: url(images/art/splatter.gif) top left no-repeat; /*IE6 hack: IE6 doesn’t see this */
}

.artThumbs {
	width: 360px;
	height: 80px;
	margin:  0 0 0 5px;
	background-color: white; 
	color: inherit;
}

html>body .artThumbs {
	width: 350px; /*IE6 hack: IE6 doesn’t see this */
}

#artBtmWrap {
	width: 683px;
	height: 23px;
	position: relative;
	bottom: 0;
	left: 65px;
	color: inherit;
}

html>body #artBtmWrap {
	background: url(images/art/artFooter.gif) no-repeat; /*IE6 hack: IE6 doesn’t see this */
}


#rightArtWrap {
	background: url(images/art/thumbsArt2.gif) repeat-y;
	height: 400px;
	} 

html>body #rightArtWrap {
	height: auto;
	min-height: 400px; /*IE6 hack: IE6 doesn’t see this */
	}

/** End of Art Page **/

/** Student Art Gallery **/

.artThumbs .post {
	padding: 0;
	margin: 0 20px 0 20px;
	height: 80px;
	}

html>body .artThumbs .post {
	margin: 0 0 0 40px; /*IE6 hack: IE6 doesn’t see this */
	}

.artThumbs .post p {
	padding: 2px 0 2px 0;
	}

.artThumbs .text {
	width: 180px;
	padding: 5px;
	height: 70px;
	overflow: hidden;
	color: #000000;
	font-size: 11px;
	line-height: 140%;
	margin: 0;
	float: left;
	}

html>body .artThumbs .text {
	margin: 0 0 0 20px;
	}

.artThumbs h2 a, .artThumbs h2 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
	margin: 0 auto;
	color: #B1336F;
	}

.artThumbs h2 a:hover {
	text-decoration: underline;
	}
	
.artThumbs .image {
	float: right;
	font-size: 9px;
	margin: 2px 15px 0 0;
	}

.artThumbs .img img {
	width: 70px;
	height: 70px;
	}

/** Student Drama page **/

#deskDramaHead {
	width: 663px;
	height: 115px;
	background: url(images/drama/dramaHeader.gif) no-repeat center;
	color: inherit;
	margin: 0 auto;
}

h1.deskDramaHead {
	display:none;
}

.curtain {
	position: relative;
	z-index: 10;
	top: 0px;
	left: -45px;
	color: inherit; 
}

html>body .curtain { /*IE6 hack: IE6 doesn’t see this */
	background: url(images/drama/curtain3.gif) no-repeat;
	width: 240px;
	height: 478px;
	}

#drama #leftWrap {
	float: left;
	width: 549px;
	height: auto;
}

.leftScreen {
	width: 500px;
	height: 285px;
	float:right;
	background: url(images/drama/largeScreen.gif) no-repeat top right;
	margin-top: 6px;
}
	
#drama #rightWrap {
	float: left;
	width: 100px;
	height: auto;
}

.thumbScreen {
	float: left;
	width: 95px;
	height: 95px;
	background: url(images/drama/smScreen.gif) no-repeat top left;
	margin-left: 5px;
}

#dramaFooter {
	width: 663px;
	height: 49px;
	margin: 0 auto;
	background: url(images/drama/dramaFooter.gif) no-repeat ;
	color: inherit;
}
/*End of Drama Page*/

/** Student Drama Gallery **/

.thumbScreen .post {
	margin: 0 auto;
	padding: 0;
	}

.thumbScreen .image {
	margin: 10px 0 0 10px;
	padding: 0;
	}

.thumbScreen .img img {
	width: 70px;
	height: 70px;
	}

#drama .leftScreen .post {
	height: 250px;
	width: 330px;
	overflow: hidden;
	padding: 20px 5px 0 20px;
	margin: 0 0 0 130px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
	}

#drama .leftScreen .post h2 {
	font-size: 13px;
	text-transform: uppercase;
	}


/** Student Classes page **/

#deskClassesHead {
	width: 663px;
	height: 91px;
	background: url(images/classes/classesHeader.gif) no-repeat center;
	color: inherit;
	margin: 0 auto ;
	}

#deskClassesHeadSingle {
	width: 663px;
	height: 90px;
	background: url(images/classes/deskBGtopSingle.gif) no-repeat center top;
	color: inherit;
	margin: 0 auto;
}

h1.deskClassesHead {
	display:none;
}

#classes #contentWrap, #contentWrapSingle {
	width: 627px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

#classes .contentTop, .contentTopSingle {
	background: url(images/classes/contentTop.gif) no-repeat;
	color: inherit;
	width: 627px;
	height: 23px;
}

#classes #left {
	float: left;
	width: 485px;
	min-height: 376px; 
	height: auto !important;
	height: 376px;
	background: url(images/classes/contentBG.gif) repeat-y left;
	color: #000;
}

#classes #right {
	float: right;
	width: 133px;
	min-height: 376px; 
	height: auto !important;
	height: 376px;
	background: url(images/classes/contentSB.gif) no-repeat top right #ef78a8;
}
/**End Classes**/

/** Projects Page **/
#deskProjHead {
	width: 663px;
	height: 93px;
	background: url(images/projects/projHeader.gif) no-repeat center;
	color: inherit;
	margin: 0 auto ;
	}

#deskProjHeadSingle {
	width: 663px;
	height: 90px;
	background: url(images/projects/deskBGtopSingle.gif) no-repeat center top;
	color: inherit;
	margin: 0 auto;
}

h1.deskProjHead {
	display:none;
}

#projects #deskWrap {
	min-height: 220px; 
	height: auto !important;
	}

#projects #contentTop {
	width: 630px;
	height: 18px;
	margin: 0 auto;
	background: url(images/projects/contentTopBG.gif) no-repeat top;
}

#projects #contentWrap {
	width: 630px;	
	min-height: 377px; 
	height: auto !important;
	height: 377px;
	padding: 0;
	margin: 0 auto;
	background: url(images/projects/contentBG.gif) repeat-y;
	color: inherit;	
}

.thms {
	width: 286px;
	height: 78px;
	padding: 0;
	background: url(images/projects/thumbnail_lt.jpg) no-repeat right;
	float: left;
	margin: 10px 10px 0 10px;
}

html>body .thms { /*IE6 hack: IE6 doesn’t see this */
	margin: 10px 0 0 19px;
	}

/** End Projects Page **/

/** Student Projects Gallery **/

#projects .post {
	padding: 0;
	margin: 0 auto;
	}

#projects .post p {
	padding: 2px 0 2px 0;
	}

#projects .text {
	width: 170px;
	height: 70px;
	padding-top: 8px;
	overflow: hidden;
	color: #000000;
	font-size: 11px;
	line-height: 140%;
	margin: 0 0 0 5px;
	float: left;
	line-height: normal;
	line-height: 120%;
	}

html>body #projects .text { /*IE6 hack: IE6 doesn’t see this */
	margin: 0 0 0 10px;
	}

#projects h2 a, #projects h2 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
	margin: 0 auto;
	}

#projects h2 a:hover {
	text-decoration: underline;
	}
	
.projectimage {
	float: right;
	font-size: 9px;
	margin: 5px 5px 0 0;
	}

html>body .projectimage { /*IE6 hack: IE6 doesn’t see this */
	margin: 5px 9px 0 0;
	}

#projects .projectimg img {
	width: 70px;
	height: 70px;
	}



/** Student Rules page **/
#deskRulesHead {
	width: 663px;
	height: 81px;
	background: url(images/rules/rulesHeader.gif) no-repeat center;
	color: inherit;
	margin: 0 auto ;
}

h1.deskRulesHead {
	display:none;
}

#leftRulesWrap {
	float: left;
	width: 198px;
	height: 243px;
	background: url(images/rules/rulesNote.jpg) no-repeat left top;
}

#leftRulesWrap p, #rightRulesWrap .post {
	display: none;
}
	
#rightRulesWrap {
	float: left;
	height: 243px;
	width:  465px;
	background: url(images/rules/rules.jpg) no-repeat left top;
}

#deskRulesFooter {
	width: 663px;
	height: 166px;
	margin: 0 auto;
	background: url(images/rules/rulesFooter.jpg) no-repeat ;
	color: inherit;
}

/** End of Rules **/

/* Begin Comments*/

#commentspace {
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
	}

#commentform .input {
	width: 247px;
	}

.input {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid; border-color: #999 #D9D9D9 #D9D9D9 #999;
	font-size: 12px;
	color: #333333;
	padding: 4px;
	background-color: white;
	}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid; border-color: #999 #D9D9D9 #D9D9D9 #999;
	font-size: 12px;
	color: #333333;
	padding: 4px;
	background-color: white;
	overflow: auto;
	}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #d4541c;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	letter-spacing: .03em;
	padding: 2px;
	}

#commentform label {
	display: block;
	font-size: 12px;
	}

#commentform p {
	padding: 2px 0 2px 0;
	}

#commentform .textarea {
	width: 500px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 10px 0 20px 0;
	}

.commentmetadata {
	font-size: 11px;
	padding: 2px 0 0 0;
	color: #666666;
	}

.commentlist li {
	padding: 10px;
	list-style: none;
	background-color: white;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px 0 0 0;
	}

li.alt {
	margin: 0;
	padding: 0;
	background-color: #F5E8DC;
	padding: 10px;
	}

.commentlist p {
	margin: 0px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */