/* @group General Styles */

body {
	color: #333;
	background-color: #714d2e;
	margin: 0;
	text-align: justify;
	font: 0.8em/1.2em "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
}

p {
	color: #fff;
}

b, strong {

}

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

a:hover, a:active {
	color: #c4c7b6;
}

img {
}

.image-left {
}

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

/* @group Layout */

#container {
	margin: 0;
	background-color: #666;
	padding: 0;
	height: 100%;
}

#pluginbar {
	margin-top: 30px;
	padding: 5px;
	background-color: #714d2e;
}

.clearer {
	clear: both;
}

#pageHeader {
	padding: 10px;
	background: #97a25e url(images/background.gif) repeat-x;
	border-bottom: 2px ridge #776156;
}

#pageHeader img {
}

#pageHeader h1 {
	margin: 0 0 5px;
	color: #fff;
}

#pageHeader h2 {
	margin: 0;
	color: #e4ee3b;
}

#surround {
	width: 800px;
	margin: auto;
}

#contentContainer {
	background-color: #714d2e;
	color: white;
	padding-right: 50px;
	padding-left: 20px;
}

#contentContainer #content {
	padding: 10px;
	margin-left: 160px;
	margin-right: 20px;
	height: 100%;
}

#sidebarContainer {
	float: left;
	width: 154px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#sidebarContainer #sidebar {
	padding-right: 10px;
}

#sidebarContainer .sideHeader {
}

#footer {
	border-top-color: #fff;
	border-top-width: 2px;
	text-align: center;
}

#footer p {
}

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

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

#subheader {
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
}

#subheader table {
	text-align: center;
}

#subheader td {
	text-align: center;
}

#first_image {
	background: url(images/banner1.jpg) no-repeat left bottom;
	width: 230px;
	height: 200px;
	opacity: 0.9;
}

#second_image {
	background: url(images/banner3.jpg) no-repeat center center;
	width: 230px;
	height: 200px;
	opacity: 0.9;
}

#third_image {
	background: url(images/banner2.jpg) no-repeat center bottom;
	width: 230px;
	height: 200px;
	opacity: 0.9;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	color: #fff;
}

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

#breadcrumbcontainer li {
	display: inline;
}

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

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

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	text-align: left;
}

#navheader {
	background-color: #c4c7b6;
	height: 20px;
}

#navfooter {
	background-color: #c4c7b6;
	height: 22px;
	margin-top: 2px;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.95em;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding: 3px;
	color: #fff;
	text-decoration: none;
	background-color: #97a25e;
	margin-top: 2px;
}

#navcontainer a:hover {
	display: block;
	padding: 3px;
	color: #714d2e;
	text-decoration: none;
	background: #acb387;
	margin-top: 2px;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	font-size: 0.9em;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 0;
	padding: 2px 3px 2px 8px;
}

#navcontainer ul ul a:hover{
	text-decoration: none;
	color: #714d2e;
	display: block;
	padding: 2px 3px 2px 8px;
	margin-top: 0;
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-size: 1.5em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 4px;
}

h2 {
	font-size: 1.2em;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-style: normal;
}

h3 {
}

h4 {
}

.imageStyle {
}



/* 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 {
	
	list-style-type: none;
	padding: 3px;
	margin: 0;
	text-align: left;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0;
}

.blog-tag-size-1 {
	font-size: 9px;
}

.blog-tag-size-2 {
	font-size: 10px;
}

.blog-tag-size-3 {
	font-size: 10px;
}

.blog-tag-size-4 {
	font-size: 11px;
}

.blog-tag-size-5 {
	font-size: 11px;
}
.blog-tag-size-6 {
	font-size: 12px;
}

.blog-tag-size-7 {
	font-size: 12px;
}

.blog-tag-size-8 {
	font-size: 13px;
}

.blog-tag-size-9 {
	font-size: 13px;
}

.blog-tag-size-10 {
	font-size: 14px;
}

.blog-tag-size-11 {
	font-size: 14px;
}

.blog-tag-size-12 {
	font-size: 15px;
}

.blog-tag-size-13 {
	font-size: 15px;
}

.blog-tag-size-14 {
	font-size: 16px;
}

.blog-tag-size-15 {
	font-size: 17px;
}

.blog-tag-size-16 {
	font-size: 17px;
}

.blog-tag-size-17 {
	font-size: 18px;
}

.blog-tag-size-18 {
	font-size: 19px;
}

.blog-tag-size-19 {
	font-size: 19px;
}

.blog-tag-size-20 {
	font-size: 21px;
}

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

.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 {
	border-bottom: 1px dotted #fff;
	padding-top: 17px;
	background: url(images/archiv.gif) no-repeat left top;
	padding-left: 5px;
	padding-bottom: 5px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	padding-top: 17px;
	background: url(images/categorie.gif) no-repeat left top;
	padding-left: 5px;
	padding-bottom: 5px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	border-top: 1px dotted #fff;
	padding-top: 3px;
}

.blog-rss-link {
	background: url(images/rssfeed.png) no-repeat left center;
	padding-left: 20px;
}

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