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

body {
	background-color:#000;
	background-image:url("../images/background.jpg");
	background-repeat:no-repeat;
	border:0;
	padding:0;
	margin:0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

h1 {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	margin-bottom:5px;
	font-weight:100;
	margin-top:0;
}

h2 {
	color:#828a91;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:12px;
	letter-spacing:1px;
	margin:0;
}

h2 a {
	color:#FFF;
	text-decoration:none;
}

h2 a:visited {
	color:#FFF;
	text-decoration:none;
}

h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

#content-right1 h2 {
	color:#828a91;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	line-height:12px;
	letter-spacing:1px;
	margin:0;
}

#content-right1h2 a {
	color:#FFF;
	text-decoration:none;
}

#content-right1h2 a:visited {
	color:#FFF;
	text-decoration:none;
}

#content-right1h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

h3 {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:12px;
	letter-spacing:1px;
	margin:0;
	float:left;
	margin-right:10px;
	cursor: pointer;
	cursor: hand;
}

h3 a {
	text-decoration:none;
	color:#FFF;
}

h3 a:visited {
	color:#FFF;
}

h3 a:hover {
	text-decoration:underline;
	color:#FFF;
}

#category-desc {
	margin:0;
	padding:0;
	margin-top:24px;
	line-height:16px;
	margin-bottom:10px;
	padding-right:10px;
	font-size:12px;
	letter-spacing:0px;
}

#watch-desc {
	margin:0;
	padding:0;
	margin-top:24px;
	line-height:12px;
	padding-bottom:10px;
	height:250px;
}

#page {
	padding-top:120px;
	width:790px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

#content-left {
	float:left;
	width:120px;
	padding-right:80px;
}

#content-right {
	float:right;
	width:590px;
}

#content-right1 {
	float:left;
	width:260px;
	margin-right:80px;
}

#content-right1 a {
	font-size:10px;
}

#content-right2 {
	float:left;
	width:250px;
}

.clearer {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	border:0;
}

.cat-thumb {
	border:0;
	padding:0;
	margin-right:10px;
	margin-bottom:20px;
}

#footer {
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:200px;
	color:#828a91;
	margin:0;
	border:0;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFF;
	text-decoration:none;
}

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

/*** CONTACT FORM ***/

fieldset { 
  border:0;
  padding:0;
  margin:0;
  margin-bottom:10px;
}

/* form legends and dt "heading" */
legend, dt { 
  font-size:12px;
  color : #FFF;
  padding-bottom:5px;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #FFF; 
}

/* form label text */
label { 
  color : #FFF;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 100% verdena, sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}

#content-right a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#content-right a:visited {
	font-size:12px;
	color:#828a91;
	text-decoration:none;
}

#content-right a:hover {
	font-size:12px;
	text-decoration:underline;
}

#content-right h2 {
	color:#FFF;
}

#footer2 a {
	color:#828a91;
	text-decoration:none;
}

#footer2 a:visited {
	color:#828a91;
	text-decoration:none;
}

#footer2 a:hover {
	color:#828a91;
	text-decoration:underline;
}