/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/*<group=General Styles>*/

body {
	background: url(images/bg.jpg) repeat-x #151515;
	font: 12px "arial", "helvetica", "Lucida Grande", "lucida, sans-serif";
	text-align: center;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	padding-top: 0px;
}

p {

}

b, strong {
	font-weight: bold;
}

a:link {

}

a:visited {

}

a:hover, a:active {

}

img {

}

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

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

.clearer {
	clear: both;
}

/*</group>*/

/*<group=Layout>*/

/*<group=wrapper>*/

#container {
	width: 736px;
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	color: #ffffff;
}

/*</group>*/

/*<group=header>*/

#pageHeader {
	background: url(images/header.jpg) repeat-y;
	width: 736px;
	height: 73px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pageHeader img {
	padding-top: 5px;
}

#pageHeader h1 {
	font: bold 35px "arial", "helvetica", "Lucida Grande", "lucida, sans-serif";
	margin: 0px;
	padding-top: 5px;
}

#pageHeader h2 {
	margin: 0px;
	font: normal 15px "arial", "helvetica", "Lucida Grande", "lucida, sans-serif";
}

/*</group>*/

/*<group=navigation>*/

/*<group=horizontal>*/

#navwrapper {
	width: 736px;
	height: 53px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#navcontainer {
	position: relative;
}

#navcontainer .current {

}

/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	text-align: right;
	margin: 0;
	padding-right: 35px;
	right: 0;
}

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

#navcontainer a {
	margin: 0;
	padding: 0px;
	height: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

#navcontainer a:hover {
	font-weight: normal;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	margin: 0;
	padding-top: 0;
	top: 15px;
}

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

#navcontainer ul ul a {
	border: 0;
	margin: 0;
	padding: 0;
}

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

#navcontainer ul ul .current {
	font-weight: normal;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}

/*</group>*/

/*<group=vertical>*/

#sidenavcontainer {
	line-height: 2.0em;
	padding-top: 0px;
}

#sidenavcontainer .current {

}

/* Parent - Level 0 */

#sidenavcontainer ul {
	list-style: none;
	margin: 0px;
	border-bottom: 2px solid #333333;
}

#sidenavcontainer li {

}

#sidenavcontainer a {
	display: block;
	text-decoration: none;
	height: 20px;
}

#sidenavcontainer a:hover {

}

/* Child - Level 1 */

#sidenavcontainer ul ul {
	list-style: disc;
	padding: 0px;
}

#sidenavcontainer ul ul li {

}

#sidenavcontainer ul ul a {

}

#sidenavcontainer ul ul a:hover {
	background: transparent;
	clear: both;
}

#sidenavcontainer ul ul .current {

}

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

/*<group=content>*/

#contentContainer #content {
	width: 458px;
	color: #ffffff;
	font-size: 14px;
}

#sidebarContainer {
	width: 200px;
	padding-top: 5px;
	color: #cccccc;
	background: transparent;
}

#sidebarContainer #sidebar {
	font-size: 12px;
	background: transparent;
}

#sidebarContainer .sideHeader {
	color: #cccccc;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
}

/*</group>*/

/*<group=bread-crumb>*/

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

#breadcrumbcontainer ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 11px;
}

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

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}

/*</group>*/

/*<group=footer>*/

#footer {
	color: #ffffff;
	padding-bottom: 0;
	font-size: 11px;
	text-align: center;
	width: 736px;
	height: 94px;
	padding-top: 55px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer a {
	font-size: 11px;
}

#footer a:hover {
	font-size: 11px;
}

/*</group>*/

/*</group>*/

/*<group=plugins>*/

/*<group=Global Classes>*/

.standout, blockquote {
	background: transparent;
	color: #ffffff;
	padding: 10px;
	margin: 5px;
}

.imageStyle {
	border-style: none;
}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	text-align: center;
	/* To Make Content Centered */
}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {

}

.blog-archive-month {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link {
	font-size: 11px;
}

/*</group>*/

.blog-entry {
	padding-top: 10px;
}

.blog-entry-title {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 18px;
	text-align: left;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #ffffff;
	text-align: left;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {

}

/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {

}

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

.filesharing-item-description {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 11px;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	text-indent: 10px;
	text-align: center;
}

.album-description {
	text-align: center;
	margin-bottom: 60px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 0 10px 60px 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {

}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	color: #ffffff;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}

/*</group>*/

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

.photo-background {
	background: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	font-size: 14px;
}

.photo-navigation {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

.photo-navigation a {
	color: #ffffff;
	font-size: 11px;
}

.photo-navigation a:hover {
	font-size: 11px;
}

.photo-frame {
	border: 5px #666666 ridge;
}

.photo-links {

}

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

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

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	color: #ffffff;
}

/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

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

.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: #ffffff;
	font-size: 10px;
}

/*</group>*/

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

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

.movie-title {
	color: #ffffff;
	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>*/
	
/*</group>*/


