/*  
Theme Name: Bundaz
Theme URI: http://www.Zartgesotten.de/
Description: Bundaz is a 3 columns Wordpress theme. This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my link under your footer :)
Version: 0.1
Author: zartgesotten 
Author URI: http://www.zartgesotten.de/
*/

/*LAYOUT */

body, html {
	background-color: #C11020;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#leftcol {
	width: 250px;
	float: left;
	margin: 0px;
}

#leftmenu {
	height: auto;
	width: 180px;
	margin-top: 280px;
	margin-left: 15px;
}


#centercol {
	float: left;
	width: 388px;
	
}

#header {
	width: 388px;
	margin-top: 100px;
}

#rightcol {
	float: left;
	width: 250px;	
	margin-left:20px;
}

#rightmenu {
	width: 240px;
	margin-left: 10px;
	margin-top: 280px;
}

#content {
	background-color: #FFFFFF;
	width: 388px; 
	margin-top: 5px;
	background-image: url(images/topround.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding:0px;
	float: left;
	font-size: 0px;
	overflow:hidden; /*seeeeehr wichtig, damit IE 6 die runden Ecken richtig macht*/
}

#content_foot {
	background-image: url(images/bottomround.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17px;
	width: 388px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

#footer {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-bottom:10px;
}
#copyright {
	width: 388px;
	margin-left:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
}

#copyright a {
	color: #FFCC33;
	text-decoration: none;
}

#searchform #s {
	width:100px;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
}

#searchform input {
	width:102px;
	font-size: 10px;
	color: #000000;
	background-color: #FFCC33;
	margin-top: 3px;
	border:hidden;
}

.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C11020;
	text-decoration: none;
}



/*Image Styling in Posts */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   color:#333333;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}





.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}


/*LAYOUT*/

.pagetitle {
	margin-left:11px;
	color: #C11022;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}


/*POST LAYOUT*/


.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 10px;
}

.post img {
	margin: 5px;
	
}


.post h2 a {
	color: #C11022;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	
}

.post h2 {
	color: #C11022;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:3px;
}

.post h3 {
	margin-bottom:3px;	
}


.post a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.post a:hover {
	color: #FFCC00;
}
.space {
	height: 80px;
	width: 100%;
}

/*POST LAYOUT*/

/*Comments LAYOUT*/

#commentform #comment
{
	width:360px;
	font-size:11px;
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
}

#commentform #submit
{
	font-size: 10px;
	color: #000000;
	background-color: #FFCC33;
	padding:5px;
	margin-top:5px;
	border:hidden;

}

.commentlist .alt
{
	background-color: #FFFBDF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
}
/*LEFT SIDEBAR*/

#leftmenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	font-variant: small-caps;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#leftmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 15px;
}
#leftmenu ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#leftmenu ul li ul li {
	margin-left: 0px;
	background-image: url(images/menu_pfeil.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 0px;
	background-position: -3px 5px;
	padding-left: 12px;
}
#leftmenu ul li a {
	color: #D0B4A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

#leftmenu ul li a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

/*LEFT SIDEBAR*/

/*RIGHT SIDEBAR*/

#rightmenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	font-variant: small-caps;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#rightmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 15px;
}
#rightmenu ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#rightmenu ul li ul li {
	margin-left: 0px;
	background-image: url(images/menu_pfeil.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 0px;
	background-position: -3px 5px;
	padding-left: 12px;
}
#rightmenu ul li a {
	color: #D0B4A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

#rightmenu ul li a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

/*RIGHT SIDEBAR*/

#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}

#header h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC33;
	text-decoration:none;
	margin-left:10px;
}
.postmeta {
	background-color: #FFFBDF;
	padding:7px;
}

#cornerimage {
	background-image: url(images/lefttopbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 274px;
	width: 182px;
}
