/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors 
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout 
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles 
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body
{
	font: normal 10px Verdana;
}

p
{
	margin: 15px 0;
}

.line_home
{
	margin-top: 20px;
	margin-bottom: 40px;
}

.line_kontakt
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.container
{
	margin: 20px auto;
	width: 965px;
	background: url(images/page-bg.jpg) repeat-y;
}


.header
{
	position: relative;
	text-align: center;
	background: url(images/page-bg-top.jpg) top left no-repeat;
}

.header .nav
{
	margin: 40px auto;
	list-style: none;
	padding: 0;
	height: 20px;
	position: absolute;
	right: 330px;
}

.header .nav li
{
	float: left;
	margin: 0;
	padding-bottom: 1px;
	border-bottom:4px solid #27385E;
}

.header .nav li a 
{
	color: #27385E;
	display:block;
	padding:2px 25px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

.header .nav li a:hover, .header .nav li.current_page_item a
{
	background-color: #AA240E;
	color: #fff;
}

#logo
{
	padding-top: 70px;
}

#lang_sel
{
	position: absolute;
	right: 172px;
	top: 39px;
	text-align: left;
}

#content
{
	width: 790px;
	margin: 0 auto;
	background: url(images/content-bg.jpg)repeat-y;
}

#primary
{
	width: 512px;
	float: left;
	margin-left: 13px;
	margin-right: 10px;
	padding: 20px 0 20px 20px;
	text-align: right;
}

#secondary
{
	width: 200px;
	float:right;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	color:#27385E;
}

.online_secondary
{
	padding: 30px 0;
}

#secondary .nav
{
	list-style: none;
	padding-left: 40px;
}

#secondary .nav li 
{
	text-align: left;
	margin-bottom: 10px;
	background: url(images/secli.gif) left no-repeat;
	padding-left: 10px;
	text-transform:lowercase;
}

#secondary .nav a, a
{
	text-decoration: none;
	color:#27385E;
}

#secondary .nav li a:hover, #secondary .nav li.current_page_item a, a:hover
{
	color:#AA240E;
}

#gallery
{
	width: 790px;
}

.footer
{
	font-size: 85%;
	clear: both;
	margin-top: 30px;
	padding: 30px 0;
	text-align: center;
	background: url(images/page-bg-bottom.jpg) bottom left no-repeat;
}

.bull
{
	padding: 0 20px;
}

.block
{
	display:block;
	margin: 15px auto;
}

.footerlogo
{
	margin:0 15px;
}

.footerinfo
{
	padding: 30px 0;
	display: block;
}

#pogoda
{
	text-align: center;
	margin-left:100px;
}

/* PLANYO CSS */

#planyo_plugin_code
{
	background:none repeat scroll 0 0 white;
	border:3px solid #AA240E;
	float:right;
	padding:20px;
	width:420px;
}

#search_form .button, #search_results .button
{
	float: right;
}

#search_results
{
	width: 420px;
}

#primary #presentation_code .resource_name 
{
font-size:15px;
font-weight:bold;
}

#primary #presentation_code  
{
	width:420px;
}

/* END PLANYO CSS */

#post-4
{
	padding-left: 50px;
}

#primary .entry-content p{
    margin-bottom: 20px;
}

#price_info_div
{
	top: 425px !important;
	left: 460px !important;
	height: 25px !important;
	width: 200px !important;
}
#price_info
{
	float: left;
}
#price_info span
{
	font-size: 14px !important;
}
#price_info_div br
{
	display: none;
}
#price_info_div .title
{
	float: left;
	margin-right: 10px;
}
#price_info_div .content 
{
	background: none;
} 
#price_info_div .begin, 
#price_info_div .end
{
	display: none;
}
#TB_window img#TB_Image 
{
	border: none !important; 	
}

