/* @override 
	http://localhost:3002/stylesheets/pf.css?1166487987
	http://localhost:3002/stylesheets/pf.css?1169523194
*/

/* 	Styles for the main layout */

body {
	font-size: 62.5%; /* 16px * 62.5% = 10px */
	font-family: Georgia, serif;
	margin: 0px;
}

h1{
	font-size: 1.7em;
}

h1 input {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #444;
}

h2 {
	color: #e10000;
	text-decoration: none;
	font: normal 1.5em Futura, "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 5px;
}

h3 {
	text-indent: 5px;
	margin-bottom: 5px;
	color: #000;
	text-decoration: underline;
}

img {
	border: thin solid #505050;
}

/* Styles for form layout */
div.form_holder {
	width: 445px;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  text-align: right;
	width: 105px;
	margin-top: 5px;
	font-weight: bold;
}

div.row span.formw {
  float: right;
  width: 320px;
  text-align: left;
} 

div.row span.formw a {
	font-weight: bold;
	top: 5px;
	position: relative;
} 

/* @group Banner */

div#banner {
	background:  black;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid red;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
	font: 1.2em/1em Arial, Helvetica, Geneva, sans-serif;
}

div#banner a {
	color: #ff0c00;
	text-decoration: none;
}

div#banner p {
	float: none;
	margin-top: 40px;
	margin-bottom: 0;
	margin-right: 10px;
}

#banner img {
	float: left;
	border-style: none;
}

/* @end */

/* @group Menu */

#menu {
	color: #000;
	text-align: left;
	background-image: none;
	border-bottom: thin solid #e8e8e8;
	background-color: #fafaf3;
	padding: 5px 10px 5px 12px;
	font: normal bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

span#menutext {
	float: left;
}

#menu a {
	text-decoration: none;
	color: #e10000;
	margin-right: 10px;
}

#menu a:hover {
	text-decoration: underline;
}

span#searchbox {
	float: right;
}

span#searchbox form {
	margin: 0;
	padding: 0;
}

span#searchbox input#query {
	color: #505050;
	background-color: #fafafa;
	border: thin solid #8a8a8a;
	width: 100px;
	font-size: 7pt;
}

span#searchbox input#submit {
	font-size: 7pt;
}

/* @end */

#columns {
	background: #fff;
}

#main {
	color: #444;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 25px;
	background: white;
	padding-bottom: 10px;
	font: 1.2em Georgia, "Times New Roman", serif;
}

#main a {
	color: #e10000;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

span#name_title {
	float: left;
}

span#name_title  h1{
	margin-top: 12px;
	margin-bottom: 5px;
}

span#favorite_star {
	margin-left: 5px;
	margin-top: 12px;
	clear: none;
	position: absolute;
}

div#welcome p {
	text-align: left;
	padding-right: 75px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
}

div#current_picture {
	float: left;
	clear: none;
	display: inline;
	width: 500px;
}

div#current_picture img {
	margin-top: 5px;
}

div#delete_link p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#browse_pictures {
	margin-left: 500px;
	padding-left: 10px;
	padding-top: 20px;
	clear: none;
	float: none;
	text-align: left;
	width: 220px;
}

div#browse_pictures div#title {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 20px;
	font-weight: bold;
}

div#image_browser {
	text-align: center;
	background-color: #fafaf3;
	border: thin solid #e8e8e8;
	float: left;
	padding: 5px;
	width: 210px;
	clear: none;
}

div#image_browser_prev {
	float: left;
	padding-left: 15px;

}

div#image_browser_next {
	float: right;
	padding-right: 15px;
}

#side {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	float: left;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 14em;
	background: #666666;
}

#side a {
	color: white;
	font-weight: bold;
}

/* @group thumb_link */

div#thumb_link {
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	clear: none;
	display: inline;
	width: 95px;
	text-align: center;
	padding: 0;
	float: left;
	vertical-align: top;
	font: 0.8em/1em Verdana, sans-serif;
	margin: 5px;
}

div#thumb_link a{
	padding: 0;
	margin: 0;
	text-decoration: none;
}

div#thumb_link img {
	text-align: center;
	padding: 0;
	clear: both;
	float: none;
}

div#thumb_link p {
	margin-top: 3px;
	margin-bottom: 0;
	text-align: center;
}

/* @end */

/* @group ErrorExplanation */

/* styles for form validation errors */
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* @end */

/* @group infoBox */

/* styles for information boxes */
#infoBox {
  width: 400px;
  border: 2px solid black;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#infoBox h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: black;
  color: #fff;
}

#infoBox p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#infoBox ul li {
  font-size: 12px;
  list-style: square;
}

/* @end */

/* styles for comments */
#AddComment textarea {
	width: 350px;
}

div#comments p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#comment_timestamp {
	font-size: 0.8em;
	color: #7f7f7f;
	margin-bottom: 20px;
}

/* @group star_rating */

/*             styles for the star rater                */	
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(/images/pf-stars.jpg) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/pf-stars.jpg) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(/images/pf-stars.jpg) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.star-rating li.saving-rating {
	position: absolute;
	z-index: 0;
	text-indent: 130px;
	text-align: left;
	line-height: 26px;
	font-style: italic;
	color: #5b5b5b;
}


/* @end */

/* Styles for the favorite stars */
.fave-star{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 25px;
	height: 25px;
	position: relative;
	
}

.fave-star li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.fave-star li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.fave-star li.fave a{
		background: url(/images/pf-stars.jpg) left center;
}

.fave-star li.notfave a{
		background: url(/images/pf-stars.jpg) left top;
}

.fave-star li.notfave a:hover{
	background: url(/images/pf-stars.jpg) left center;
	z-index: 2;
	left: 0px;
}

.fave-star li.fave a:hover{
	background: url(/images/pf-stars.jpg) left top;
	z-index: 2;
	left: 0px;
}

.fave-star li#favorite-status {
	position: absolute;
	z-index: 0;
	text-indent: 30px;
	text-align: left;
	line-height: 26px;
	font-style: italic;
	color: #5b5b5b;
	width: 300px;
}
