/*  
Theme Name: XV - Back to the roots - Revised
Theme URI: http://blog.unnerkrunt.de/
Description: A very simple and light theme. Nothing special, probably good to be altered to fit the wanted needs.
Version: 2
Author: Patrick Behrend
Author URI: http://www.unnerkrunt.de/
*/

* {
	margin: 0;
	padding: 0;
	}
	
/* -----------------------------------*/
/* ---------->>> HEADERS <<<----------*/
/* -----------------------------------*/
h1 {
	color: #1e67f2;
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
	padding: 5px 0 0 0;
}
h1 a, h1 a:visited { color: #000000; font-weight: bold; text-decoration: none; }
h1 a:hover { border: none; color: #1e67f2; font-weight: bold; text-decoration: none; }


h2 {
	color: #1e67f2;
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
	padding: 5px 0 0 0;
	}
h2 a, h2 a:visited { border: none; color: #000000; font-weight: bold; text-decoration: none; }
h2 a:hover { border: none; color: #1e67f2; font-weight: bold; text-decoration: none; }

h3 {
	color: rgb(102, 102, 102);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 20px 0 5px 94px;
	padding: 0 0 5px 0;
	}
h3 a, h3 a:visited { border: none; color: rgb(51, 51, 51); text-decoration: none; }
h3 a:hover { border: none; color: rgb(236, 50, 3); text-decoration: none; }

.responses h3 {
	margin: 20px 0 0px 95px;
	padding: 0 0 15px 0;
}

/* -----------------------------------*/
/* ----------->>> GLOBAL <<<----------*/
/* -----------------------------------*/
a, a:visited { color: #1e67f2; font-weight: normal; text-decoration: none; }
a:active { color: rgb(136, 136, 136); text-decoration: none; }
a:hover { border-bottom: 1px none rgb(102, 102, 102); color: rgb(0, 0, 0); text-decoration: none; }
acronym { border-bottom: 1px dashed rgb(102, 102, 102); cursor: help; }
abbr { border-bottom: 1px dashed; cursor: help; }
code { background: rgb(246, 246, 246); border: 1px solid rgb(238, 238, 238); font: 1em 'Courier New', 'Arial', Sans-Serif; }
img { border: none; }



img.centered {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:4px;
}
img.alignright {
    display:inline;
    margin:0pt 0pt 2px 7px;
    padding:4px;
}
img.alignleft {
    display:inline;
    margin:0pt 7px 2px 0pt;
    padding:4px;
}

/* -----------------------------------*/
/* ----------->>> BUILD <<<-----------*/
/* -----------------------------------*/
body {
	background: rgb(246, 246, 246) url("images/c-bg.gif") center scroll 0% repeat-y;
	color: rgb(128, 128, 128);
	font-size: 62.5%; /* Resets 1em to 10px 
	font-family: 'Verdana', 'Arial', Sans-Serif;*/
	font-family: 'Verdana', 'Arial', Sans-Serif;
}
.break {
	clear: both;
}

.entry {
    padding-top: 5px;
}

/* -------------->>> Top Navi <<<------------*/
#headermenu {
    width: 100%;
    margin: -10px auto;
    height: 10px;
    position: fixed;
}

#headermenu-bg {    
    height: 15px;
    background: url(images/navi-bg.png) repeat-x fixed top;

}
    

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#header {
	background: url("images/slogan.jpg") no-repeat;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#header a, #header a:visited {
	display: block;
	width: 234px;
	height: 97px;
}

/*---------->>> Top Navi <<<--------*/
#top-navi {
    clear: both;
    width: 100%;
    background: url("images/header-slice.png") center repeat y;
}


/* -----------------------------------*/
/* ---------->>> TITLE <<<------------*/
/* -----------------------------------*/
#groomLake {
	clear: left;
	padding: 0 30px 10px 30px;
	margin: 0px auto 0 auto;
	width: 640px;
}
/* ------->>> SUB BUILDS <<<----------*/
.sub-left {
	background: url("images/blog_logo.jpg") center no-repeat;
	border: 0px solid rgb(246, 246, 246);
	float: left;
	height: 140px;
	margin: -30 auto 0 auto;
	width: 320px;
}
#sub-right {
	border-left: 2px solid rgb(246, 246, 246);
	float: right;
	margin: 30px auto 0 auto;
	text-align: left;
	width: 300px;
}
/* ------->>> SUB NAV LIST <<<--------*/
#sub-right ul {
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub-right li {
	height: 20px;
}
#sub-right ul li a, #sub-right ul li a:visited {
	color: rgb(102, 102, 102);
	display: block;
	padding: 0 0 0 30px;
	text-decoration: none;
}
#sub-right ul li a:hover {
	background: #1e67f2;
	border: none;
	color: white;
	display: block;
}
#sub-right ul li.current_page_item a,
#sub-right ul li.current_page_item a:hover {
	background: #1e67f2;
	color: rgb(255, 255, 255);
	text-decoration: none;
}
/* -----------------------------------*/
/* ----------->>> NAV <<<-------------*/
/* -----------------------------------*/
#menu {
	margin: 0 auto;
	width: 650px;
}
#menu span a, #menu span a:visited  {
	border-bottom: 5px solid red;
	color: rgb(250, 251, 247);
	font: 1.0em 'Verdana', 'Arial', Sans-Serif;
	margin: 1px 10px 0px 0;
	padding: 1px 3px 0px 3px;
	text-decoration: none;
}
#menu span a:hover {
	border-bottom: 5px solid black;
	text-decoration: none;
}
/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
#area51 {
/*	background: rgb(250, 251, 247);
	border-bottom: 5px solid rgb(85, 85, 85);
	border-top: 5px solid rgb(85, 85, 85);
	padding: 10px 0 20px 0; */
	clear: left;
	margin: 30px auto;
	width: 700px;
}
.post {
	margin: 0 auto 20px auto;
	width: 640px;
}
p { 
	color: rgb(102, 102, 102);
	/*font-family: 'Verdana', 'Arial', Sans-Serif; */
	font: 1.3em 'Verdana', 'Arial', Sans-Serif;
	/*font-weight: normal;
	font-size: 1.2em; 
	line-height: 160%;*/
	padding: 8px 0px 5px 0px;
	text-align: justify;
}
.divide {
	background: url("images/p-divider.gif") no-repeat;
	font-family: 'Verdana', 'Arial', Sans-Serif; 
	font-weight: normal;
	font-size: 1em; 
	height: 25px;
	margin: 10px 0 0;
	padding-right: 10px;
	text-align: right;
}

.razd {
border-top:3px solid #F6F6F6;
font-family:'Verdana','Arial',Sans-Serif;
font-size:10px;
font-weight:400;
height:3px;
margin:5px 0pt 0pt;
padding-right:10px;
text-align:right;
}


blockquote p {
	background: url("images/float-quote.jpg") top left no-repeat;
	float: left;
	font: 1.3em 'Georgia', 'Times New Roman', Sans-Serif;
	font-style: italic;
	margin: 1px 0 0 -265px;
	position: absolute;
	text-align: right;
	width: 200px;
}

blockquote ul{
	padding-left: 20px;
}

blockquote ul li {
	padding-left: 5px;
	font: 1.3em 'Georgia', 'Times New Roman', Sans-Serif;
	font-style: italic;
	text-align: left;
	width: 600px;
}

.more img {
	border: none;
	height: 13px;
	margin: 0 0 -1px 0;
}
.more a, .more a:visited {
	background: url("images/more.jpg") no-repeat;
	border: none;
	height: 15px;
	margin: 0;
	padding: 0;
	letter-spacing: -9999em;
	width: 52px;
}
.post p a, .post p a:visited {
	color: rgb(0, 150, 255);
	text-decoration: none;
}

.post p a:hover {
	border-bottom: 1px dotted rgb(51, 51, 51);
	color: #1e67f2;
}


/* ------>>> CONTENT LISTS <<<--------*/
#area51.post ul {
	color: rgb(102, 102, 102);
	font: 1.5em 'Verdana', 'Arial', Sans-Serif;
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0 0 0 25px;
}
#area51.post ul li {
	background: url("images/bullet_black.gif") left 2px no-repeat;
	line-height: 170%;
	margin: 0 0 5px 10px;
	padding: 0 10px 0 40px;
}
#area51.post ul li.destyle {
	background: none;
}
#area51.post ul li a, #area51 ul li a:visited { color: rgb(112, 160, 194); text-decoration: none; }
#area51.post ul li a:active { color: rgb(170, 170, 170); text-decoration: none; }
#area51.post ul li a:hover { color: rgb(138, 186, 221); text-decoration: none; }

#area51.post.entry ol li {
    font-size: 1.3em;
}
.highlite {
/*	background: rgb(198, 220, 115); */
/*	border: 1px solid rgb(236, 235, 231); 242, 240, 237*/
	font: 1.0em 'Courier New', 'Georgia', Sans-Serif;
	padding: 2px 3px;
	text-transform: uppercase;
}


/* -----------------------------------*/
/* ------------>>> WHO <<<------------*/
/* -----------------------------------*/
#ufo {
	clear: left;
	padding: 0 30px 10px 30px;
	margin: 70px auto 0 auto;
	width: 540px;
}
.agentMulder {
	background: url("images/who.jpg") center no-repeat;
	border: 10px solid rgb(246, 246, 246);
	float: left;
	height: 60px;
	margin: 0 auto 15px auto;
	width: 520px;
}
/* -----------------------------------*/
/* --------->>> RESPONSES <<<---------*/
/* -----------------------------------*/
#watertownStrip {
	padding: 0 0 10px 0;
	margin: 30px auto 0 auto;
	width: 540px;
}
.responses {
	margin: 0 0 50px 0;
}
.responses dl {
	margin: 0 95px;
	padding: 0 0px;
}
.responses dt {
	color: rgb(0, 0, 0);
	font: bold 1.2em 'Verdana', 'Arial', Sans-Serif;
	text-decoration: none;
}
.responses dt a, .responses dt a:visited {
	color: #1e67f2; /*255,0,170*/
	font-weight: bold;
	text-decoration: none;
}
.responses dt a:hover {
	border-bottom: 1px dotted rgb(51, 51, 51);
}
.responses dd {
	margin: 0px 0 20px 0;
}
.responses dd p {
	color: rgb(102, 102, 102);
	font: 1.2em 'Verdana', 'Arial', Sans-Serif;
	line-height: 160%;
	margin: 0;
	padding: 5px 0;
}
.responses dd p a, .responses dd p a:visited {
	color: #1e67f2; /*101, 179, 205*/
	font: 1.1em 'Verdana', 'Arial', Sans-Serif;
	text-decoration: none;
}
.responses dd p a:hover {
	border-bottom: 1px dotted rgb(51, 51, 51);
}
.response-info {
	color: rgb(102, 102, 102);
	float: left;
	font: 4.8em 'Georgia', 'Times New Roman', Sans-Serif;
	padding: 5px 0 0 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 85px;
}
.response-info acronym {
	border: none;
	cursor: help;
}
.response-info a, .response-info a:visited {
	color: #1e67f2;
	font: 1.1em 'Georgia', 'Times New Roman', Sans-Serif;
	text-decoration: none;
}
.response-info a:hover {
	border-bottom: 1px dotted rgb(163, 178, 180);
}
.addResponse p {
	margin: 0 10px;
}
/* -----------------------------------*/
/* ------->>> RESPONSE FORM <<<-------*/
/* -----------------------------------*/
.addResponse form {
	border: none;
	margin: 0 10px 25px;
	padding: 25px 0 0 0;
}
.addResponse form p {
	color: rgb(153, 153, 153);
	font: 1.2em 'Verdana', 'Arial', Sans-Serif;
	line-height: 160%;
	margin: 0;
	padding: 5px 0;
}
.inputinfo {
	background: url("images/response-postinfo.jpg") center no-repeat;
	padding: 5px 0;
	position: relative;
	text-align: left;
}
.inputinfo p {
	color: rgb(220, 221, 217);
	float: right;
	font: 1.2em 'Verdana', 'Arial', Sans-Serif;
	line-height: 160%;
	width: 240px;
}
label {
	color: rgb(153, 153, 153);
	cursor: pointer;
	font: 1em 'Verdana', 'Arial', Sans-Serif;
	text-transform: none;
	}
label strong {
	font-style: italic;
}
.addResponse input {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(208, 208, 208);
	color: rgb(102, 102, 102);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-size: 0.9em;
	margin: 4px 0px 10px 0;
	padding: 2px;
	width: 98%;
	}
.addResponse textarea {
	background: rgb(255, 255, 255) url("images/textarea-back.jpg") center no-repeat;
	border: 1px solid rgb(208, 208, 208);
	color: rgb(102, 102, 102);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-size: 1em;
	height: 150px;
	line-height: 140%;
	margin-top: 4px;
	padding: 3px 5px 3px 5px;
	width: 97%;
	}
.addResponse input#submit {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(208, 208, 208); 
	color: rgb(102, 102, 102);
	cursor: pointer;
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 98%;
	}
p.submit { text-align: center; }
.addResponse #submit:hover { color: #1e67f2; }
.addResponse #submit:active { color: #1e67f2; }


/* -----------------------------------*/
/* ---------->>> THE END <<<----------*/
/* -----------------------------------*/
.break {
	clear: both;
}
#footer {
    border-top:  1px solid rgb(208, 208, 208);
    clear: both;
    position: relative;
    bottom: 0px;
    margin: 10px auto 15px auto;
	width: 640px;
}
#footer p {
	border: none;
	color: rgb(220, 221, 217);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	margin: 25px 0 0 15px;
	padding: 0 0 0 0px;
	text-align: left;
}
#footer img {
	padding: 20px 0;
}

/*----------->>> Ressourcen <<<---------*/
ul#ressources {
	list-style-type: none;
	margin: 0px 0 20px 0px;
	padding: 20px 50px 20px 0px;
	width: 600px;
}

ul#ressources li {
	list-style-type: none;
	margin-top: 3px;
	padding-top: 10px;
	font: 12px 'Verdana', 'Arial', 'Tahoma', Sans-Serif;
	color: #666;
}
ul#ressources li ul li {
		padding-left: 2px;
}

ul#ressources li ul li :before{
	content: "\00BB \0020";
}
	



/* -----------------------------------*/
/* ---------->>> ARCHIV <<<-----------*/
/* -----------------------------------*/
ul#oldNotchList {
	list-style-type: none;
	margin: 0px 0 20px 0px;
	padding: 20px 50px 20px 0px;
	width: 400px;
}

h3.archiv-listing {
	color: #666;
	font: normal 12px 'Verdana', 'Helvetica Neue', helvetica, arial, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	width: 500px;
}
h3.archiv-listing a { color: #666; text-decoration : none; } 
h3.archiv-listing a:hover { border-bottom: solid 1px #ddd; color: #666; text-decoration: none; } 

h3.archiv-listing2 {
	clear: both;
	color: #666;
	font: italic 12px 'Verdana', 'Arial', 'Tahoma', Sans-Serif;
	margin: 0px 0 0 0;
	padding: 20px 0 10px 0;
	width: 500px;
}

ul#oldNotchList ul.archiv-listing {
	background: none;
	list-style-type: none;
	margin: 10px 50px 0px 25px;
	padding: 0;
	text-align: left;
	width: 425px;
}
ul#oldNotchList ul.archiv-listing h3 {
	font: bold 11px 'Verdana', 'Tahoma', 'Arial', Sans-Serif;
}
ul#oldNotchList ul.archiv-listing li {
	font: 12px 'Verdana', 'Tahoma', 'Arial', Sans-Serif;
	padding: 0px 10px 0px 0px;
	text-align: justify;
}
ul#oldNotchList ul.archiv-listing li a,
ul#oldNotchList ul.archiv-listing li a:visited {
	color: #1e67f2;
	text-decoration: none;
	text-transform: none;
}
ul#oldNotchList ul.archiv-listing li a:hover {
	text-decoration: none;
}
ul#oldNotchList ul.monats-archiv {
	display: block;
	list-style: none;
	margin: 0 0 5px 25px;
	padding: 5px 0 5px 0;
	width: 400px;
}
ul#oldNotchList ul.monats-archiv li {
	font-size: 12px;
	width: 125px;
	float: left;
}
ul#oldNotchList ul.monats-archiv li a,
ul#oldNotchList ul.monats-archiv li a:visited {
	color: #1e67f2;
	text-decoration: none;
	text-transform: none;
}
ul#oldNotchList ul.monats-archiv li a:hover {
	text-decoration: none;
}


/* -----------------------------------*/
/* ---------->>> SEARCH <<<-----------*/
/* -----------------------------------*/
#searchform {
	margin: 10px 0 10px 0;
	padding: 5px 3px; 
	text-align: right;
}
#searchform input {
	background: #FFF;
	border: 1px solid #EFEFEF;
	font: 10px normal 'Verdana', 'Arial', Sans-Serif;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.png) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.gif) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }


/**
 * Style for Simple Tagging Plugin
 * http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/
 */ 

/********* Tag Cloud *********/
ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }

/********* Related Posts *********/
#stprelated { margin-top: 30px; padding: 10px; background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#stprelated h3 { margin:0; padding:0; font-size: 90%; } 
#stprelated ul { margin: 0; padding:0; font-size: 90%; }
#stprelated ul li { list-style-type: none; margin: 0; padding:0 0 0 15px;  }
#stprelated ul li:before {
	content: "\00BB \0020";
}

/********* Related Tags *********/
li#relatedtags ul li {
	text-indent: 0;
	list-style:none;
	background: 0 none;
	font-size: 120%;
}
li#relatedtags ul li:before {
	content: "";
}
li#relatedtags ul li span {
	margin-right: .5em;
}
