/* @override 
	http://www.redeggproductions.com/rw_common/themes/rep_theme/styles.css
*/

/* @group General Styles */

body {
	text-align: center;
	background: #170000 url(images/under.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, sans-serif;
}

*.gecko body {
	background: #1f0000 url(images/under.png) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, sans-serif;
}

*.ie body {
	background: #1f0000 url(images/under.png) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, sans-serif;
}

p {

}

#sale {
	font: small-caps bold 28px Georgia, "Times New Roman", Times, serif;
	opacity: 0.51;
}

b, strong {

}

a:link, a:visited {

	color: #cecdd3;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}



a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ffffff;
}

img {
	border-style: none;
}

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

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

span.titletext {
	font-size: 18px;
	font-weight: bold;
	float: left;
	clear: left;
	color: #fff;
}

span.detailtext {
	float: left;
	clear: left;
	text-indent: 20px;
	margin: 5px;
	color: #fff;
}
	
/* @end */

/* @group Layout */

#container {
	width: 600px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left;
}

#clearer {
}

#pageHeader {
	width: 600px;
	height: 90px;
	background: no-repeat url(images/bg_glow.png);
}

#logo img {

	display: block;
	margin-top: -85px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;

}

#pageHeader h1 {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
}

#pageHeader h2 {
	color: #dfe2f1;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}

#contentContainer {
	text-align: center;
	width: 600px;
	border-style: none;
	position: relative;
	margin-top: 34px;
}

#content form {
	text-align: left;
	padding-left: 155px;
}


#contentContainer #content {
	margin-left: auto;
    margin-right: auto;

}

#contentContainer #content #flashvid{
	width: 630px;
	margin-left: auto;
    margin-right: auto;
	z-index: 25;
}


#contentContainer #content #welcometext{
	width: 630px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
}

#contentContainer #content #swf{
	border: none; 
	height: 400px; 
	width: 600px;
	z-index: 25;
}

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

#sidebarContainer #sidebar {
	padding: 20px 10px;
}

#sidebarContainer .sideHeader {

}

#footer {
	text-align: center;
	clear: both;
	padding-top: 0;
}

#footer p {
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

div#righttext {
	float: none;
	padding-right: 30px;
	text-align: left;
	padding-top: 15px;
	color: #e1e1e1;
	font: 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#righttext a {
	color: #c2c2c2;
	font: small-caps 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#leftpic {
	float: left;
	margin: 5px 30px 5px 5px;
}

div#rightpic {
	float: right;
	margin: 5px 30px 5px 5px;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-bottom: 10px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background: url(images/toolbar.png) no-repeat left top;
	width: 680px;
	height: 66px;
	position: relative;
}

#navcontainer #current {
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#navcontainer li {
	float: left;
}

#navcontainer a {
	display: block;
	
	text-align: center;
	text-decoration: none;
	color: #bcbfce;
	text-shadow: 0px 1px 2px #000000;
	font-size: 15px;
}

#navcontainer a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul li {
	padding: 10px;
	width: 125px;
}

#navcontainer ul ul {
	position: absolute;
	left: 0px;
	top: 32px;
	width: 600px;
}

#navcontainer ul ul li {
	width: 104px;
	height: 10px;
	padding-top: 7px;
	padding-bottom: 0;
	padding-left: 6px;
}

#navcontainer ul ul a {
	font-size: 10px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

#navcontainer ul ul ul li {
	margin: 0 0 0 20px;
	padding: 0;
	width: 94px;
	z-index: 20;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	padding: 10px;
	font-style: italic;
	font-size: 0.9em;
}

h1 {
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}	

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

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

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-weight: normal;
	font-size: 1.8em;
}

.blog-archive-link {
	margin-bottom: 20px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-archive-link a:hover {
}

	
/* @end */

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

.blog-entry-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

.blog-entry-date {
	color: #cecdd3;
	margin-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}




/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

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

/* @end */

/* @group Photo Album */


#pics li{
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	opacity: 1;
}
#pics ul{
	margin-top: 20px;
}

#pics li:hover{
	opacity: 0.8;
}




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

.album-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 13px;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 3px;
	margin: auto;
    border: none;
	background-color: #4c4f68;
}

.thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 10px 0 0;
}

.photo-navigation {
	background: url(images/toolbar.png) no-repeat;
	height: 66px;
	width: 600px;
	margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	padding-top: 5px;
	padding-top: 10px;
}

.photo-links {
	margin: 0;
	padding-top: 5px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-align: center;
	text-decoration: none;
	color: #bcbfce;
	text-shadow: 0px 1px 2px #000000;
}

.photo-navigation a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

.photo-frame{
	border: 5px solid #2b2f3e;
}

.photo-title {
	font-size: 1.3em;
	color: #ffffff;
	font-weight: bold;
	display: inline;
}

.photo-caption {
	color: #cecdd3;
	display: inline;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	width: 132px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
}
	
/* @end */

/* @group Single Page (Movie View) */

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

.movie-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

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


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	color: #424242;
	background-color: #e3e3e3;
	float: left;
	top: -20px;
	position: relative;
	left: 100px;
	width: 150px;
} 

.form-input-button {
	float: right;
	position: relative;
	top: 40px;
	left: -50px;
} 
/* @end */


