/*
********************
WebSite: PHPD Daily
Name: style.css
Type: css
Version: 1.0
Author: FireDart
Main layout by: FireDart
Valid: CSS level 2.1
********************
*/

/*
************************************************************
General Site Info
************************************************************
*/
/*
********************
Makeshift CSS Reset
********************
*/
* {
	margin: 0px;
	padding: 0px;
}

/*
********************
Body
********************
*/
body{
	background: #ffffff url(../images/bg.png) repeat-x;
	color: #42423d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}


/*
********************
No image border
********************
*/
a img {
	border: 0px;
}


/*
********************
HR
********************
*/
hr {
   height: 0;
   clear: both;
   border: solid #555;
   border-width: 1px 0 0;
}


/*
********************
Normal, standard links
********************
*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #b30000;
	text-decoration: none;
}



/*
********************
Links
********************
*/
a.links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: underline;
}

a.links:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b30000;
	text-decoration: none;
}


/*
********************
Headers
********************
*/
h1  {
	font-family: "Georgia, serif";
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #666666;
}
h2  {
	color: #666666;
	font-size: 18px;
}
h3  {
	color: #666666;
	font-size: 16px;
}
h4 {
	color: #666666;
	font-size: 14px;
}
h5 {
	color: #666666;
	font-size: 12px;
}
h6 {
	color: #666666;
	font-size: 10px;
}


/*
********************
Other Headers
********************
*/
p  {
	color:  #42423d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
address {
	font-size: 12px;
	font-style: italic;
}

/*
********************
Clearer
********************
*/
.clearer {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
}


/*
********************
Quote Tag | by: http://www.designmeme.com/articles/csscurlyquotes/
********************
*/
/* Use this code to show the <blockquote> Tag
<h1><a href="#" target="_blank">Name</a></h1>
<h2>About:</h2>
<blockquote>
<p>

</p>
</blockquote>
<p style="text-align: right;">
<em>By: Name</em></p>
*/
blockquote {
	display: block;
	padding: 0 15px;
	width: 580px;
}
blockquote:before, blockquote:after {
	color: #b30000;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 600px;
}

/*
************************************************************
All Layout Info
************************************************************
*/
/*
********************
Content
********************
*/
.content {
	margin: 0px; 
	padding: 5px;
}


/*
********************
Rounded Corner
********************
*/
.troundedcorner {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-radius: 5px 0px 0px 5px;
}
.broundedcorner {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-radius: 0px 5px 5px 0px;
}
.roundedcorner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}


/*
************************************************************
All Header, Body, and Footer Info
************************************************************
*/
/*
********************
Header Wrapper, Body Wrapper, Footer Wrapper
********************
*/
#headerwrapper {
	margin: 0px auto;
	margin-bottom: 15px;
	z-index: 1;
}
#bodywrapper {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 960px;
	z-index: 2;
}
#footerwrapper {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 960px;
	z-index: 3;
}
/*
********************
Header, Body, Footer
********************
*/
#header {
	margin: 0px auto; 
	padding: 5px;
	width: 960px;
}
#body {
	margin: 0px auto; 
	padding: 5px;
}
#footer {
	margin: 0px auto; 
	text-align: center;
	border-top: 1px solid #111;
}

/*
********************
Logo & Slogan
********************
*/
#logo {
	color: #ffffff;
	float: left;
	font-size: 30px;
	height: 50px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-left: 5px;
	text-align: left;
	width: 300px;
}
#logo h1 {
	color: #ffffff;
	font-family: "Georgia, serif";
	font-size: 40px;
	font-weight: bolder;
	line-height: .2em;
}
#slogan {
	color: #ffffff;
	float: right;
	font-style: italic;
	font-size: 25px;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	width: 400px;
}


/*
********************
Navigation
********************
*/
#navigation {
	background: #343434 url(../images/nav.gif) repeat-x;
	height: 33px;
	position: relative;	
	width: 100%;
}
#navigation #inner {
	height: 40px;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#navigation #inner ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 750px;
	z-index: 100;
}
#navigation #inner ul li {
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 30px;
}
#navigation #inner ul li a {
	color: #ffffff;
	text-decoration: none;
}
#navigation #inner ul li a:selected {
	color: #0064DB;
	height: 20px;
	left: 0px;
	top: 5px;padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#navigation #inner ul li a:hover {
	color: #0064DB;
	height: 20px;
	left: 0px;
	top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#navigation #inner .search {
	float: right;
	padding-top: 3px;
	text-align: right;
	width: 210px;
}
fieldset {
	border: none;
}
.searchinput {
	border: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	font-family: Arial, sans-serif;
	outline: none;
	display: inline;
	height: 19px;
	width: 150px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
/*
************************************************************
All Body Wrapper and SideBar Info
************************************************************
*/
#news {
	border-bottom: 1px solid #111;
	padding: 5px;
	width: 960px;
}
/*
********************
960px Wrapper
********************
*/
.fullwrapper {
	width: 960px;
	margin: 0px auto;
}
/*
********************
2 column layout
********************
*/
#container {
	width: 100%;
}
#container #main-wrapper {
	display: inline;
	float: left;
	width: 620px;
}
#container #sidebar-wrapper {
	float: right;
	width: 320px;
}
#container #content {
	width: 620px;
	margin: 0px auto;
	padding: 5px;
}
#container #sidebar-content {
	background: #ffffff;
	padding: 5px;
}


/*
************************************************************
All Home Page Info
************************************************************
*/
/*
********************
2 column layout
********************
*/
#hpleft {
	border-right: 1px solid #111;
	float: left;
	width: 680px;
}
#hpright {
	float: right;
	width: 260px;
}
#hpright .box {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#hpright .box h1 {
	border-bottom: solid #111111 1px;
	color: #111;
	font-family: "Georgia, serif";
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bolder;
	padding-left: 5px;
}


/*
************************************************************
Other CSS
************************************************************
*/
/*
************************************************************
Button Code - From: http://www.zurb.com/article/266/super-button-buttons-with-css3-and-rgba
************************************************************
*/
/*
********************
Global Code for Buttons
********************
*/
a.button, .button:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

/*
********************
Size
********************
*/
a.button:hover{
	background-color: #111;
	color: #fff;
}
a.button:active {
	top: 1px;
}
a.small.button, .small.button:visited {
	font-size: 11px;
	padding: ;
}
a.button, .button:visited, .medium.button, .medium.button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
a.large.button, .large.button:visited {
	font-size: 14px; padding: 8px 14px 9px;
}
/*
********************
Colors
********************
*/
.green.button, .green.button:visited {
	background-color: #91bd09;
}
.green.button:hover {
	background-color: #749a02;
}
.blue.button, .blue.button:visited {
	background-color: #2daebf;
}
.blue.button:hover {background-color: #007d9a;
}
.red.button, .red.button:visited {
	background-color: #e33100;
}
.red.button:hover {
	background-color: #872300;
}
.magenta.button, .magenta.button:visited {
	background-color: #a9014b;
}
.magenta.button:hover {
	background-color: #630030;
}
.orange.button, .orange.button:visited {
	background-color: #ff5c00;
}
.orange.button:hover {
	background-color: #d45500;
}
.yellow.button, .yellow.button:visited {
	background-color: #ffb515;
}
.yellow.button:hover {
	background-color: #fc9200;
}


/*
********************
Video pages
********************
*/
#videowrapper #vheader {
   width: 960px;
}
#videowrapper #vheader #name {
   float: left;
   width: 700px;
}
#videowrapper #vheader #lights {
   float: right;
   width: 170px;
   margin-right: 50px;
}
#videowrapper {
	width: 960px;
	padding: 5px;
}
#videowrapper #video {
	height: auto;
	width: 470px;
	padding-right: 5px;
	float: left;
	text-align: center;
}
#videowrapper #info {
	height: auto;
	width: 460px;
	float: right;
	margin: 0px 0px 0px 0px;
}
#videowrapper #info #userinfo {
   color: #161616;
   border: 5px solid #d5drd5;
   float: left;
   padding: 5px;
   margin-bottom: 5px;
   width: 460px;
}
#videowrapper #info #rating {
   color: #161616;
   height: auto;
   padding: 5px;
   float: left;
   margin-right: -5px;
   width: 450px;
   margin-bottom: 5px;
   width: 460px;
}
#videowrapper #info #link {
   color: #161616;
   height: auto;
   padding: 5px;
   float: left;
   margin: 0px;
   margin-right: -5px;
   width: 450px;
   margin-bottom: 5px;
   width: 460px;
}
#videowrapper #info #link a{
   color: #161616;
  }
#videowrapper #info .userlogo {
   border: 5px solid #d5drd5;
   float: left;
   padding: 5px;
   
}

/*
********************
Video Submit
********************
*/
#videosubmit_input {
	border: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
	color: #777;
	font-family: Arial, sans-serif;
	outline: none;
	display: inline;
	height: 14px;
	width: 500px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/*
****************************************
PHP Director NEEDED Info
****************************************
*/
.calendar { height: 50px; float: left; url('../images/calendar.gif') no-repeat; width: 25px; padding: 5px 0 0 9px;  color: #808080;}
.calendar p { padding: 0; margin: 0; }
.description { padding: 0 0 2px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; }
.thumbnail { float: left; margin: 0 15px 8px 0; border: 5px solid #161616; }


/* bottom thirds */
.thirds { float: left; width: 203px; margin: 0 12px 0 0; color: #5d5d5d; }
.smallboxtop { height: 14px; border: 1px solid #161616; url('images/smallboxtop.gif') no-repeat; color: #000; }
.smallbox { background: #fff url('images/smallbox.gif') no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
.smallbox p { padding: 0; margin: 0; }


/* grey subheader */
.gboxtop { clear: both; height: 8px; background: #dedede url('images/gboxtop.gif') no-repeat; color: #000; }
.gbox { background: #dedede url('images/gbox.gif') no-repeat bottom left; color: #444; padding: 1px 13px 7px 13px; margin: 0px; }
.gbox p { padding: 2px 0; margin: 0;}

	
/* misc */
.buttons {
	float: right;
	text-align: right;
	padding: 4px 3px 0 0;
}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { padding: 1px 17px 5px 10px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { no-repeat; color: #ffffff; text-decoration: underline; }



/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height:100%;
  width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	background: #ffffff;
  position: fixed;
  z-index: 102;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width: 960px;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/*  styles for the unit rater     */
.ratingblock {
	color: #161616;
	width: 93%;
	display:block;
	padding: 5px;
	margin: 0px auto;
}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: center;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.Warning {
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
}