/*
Theme Name: Corrs
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 5.5.0
Author: Thomas Stein
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/
/* CSS Document */

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

a {
	color: #81333c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

h2 {
    font-size: 16px;
	font-variant: small-caps;
	margin: 0 0 0px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body {
	background:#f8f8f8;
	color:#333;
	font-size:11px;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

blockquote {
        font-style: italic;
        color: #666;
}

#masterwrap {
	text-align: left;
	margin: 0 auto;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 980px;
	_width: 980px;
	border: 1px solid #666;
    background: #fff;
}

#primary {
	padding: 0px 10px 10px 10px;
	height: auto;
	margin-bottom: 10px;
}

#spaltelinks {
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#spaltemitte {
	width: 538px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: 10px;
	line-height: 1.5em;
	margin-top: 10px;
}

#spalterechts {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	padding: 0;
	position: relative;
	height: 130px;
	background: url(images/kopfgrafik2006.jpg) no-repeat;
	/* background-color: #182865; */;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	text-align: left;
	background: #eee;
	padding: 10px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------
  Pathway
-----------------------------------------------------------------------------------------------*/

#pathway {
	color: #81333c;
	font-variant: small-caps;
	margin-right: 0px;
	border-bottom: 1px solid #d8a7b1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	/* margin-top: -10px; */
	font-size: 12px;
}

.pathway a:visited {
	color: #333;
	text-decoration: none;
}

.pathway a:hover {
	color: #81333c;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------------------
  Infoboxen
-----------------------------------------------------------------------------------------------*/

.infobox {
    border: 1px solid #81333c;
    width: 100%;
    margin-bottom: 10px;
}

.infobox_head {
    background: url(images/radiant_headerbox.gif) repeat-x;
	color: #fff;
	text-align: left;
	padding-left: 4px;
	height: 25px;
	line-height: 23px;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0 0 0px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.infobox_content {
    /* padding: 2px 0 10px 0; */
	background: transparent url(images/orn1.gif) no-repeat;
    background-position: 90px 0px;

}

/* ------------------------------------------------------------------------------------------------
|  Navigation
 ----------------------------------------------------------------------------------------------- */

.nav ul {
	list-style:none;
	margin:0;
	padding:0;
}


.nav li {
	display: block;
	background: #fff;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #81333c;
	text-align: left;
	/* padding-top: 3px;
	padding-left: 10px; */
	height: 20px !important;
	height: 25px;
	/* width: 100%; */
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	

}

.nav a:link, .nav a:visited {
	display: block;
	
		color: #81333c;
		text-align: left;
		padding: 3px 2px 3px 10px;
		

		/* width: 100%; */
		text-decoration: none;

	

}

.nav a:hover {
	background: #eee;
		text-decoration: none;
		color: #000;

}

html>body .nav a:link, .nav a:visited, .nav a:hover {
	height:auto;
}




.navigation a:hover {
	background: #f4f2ec;
	text-decoration: none;
	color: #282828;
}

li.cat-item, li.page_item {
	display: block;
	background: #fff;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-align: left;
	/* padding-top: 3px;
	padding-left: 10px; */
	height: 18px !important;
	height: 20px;
	/* width: 100%; */
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
    padding-left: 10px;
}

.cat-item a:link, .cat-item a:visited, .cat-item a:active,
.nav .page_item a:link, .nav .page_item a:visited, .nav .page_item a:active {
    color: orange;
}

.cat-item a:hover,
.nav .page_item a:hover {
    color: red;
}


/* ------------------------------------------------------------------------------------------------
|  Navigation
 ----------------------------------------------------------------------------------------------- */

.post {
    margin-bottom: 40px;
}

.post_title {
	color: #81333c;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, 'Times New Roman', Times, serif;
	border-bottom: 1px solid #81333c;
	white-space: nowrap;
    padding-bottom: 3px;
}

.post_info {
    padding-bottom: 10px;
	color: #999999;
	font-size: 12px;
	font-variant: small-caps;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.post img {
 	border: 1px solid #cccccc;
	margin: 5px
}


.sb_disko_head {
    	color: #999999;
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#spaltemitte .entry img {
    margin: 0 0 10px 5px;
	padding: 2px;
	border: 1px solid #81333c;
}


/* ------------------------------------------------------------------------------------------------
|  Various items
 ----------------------------------------------------------------------------------------------- */

.further_news {
    border: 1px solid #81333c;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-variant: small-caps;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* ------------------------------------------------------------------------------------------------
|  Comments
 ----------------------------------------------------------------------------------------------- */

.comments {
	margin-bottom: 50px;
}

.commentinfoheader {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	margin: 40px 0;
    color: #999999;
}

.commentinfoheader_title {
    font-variant: small-caps;
    color: #81333c;
}

.commentheader {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 0 0;
}

.commentheader a {
	
}

.commentheader a:hover {
	
}

.comment-col-left {
	float: left;
	width: 70px;
	border-right: 1px dotted #ccc;
	text-align: center;
	padding: 20px;
}

.comment-text {
	padding: 0px 0 0 110px;
	/* font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 18px;
	vertical-align: top; */
}

.comment-gravatar {
	float: left;
	padding: 20px 20px 20px 10px;
	border-right: 1px dotted #ddd;
}

.comment-gravatar img {
	display: inline;
	border-top: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #eee;
	background: #eee;
	padding: 5px 5px 15px 5px;
}

.commentmetadata {
	color: #999999;
	font-size: 12px;
	font-variant: small-caps;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

