/*<group=General Styles>*/

body {
	margin: 30px;
	text-align: center;
	color: #e3e7ea;
	background: url(images/body_bg.png) repeat;
	font: 12px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #b08e5e;
	text-decoration: none;
}

a:visited {
	color: #b08e5e;
	text-decoration: none;
}

a:hover, a:active {
	color: #7e3f00;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: repeat-y right url(images/container_bg.png); /* This Is The BG Color Of The Main Div */	width: 600px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader {
	width: 600px;
	text-align: left;
	list-style: none;
	background: no-repeat url(images/header_bg.png);
	height: 64px;
}

#pageHeader img {
	display: inline;
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

#pageHeader h1 {
	color: #e3e7ea;
	margin: 0px;
	font-weight: bold;
	font-size: 24px;
	padding: 17px 20px 2px 30px;
}

.slogan {
	color: #e3e7ea;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
}

#contentContainer {
	text-align: left;
	padding-top: 10px;
	float: left;
	width: 420px;
}

#contentContainer #content {
	line-height: 1.5em;
	padding-right: 30px;
	padding-left: 30px;
	word-spacing: 2px;
	letter-spacing: 1px;
}

#sidebarContainer {
	width: 170px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	line-height: 1.5em;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: -1px;
	padding: 10px;
}

#footer {
	width: 600px;
	text-align: center;
	height: 40px;
	background: no-repeat url(images/footer_bg.png);
	color: #808080;
}

#footer #content {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a {
}

#footer a:hover {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	margin-top: 10px;
	float: left;
	clear: both;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-bottom: 10px;
	padding-right: 10px;
}

#navcontainer #current {
	color: #ffffff;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #ffcc66;
	text-decoration: none;
	height: 18px;
}

#navcontainer a:hover {
	color: #ffffff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	list-style: circle;
	padding: 0px;
	margin: 0px 0px 0px 35px;
	border-bottom-style: none;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
}

#navcontainer ul ul a:hover {
	background: transparent;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #808080;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #999999;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	padding: 10px;
	font-size: 13px;
	color: #b08e5e;
	line-height: 2.0em;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}

h1 {
	color: #b08e5e;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #b08e5e;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #b08e5e;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #b08e5e;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #b08e5e;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {	color: #000000;	text-align: center; /* To Make Content Centered */	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}.blog-archive-month {
	color: #b08e5e;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 10px;
}

.blog-entry-title {
	color: #b08e5e;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-top: 5px;
}

.blog-entry-body {
	padding-bottom: 20px;
}

.blog-entry-comments {
	
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #b08e5e;
	font-size: 14px;
	font-weight: normal;
}

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

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #b08e5e;
	font-size: 24px;
	font-weight: normal;
	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);
	border-style: none;
}

.thumbnail-caption {
	color: #d4a584;
	margin-top: -2px;
	font-size: 11px;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 10px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation {
	padding: 10px;
	background: #333333;
	margin-bottom: 10px;
	text-align: left;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #333333;
}

.photo-links {
}

.photo-title {
	color: #b08e5e;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #ffffff;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #b08e5e;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}.movie-page-description {
	margin-bottom: 10px;
	color: #e3e7ea;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #e3e7ea;
	margin-top: 0px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #b08e5e;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/


