/*-----
KINDRED SPIRITS FAIR

COLORS

bright purple 831d86
dk plum 303
lt pink - f9d0ec

-----*/	


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 170%;
	background-color: #831d86;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	padding: 0px !important;
	margin: 0px !important;
	}
		

	
h1, h2.article_header {
	font-size: 24px;
	color: #831d86;
	margin-bottom: 15px;
	}
	

h2 { 
	font-size: 18px;
	font-weight: bold;
	color: #831d86;
	margin-bottom: 5px;
	}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #831d86;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .2em;
	}
	
p {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 170%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	

a {
	color: #831d86;
	text-decoration: none;
}

a:hover {
	color: #303;
	text-decoration: underline;
}
	
/*-----MAIN CONTAINERS-----*/	
	
.container {
	width: 1046px;
	position: relative;
	margin: 0px auto;
	background-color:#FFFFFF;
	}
	
#header {
	background: #FFFFFF url(images/header-bg.jpg) no-repeat;
	height: 220px;
	}
	
#logo {
	background: transparent  no-repeat;
	height: 250px;
	left:20px;
	position:relative;
	top:15px;
	}
	
.outercontent2 {
	background:url(images/outercontent2-bg.jpg) repeat-y scroll left center #FFFFFF;
	width:1046px;
	}
	
.outercontent {
	min-height:550px;
	}
	
.content {
	margin-left:275px;
padding-bottom:250px;
width:700px;
position: relative;
margin-top: -1px;
}

#prefooter {
	}
	
#footer {
	clear: both;
	background: #831d86 url(images/footer.jpg) no-repeat;
	height: 110px;
	padding:0 15px;
	}
	
	
/*-----LEFT SIDE NAVIGATION  ---*/
#leftnav {
background:url(images/menu-top.jpg) no-repeat scroll center top transparent;
float:left;
height:100%;
line-height:110% !important;
width:200px;
position:relative;
left:20px;
	}
	
#navbox {
	min-height:220px;
	width:200px;
	background: url(images/menu-bottom.jpg) no-repeat bottom center;
	padding-bottom:25px;
}

#leftnav ul {
	margin-top:45px;
	background:url(images/menu-bg.jpg) repeat-y scroll center top transparent;
	padding-bottom:50px;
	}
	
#leftnav ul ul {
	padding-bottom:0px !important;
	}

#leftnav ul li {
	color: #831d86;
	font-weight: bold;
	font-size: 13px;
	text-align: left !important;
	padding:3px 10px !important;
	list-style: none;	
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}

#leftnav ul li:hover, #leftnav ul li:active, #leftnav ul li:focus {
	
}

#leftnav a:link, #leftnav a:visited {
	font-weight: bold;
	color: #831d86;
	text-decoration: none;

	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #303;
	text-decoration: underline;
	}
	
	
	
/*-----LEFT SIDE SUB NAVIGATION -  ---*/	
.subnav
{
	margin:1px;
	display:none;
}

ul.subnav
{	
	border: thin solid #303;
	width:190px !important;
	background-color:#cccccc !important;
	margin-top:0 !important;
	margin-left:15px !important;
	padding-top:0 !important;
	position:absolute;
	z-index:9999;
}

.subnav ul li
{
	text-indent: -13px !important;
	padding-left: 10px !important;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 5px;
	text-align: left !important;
	list-style-position: outside !important;
	list-style-image: none !important;
	list-style-type: none !important;
}

.subnav li a
{
	text-decoration:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
		font-size:10px !important;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
}

	



/*-----ADDITIONAL CUSTOMIZATIONS-----*/

#content img{
	border:medium solid #303;
	margin: 10px;
}

#content input
{
	border: thin solid #303;
	background-color: #f9d0ec;
}

#content textarea
{
	border: thin solid #303;
	background-color: #f9d0ec;
}

#article_image img
{
max-width:400px;
}
	
hr {
}
td {
	background-color: transparent !important;
}



/*-----GALLERY-----*/
#main_image_gallery_image /*actually the container for the main image and related text*/
{
	width: 650px;
	margin:0 auto;
}

#main_image_gallery_image img /*just the image*/
{
	display: block;
	border: thin solid #454C2B;
	max-width: 600px;
}

#image_gallery_image img a
{
border:none !important;
} 

.main_image_gallery_title
{
	display: none;
}

.main_image_gallery_desc
{
display: none;
}


.main_image_gallery_subcat, .main_image_gallery_name
{
	display: none;
}



/*for the smaller thumbnail pics of other items in the same gallery*/

#image_gallery_wrapper
{
	
margin-bottom:100px;
padding-bottom:50px;
width:750px;
	
}

.image_gallery_image /*actually the container for the image and related text*/
{
	float: left;
	height: 160px;
	text-align:center;
	border:none !important;
	width: 160px;
	padding:5px;
	overflow: hidden;
}

.image_gallery_image img /*just the image*/
{
	max-width: 150px;
	max-height: 150px;
	border:none !important;
}

.image_gallery_title
{
		display: none;
}

.image_gallery_desc
{
		display: none;
}

.image_gallery_designer
{
	display: none;
}

.image_gallery_subcat
{
	display: none;
}

	
#image_gallery_categories {
	display: none;
	}
	
