/*
Theme Name: MyWordpress
Theme URI: http://www.hv-designs.co.uk
Description: A wordpress theme
Version: 1
Author: Richard Carpenter
*/

/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

body {
        background-image: url(images/backPattern.gif);
	background-repeat: repeat;
        font-family: Verdana, Arial, "Century Gothic";
	font-size: 11px;
	color: #878787;
}

ul, ol {
	list-style:none;
}

h1,h2 {
	color: #666666;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	line-height: 34px;
}

h2 {
	font-size: 12px;
	line-height: 34px;
}

h3 {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #309DCF;
}

#container {
        background-color: #ffffff;
	margin: 30px auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        height: 100%;
	width: 900px;
     
}

#containerSwitch {

	margin: 20px auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        height: 100%;
	width: 900px;
     
}


/* TOP BAR STYLES */

#top-bar {
	float: left;
	height: 24px;
	width: 900px;
	padding-top: 8px;
}

#top-bar a{
	color: #FFFFFF;
	text-decoration: none;
}

#top-bar a:hover{
	color: #323232;
	text-decoration: none;
}

.nav1 li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	color: #FFFFFF;
	float: left;
}

.nav2 li{
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	float: right;
	margin-left: 20px;
}


/* HEADER STYLES */

#header {
	float: left;
	height: 125px;
	width: 900px;
}

#site-title{
	height: 80px;
	float: left;
	padding-top: 45px;
}

#site-title h1{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.blue-title {
	color: #309dcf
}

.slogan {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}


/* HEADER SEARCH FORM STYLES */

#search {
	float: right;
	padding-top: 45px;
}

.search-field {
	margin-right: 10px;
	padding: 4px;
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.search-button {
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 2px;
}

.search-button:hover {
	background-color: #707070;
}


/* NAVIGATION STYLES */

#navigation {
        
        background-image: url(images/header.gif);
	background-repeat: no-repeat;	
        height: 85px;
	float: left;
	width: 900px;
}

.nav_links {
        display: inline;
        float: right;
	margin-right: 113px;
        margin-top: 50px;

}
.nav_links ul {
	margin: 0px;
	padding: 0px;
        
}

.nav_links li {
	list-style: none;
	display: block;
	float: left;
        padding-right: 10px;
}

.nav_links a {
        border-bottom: 4px solid #b2b2b2;
	text-decoration: none;
	color: #666666;
	display: block;
	height: 14px;
	padding-top: 16px;
}

.withdiv {
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
}

.nav_links a:hover {
	color: #000000;
	border-bottom: 4px solid;
}

.nav_links .current_page_item a {
        color: #000000;
        border-bottom: 4px solid #000000;
}


/* CONTENT CONTAINER STYLES */

#content {
	float: left;
	margin-top: 30px;
	padding-bottom: 40px;
}

#content p {
	margin: 5px 0 10px; 
	padding: 0;
}

#content-left {
	float: left;
	width: 750px;
        margin-top: 50px;
        margin-bottom: 50px;
}

.projektGalerie {
	float: left;
        margin-bottom: 20px;
        margin-left: 30px;
        width: 280px;
        
}


/* POST STYLES */

.a-post {
	background-color: #FFFFFF;
	width: 900px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
}

.a-post h1{
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
}

.a-post img{
}

.post-img {
        background-image: url(images/picBack.gif);
        background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 350px;
	margin-right: 10px;
        margin-top: 20px;
        margin-left: 30px;
        text-align: center;
}

.post-slideshow {
	float: left;
	height: 280px;
	width: 420px;
	margin-right: 10px;
        margin-top: 14px;
        margin-left: 30px;
}


.post-title {
	float: left;
	width: 336px;
	margin-bottom: 10px;
        margin-left: 90px;
}

.post-title p{
        size: 10px;

	float: left;
}

.post-desc {
	float: left;
	width: 330px;
	text-align: justify;
	line-height: 16px;
        margin-left: 90px;
}


.b-post {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
}

.h-post {
	background-color: #FFFFFF;
	width: 700px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
}


/* SIDEBAR STYLES */

.side-bar-left {
	float: left;
        margin-right: 40px;
}

.side-bar-left li {
        
        padding: 2px;
        background-color: #e5e5e5;
        list-style-type: none;
}

.side-bar-left a {
        display: block;
        text-decoration: none;
	color: #7d817e;
	height: 14px;
        padding: 2px;
}

.side-bar-left a:hover {
	
        display: block;        
        background-color: #b2b2b2;
        text-decoration: none;
	color: #ffffff;
	height: 14px;

}

.side-bar-left .current_page_item a {
	
        background-color: #b2b2b2;
        text-decoration: none;
	color: #ffffff;
	height: 14px;}


.side-bar {
	background-color: #999999;
	border: 1px solid #bababa;
	float: left;
	width: 300px;
	padding: 10px;
}

.side-bar-content {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

.side-bar-ads {
	margin-left: 3px;
	margin-bottom: 3px;
}

.side-bar h1{
	color: #309DCF;
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
}

.side-bar p {
	text-align: justify;
	line-height: 16px;
}

.side-bar li {
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	margin-left: 15px;
	margin-top: 10px;
	display: block;
}


/* FOOTER STYLES */

#footer {
	
	clear: both;

}

#footer-topbar {
        background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 900px;
	margin: auto;
}

#footer-topbar h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 3px;
}

#footer-topbar span {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
        
}

#footer-content {
        padding-bottom: 20px;
	width: 900px;
       
}

#footer-content span {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}


#footer-content p {
	color: #999999;
	padding-top: 5px;
	text-align: right;
        
}

.comment-box {
	border: 1px dashed #666666;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	text-align: justify;
	width: 565px;
}

.comment-box p {
	margin: 5px 0 10px; 
	padding: 0;
}

.gravatar {
	float: right;
	margin: 5px;
}

/* FLUTTER STYLES */

.flutterField {
        text-align: justify;
        float: left; 
        font-size: 10px;
        width: 280px;
}

.flutterFieldEntry {
        
	font-size: 11px;
        font-weight: bold;
        

}

/* CUSTOM */

.projekte-content {
	float: left;
        margin-top: 30px;
}

.postImages {
        width: 360px;
	float: left;
}

.kontakt {
	float: left;
	width: 400px;
	line-height: 16px;
        margin-left: 90px;
}

.post-geschichte {
	float: left;
	width: auto;
	text-align: justify;
	line-height: 16px;
        margin-left: 90px;
}

