﻿@import "blog.css";
@import "galleries.css";

body 
{
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url('../Images/Layout/Background.png');
	background-repeat:repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 76%;
	/* 1em = 12px */
}

div.PageContainer
{
	background-image: url('../Images/Layout/BackgroundTop.png');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	padding-top: 20px;
}

div.InsideContainer
{
	width: 790px;
	text-align: left;
	margin: 0 auto;
	border: 2px solid rgb(180, 180, 180);
	color: rgb(180, 180, 180);
	background-color: rgb(10, 10, 10);
}

div.ContentHolder
{
	width: 600px;
	border-right: 190px solid rgb(10, 10, 10);
}
div.Content
{
	width: 600px;
	border-right: 2px solid rgb(180, 180, 180);
}
div.MainColumn
{
	width: 600px;
	position: relative;
	margin-right: 2px;
	float: left;
}
div.PageHeader
{
	width: 600px;
	height: 205px;
	margin: 0;
	padding: 0;
}
div.BodyContent
{
	padding: 0 10px 10px 10px;
}
div.HomePageBox
{
	border-bottom: 1px dotted rgb(180, 180, 180);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
div.SideContent
{
	width: 188px;
	float: right;
	margin-right: -190px;
	position: relative;
}
div.SideContentInner
{
	overflow: hidden;
	padding: 10px;
	padding-top: 0;
}
div.Footer
{
	border-top: 2px solid rgb(180, 180, 180);
	font-size: .9em;
	padding: 10px;
}
div.Footer span.Copyright
{
	font-style: normal;
	text-align: center;
	display: block;
}
div.Footer span.LeftText
{
	font-style: normal;
	text-align: justify;
	display: block;
	width: 370px;
	float: left;
	padding-bottom: 10px;
}
div.Footer span.RightText
{
	font-style: normal;
	text-align: justify;
	display: block;
	width: 370px;
	float: right;
	padding-bottom: 10px;
}

h1, .h1
{
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

h2, .h2
{
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

h3, .h3
{
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
}

p
{
}

#PrimaryNavigation a
{
	color: rgb(255,255,255);
	font-size: 1.5em;
	text-decoration: none;
	display: block;
}

#PrimaryNavigation a:hover
{
	color: rgb(213, 175, 3);
}

#PrimaryNavigation a.Home
{
	font-size: 3em;
	font-style: italic;
}

#PrimaryNavigation a.Home:hover
{
	color: rgb(255,255,255);
}

#PrimaryNavigation a.CurrentPage
{
	color: rgb(213, 175, 3);
}

#PrimaryNavigation a.CurrentPage:hover
{
	color: rgb(255,255,255);
}

#PrimaryNavigation a.SubLink
{
	color: rgb(255,255,255);
	font-size: 1.25em;
	padding-left: 10px;
}

#PrimaryNavigation a.SubLink:hover
{
	color: rgb(213, 175, 3);
}

#PrimaryNavigation a.SubLinkCurrent
{
	color: rgb(213, 175, 3);
	font-size: 1.25em;
	padding-left: 10px;
}

#PrimaryNavigation a.SubLinkCurrent:hover
{
	color: rgb(255,255,255);
}

a img
{
	border: 0;
}

div.BodyContent a
{
	color: rgb(241, 241, 241);
	text-decoration: none;
}

div.BodyContent a:hover, div.BodyContent a:visited, div.BodyContent a:active
{
	color: rgb(241, 241, 241);
	text-decoration: none;
}
div.Footer a
{
	color: rgb(241, 241, 241);
	border-bottom: 1px dotted rgb(241, 241, 241);
	text-decoration: none;
}
div.Footer a:hover
{
	color: rgb(213, 175, 3);
	border-bottom: 1px dotted rgb(213, 175, 3);
}