/*-----attach body.custom to any style you add here-----*/

/*-----Farbänderungen-----*/
/*
body.custom .entry-title a {
	color: #00329B;}
body.custom .entry-meta a {
        color: #00329B;}
body.custom .widget a {
        color: #00329B;}
body.custom .left a {
        color: #00329B;}
body.custom .right a {
        color: #00329B;}
body.custom .clearfix a {
        color: #00329B;}
*/
body.custom a {
       color: #00329B;}
/*
body.custom .entry-content img{
        border-width:1px;
        border-style:solid;
        border-color: grey;}
*/

/*---Logo---*/
	body.custom {
		background-image: url(/wp-content/uploads/touropa-sonne-logo.gif); 
	        background-repeat: no-repeat;
                background-position: center top;
	 }


/*----Abstände---*/
body.custom {
	margin-top: 20px; }
body.custom {
        margin-left: 0px; }



/* Captions */
body.custom .aligncenter,
body.custom div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body.custom .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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

body.custom.entry-content h1, .entry-content h2 {
    margin: 2em 0 0.5em;
	}
/* End captions */


/*-----RSS feed-----*/	
#pp-twitter{background: url(images/pp-twitter.gif) no-repeat 4px 4px;}
#pp-touropa{background: url(images/pp-touropa.gif) no-repeat 4px 4px;}
#pp-facebook{background: url(images/pp-facebook.gif) no-repeat 4px 4px}


/*----Breadcrumbs---*/
body.custom #breadcrumbs {
	font-size:12px;
	padding-top: 5px;
}

