/* this CSS defines the styles specifically for galleries in stanleywatt.com 
* it is designed to override certain basic.css styles
* it is also designed to complement certain lightbox_layout_custom.css styles
* NOTE that this stylesheet must have a HIGHER priority than basic.css (that is, reading after basic.css). 
* It should also have a PARALLEL priority to lightbox_layout_custom.css (that is, there should not be any duplicated properties from between these two sibling styles, (unless the duplicates are identical reiterations, though this should really be avoided))
*/
 

@charset "utf-8";

body {
	background-color: #D8CEBD;
	background-image: url(../images/wrap/WrapDiamonds001.jpg);
}



#box1 {
	color: #222;
	background-color:#FFF
	padding: 10px;
	background-color: #ACA59B;
	padding: 10px;
	text-align: left;
	
}
#box2 {
	color: #E1E1E1;
	background-color: #777;
	padding: 10px;
	text-align: left;
}

#box2 a:link {
	color: #A5B9DA;
}
#box2 a:visited {
	color: #B1CCF8;
}
#box2 a:hover {
	color: #FFF;
}
#box2 a:active {
	color: #63F;
}
	
#box3 {
	color: #CCC;
	background-color: #666;
	padding: 10px;
	text-align: left;
}

#box4 {
	color: #CCC;
	background-color: #454545;
	padding: 10px;
	text-align: left;
}

#boxMovie {
	color: #CCC;
	background-color: #4F4F4F;
	padding: 0px;
}
.Gallery {
	background-color: #444;
	background-image: url(../images/wrap/WrapJacaranda001.jpg);
	background-repeat: repeat;
	color: #555;
	padding: 10px 10px 10px 0px;
	margin-bottom: 0px;
}

.GalleryMovie {  /*2013 03 class for movie links' formatting */
	margin: 10;
	padding: 0;
	background-color: #777
}
.Gallery ul {
	list-style: none;
	vertical-align: baseline;
	margin: 0px;
}
.Gallery ul li { display: inline; }
.Gallery ul img {/* this defines the 'polaroids' */
	border: 5px solid #555;
	border-width: 5px 5px 12px;
}
.Gallery ul a:hover img {/* the hover over the polaroids */
	border: 5px solid #000;
	border-width: 5px 5px 12px;
	color: #fff;
}
.Gallery ul a:hover { 
color: #fff; 
}
.fltrtBtn { /* this class can be used to float an element left in your page */
	float: right;
	text-align: center;
}
.fltlftBtn { /* this class can be used to float an element left in your page */
	float: left;
	text-align: center;
}
