/* @override 
	http://fridolin.at/wp-content/themes/fridolin/style.css
	http://localhost:8888/wordpress1/wp-content/themes/fridolin/style.css
*/

/*
Theme Name: FRIDOLIN 2011 V2
Theme URI: http://wordpress.org/
Description: Fridolin Very basic css
Version: 1.7
Author: Fridolin Brandl

*/


/*LAYOUT*/

#the_content {
width: 740px;
text-align:center;
margin: auto;
}

.menu_bar,  #footer ul {
width:  740px;
margin-left: auto;
margin-right: auto;
}

#header {
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

.frontpage {
margin-top: 10px;
margin-left:20px;	
}

body {
	color: #121212;
	background-color: #efefef;
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*MAKE WHITE*/
#wrapper {
	background-image: url(images/backg_new.jpg);
	padding-bottom: 0px;
}

/*Grundlayout*/
#the_menu {
text-align: center;
background: url(images/background-top.gif) repeat-x 0 -70px;	
}

#the_menu ul {
margin: auto;
margin-top: 10px;
}

#splittext {

-moz-column-count: 2;
-moz-column-gap: 1.5em;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 1.5em;
-webkit-column-rule: none;
/* future proof */
column-count: 2;
column-gap: 1.5em;
column-rule: none;


}
#splittext.entry {
	width: 500px;
	/*background-color: white;*/

}


/* LINKS FRONTPAGE */
.front_links {
text-align: center;	
}

.dwn_red, .dwn_green { 
margin-left: auto;
margin-right: auto;
text-align:center;
padding:20px;
/*-moz-border-radius: 5px;
border-radius: 5px;*/
margin-bottom: 10px;
background-color: black!important;

}
#home .dwn_red, #home .dwn_green {
width: 668px;	
margin-left: 20px;
}
#home .dwn_red {
	margin-bottom: 40px;
}

.dwn_red {
/*background-color: #ffd6d6;*/
background-color:black;
border: 1px solid red;

}
.dwn_green {
background-color: #e8ffe0;
border: 1px solid #00cd00;

/*border: 1px solid white;*/

}
.dwn_red a:link, .dwn_red a:hover, .dwn_red a:visited {
	color:red;
}
.dwn_green a:link, .dwn_green a:hover, .dwn_green a:visited  {
	color: #00cd00;
	/*color:white;*/
	
}
.dwn_red span, .dwn_green span {
	font-size: 10px;
}


/* T E A S E R S*/

.fb_like {
	display:  box;
	margin-top: -2px;
	float: right;
}


/*/WIDGET MENU*/

.menu-menue-1-container {
	display: inline;
}

.siteinfo li a {
	background-color: black;
	color:  white;
	/*padding: 3px 5px 3px 5px;*/
	color:#FFFFFF;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}



.menu_bar {
	width: 680px;
padding-top:10px;
padding-bottom:10px;
font-size: 12px;
text-align: left;
		}

#the_menu ul {
	display: inline;
	float:left;
}

#the_menu ul li {
	list-style:none;
	display: inline;
	margin: 0px 0px 0px 3px;
	color:  white;
	padding: 3px 5px 3px 5px;
	display:inline;	
	float:left;
	color:#FFFFFF;
}
		
#the_menu ul li.current-menu-item a:link, #the_menu ul li.current-cat a:link {
	color:#333;
	padding: 3px 5px 3px 5px;
	background-color:white;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	}

	
	
#the_menu ul li a:hover {
	color:  black!important;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	background-color:#00ff00;

	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

#the_menu ul li a {
	padding: 3px 5px 3px 5px;
}
#the_menu ul {
	list-style:none;
	display: inline;
	margin: 0px;
	padding: 0px;	
}

ul.pages, ul.pages a {
	color:black;
}


.info {
	display:none;
}
/* ARCHIVE */
#page #content {
width: 680px;
}


.archive, .single, .page {
	margin-bottom:20px;
}

.single .post, .page .post {
	/*width: 100%;*/
}

.frontpage .entry, .archive .entry {
display: none;	
}
.entry {
	font-size: 14px;
	text-align: left;	
	width: 640px!important;
}

/*/// FRONT CONTENT NEEDS SOME MOVEMENT*/
#content .front {
	padding-left: 20px;
}

#page .post .entry p {	
display: block;
font-size:12px;
line-height:1.5em;
}


/* SINGLE PAGE */
.teaserarea {
text-align: center;
/*background-color:white;*/
padding: 30px 10px;
width: 680px;
margin-left: 20px;
/*-moz-border-radius: 10px; 
-webkit-border-radius: 10px;*/
background-color:#0f0;
opacity:0.6;
}

.teaserarea:hover {
	opacity: 1;
} 

.teaserarea img{
	width:  640px;
}

#page #single h2 {
	font-size: 40px;	
	text-align: left;
	/*margin-top: 20px;*/
	margin-top:0px;
	padding: 20px 10px 10px 0px;
	background-color: white;
} 
#page h2 {
	/*margin-top: 20px;*/
}


/*POST*/


.single .post, .page .post {
	font-size: 12px;
	line-height: 20px;
}
.post small, .post .postmetadata {
	display:none;
}
#home .post {
		padding:0px 10px 5px 0px;
}
#single .post {
		padding:0px 20px 35px 30px;
		background-color: white;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 40px;
		
}

.post h3 {
		text-align: center;
	font-size: 11px;
	margin-top:15px;
	margin-bottom: 5px;	
}
.frontpage .post h2, .archive .post h2 {
	text-align: center;
	font-size: 11px;
	margin-top:15px;
	margin-bottom: 15px;	
	padding-right: 10px;
	color: #cccccc;
}
.frontpage .post h2 a, .archive .post a, #fb.post h2 {
	color: #333;	
	background-color: white;
	padding:3px 5px 3px 5px;
}

.frontpage .post img  {
	border: 5px solid #0f0;
	opacity:0.3;
}
.frontpage .post img:hover  {
	opacity:1;
}
.frontpage .post, .archive .post {
	float: left;
	display:block;
	width:  230px;
	height: 360px;
}
.thumb
 {
height:  310px;
width: 220px;

	 }
	 
/*.thumb img {
	-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
}*/	 
	 
.frontpage .post p, .archive .post p {
	margin:10px 0px 0px 0px;
	
}
.clear {
	clear: both;
}

/*link*/
a:link, a:visited, a:active {
	color:  black;
	text-decoration: none;
}
a:hover {
	color:  red;
	text-decoration:underline;
}

.single .post a:link, .single .post a:visited, .single .post a:active, .page .post a:link, .page .post a:visited, .page .post a:active  {
	background-color: #d6d6d6;
	padding:2px;
}


/*header*/

#headerimg {
	/*margin-left: 15px;
	margin-top: 30px;*/
	width: 40px;
	height: 40px;
	margin:  auto;
	margin-bottom: 20px;
	background-image: url(images/fridolin_logo_white.gif);
	border: 1px solid white;
}

#headerimg  h1 {
display:none;	
}

.bookmark {
	margin-top: 20px;
}
#footer, .bookmark {
	clear:  both;
	padding:10px 0px 10px 0px;
	/*border-top-style: dotted;
	border-top-width: 1px;*/
	text-align:center;
	font-size: 11px;
}

li .linkcat h2 {
	list-style: none;
}

/*  >>> Footer*/ 
#footer li {
list-style: none;
margin:  0px 3px 0px 0px;
display:inline;
background-color:#cccccc;
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;

}

.footer li a:hover {
	color: black;
}


#footer {
	width: 100%;
	background: url(images/background-bottom.gif) repeat-x 0 top;
	line-height: 2.3em;
}



/*diverse media formats*/

#fancybox-title-float-main p {
	margin-top:0px;
}
