/*	-------------------------------------------------------------
	Company Name / Designer Name
	A simple slogan or funny remark. Make people smile.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	master styles for screen
	Filename:		styles.css
	Version:		0.1b
	Modified:		April 15th, 2006
	-------------------------------------------------------------
*/
/* = BASIC STYLES
--------------------------------------------------------------- */
body {
	background: #beb397;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	margin: -15px;
	padding: 0;
}
a:link {
	color: #A09F7E;
	text-decoration: underline;
}
a:visited {
	color: #8D7C63;
	text-decoration: underline;
}
a:hover, a:active {
	color: #88613D;
	text-decoration: none;
}

img {}

blockquote {}


/* = LAYOUT STYLES
--------------------------------------------------------------- */

#wrapper {
	width: 780px;
	margin: 0;
}

#header {
	border: 0px solid #beb397;
	margin-bottom: 0px;
	padding: 0px;
	background: #beb397;
}

#logo {}

#title {}

#navcontainer {
	border: 0px solid #beb397;
	margin-bottom: 0px;
	background: #beb397;
}

#stage {
	float: right;
	margin-bottom: 0px;
}

#content {
	border: 0px solid #beb397;
	float: left;
	width: 74%;
	padding: 0px;
	background: #beb397;
}

#sidebar {
	border: 0px solid #beb397;
	width: 19%;
	float: left;
	margin-right: 0px;
	padding: 0px;
	background: #beb397;
}

#footer {
	border: 0px solid #beb397;
	margin-top: 0px;
	padding: 0px;
	background: #beb397;
}

.clear {
	clear: both;
}

/* = SIDEBAR STYLES
--------------------------------------------------------------- */

#sidebar img a:hover {}

#sidebar p {}

#sidebar img {}

#sidebarcontent {}


/* = TOOLBAR STYLES
--------------------------------------------------------------- */

#navcontainer ul {
	display: inline;
	list-style: none;
}

#navcontainer li {
	display: inline;
	list-style: none;
}

#navcontainer a:link, #navcontainer a:visited {}

#navcontainer a:hover {}

#navcontainer #current {}

#navcontainer .currentAncestor {}	
	
#navcontainer ul ul {}

#navcontainer ul ul li {}

#navcontainer ul ul li a:link,#navcontainer ul ul li  a:visited {}

#navcontainer ul ul li a:hover {}

#navcontainer ul ul li #current {}

	
/* = BREADCRUMB STYLES
--------------------------------------------------------------- */

#breadcrumbcontainer {}
#breadcrumbcontainer ul {}
#breadcrumbcontainer li {}
#breadcrumbcontainer a:link {}
#breadcrumbcontainer a:visited {}
#breadcrumbcontainer a:hover {}

	
/* = BLOG STYLES
--------------------------------------------------------------- */

.blog-entry {}
.blog-entry-body {}
.blog-entry-title {}
.blog-entry-date {}
.blog-entry-catagory {}

.blog-entry-comments {}
.blog-entry-comments a:link {}

	
/* = FILESHARING STYLES
--------------------------------------------------------------- */

.filesharing-description {}
.filesharing-item {}
.filesharing-item-title {}
.filesharing-item-title a {}
.filesharing-item-title a:hover {}
.filesharing-item-description {}

	
/* = PHOTO STYLES
--------------------------------------------------------------- */

/* thumbnail view */

.album-title {}

.album-description {}

.album-description a:link {} 

.thumbnail-table {}

.thumbnail-frame {}

.thumbnail-frame a {}

.thumbnail-frame a:hover {}

.thumbnail-frame img {}

.thumbnail-caption {}

/* full image view */

.photo-background {}

.photo-navigation {}

.photo-navigation a {}

.photo-navigation a:hover {}

.photo-frame {}

.photo-links {}

.photo-title {}

.photo-caption {}

	
/* = CONTACT STYLES
--------------------------------------------------------------- */

.message-text {}

.required-text {}

.form-input-field {}

.form-input-button {}

.message-text {}

.required-text {}

.form-input-field {}

.form-input-button {}


/* = QUICKTIME STYLES
--------------------------------------------------------------- */

.movie-description {}

/* thumbnail view */

.movie-page-title {}

.movie-page-description {}

.movie-thumbnail-frame {}

.movie-thumbnail-caption {}

/* full movie view */

.movie-background {}

.movie-frame {}

.movie-title {}