@import url("pyw-navigation.css");

/* Photos Your Way
CSS Styles Version 1.0
by Dan Moriarty 
Copyright 2007, All Rights Reserved */

/*BASE RULES */

	
body {
	font-size:small;
	line-height:110%;
	font-family:"Trebuchet MS", Verdana,Arial, Helvetica, sans-serif;
	color: #333;
	background:#E7D2AD;
	}

img {
	border:none;
	
	}
	always
	{
	    visibility:visible;
	}

a:link 
{
    color:#799754;
	}

a:visited {
color:#799754;
	}

a:hover {
	color:#799754;
	
	}

image {
	border:none;
	}

images a {
	text-decoration:none;
	}
	

/*DIV HOLDERS */

#wrapper {
	font-size:90%;
	width:800px;
	margin:0px auto;
	padding:10px;
	background:#fff;
	border:1px solid #fff;
	}

#top {
	position:relative;
	width:800px;
	}

#content {
	clear:both;
	width:770px;
	padding:0 10px 0 10px;
	position:relative;
	}

#maincol {
	float:left;
	width:550px;	
	}
#pht
{
    position:relative;
    text-align:right;
    
}
#pht_vaa
{
    position:relative;
    text-align:right;
}
#pht_va
{
    position:relative;
    text-align:right;
    
}
#pht_bot
{
    position:relative;
    text-align:right;
    
}

#maincol.widermain {
	width:740px;
	}
	
#sidecol {
	float:right;
	width:190px;
	/*margin-top:30px;
	background:#f4ede7;
	padding:5px;*/
	/*border:1px solid #D6C2AD;*/
	}
	
	
#bottom {	
	clear:both;
	}

#footer {
	/*border-top: 1px solid #633;*/
	width:965px;
	margin:5px 0;
	padding-top:5px;
	}
	
#footer p {
	margin:.5em 0;
	color: #633;
	}

	
/* DIVs for wider space with ads */


#bigwrapper {
	font-size:90%;
	width:960px;
	margin:0px auto;
	padding:9px;
	background:#fff;
	border:1px solid #fff;
	}
	

#bigtop {
	position:relative;
	height:136px;
	width:965px;
	z-index:101;
	
	}
	
	
#bigcontent {
	clear:both;
	width:965px;
	position:relative;
	}
	
#bigleft {
	float:left;	
	width:760px;	
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	}



#sidead {
	float:right;
	width:182px;
	padding-top:0px;   
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;


		}


/* TYPE RULES */


h1 {
	font-size:220%;
	}

h2 {
	font-size:180%;
	font-weight:normal;
		margin:.8em 0;

	}

.sidecol-header {
	color:#799754;
	margin:.8em 0 .8em 0;
	border-bottom:1px solid #333;
	font-size:150%;
	padding:0 0 4px 0;
	font-weight:normal;
	}

h3 {
	font-size:130%;
	color:#799754;
	margin:.8em 0;
	}

h4 {
	font-size:110%;
	font-weight:normal;
	color:#633;
	margin:.6em 0;
	}
	
p {
	margin:.8em 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
	}
	

dl {
	margin:0 0 1em 0;
	
	}

dt {
	margin:2em 0 1em 0;
	font-size:110%;
	font-weight:bold;
	
	}

dd {
	margin:.4em 0;
	}
	

li {
	padding:4px 0;
	}
	

#sidecol ul, #sidecol ol {
	margin:5px 0;
	padding:0 0 0 15px;
	list-style:disc;
	}

	


/******************/

/* MISC DIVS  */

#formholder, #Panel1, #Panel2, #Panel3, #Panel4, #Panel5 {
	width:95%;
	padding:8px;
	/*border:1px solid #D6C2AD;*/
	}

#maintop {
	float:left;
	width:390px;
	}


#contacticons {
	float:right;
	margin:0 0 -.8em 0;
	width:465px;
	text-align:right;
	}

#contacticons img {
	padding:0;
	}

#createalbum {
	border:0px solid #666;
	padding:5px;
	width:500px;
	}
	
/* MISC SPANS AND CLASSES */

.clearingout {
	clear:both;
	}

.highlightbox {
	background:#ddd;padding:5px;margin:10px 0 0 0;
	 }

.breadcrumb {
	}

.memberhighlights {
	margin:0 auto;
	text-align:center;
 }

.memberhighlights img {
	border:1px solid #666;
	}

.smallertext {
	font-size:90%;
	}
	
.errortext {
	color:#FF0000;
	}	

	/* code for dropdown menu Dan check this please*/
	.dropdown
	{
	 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 0;
	float: left;
	z-index:100;
	width: 100%; /* precision for Opera */
	}
	#menu dl {
	float: left;
	width: 12em;
	}
	#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	
	}
	#menu dd {
	display: none;
	border: 1px solid gray;
	
	}
	#menu li {
	text-align: left;
	background: #fff;
	padding: 2px;
	}
	#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	}
	#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
	}
	/* End code for dropdown menu code*/

	
/* ****************** RatingStar ****************** */
.ratingStar
{
      white-space:nowrap;
      margin:1em;
      height:14px;
}
 .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor:pointer;
}
.Filled
{
    background-image: url(../Img/ratingStarFilled.png);
}
.Empty {
    background-image: url(../Img/ratingStarEmpty.png);
}
 .Saved {
    background-image: url(../Img/ratingStarSaved.png);
    
}
 
 .Watermark
{    
    color: #A3A3A3;
}

.back
{
    background-color:#E7D2AD;
}
.ft {	
	font-family: Arial, Helvetica, sans-serif;
	}
.popupControl
{
	background-color:White;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 1px;
	z-index:101;
}
.cloud
{
    text-align:justify;
    
}

#imgstyle
{
   width: 120px;
   padding:5px;
   font-size:90%;
}

.pollover
{
    background-color: #DEEEFE;
}
.pollout
{
    background-color: #fdfae8;
}
.reqfieldcolor
{
    background-color: #ffff99;
}