@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;

	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}




h4 {color: #dc0096; text-decoration:underline; }
h3 {text-decoration: underline;}
.photoViewer body {
	margin: 20px;
}

 #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg_maincontent.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	margin-bottom: 0px; 
	border: 1px solid #5e5e5e;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	/*background: url(../images/bg_header_crush.jpg) no-repeat; */
	height: 156px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#navBar { 
	text-align: center;
	/*background: url(../images/bg_mainnav.png)  repeat-x; */
	height: 61px;
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

 #sidebar1 {
	text-align: left;
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent { 
	margin: 15px 0px 10px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.photoViewer #mainContent {
	margin: 5px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

 #footer { 
	text-align: center;
	padding: 8px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom: -8px;
	background: url(../images/bg_footer.png) repeat-x; 
	height: 50px;
	font-size:smaller;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link  {color: #dc0096; text-decoration:none;}
.mainNav a:link  {color: #FFF; text-decoration:none;}
.footNav a:link {color: #fff; text-decoration:none;}

a:visited  {color: #dc0096; text-decoration:none;}
.mainNav a:visited  {color: #FFF; text-decoration:none;}
.footNav a:visited {color: #fff; text-decoration:none;}

a:hover  {color: #dc0096; text-decoration:underline;}
#galleryThumbs a:hover{}
.mainNav a:hover  {color: #dc0096; text-decoration:none;}
.footNav a:hover {color: #dc0096; text-decoration:underline;}


.navBtn {
margin-top: 15px;

	
}

.navDivider {
margin-top: 2px;
margin-right: 8px;
margin-left: 5px;
}

.smallText {
font-size: x-small;
color:#666;
}

.xSmallText {
font-size: xx-small;
color:#666;
}

.galleryThumb {
border: 2px solid #fff;
width: 100px;
height: 100px;
}

.galleryThumb img {
	
}

#galleryThumbs{
text-align: center;	
}

#galleryThumbs img {
/*border: 1px solid #666;*/
margin: 5px;
}

.pinkText {
color: #dc0096;	
}

.centre {
text-align: center;	
}

#sidebarItemHead{
	background-repeat:no-repeat;
	background-image:url(../images/sidebar_head_bg.jpg);
	/*background-color: #dc0096;*/
	color:#FFF;
	/*font-weight:bold;*/
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:5px;
	/*margin-left:-5px;*/

	
	
}
#sidebarItem{
	border: 1px solid #470131;
	border-top:hidden;
	padding: 0px 0px 5px 0px;
	/*background-color:#000;*/
	

}
.sidebarItemContent form, p{
	margin: 0px 5px 0px 5px;
	}

	
.featuredThumb{
border: 1px solid black;
width: 50px;
height:50px;

}
	
label {
font-size: x-small;	
}