/*

Theme Name: FK Oberberg

Version: 1.0

Author: Sae-543

*/



/* ----------------------------------------------

   HTML ELEMENTS

------------------------------------------------- */ 



/* Top Elements */



* { margin: 0; padding: 0; outline: 0 }



body {

	background: url(images/bg.jpg) repeat top;
	background-attachment: fixed;

	font: 23px Arial, Helvetica, sans-serif;

	color: #000; 

	text-align: center;	

}







/* links */

a, a:visited {	

	color: #FFF;

	background: none;

	text-decoration: none;

}

a:hover {

	color: #73471B;

	background: none;

	text-decoration: underline;

}



/* headers */

h1, h2, h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: Bold; 	

	padding: 10px;		

	color: #000;	

}

h1 {

	font-size: 2.2em;		

}

h2 {

	font-size: 2em;

	color: #88ac0b;

}

h3 {

	font-weight: bold;
font-size: 25px;
color: #353535;
text-decoration: none;
text-transform: uppercase;
letter-spacing: -2px;
line-height: 38px;
padding-top: 16px;
padding-right: 50px;
padding-bottom: 4px;
padding-left: 1px;

}



/* Paragraph */

p { padding: 12px 10px; font-size: 20px;	}



/* Lists */

ul, ol {

	margin: 10px 20px;

	padding: 0 20px;	

}

ul { list-style: none; }



dl { padding: 10px; margin: 0; }



dt {

  font-weight: bold;

  color: #79A62E;

}

dd {

  padding-left: 25px; 

}



/* images */

img {

	max-width: 590px;

}

img.alignright {

  	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 20px;  

	float: right;

}

img.alignleft {

  	margin-right: 20px;

	margin-bottom: 10px;

	margin-left: 0px;

	float: left;

}



.wp-caption alignleft {

	margin-right: 20px;

	margin-bottom: 10px;

	margin-left: 0px;

	float: left;

	}



code {

  	margin: 5px 0;

  	padding: 15px;

  	text-align: left;

  	display: block;

  	overflow: auto;  

  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;

  	/* white-space: pre; */

  	border: 1px solid #deedae; 

	background: #F0FFD2; 

}

acronym {

  cursor: help;

  border-bottom: 1px dotted #895F30;

}

blockquote {

	margin-top: 15px;

	margin-right: 90px;

	margin-bottom: 15px;

	margin-left: 5px;

 	padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 30px; 	

    font-weight: normal;

	font-size: 17px;

	line-height: 1.6em;

	font-style: italic;

	font-family: Georgia, 'Times New Roman', Times, serif;		

	color: #80614D;	

	border: 1px solid #666; 

}



/* start - table */

table {

	border-collapse: collapse;

	margin: 15px 10px;		

}

th {

	height: 38px;

	padding-left: 15px;

	padding-right: 15px;

	color: #333;

	text-align: left;

	

}

tr {

	

	

}

td {

	padding-left: 15px;

	padding-right: 15px;

	

}	

/* end - table */



/* form elements */

form {

	width: 400px;

	margin:0px; 

	padding: 5px 10px 20px 10px;

	border: 1px solid #333; 

	background: none; 	

}

label {

	display: block;

	font-weight: bold;

	margin: 8px 0 5px 0;

	color: #333;

}

input, textarea, select {

	margin-left: 35px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 4px;

	color: #333;		

	background: #FFF;

	

  	border-width: 1px;

  	border-style: solid;

  	border-color: #333;

	

	font: normal 11px Arial, sans-serif;

}

textarea {

	width: 300px;	

	height: 100px;

	display: block;	

}

input.button { 

	font: bold 12px Arial, Sans-serif; 

	height: 30px;

	margin: 0;

	padding: 2px 3px; 

	color: #000;

	background: #CCC;

	

	

}





/********************************************

   LAYOUT

********************************************/ 





#wrap {

	position: relative;

	width: 813px;

	margin: 0px auto;

	text-align: left;	

}



#content-wrap {

	width: 920px;
	position: relative;

	margin-left: 0px;

	clear: both;

	float: left;	


}







#header {

	background: url(images/header.png) center no-repeat;

	width: 808px;

	height: 336px;		

	margin: 0px;

}



#header h1#logo-text a {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 56px Helvetica, Sans-serif;

	letter-spacing: -3px;

	text-decoration: none;

	color: #000;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 58px; left: 55px;	

}

#header p#slogan {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 15px Arial, Sans-serif;

	color: #000;

	letter-spacing: -0.5px;

	

	/* change the values of top and left to adjust the position of the slogan*/

	top: 122px; left: 135px;		

}



/* header quick search */

#header form#quick-search {

	position: absolute;

	top: 75px; right: 55px;

	padding: 0; margin: 0;

	border: 2px;

	width: 223px; height: 33px;

	z-index: 999999;

}

#header form#quick-search p {

	margin: 0; padding: 0;		

}

#header form#quick-search input {

	border: 2px;

	background: transparent;

	color: #0e5792;

	float: left;

}

#header form#quick-search .tbox {

	margin: 5px 0 0 5px; 

	width: 170px;	

	display: inline;	

}

#search form#quick-search .btn{

	width: 25px; height: 25px;		

}

#header form#quick-search label {

	display: none;

}



/* Navigation */



#nav {

	background: url(images/navi.png) no-repeat;

	clear: both;

	color: #000;

	padding: 0px 0 0 0;

	margin-top: -10px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	width: 813px;

	height: 47px;

			

}

#nav ul {

	text-align: left;

	float: none;

	list-style: none;	

	margin-left: 40px;

	padding-top: 7px;

	padding-right: 0px;

	padding-bottom: 10px;

	padding-left: 0px;	

		



}

#nav ul li {

	display: inline;

	margin-right: 0; 

	padding: 0; 

}

#nav ul li a {

	display: inline;

	text-transform: uppercase;

	width: auto;

	margin-right: 0;

	padding-top: 11px;

	padding-right: 5px;

	padding-bottom: 13px;

	padding-left: 10px;

	color: #000;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 16px;

	text-decoration: none;	

	letter-spacing: -0.5px;

}

#nav ul li a:hover {


	color: #006423;	

	height: 50px;

	

	}





#nav ul li a:active {


	color: #006423;

}

#nav ul li a:active hover{

	color: #006423;

}



#nav ul li.current_page_item a {	


	color: #006423;

}



/* Main Column */

#main {

	float: left;
	width: 537px;
	margin-right: 5px;
	padding: 0; 

	

	display: inline;	

}

/*

#main h2 {

	font-family: "Arial", Gadget, sans-serif;

	font-weight: bold;

	font-size: 38px;

	text-transform: uppercase;

	color: #000;

	text-decoration: none;

	line-height: 34px;

	letter-spacing: -2px;

	margin-top: 10px;

}

#main h2 a {

	font-family: "Arial", Gadget, sans-serif;

	font-weight: bold;

	font-size: 38px;

	text-transform: uppercase;

	color: #000;

	text-decoration: none;

	line-height: 34px;

	letter-spacing: -2px;

	margin-top: 8px;

}

*/

#main ul li {

	list-style: disc;

}







#navspace {

	background: url(images/nav-mainspace.jpg) no-repeat;

	width: 668px;

	height: 35px;

	margin-left: 20px;

	margin-top: -25px;

	margin-bottom: 10px;

	

	}



/* Post */



#post_top {
	background: url(images/post_head.png) no-repeat;
	width: 536px;
	height: 40px;
	
	}

#post {
	background: url(images/post.png) repeat-y;
	width: 537px;

	margin-left: 0px; 
	padding: 0px 60px 0px 40px;

	}




#date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #7f7f7f;
	margin-top: -5px;

	margin-bottom: 5px;

	margin-left: 5px;
	}







#post h6, #post h6 a {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 38px;

	color: #353535;

	text-decoration: none;

	text-transform: uppercase;

	letter-spacing: -2.5px;

	line-height: 38px;

	display: block;

	padding-top: 0px;

	padding-bottom: 3px;

	padding-left: 0px;
	
	padding-right: 50px;

	margin-left: 0px;

	margin-bottom: 0px;

	

}



#post h6 a:hover {

color: #006423;



}



#post h2, h2 a {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 30px;

	color: #353535;

	text-decoration: none;

	text-transform: uppercase;

	letter-spacing: -2px;

	line-height: 38px;

	display: block;

	padding-top: 5px;

	padding-bottom: 3px;

	padding-left: 0px;

	margin-left: 0px;

	

	}

	

#post h2 a:hover {

	border-left: #006423 solid 5px;

	padding-left: 10px;

	

	}

	



#post p {

	font-family: Arial, Helvetica, sans-serif;

	text-align:justify;

	line-height: 22px;

	font-size: 15px;

	color: #333;

	padding-top: 8px;

	padding-right: 90px;

	padding-bottom: 8px;

	padding-left: 0px;

	margin-left: 5px;

	

	}



#post a {

	color: #006423;

	text-decoration: underline;

line-height: 22px;
font-size: 15px;

margin-left: 5px;
}



#post a:hover {

	font-weight: bold;

	color: #006423;

	}



#post img {

	background: #fafafa;

   	border: 1px solid #dcdcdc;

	padding: 7px;

	margin-top: 4px;

	max-width: 430px;

	

	}

#post img:hover {

	background: #F7F7F7;

	border: 1px solid #dcdcdc;

	opacity: 0.5;

	

}

#post ul {
	padding-top: 0px;
padding-right: 40px;
padding-bottom: 0px;
padding-left: 20px;
	}


#date {

	padding-left: 0;

	padding-top: 0px;

	padding-bottom: 2px;

	

	}



#post-info {
	background: url(images/post_foot.png) repeat-y;
	width: 537px;
	height: 33px;
	padding-top: 10px;
padding-right: 50px;
padding-bottom: 10px;
padding-left: 30px;

	}



#post-info p {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 15px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;


	}



#post-info p a {
	color: #FFF;
	}



#post-info p a:hover {

	color: #006423;

	}



#post_bottom {

	background: url(images/post_bottom.png) no-repeat;
	width: 537px;

	height: 33px;
	}









#archive {}



#archive h2 {

	font-family: Arial, Helvetica, sans-serif;
	background: url(images/post_head.png) no-repeat;
	height: 40px;
	font-weight: bold;

	font-size: 18px;

	color: #000;

	text-decoration: none;

	text-transform: uppercase;

	letter-spacing: -1px;

	max-width: 660px;

	margin-left: 0px;
	padding: 17px 20px 0px 48px;
	}









	



/* sidebar menu */

#sb_top {
	background: url(images/sb_top.png) no-repeat;
	float: right;
	width: 267px;
	height: 17px;
	margin-right: 109px;
	}

#sidebar {
	background: url(images/sb.png) repeat-y;
	float: right;

	width: 266px;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px; 

	display: inherit;

	margin-right: 95px;	

	margin-left: 0px;

	margin-top: 0px;

}



#sidebar h3 {

	color: #FFF;
	line-height: normal;
	background: url(images/sb_h.jpg) no-repeat;
	width: 237px;
	height: 34px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;

}





#sidebar ul {


	margin-top: 0px;

	margin-right: 10px;

	margin-bottom: 20px;

	margin-left: 15px;

	font-size: 22px;

	padding: 0;

	text-decoration: none;		

	border-top: none;

}

#sidebar ul li {

	list-style: none;

	margin: 0;

	padding-top: 0px;

	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 2px;
			

	

}

* html body #sidebar ul li {

	height: 1%;

}

#sidebar ul li a {

	text-decoration: none;	

	padding-left: 0px;

	color:  #333;

}

#sidebar ul li a span {

	color: #0b892c; 

	font-weight: bold;		

}

#sidebar ul li a:hover {	

	color: #006423;	

	font-weight: bold;

	background: none;	

	

}





#sidebar p {

	font-size: 14px;

	text-align: justify;

	padding-top: 5px;

padding-right: 15px;

padding-bottom: 0px;

padding-left: 15px;

margin-bottom: 5px;

	}

	

#sidebar a {

	font-size: 17px;
	font-weight: bold;
	text-align: justify;
	text-transform: none;
	color: #000;

	}	

	

#sidebar a:hover {

	text-decoration: none;
	font-weight: bold;
	color: #006423;

	}



#sidebar img {

	filter: saturate(10%);

	-webkit-filter: saturate(10%);

	-moz-filter: saturate(10%);

	-o-filter: saturate(10%);

	-ms-filter: saturate(10%);

	opacity: 0.7;

	max-width: 160px;

	margin-bottom: 30px;

	margin-left: 7px;

	margin-top: 10px;

	border: none;

	padding: 0px;

	background: none;

	}



#sidebar img:hover {

	filter: saturate(100%);

	-webkit-filter: saturate(100%);

	-moz-filter: saturate(100%);

	-o-filter: saturate(100%);

	-ms-filter: saturate(100%);

	opacity: 1;

	}

	

	

.textwidget {

	background: none;

	margin-left: 40px;

	

	}	

.tagcloud {

	padding-right: 15px;

	padding-left: 15px;

	padding-top: 5px;

	padding-bottom: 15px;

	}







/* search form */

#sidebar .searchform {

	background-color: transparent;

	border: none;	

	margin-top: 15px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 20px; 

	padding: 10px 0 10px 15px;	

	width: 180px;	

}

#sidebar .searchform p { margin: 0; padding: 0; }

#sidebar .searchform input.textbox { 

	width: 130px;

	height: 18px;

	padding: 2px;	

	vertical-align: top;

	margin-left: 0px;

}

#sidebar .searchform input.button { 

	width: 30px;

	font-size: 9px;

	text-transform: uppercase;

	height: 24px;

	padding: 2px;

	vertical-align: top;

}

#sb {
	background: url(images/sb.png) repeat-y;
	width: 268px;
	padding: 10px 30px 20px 20px;
	
	}

#sb_foot {
	background: url(images/sb_bottom.png) no-repeat;
	float:right;
	width: 268px;
	height: 29px;
	padding-bottom: 20px;
	margin-right: 9px;
	}





/* footer */

#footer-wrap {

	color: #000;

	clear: both;

	width: 999px;

	height: 62px;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold; 
	

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;	

	margin: 0;

	margin-bottom: -300px;

	background: url(images/footer.png) no-repeat;

}

#footer-wrap a {

	color: #000;

	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;

	}



#footer-wrap p {

	text-align: left;
	padding-top: 30px; 
	padding-left: 40px;
	color: #;

	margin-top: -40px;

	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold; 

	

	}



#footer-wrap img {

	background: none;

	border: none;

	padding-top: 15px;

	padding-right: 7px;

	padding-left: 7px;

	

	}





/* postmeta */







.post-footer {

	padding: 8px 5px; 

	margin: 5px 10px 10px 10px;	

	color: #FFF;

	border: 1px solid #FFF; 

	

}

.post-footer .date{ margin: 0 10px 0 5px;	}

.post-footer a.comments { margin: 0 10px 0 5px;	}

.post-footer a.readmore { margin: 0 10px 0 5px;	}



.post-info { 

	font-weight: bold;

	font-size: 1.00em;

	text-align: left;

	text-transform: uppercase; 

	padding: 0; 

	margin: 0; 

	color: #4E4E4E; }



.post-info p {

text-align: left;	

}



.post-info a, .post-info a:visited { 

	color: #4E4E4E; 

	text-decoration: underline; }



.post-info a:hover {

	font-weight: bold;

}





/* alignment classes */

.float-left  { float: left; }



.float-left a {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 20px;

	color: #b10000;

	text-decoration: none;

	text-transform: uppercase;

	letter-spacing: -1px;

	}



.float-left a:hover {

	color: #666;

	}





.float-right { float: right; }



.float-right a {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 20px;

	color: #b10000;

	text-decoration: none;

	text-transform: uppercase;

	letter-spacing: -1px;

	}



.float-right a:hover {

	color: #666;

	}



.align-left  { text-align: left; }

.align-right { text-align: right; }



/* clearing */

.clearer { clear: both; }

.clear {	display:inline-block; }

.clear:after {

	display:block; 

	visibility:hidden; 

	clear:both; 

	height:0; 

	content: "."; 

}



.newsletter newsletter-widget {width: 150px; }



img.avatar {float:left; margin-right:5px;}
