/* @group General Styles */

body {
	color: #b6a565;
	background-color: #000;
	font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

p {
}

b, strong {

}

a:link {
	color: #857a4b;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #857a4b;
text-decoration: none;
}

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

img {
	border: none;
}
img a:image{
	border: none;
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */

#container {
	width: 800px;
	height: 525px;
	margin: 0 auto;
		border: 1px solid #b6a565;
}

.clearer {
	clear: both;
	
}

#pageHeader {
	width: 800px;
	padding: 0;
	height: 180px;
	background-color: #000;
	float: right;
	border: 1px solid #857a4b;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	
}

#pageHeader img {
}

#pageHeader h1 {
	
}

#pageHeader h2 {
	
}

#contentContainer {
	width: 800px;
	float: left;
	color: #b6a565;
	height: 260px;
	overflow: hidden;
	background-color: #000;
	border-left: 1px none #857a4b;
	border-bottom: 1px none #857a4b;
	border-right: 1px none #857a4b;
	border-top: 1px solid #857a4b;
	text-align: justify;
}

#contentContainer #content {
	padding: 5px 20px;
}

#sidebarContainer {
	width: 0px;
	height: 180px;
	float: left;
	overflow: hidden;
	background-color: #000;
	border-left: 1px none #857a4b;
	border-bottom: 1px none #857a4b;
	border-top: 1px none #857a4b;
	color: #b6a565;
	text-decoration: none;
}
#sidebarContainer a:link {
	color: #b6a565;
}
#sidebarContainer a:hover, #sidebarContainer a:active {
	color: #fff;
	text-decoration: none;
}
#sidebarContainer a:hover, #sidebarContainer a:visited {
		text-decoration: none;
}

#sidebarContainer #sidebar {
	padding: 5px;
	text-decoration: none;
}

#sidebarContainer .sideHeader {
	
}

#footer {
	text-align: right;
	font-size: 10px;
}

#footer p {
}

#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 {
	display: inline;
}

#breadcrumbcontainer a {
}

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

/* @group Toolbar */

/* Toolbar Styles */


	
#navcontainer { 
height: 80px; 
width: 800px; 
position: relative; 
float: left;
z-index: 3; 
padding-top: 0px; 
text-shadow: 1px 1px 2px #333333;
	border-bottom: 1px solid #b6a565;
	background-image: url(images/menu1.jpg);
}



#navcontainer #current { 
background-color: #000; 
color: #fff;  
font-weight: bold; 


}

#navcontainer #current:hover { 
background-color: #000; 
color: #fff; 
font-weight: bold; 
}

#navcontainer .currentAncestor { 
background-color: #000; 
color: #b6a565; 
font-weight: bold; 
text-decoration: underline;
}

/* Parent - Level 0 */

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

#navcontainer li { 
position: relative; 
display: inline; 
float: left; 
width: auto; 
}

#navcontainer a { 
background-color: #000; 
font-size: 12px; 
display: block; 
padding: 5px 20px; 
height: auto; 
text-decoration: none; 
width: auto; 
text-align: center; 
font-weight: bold; 
position: relative; 
z-index: 7;
	font-variant: small-caps;
}

#navcontainer a:hover { 
background-color: #000;
	color: #fff;
}

#navcontainer a:active { 
}

/* Child - Level 1 */ 
/* All browsers will use this code, it will make the pop out menus work */ 
#navcontainer ul ul { 
position: relative; 
left: 0; 
right: 0; 
display: none; 
z-index: 6; 
font-size: 10px; 
width: auto; 
padding: 0; 
margin: 0; 

}

#navcontainer ul ul:hover { 
background: #000; 
}

#navcontainer ul ul li { 
display: block; 
float: none; 
}

#navcontainer ul ul a { 
padding: 5px 0; 
display: block; 
width: auto; 
background: #000; 
height: auto;
	font-variant: normal;
	font-size: 10px;
}

#navcontainer ul ul a:hover{ 
background-color: #000; 
}

#navcontainer ul ul #current{
	background-color: #000; 
} 
#navcontainer ul ul .currentAncestor,{ 
background-color: #000;
text-decoration: underline; 
color: #b6a565;
}

/* Child - Level 3 */

#navcontainer ul ul ul { 
position: absolute; 
top: 0px; 
left: 120px; 
z-index: 6; 
font-size: 10px; 
width: auto; 
}

#navcontainer ul ul ul :hover{ 
padding: 0; 
top: 0px; 
}

div#navcontainer ul ul, 
div#navcontainer ul ul ul, 
div#navcontainer ul li:hover ul ul, 
div#navcontainer ul li:hover ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul ul { 
display:none; 
}

div#navcontainer ul li:hover ul, 
div#navcontainer ul ul li:hover ul, 
div#navcontainer ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul ul li:hover ul { 
display:block; 
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {font-weight: normal;
	font-style: italic;
	font-size: 15px;
}

h3 {
}

h4 {
}

.imageStyle {
	border: none;
}
.imageStyle a:link{
	border: none;
}


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

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

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

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
}

ul.blog-tag-cloud li {
}

.blog-tag-size-1 {	
}

.blog-tag-size-2 {	
}

.blog-tag-size-3 {	
}

.blog-tag-size-4 {	
}

.blog-tag-size-5 {	
}

.blog-tag-size-6 {	
}

.blog-tag-size-7 {	
}

.blog-tag-size-8 {	
}

.blog-tag-size-9 {	
}

.blog-tag-size-10 {	
}

.blog-tag-size-11 {	
}

.blog-tag-size-12 {	
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {	
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {	
}

.blog-tag-size-17 {	
}

.blog-tag-size-18 {	
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {	
}

/* @end */

/* @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: 15px;
	font-style: italic;
	margin-bottom: 2px;
}

.blog-entry-date {
}

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

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.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 {
}

.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 {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @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 */