/* @group General Styles */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.0em;
	color: #000;
	background: url('images/bwdrip1.jpg') top left repeat-x;

}

p {
background: #fff;
}

b, strong {

}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

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

#design a:hover, a:active{
	color: #7A005B;
}

img {
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	width: 720px;
	margin-left: 133px;
	/*margin: 0 auto;*/
	background: #fff url('images/drip1.jpg');
	background-position: -144px -8px;
	background-repeat: no-repeat;
	border: 3px solid #000;

}

.clearer {
	clear: both;
}

#pageHeader {
	padding: 10px;
	text-align:center;
	font-family: Garamond, Times;
	height: 200px;
}

#pageHeader img {
}

#pageHeader h1 {
	font-size: 3.5em;
}

#pageHeader h2 {
	font-size: 1.2em;
	color: #808080;
}

#contentContainer {
	width: 720px;
	float: left;
}
#contentContainer #content {
	padding: 20px;
}

#sidebarContainer {
	width: 220px;
	float: right;
	background: #f0f;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
}

#footer {
	text-align: center;
	font-size: 0.6em;
	border-top: 3px solid #000;
}

#footer p {
	background: none;
}

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

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

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

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	text-align: center;
	padding: 10px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

#navcontainer #current {
	background: #000;
	color: #FFF;
}

#navcontainer #current:hover {
	color: #f00;
}

#navcontainer .currentAncestor {
	background: #000;
	color: #FFF;
}

/* Parent - Level 0 */

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

#navcontainer li {
	display: inline;
}

#navcontainer a {
	padding: 10px 20px 10px 20px;


}

#navcontainer a:hover {
	background: #000;
	color: #FFF;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#sub_menu_bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	height: 25px;
}

#sub_menu_bar a {
	display: none;
}

#sub_menu_bar ul li {
	display: inline;
}

#sub_menu_bar ul ul {
	padding-top: 7px;
	background: #000;
	list-style-type: none;
}

#sub_menu_bar ul ul a{
	padding: 10px 20px 10px 20px;
 	text-decoration: none;
 	color: #fff;
  	display: inline;
}

#sub_menu_bar .currentAncestor {
	color: #fff;
}


#sub_menu_bar ul ul a:hover {
  color: #f00;
}

#sub_menu_bar ul ul ul{
	display: none;
}

#sub_menu_bar a {
}


/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-size: 3.5em;
	font-family: Garamond, Times;
}

h2 {
	font-size: 3.0em;
	font-family: Garamond, Times;
}

h3 {
	font-size: 2.0em;
	font-family: Garamond, Times;
}

h4 {
}

.imageStyle {
}

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

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
}

.blog-archive-link {
}

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

	
/* @end */

.blog-entry {
}

.blog-entry-title {
	font-size: 1.8em;
}

.blog-entry-date {
	font-size: 0.6em;
}

/*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 {
}

.blog-entry-readmore {
	font-size: 0.6em;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

.blog-entry-comments {
	font-size: 0.6em;
}

.blog-entry-author {
	font-size: 0.6em;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	font-size: 0.8em;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
	font-size: 0.8em;
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

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

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

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

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */
