/* Main stylesheet
---------------------- */
body, th, td, input, textarea, select {
	font-family: Arial, Sans-serif;
    font-size: 16px;
}

body.background, body.background th, body.background td {
	color: #000;
}

body.background {
	margin: 0px;
	padding: 0px;
}

/* Link styles
---------------------- */
a, a:link, a:visited {
    color: #944d22;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #db5d11;
	text-decoration: underline;
}

/* Blocks
---------------------- */
#block_main {
    /* border: 1px solid #f00; */
    
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#block_header {
    /* border: 1px solid #ff0; */
    
    background-image: url(gfx/top.jpg);
    background-repeat: no-repeat;
}

#block_header {
    width: 1025px;
    height: 132px;
}

#header_image {
    border: 0;
}

#block_wrapper {
    width: 1025px;
    position: relative;
}

#block_left_column {
    /* border: 1px solid #00f; */
    
    float: left;
    width: 182px;
    min-height: 550px;
    margin-top: 15px;
    padding: 15px;
    padding-top: 12px;
    background-image: url(gfx/left.jpg);
    background-repeat: no-repeat;
}

#block_middle_column {
    /* border: 1px solid #00f; */
    
    float: left;
    width: 561px;
    min-height: 350px;
    
    margin-top: 15px;
    padding: 20px;
    padding-top: 15px;
    background-color: #fff;
}

#block_right_column {
    /* border: 1px solid #00f; */
    
    position:absolute;
    width: 182px;
    min-height: 550px;
    left:810px;
    padding: 20px;
    margin-top: 15px;
    background-image: url(gfx/right.jpg);
    background-repeat: no-repeat;
    font-size: 14px;
}

#block_cleaner {
    clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	background: transparent;
}

#block_menu_items {
    padding-top: 20px;
}

/* Menu styles
---------------------- */

.menu_item {
    /*border: 1px solid #f0f;
    background-color: #0f0;*/
    
    padding-left: 25px;
    padding-right: 10px;
    color: #000000;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.menu_separator {
    height: 14px;
	font-size: 1px;
}

.menu_end {
    width: 175px;
    height: 120px;
}

a.menu_link:link, a.menu_link:visited {
    color: #000000;
}

a:link.selected, a:visited.selected {
    color: #944d22;
}

.white        {color: #FFFFFF; }
.menu_level_0 { margin-left: 0px; }
.menu_level_1 { margin-left: 15px; }
.menu_level_2 { margin-left: 30px; }
.menu_level_3 { margin-left: 45px; }
.menu_level_4 { margin-left: 60px; }

.menu_level_1, .menu_level_2, .menu_level_3, .menu_level_4, .menu_level_5, .menu_level_6 { 
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    font-weight: normal; 
    font-style: normal;
    margin-top: 2px;
}

/* Headline styles
---------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0;
}

h1 { 
	color: #000;
    font-size: 36px; 
    letter-spacing: -1px; 
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #666;
}
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/* Image align
---------------------- */
.image_align_left {
    margin-right: 15px;
    margin-bottom: 15px;
}

.image_align_center {
}

.image_align_right {
    margin-left: 15px;
    margin-bottom: 15px;
}

/* Newsletter styles
---------------------- */
.newsletter_form, .newsletter_form input {
    font-size: 12px;
}

.newsletter_spacer {
    font-size: 1px;
    height: 5px;
}

/* Error
---------------------- */
#errors {
    font-family: Arial, Helvetica, Sans-serif;
    background-color: #fdce26;
    padding: 2px;
    margin-bottom: 20px;
    font-size: 14px;
}

#errors ul li {
    font-weight: bold;
}

.small_error {
    background-color: #f00;
    color: #fff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
}    

/* Forum classes
---------------------- */
input {
    margin-bottom: 5px;
}

.forum_input {
    width: 100%;
    /* border: 0px; */
}

.forum_odd, .forum_odd td {
    background-color: #666;
}

.forum_even, .forum_even td {
    background-color: #555;
}

.forum_status td {
    font-size: 9px;
    padding: 5px 10px;
}

table.forum th {
	background-color: #222;
}

#postform {
	background-color: #333;
	padding: 10px;
	padding-right: 15px;
}


/* Line classes
---------------------- */
.line_t {
    border-top: 1px solid #999;
}
.line_b {
    border-bottom: 1px solid #999;
}
.line_l {
    border-left: 1px solid #999;
}
.line_r {
    border-right: 1px solid #999;
}

th.line_r {
    border-right: 1px solid #fff;
}


/* Style classes
---------------------- */
.head {
    margin-bottom: 10px;
}

.caption {
	margin-bottom: 15px;
	font-weight: bold;
	/*
	font-style: italic;
	text-transform: uppercase;
	line-height: 150%;
	*/
}

.smallText {
    font-size: 10px;
}

.topSpace {
    margin-top: 5px;
}

.spaceingAfter {
    margin-bottom: 10px;
}

.spaceAfterSmall {
    margin-bottom: 5px;
}

.spaceBefore {
    margin-top: 10px;
}

.highlight_content {
    margin: 10px;
}

.highligh_gallery_thumb {
    border: 5px solid #fff;
}

.highligh_gallery_text_link {
    display: block;
    width: 125px;
}

.highlight_text, .highligh_gallery_text_link {
    padding: 3px;
    background-color: #333;
    color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
}    

/* Form
---------------------- */
.formRequired {
    font-weight: bold;
    color: #f00;
}

.formWidth {
    width: 100%;
}

#imageupload_errors {
    padding: 1px;
    margin-bottom: 10px;
    background-color: #f00;
    color: #fff;
    font-weight: bold;
}

#imageupload_errors ul {
    margin: 5px;
    margin-left: 25px;
    padding: 0px;
}

/* User form shit
---------------------- */
.user_form_field {
    width: 100%;
}
.user_form_style {
    font-size: 14px;
    /*padding: 2px;*/
}
.required {
    color: red;
    font-weight: bold;
}


/* Gallery styles
---------------------- */
#gallery_image {
    width: 290px;
}

.gallery_imagebig_image img {
}

.gallery_imagebig_caption {
    color: #000;
    background-color: #fff;
    padding: 3px;
    padding-bottom: 5px;
}

.gallery_comment {
    padding: 3px;
}

.gallery_comment a:link, .gallery_comment a:visited {
    color: #333;
}

.gallery_thumb {
    border: 3px solid #fff;
    margin-left: 9px;
    margin-bottom: 9px;
}

.gallery_overview_thumb {
    border: 4px solid #fff;
}


/* Tag modifications
---------------------- */
form, p {
    margin: 0;
}

th {
    text-align: left;
}


