/* @group General Styles */

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	padding: 0px;
	font: 10pt Garamond, "Times New Roman", Times, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
}

a:hover, a:active {
}
	
/* @end */

/* @group Layout */

#container {
	text-align: center;
	position: absolute;
	border:  1px solid #333;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: none repeat-y left;
	width: auto;
}

#pageHeader {
	height: 170px;
	background: none repeat-x left;
	border-top: 1px solid #a02b26;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #d94d4b;
	display: none;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1 { 

	color: #ffffff;
	padding: 0;
	margin-top: 40px;
	margin-left: 30px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 3.6em;
	font-style: italic;
	position: relative;
	font-weight: 900;
	letter-spacing: 0.1em;
}

#pageHeader h2 { 

	color: #d94d4b;
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-left: 70px;
	font-weight: 100;
	font-size: 1.5em;
	font-style: italic;
	letter-spacing: 0.1em;
	display: none;
}

#pageHeader #logo img {
	height: 80px;
}

#mainContent {
	position: relative;
	}

#mainContent #sidebar {
	position: relative;
	/*height: 100%;*/
 	width: 220px;
	padding: 0px;
	margin: 0;
	float: left;
	text-align: left;
	background: transparent;
	width: 220px;
	display: none;
}


#mainContent #sidebar #sidebar_header {
	background: none no-repeat left;
	width: 220px;
	height: 110px;
	margin-bottom: 10px;
	display: none;
}

#mainContent #content {
	position: relative;
	top: 0;
	bottom: 25px;
	right: 0;
	font-family: Comic Sans MS, sans-serif;
	padding: 1em 2em;
	overflow: auto;
	left: 0;
	text-align: left;
}

#mainContent #content p {
	font-size: 1.0 em Comic Sans MS;
	line-height: 1.6em;
    color: blue; 
	
}

#mainContent #content ul li {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #82201c;
}

#footer { /* This Is The BG Color Of The Main Div */
	text-align: center;
	position: relative;
	background: #dfd7e8;
	color: #3e3a26;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 22px;
	padding: 5px 10px 1px;
	display: none;
}

#footer a {
	color: #f4e8e4;
	display: none;
}

#mainContent #sidebar #sidecontainer
{
	padding: 10px;
	font-family: Garamond, "Book Antiqua", "Times New Roman", Georgia, serif;
	width: 200px;
	border-top: solid #fff 1px;
	display: none;
}
	
/* @end */

/* @group toolbar */

#navcontainer {
	display: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: none;
}
	
/* @end */

/* @group Global Classes */

.standout {
	color: #474747;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 40px;
	background-color: #f5f5f5;
	font-style: italic;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/* @end */

/* @group Blog */

.blog-entry {
	border-style: none;
}

.blog-entry-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
	border-style: none;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	border-style: none;
	font-size: 10pt;
	color: #333333;
}

.blog-entry-body {
	margin-bottom: 45px;
	border-style: none;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	font-size: 16pt;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
}

.thumbnail-caption {
	color: #4c4c4c;
	margin-top: -2px;
	font-size: 10pt;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
}

.photo-navigation {
	background: none;
	display: none;
}

.photo-navigation a {
	display: none;
}

.photo-navigation a:hover {
	display: none;
}

.photo-frame{

}

.photo-links {
	display: none;
}

.photo-title {
	display: none;
}

.photo-caption {
	font-size: 11pt;
	margin: 0px;
	text-align: center;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-title {
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

.movie-description {
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


