/*<group=General Styles>*/

#container, .blog-archive-headings-wrapper, .blog-archive-entries-wrapper { 
	width: 922px;
}

body {
	text-align: center;
	font: 0.7em Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #333333;
	background: repeat url(images/body_bg.png);
	background-color: transparent;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #258;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border-style: none;
}

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

.image-right {
	margin: 0px 0px 10px 10px;
	padding: 0;
	float: right;
}

.profile-image {
	margin: 0px;
	padding-right: 10px;
	float: left;
}

div img {
    vertical-align: middle
}
	
fieldset {
	margin: 0;
	padding: 0;
	border: 0px;
}	
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#top_grad {
	position: absolute;
	top: 0;
	height: 135px;
	left: 0;
	display: block;
	width: 100%;
	z-index: 0;
	background: repeat-x url(images/body_top_grad.png);
}


#container {
	background: url(images/body.gif) repeat-y;
	position: relative;
	top: 0;
	padding-bottom: 0px;
	z-index: 1;
	margin: 0px auto 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left;
}

#pageHeader {
	margin-top: 10px;
	height: 135px;
	text-align: center;
	position: relative;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	background: url(images/header.jpg) no-repeat;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 2.8em;
	margin: 0 0 5px;
	padding-top: 30px;
	text-shadow: #fff 2px 2px 2px;
}

#pageHeader h2 {
	font-size: 1.2em;
	margin: 0;
	color: #ffffff;
}

#pageFooter {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 85%;
	color: #888;
	background: url(images/footer_sill.jpg) no-repeat bottom left;
}

#pageFooter p {
	margin: 0;
	padding: 5px 20px 5px 20px;
	background: url(images/footer_sash.jpg) no-repeat top left;
}

#pageFooter a {
	color: #888;
	text-decoration: none;
}

#pageFooter a:hover {
	color: #888;
	text-decoration: underline;
}

#contentContainer {
	margin-right: 261px;
	line-height: 1.6em;
}

#contentContainer #content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebarContainer {
	width: 261px;
}

#sidebarContainer #sidebar {
	line-height: 1.6em;
}

#sidebarContainer #sidebar p {
	margin: 0;
}

#sidebarContainer ul {
	list-style: none;
	margin: 0 0 20px 0px;
	padding: 0;
}

#sidebarContainer li {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 3px;
}

#sidebarContainer .sideHeaderTitle {
	margin: 0px 0px 0px 30px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #666;
}


#sidebarContainer .sideTitle {
	margin-left: 12px;
	font-weight: bold;
	padding: 5px 0 0px 18px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #666;
	border-top: 1px solid #ddd;
}

#sidebarContainer .sideContent {
	padding: 10px 0px 10px 30px;
	color: #666;
}

#footer { 
	width: 922px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center;
	color: #000000;
	position: relative;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #000000;

}

#footer a:hover, #footer a:active {
	background: transparent;
	color: #000000;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	width: 900px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

#navcontainer ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
}

#navcontainer li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#navcontainer a:link, #navcontainer a:visited{
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
	padding-bottom: 5px;
}

#navcontainer a.indicator:link, #navcontainer a.indicator:visited {
	border-bottom: 4px solid #FFF;
	padding-bottom: 5px;
	color: #FFF;
}

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

#navcontainer a:active {
}

/*</group>*/

/*<group=Global Classes>*/

blockquote {
  margin: 0 30px 0 30px;
  padding: 5px 20px 0 20px;
  line-height: 1.5em;
  color: #666;
  background: url(images/quotes.gif) no-repeat top left;
  }
  
blockquote p {
  margin: 0;
  padding: 0;
}

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1em;
	margin: 0 0 3px;
}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	margin: 10px auto 0px auto;
	height: 135px;
	text-align: left;
	position: relative;
	background: url(images/waves/header.jpg) no-repeat;
}

.blog-archive-entries-wrapper {
	background: url(images/footer_sill.jpg) no-repeat bottom right;
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.blog-archive-entries-wrapper .blog-entry {
	background: url(images/sidebar_hide/body.gif) repeat-y;
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px
}

.blog-archive-entries-wrapper .blog-entry-body {
	padding: 10px 0px 20px 0px;
	margin: 0px 30px 0px 30px;
	border-bottom: #ddd 1px
}

.blog-archive-month {
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
	padding-left: 30px;
}

.blog-archive-link {
	padding-left: 30px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

	
/*</group>*/

.blog-entry {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-entry-title {
	font-weight: bold;
	margin-bottom: 3px;
	color: #993333;
	font-size: 130%;
	letter-spacing: -1px;
}

.blog-entry-date {
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #999999;
	letter-spacing: -1px;
	background: url(images/date_icon.gif) no-repeat 0px 4px;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 0.9em;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	font-size: 0.9em;
	padding-left: 3px;
	color: #808080;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #993333;
}

.album-description {
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 99%;
}


.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
}
	
/*</group>*/

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

.photo-background {
}

.photo-navigation {
	height: 84px;
	margin-bottom: 35px;
	background: url(images/header_photo.jpg) repeat-x;
}

.photo-links {
	padding: 5px;
	display: block;
	background: #ffffff;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	padding: 5px;
}

.photo-title {
	color: #ffffff;
	font-size: 2.4em;
	margin: 0 0 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #07326d;
}

.photo-caption {
	font-size: 1.2em;
	margin: 0 0 27px;
	font-weight: bold;
	color: #c7e5fa;
	text-shadow: 2px 2px 2px #07326d;
}

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

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #993333;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Stops there from being a dotted line under the movie revews when mouse rollsover */
.movie-thumbnail-frame a:hover {
	border-style: none;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #808080;
}


.movie-thumbnail-caption {
	font-size: 0.9em;
	color: #808080;

}
	
/*</group>*/

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

.movie-background {
	margin: 10px;
	text-align: center;
	background: repeat url(images/body_bg.png);
}

.movie-title {
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #07326d;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

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

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

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


