/*----------------------------------------------------------------------------------------------------*/
/*                                                                                                    */
/* Copyright (c) 2009 by color:gray. All Rights Reserved.    	              */
/*                                                                                                    */
/* CSS        : layout_gal.css                                                             */
/*                                                                                                    */
/* Description: Rules for Symbios site gallery                                      */
/*                                                                                                    */
/*----------------------------------------------------------------------------------------------------*/

/* Overrides
---------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes borders and spacing from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

/* General settings
---------------------------------*/
body {
	background: #667050 url(../../images/site/galleryBG1Adj.gif) no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
        color: #efe9e3;
}
a:link {
	color: #bbd00a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #bbd00a;
        font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #bbd00a;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #bbd00a;
	font-weight: bold;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 12px;
}
strong {
        font-weight: bold;
}
em {
        font-style: italic;
}
hr {
        width: 100%;
        margin-left: 0px;
        color: #000;
        background-color: #000;
        height: 1px;
        border: none;
}
.imgleft {
	float: left;
	margin: 0 14px 2px 0;
}
.imgright {
	float: right;
	margin: 0 0 2px 14px;
}
.imgctr {
        text-align: center;
        margin: 0 auto;
}

/* Wrapper settings
---------------------------------*/
div#page_wrapper {
	position: relative;
	width: 997px;
	margin: 0px auto;
}
div#content_wrapper {
	position: relative;
	width: 771px;
	padding: 4px 226px 0 0;
	/*min-height: 616px;*/
}

/* Identity
---------------------------------*/
div#identity {
	width: 586px;
	height: 87px;
	background: url(../../images/site/galLogoAdj.gif) no-repeat;
	text-indent: -9999px;
}

/* Display
---------------------------------*/
div#display_gallery {
	width: 997px;
	height: 24px;
	background: url(../../images/site/galBand.gif) no-repeat;
	text-indent: -9999px;
        border-bottom: 1px solid #3a3d09;
}

/* Nav
---------------------------------*/
div#main_nav {
	position: absolute;
	right: 0px;
	top: 123px;
}
div#main_nav  {
	z-index: 50;
	background: url(../../images/site/navUnderTrans2.gif) no-repeat -9999px -9999px; /* preloads navUnderTrans2 image */
}
div#main_nav ul {
	width: 226px;
	text-align: right;
}
div#main_nav a:link {
	display: block;
	width: 186px;
	padding-right: 40px;
	background: url(../../images/site/navUnderTrans1.gif) no-repeat;
	color: #e7dfd7;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.7em;
}
div#main_nav a:visited {
	display: block;
	width: 186px;
	padding-right: 40px;
	background: url(../../images/site/navUnderTrans1.gif) no-repeat;
	color: #e7dfd7;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.7em;
}
div#main_nav a:hover {
	text-decoration: none;
	background: url(../../images/site/navUnderTrans2.gif) no-repeat;
}
div#main_nav a:active {
	display: block;
	width: 186px;
	padding-right: 40px;
	background: url(../../images/site/navUnderTrans1.gif) no-repeat;
	color: #e7dfd7;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.7em;
}

/* Gallery home
---------------------------------*/
div#content_wrapper div#galTitle {
        color: #000;
        margin-top: 12px;
        padding: 2px 4px 4px 8px;
        background: url(../../images/site/thBG.png) repeat-y right;
}
div#content_wrapper ul li {
        padding: 6px 10px 6px 0;
        margin: 12px 0;
        border: 2px solid #424525;
	background: url(../../images/site/galleryBG1fadeAdj.gif) repeat-y center top fixed;
        font-size: 0.9em;
        color: #000;
}
div#content_wrapper ul li img {
        border: 2px solid #c3b5a5;
        margin: 0 10px 0 6px;
}
div#content_wrapper ul li a:hover img {
        border: 2px solid #fff;
}
div#content_wrapper ul li div.info1 {
        color: #382001;
        font-weight: bold;
        font-style: italic;
        text-align: right;
}
div#content_wrapper ul li div.info2 {
        color: #382001;
        font-size: 0.95em;
        font-weight: bold;
        margin-top: 10px;
}
div#content_wrapper ul li div.info2 p, div#content_wrapper ul li div.info1 p {
        margin: 0;
}

/* Gallery category
---------------------------------*/
div#content_wrapper table.line1 {
        width: 100%;
        color: #000;
}
div#content_wrapper table.line1 div.breadcrumb {
        margin: 0 0 27px 6px;
}
div#content_wrapper form {
        margin: 2px 0 25px 0;
}
div#content_wrapper form select {
        border: 1px solid #000;
        background-color: transparent;
}
div#content_wrapper div#catHolder {
        color: #000;
        font-weight: bold;
        text-align: left;
        margin-left: 12px;
        padding: 2px 4px 4px 8px;
        background: url(../../images/site/thBG.png) repeat-y right;
}
div#content_wrapper table.thumbsTable {
        width: 100%;
}
div#content_wrapper table.thumbsTable td.thumbs {
        text-align:center;
        padding: 15px 3px 8px 3px;
}
div#content_wrapper table.thumbsTable td.thumbs img {
        border: 2px solid #c3b5a5;
}
div#content_wrapper table.thumbsTable td.thumbs a:hover img {
        border: 2px solid #fff;
}
div#content_wrapper div.title {
        margin: 0;
        font-weight: bold;
        color: #000;
}
div#content_wrapper div.paginate {
        padding: 0 6px 3px 0;
        text-align: right;
        font-size: 1.2em;
        color: #221301;
        background: url(../../images/site/pagBG.png) repeat-y;
}

/* Gallery end
---------------------------------*/
div#content_wrapper table.line1b {
        margin-top: 16px;
        width: 100%;
        color: #000;
}
div#content_wrapper table.line1b div.breadcrumb {
        margin: 0 0 10px 6px;
}
div#content_wrapper div#prevNextHolder {
        width: 264px;
        margin: 0 0 10px 6px;
        text-align: right;
}
div#content_wrapper div#titleHolder {
        color: #000;
        font-weight: bold;
        text-align: left;
        margin-left: 12px;
        padding: 2px 4px 4px 8px;
        background: url(../../images/site/thBG.png) repeat-y right;
}
div#content_wrapper div.imageBG {
        margin: 10px 0 7px 0;
        text-align: center;
}
div#content_wrapper div.imageBG img {
        border: 3px solid #c3b5a5;
}
div#content_wrapper div.imageBG a:hover img {
        border: 3px solid #fff;
}
div#content_wrapper div.caption p {
        color: #000;
        text-align: center;
        padding: 2px 6px 4px 6px;
        background: url(../../images/site/pagBG.png) repeat-y;
}

/* Site info
---------------------------------*/
div#site_info {
	width: 997px;
	height: 37px;
	padding-top: 24px;
	margin: 16px 0 32px 0;
	background: url(../../images/site/footUnder.jpg) no-repeat center bottom;
	text-align: center;
	font-size: 0.8em;
        border-top: 1px solid #3a3d09;
}
div#site_info a {
	color: #abd41a;
	font-weight: normal;
}