/*  
Theme Name: The Brendas
Theme URI: http://www.barques.co.uk
Description: Theme for <a href="http://www.barques.co.uk">The Brendas</a> by <a href="http://www.barques.co.uk">Barques</a>
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */


@charset "UTF-8";
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/page-header.jpg);
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 190px;
	padding: 0px;
	background-image: url(images/brenda-header.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #sidebar1 ul {
 padding: 0; 
 list-style: none; 
 }

.thrColFixHdr #sidebar1 ul li { 
width: 140px;
padding: 0 20px 0 0; 
 }

.thrColFixHdr #sidebar1 li a { 
text-decoration: none; 
}

.thrColFixHdr #sidebar1 li a:link, 
.thrColFixHdr #sidebar1 li a:visited {
	width: 175px;
	font-size: 11px;
	font-weight: bold;
	color: #DC8723;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DC8723;
	}
.thrColFixHdr #sidebar1 li a:hover, 
.thrColFixHdr #sidebar1 li #current { 
		text-decoration: underline; 
		
	}
  .thrColFixHdr #sidebar1 h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
  
  
  
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	background-color: #E4D9CE;
}
.thrColFixHdr #sidebar2 p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 14px;
} 
.thrColFixHdr #sidebar2 h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
} 
 


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr#widepage #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.thrColFixHdr#centrewidepage #mainContent {
	margin-top: 0;
	margin-right: 105px;
	margin-bottom: 0;
	margin-left: 105px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent a {

	color: #5E682D;

}
.thrColFixHdr #mainContent a:hover {

	color: #000000;

}

.thrColFixHdr #mainContent h1 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 22px;
	text-decoration: none;
	color: #5E682D;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h1 a {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 20px;
	text-decoration: none;
	color: #DF882A;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h1 a:hover {

	color: #000000;
	
}
.thrColFixHdr #mainContent h2 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 16px;
	text-decoration: none;
	color: #5E682D;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #3E4C20;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
 
.thrColFixHdr #mainContent p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	bottom: 0px;
	position: fixed;
	left: 0px;
	right: 0px;
	background-color: #5E682D;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DC8723;
} 
.thrColFixHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
} 
.thrColFixHdr #footer a:hover {
color: #000000;
} 
.thrColFixHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer .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;
	text-align: right;
	font-size: 12px;
}

.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. */
	margin-left: 8px;
	float: right;
}
.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;
}
/* MENU
-------------------------------------------------------------------------------------------- */


.thrColFixHdr  #mainMenu {
	text-align: center;
	width: 900px;
	clear: both;
	height: 32px;
	display: block;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.thrColFixHdr #mainMenu #mainMenuRight{
	float: right;
	width: 270px;
}

.thrColFixHdr  #mainMenu ul{

	list-style-type: none;
}

.thrColFixHdr #mainMenu ul li{
	float: left;
	list-style-type: none;
}

.thrColFixHdr #mainMenu ul li a{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.thrColFixHdr #mainMenu ul li a:hover{
	color: #E78A2F;
	text-decoration: none;
}
.thrColFixHdr #mainMenu li.current_page_item a {
	color:#DC8723;
	text-decoration: none;
}
.thrColFixHdr #mainMenu li.current_page_item a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

/* MENU END ----- */


.thrColFixHdr #header  #headLeftSide {
	float: left; /* since this element is floated, a width must be given */
	width: 296px; /* padding keeps the content of the div away from the edges */
	display: block;
	position: relative;
	height: 170px;
	background-image: url(images/headerimg-left.gif);
	padding: 0px;
	margin-top: 12px;
}
.thrColFixHdr #header  #headMiddle {
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.thrColFixHdr #header  #headRightSide {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/header-slogan.gif);
	height: 170px;
	position: relative;
	margin-top: 12px;
}




/* Meta
--------------------------------------------------------- */

#meta{
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #3E4B19;
	display: block;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
#meta a{
	color: #3E4B19;
} 

#meta a:hover{
	color: #E28421;
} 
.breadcrumbs {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #3E4B19;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3E4B19;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.breadcrumbs a{
	color: #3E4B19;
} 

.breadcrumbs a:hover{
	color: #E28421;
} 


.searchmeta {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #0060cc;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0060cc;
	padding: 10px;
} 
.searchmeta a{
	color: #0060cc;
} 

.searchmeta a:hover{
	color: #000000;
}
.sociable {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}
.sociable_tagline {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}

#back a:hover{
	color:#000000;
	background-color: #FFFFFF;
	
}
#back a{
	color:#FFFFFF;
	background-color: #000000;
	display:block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	width: 50px;
	margin-top: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* meta END */
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #E08F31;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;


}

.thrColFixHdr #otherContent  .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
	background-color: #993366;
}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	}
/* End Captions */

/* Categories 
-------------------------------------------------------------------------------------------- */
.cat-item {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #F1592A;
	}
	

#sidebar2 ul li.cat-item {
	margin: 0px;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7F3EC;
	font-weight: bold;
	padding: 5px;
}
#sidebar2 ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
#sidebar2 ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

#sidebar2 ul li.cat-item a {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}
#sidebar2 ul li.cat-item a:hover {
	color:#B91B20;
	text-decoration:none;
}

#sidebar2 ul li.current-cat{
	color:#FFFFFF;
	background-color:#F1592A;
	font-size: 10px;
	font-weight: normal;	
	}
	
#sidebar2 ul li.current-cat-parent {
	color:#C0D824;
	background-color:#004383;
	font-size: 11px;
	
	}
#sidebar2 ul li.current-cat a{
	color:#ffffff;
	}
	
#sidebar2 ul li.cat-item ul.children a{
	color:#c0d824;
	}
#sidebar2 ul li.cat-item ul.children a:hover{
	color:#ffffff;
	}
#sidebar2 ul li.current-cat-parent  li.current-cat a{
	color:#ffffff;
	}
	
#sidebar2 ul li.current-cat-parent  li.current-cat a:hover{
	color:#c0d824;
	}

/* End Categories */


/* GALLERY STUFF */

#themenus {
		font-family: Arial, Helvetica, sans-serif;
		}
		
#themenus a {
	color: #A7A411;
		}
		
#themenus a:hover {
		color: #000000;
		}


#gallerystyle{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
#gallerystyle a:link {
	color: #FFC30E;
}
#gallerystyle a:visited {
	color: #FFC30E;
}
#gallerystyle a:hover {
	color: #FFC30E;
}
#gallerystyle a:active {
	color: #FFC30E;
}


.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #999999;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #999999;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(gallery/themes/classic/images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(gallery/themes/classic/images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        
        text-decoration: none;
}

a:hover {
        
        text-decoration: underline;
}

bblink a {
        
        text-decoration: none;
}

bblink a:hover {
        ;
        text-decoration: underline;
}

.maintable {
	border: 1px solid #333333;
	/*        background-color: #FFFFFF;*/
        background-color: #666666;
	margin-top: 1px;
	margin-bottom: 1px;
}

.tableh1 {
	color : #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #000000;
}

.tableh1_compact {
	color : #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #000000;
}

.tableh2 {
        background: #999999 ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #999999 ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #cccccc ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableb_compact {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #999999;
}

.tablef {
        background: #999999;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #999999 ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #cccccc ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
	font-weight : bold;
	font-size: 80%;
	padding: 2px;
	display : block;
	font-family: Arial, Helvetica, sans-serif;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #91278F ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 80%;
	white-space: nowrap;
	background-color: #BFDEE8;
}

.navmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	border-style: none;
	background-color: #BFDEE8;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #cccccc ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(gallery/themes/classic/images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10px;
        border: 1px solid #005D8C;
        background-color:#cccccc;
        background-image : url(gallery/themes/classic/images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(gallery/themes/classic/images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #cccccc ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
	padding: 5px;
	background-color: #CCCCCC;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #000000;
        text-decoration: underline;
}

.statlink {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #000000;
		font-size:12px;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
		font-size:12px;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #ffffff;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #ffffff;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #999999 ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #CCCCCC;
}

.img_caption_table td {
        background: #cccccc ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #CCCCCC;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #cccccc;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #999999;
        border: 1px solid #999999;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(gallery/images/powered-php.gif);}
#v_php:hover {background-image:url(gallery/images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(gallery/images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(gallery/images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(gallery/images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(gallery/images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(gallery/images/valid-css.gif);}
#v_css:hover{background-image:url(gallery/images/h_valid-css.gif);}
