/*
Theme Name: Heinau Flowers Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

*/



/* Begin Typography & Colors */
body {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7a7380;
	line-height: 1.5em;
}
a:link {
	color: #46166b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #46166b;
}
a:hover {
	text-decoration: underline;
	color: #46166b;
}
a:active {
	text-decoration: none;
	color: #46166b;
}

#header #nav_top a:link {
	color: #b6b7ba;
	text-decoration: none;
}
#header #nav_top a:visited {
	text-decoration: none;
	color: #b6b7ba;
}
#header #nav_top a:hover {
	text-decoration: none;
	color: #46166b;
}
#header #nav_top a:active {
	text-decoration: none;
	color: #46166b;
}

h2 {
	font-size: 24px;
	color: #46176b;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #46176b;
}
#header {
	margin-bottom: 30px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header #nav_top {
	font-size: 16px;
padding-top:10px;
padding-bottom:10px;
}
#header #nav_top img {
	padding-bottom: 10px;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
}


#header, #footer {
	text-align: center;
	font-size: 12px;
}

#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#content #colLeft {
	float: left;
	width: 450px;
}
#content #colRight {
	float: right;
	width: 270px;
	margin-top: 75px;
}
#content #proposal {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 75px;
	padding-left: 75px;
	background-image: url(images/bg_proposal.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content #proposal h2 {
	text-align: left;
	font-size: 24px;
}
#content #proposal img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.size-full, .size-medium {
	padding: 4px;
	border: 1px solid #e9e9ea;
}

.alignright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}
	
	
.alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	
	}
	
	.navigation {
	clear: both;
	}
	

#content #proposal #signature {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #press {
	width: 450px;
}
#content #press .bullet {
	padding-right: 14px;
	padding-bottom: 25px;
}

#content #press .date {
	font-weight: bold;
	padding-bottom: 25px;
}
#content #press .title {
	font-size: 24px;
	line-height: 1em;
	padding-left: 20px;
	padding-bottom: 25px;
}
#content #press .title a {
	font-size: 14px;
}
#content #press img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer a:link {
	color: #7a7380;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #7a7380;
}
#footer a:hover {
	text-decoration: underline;
	color: #46166b;
}
#footer a:active {
	text-decoration: none;
	color: #7a7380;
}
hr {
	margin:25px 0 25px 0;
}
