/*
Theme Name: pv3
Description: Theme by <a href="http://www.photovitality.de">photovitality</a>
Version: 3.0
Author: photovitality.de
Author URI: http://www.photovitality.de
Tags: 
*/

* {
/*
 padding:0;
 margin:0;
*/
}

/* ----------- WordPress Basics ----------- */

.aligncenter { 
	margin-left: auto; 
	margin-right: auto; 
}
.alignleft { 
	float: left; 
	margin: 5px 15px 10px 0; 
}
.alignright { 
	float: right; 
	margin: 5px 0 10px 15px; 
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #CCC;
   padding-top: 4px;
   margin: 10px;
   -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;
   color:#333;
}
.acronym, abbr {
	border-bottom: 1px dotted #5B1E00;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: 10px;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote {
	margin: 10px 15px 5px 35px;
	padding: 0 0 0 25px;
	background: #595959;
	font-size: 0.8em;	
	}
cite {
	font-size: 0.8em;
	font-style: normal;
}
br {
	padding: 0;
	margin: 0;
}
pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

/* ----------- Links ----------- */

a {
        color: #1470b3;
	text-decoration: none;
}
a:hover {
	color: #1470b3;
	text-decoration: underline;
}
a img {
	border: none;
}

/* ----------- Basics ----------- */

body{
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #e4e4e4;
        color: #5b5b5b;
        font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	/* font-size:70.5%; */
	font-size: 95%;
}
#container{
	/* background:url(images/cont_back.png) repeat-y; */
	/* width:980px; */
}

/* ----------- Header ----------- */

#header{
        height: 80px;
        background-color: #e4e4e4;
}
#header h1{
	text-align: right;
	color: #595959;
	font-size: 2.8em;
	padding: 70px 35px 0 0;
}
#header a{
	color:#595959;
	text-decoration:none;
}
#header a:hover {
	color:#CCCCCC;
}
.description{
	text-align:right;
	color:#595959;
	font-size:1.4em;
	padding:0 35px 0 0;
}
#logo{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 322px;
        height: 65px;
	margin-top: 10px; 
	margin-right: 10px; 

        background: url(images/pv_logo-v3.jpg) no-repeat;
        z-index: 1;
}
#logo a {
        display: block;
        background: none;
        text-indent: -2000px;
        text-decoration: none !important;
        width: 322px;
        height: 118px;
}

/* ----------- Menu ----------- */

#navigation {
	width: 100%;
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position: relative;

        color: #eee;
        background: #234;

	font-size: 18px;
}
/*
#navigation li {
	margin:0;
	padding:0;
	float:left;
	background: url(images/dot.gif) no-repeat 0px 8px;
}
#navigation li a {
	display:block;
	padding:0 18px;
	text-decoration:none;
	font-size:18px;
	font-weight: bold;
	color: #eee;
	text-align: center;
}
#navigation li a:hover {
	color: #c60808;
}
*/
.img_rss{
	float:right;
	position: relative;
	top:38px; 
	right:11px;
}
.topic>a {
        color: #567;
}

/* ----------- Content ----------- */

#content{
        margin-left: 20px;
        margin-right: 40px;
        margin-top: 80px; /* 40 */
        z-index: -1;
	width: 60%;
}
#post{
	/* margin:10px 0 0 0; */
	/* background:url(images/post_top.png) no-repeat right top; */
}
#post p{
	margin:10px 0 0 0;
	/* margin:2px 0 0 0; */
	/* margin:0; */

	/* Abstand verkleinern */
	/*
	margin:0;
	padding:0;
	*/
}
#post_title h2{
	/* font-size:1.8em; */
	/* text-align:right; */
	/* padding:0 110px 0 0; */

	/* Abstand verkleinern */
	margin:0;
	padding:0;
}
#post_title p{
	margin:0;
}
.end_post{
	/* background:url(images/line.png) no-repeat; */
	padding:15px 0 0 0;
}
.autor{
	font-size:1.3em;
	/* text-align:right; */
	padding:0 110px 0 0;
}
.info{
	/* text-align:right; */
	/* padding:0 110px 25px 0; */
	padding:0 110px 15px 0;
}
.postmetadata{
	/* background:url(images/tags.png) no-repeat; */
	/* padding:5px 5px 5px 45px; */
	margin:0;
	padding:0 0 65px 0;
}

/* Abstand der Kommentarbox */
#postcomment{
	margin-top: 50px;
}

/* ----------- Sidebar ----------- */

#sidebar{
	/*
	margin:0 20px 0 0;
	width:226px;
	float:right;
	text-align:left;
	width:226px;
	*/

	position: absolute;
        top: 185px;
        right: 15px;
        width: 300px; /* 355 */
        height: 118px;
}
#sidebar h3{
	/* margin:10px 0 0 0; */
	margin:20px 0 0 0;
	/* padding: 8px 0 0 45px; */
	padding: 8px 0 0 0px;
	height:30px;
	font-weight:bold;
}
#sidebar li{
	/* padding:1px 0 0 25px; */
	/* background: url(images/10px_dot_side.jpg) no-repeat; */
	list-style:none; 
	/* background-position: 5px 6px; */
}
/* Links nach vorne ruecken */
#sidebar ul{
	margin: 0;
	padding:0;
	
}
#block{
	/* width:150px; */
	text-align:left;
}

/* ----------- Calendar ----------- */

#calendar_wrap a {
 }
#calendar_wrap .pad { 
	background: none; 
}
#calendar_wrap #prev {
	text-align:left; 
	background: none; 
}
#calendar_wrap #next { 
	text-align:right;
	background: none; 
}
#calendar_wrap table { 
	width: 90%; 
	margin: 0;
}
#calendar_wrap table th { 
	width: 14.2%; 
}
#calendar_wrap table td { 
	width: 14.2%; 
	background: #767676; 
	text-align: center; 
}

/* ----------- Search ----------- */

#search{
	border:1px solid #666666;
	background:#595959;
}
#searchform{
	padding:0;
	margin:5px;
}
#searchform #s{
	padding:2px;
	border:1px solid #333;
	color:#000000;
}
input{
	padding:0;
	border:1px solid #333;
	color:#000000;
	margin:2px 0;
}
textarea{
	width:570px;
	padding:0;
	border:1px solid #333;
	color:#000000;
}

/* ----------- Navigations ----------- */

.navigation{
	/* background:url(images/navigation.png) no-repeat; 
	height:35px;
	font-size:1em;
	padding:3px 0 0 15px;
	margin:10px 0;
	*/
}

.navigation_single{
	height:40px;
	/* background:url(images/nav_single.png) no-repeat; */
}
.alignleft_single { 
	float: left; 
	/* margin: 8px 15px 10px 20px;  */
	margin: 0 0 0 0;
}
.alignright_single { 
	float: right; 
	/* margin: 8px 20px 10px 15px; */
	margin: 0 0 0 0;
}

/* ----------- Comments ----------- */

.responses{
	background:url(images/responses.png) no-repeat;
	height:35px;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 0 0 15px;
	margin:10px 0;
}
.commentlist{
	/* background:url(images/comment_back.png) repeat-y; */
}
.comments_top{
	/* background:url(images/comment_top.png) no-repeat; */
}
.comments_autor{
	padding:15px 20px 0 25px;
}
.comments_bot{
	/* background:url(images/comment_bot.png) bottom no-repeat; */
	/* padding:0 25px 15px 15px; */
	padding 0;

}
.gravatar{
	border:1px solid #333;
	padding:2px;
	margin:15px 25px 0 15px;
	float:left;
	height:40px;
	width:40px;
}
.leave{
	/* padding:10px 0 0 20px; */
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:1.4em;
}
.form{
	/* padding:10px 0 0 40px; */
	padding:0 0 0 0;
}
.xhtml{
	/* padding:15px 0 0 30px; */
	padding:10px 0 0 0;
}

/* ----------- Form Labels ----------- */

label{
	font-weight:bold;
}
fieldset{
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend{
	font-weight:bold;
	font-size:1.2em;
}

/* ----------- Lists ----------- */

ul,ol{
	margin:0 5px 5px 5px;
}
ul{
	list-style-type:disc;
}
ol{
	list-style-type:decimal;
}
dl{
	margin:0 0 5px 0;
}
dl dt{
	font-weight:bold;
}
dd{
	margin-left:5px;
}

/* ----------- Tables ----------- */

table{
	margin-bottom:1.4em;
	width:100%;
}
th{
	font-weight:bold;
	background:#595959;
}
th,td{
	padding:4px 10px 4px 5px;
}
tr.even td{
	background:#c1c1c1;
}
tfoot{
	font-style:italic;
}
caption{
	background:#595959;
}

/* ----------- Footer ----------- */

#footer{
	/*
	background:url(images/footer.png) no-repeat;
	height:60px;
	padding:21px 0 0 45px;
	text-align:left;
	*/
}

/* ----------- Fixies ----------- */
.clear{
	clear:both;
}

/* Div.
 * ************************************************/

/* Bildabstand vergroessern */
#post img {
	margin-top: 5px;
	margin-bottom: 20px;
}

.post h2, .post h3 {
	color: #000000;
}

/* Blocksatz */
#content {
	text-align: justify;
}

/*
.alignnone {
	background-color: #ffffff;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
*/

.portfolio_summary {
	float: left;
	width: 260px;
	text-align: center;
	margin: 10px;
}

.noprint {
	display:none;
}

/* Boxen
 * ************************************************/

.echobox {
        padding: 5px;
        background-color: #234;
        border: 1px solid rgb(204,204,204);
        margin-bottom: 5px;
        color: #ffffff;
        z-index: 4;
}

.attributiontext {
        margin-left: 0;
        background: #e4e4e4;
        padding: .5em;
        border: 1px solid #333;
}


/* Wp-Thumbie
 * ************************************************/

#wp_thumbie ul {
	list-style: none;
}


#wp_thumbie_li {
	float: left;
	margin: 5px;
	width: 100%;
}

#wp_thumbie_image {
	float: left;
	margin-right: 10px;
}

#wp_thumbie_title {
	margin-top: 5px;
}

#wp_thumbie_rl2 {
	display: none;
}
