﻿/*
	1. resets
	2. generic
	3. template
	4. common controls
	5. titles


*/


/* 1. Start Resets */

table
{
	border-collapse: collapse;
	border-spacing: 0pt;
}
a, img, fieldset
{
	border: medium none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
address, caption, cite, th
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

abbr
{
	border: medium none;
}
iframe
{
	border: medium none;
	overflow: hidden;
}

/* End Resets */

/* 2. Generic */

body
{
	background: #7a7154 none repeat scroll 0%;
	color: #4d4d4d;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.25;
}

h1, h2, h3, h4
{
	font-family: Arial Rounded MT Bold, Arial, Sans-Serif;

}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.25em;
}

p
{
}

img, a img
{
	border: none;
}

a{
	color: #000;
}

/* 3. template */

#wrapper
{
	
}

#container
{
	background: url(/images/bg_950.gif) repeat-y top left;
}


#header
{
}

#center
{
	xbackground: #000;
	border: 1px solid black;
}

#contents
{

}

#footer
{
	color: #fff;
	font-size: 0.8em;
	text-align: right;
}

#footer a
{
	color: #fff;
}

.divider
{
	background: #dad5d5;
	border: none;
}

#logo img
{
	border: none;
}

.title
{
	text-transform: capitalize;
}

/* 4. common controls */


/* 5. titles */


/* 9. navigation */



ul.mainNav
{
	color: #5c9deb;
	font-size: 1.3em;
}

ul.mainNav li a
{
	color: #5c9deb;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


ul.mainNav li
{
}


ul.mainNav a:hover
{
	text-decoration: underline;
}

ul.subNav a
{
	color: #696969;
	text-decoration: none;
	text-transform: lowercase;
}

ul.subNav li
{
	border-right: 1px solid #A6A5A6;
}


#navigationFindOutMore
{
	color: #636DFF;
}

#navigationFindOutMoreBody
{
}

#navigationFindOutMore ul li
{
	list-style: none;
	line-height: 1.25em;
	font-size: 0.95em;
	text-transform: capitalize;
}

#navigationFindOutMore ul li a
{
	color: #fff;
	text-decoration: none;
}

#navigationFindOutMore ul li a:hover
{
	text-decoration: underline;
}


#navigationFindOutMoreHeader
{
	background: #1A0974;
}

#navigationFindOutMoreHeader h2
{
	color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	text-align: center;
}



#navigationFooter ul li
{
	list-style: none;
	text-indent: 0;
}


#navigationFooter a
{
	color: #9c89ff;
	text-decoration: none;
	text-transform: capitalize;
}

#navigationFooter a:hover
{
	text-decoration: underline;
}

#breadcrumbs
{
	font-size: 0.9em;
}

#breadcrumbs a
{
	color: #1a0974;
}

#featuredNav ul li
{
	list-style: none;
	text-indent: 0;
	text-align: center;
	border: 5px solid #dad5d5;
}

#featuredNav ul li a
{
	text-transform: capitalize;
	font-size: 0.85em;
}


#featuredNav .featuredImg
{
	border: none;
}


#featuredNav .item
{
	background: #1a0974;
	text-align: center;
	text-transform: capitalize;
}

#featuredNav .alternateitem
{
	background: #8898FF;
}

#featuredNav a
{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

#featuredNav a:hover
{
	text-decoration: underline;
}

/* 10. contents */

#contents
{
}

#photoCaptionBG, #centerBG{
	opacity: 0.30;
}

/*photo gallery */
div.photoset
{
	background: #dedede;
}

#photoSets .photoset a
{
	
}

#photoSets .photoset a img
{
	border-color: #3E3E3E;
	border-style: solid;
	border-width: 5px 5px 20px;
}

#photoSets .photoset a:hover img
{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 5px 5px 20px;
	color: #FFFFFF;
}

#gallery ul a:hover
{
	color: #FFFFFF;
}

#photoCaption p{
	color: #000;
	font-size: 2.2em;
	text-indent: 0.25em;
}

#photoPreview, #photoSets{
	border:1px solid #000000;

}

#photoSets{
	border-right: none;
	border-top: none;
}

#photoSets li h2{
	background: #dedede;
	color: #000;
}

#photoSets li h2 a{
	color: #000;
}

#photoSets li.open h2 a{
	background: #3E3E3E;
	color: #fff;
	text-decoration: none;
}

#photoSets li.open h2 a:hover{
	text-decoration: none;
	color: #fff;
}

#photoSets li h2 a:hover{
	text-decoration: underline;
	color: #555;
}

#photoSets li.set{
	border-top: 1px solid #000;
}

