/*
Theme Name: my-concierge.de
Theme URI: http://www.my-concierge.de
Author: Sebastian Horvath
*/

/*
	#main
*/

html {
margin-bottom: 1px;
min-height: 100%;
}

body {
margin: 0;
padding: 0;
background: #fff url(images/back-body.jpg) repeat-x top left;
color: #333;
font-family: 'arial';
font-size: 13px;
text-align: center;
}

hr {
display: none;
}

code {
margin: 10px;
padding: 5px;
display: block;
background-color: #fafa9a;
color: #333;
font-family: "courier new", monospace;
border-left: 6px solid #dedede;
}

blockquote {
margin-left: 15px;
margin-right: 15px;
padding-left: 22px;
padding-right: 0;
background: #fff url(images/back-blockquote.jpg) no-repeat top left;
color: #555;
font-family: 'arial';
font-size: 0.9em;
}

h1 {
display: none;
}

/*
	#pictures
*/

img {
background: #f5f5f5;
color: #333;
border: 0 !important;
}

img.imgleft {
margin-right: 5px;
float: left;
}

img.imgright {
margin-left: 5px;
float: right;
}

.imageframe {
margin-bottom: 10px;
padding: 5px;
background: #f5f5f5;
color: #333;
border: 1px solid #aaa;
}

.imageframe:hover {
background: #ddf;
}

.imgalignleft {
margin-right: 10px;
float: left;
}

.imgalignright {
margin-left: 10px;
float: right;
}

.imgaligncenter {
margin-left: auto;
margin-right: auto;
}

.imagecaption {
padding: 2px;
background: #f5f5f5;
color: #357;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
text-align: center;
}

.imageframe:hover .imagecaption {
background: #ddf;
}

.imageframe:hover img {
background: #ddf;
}

img.wp-smiley {
margin: 0 !important;
padding: 0 !important;
display: inline !important;
background: transparent !important;
float: none !important;
vertical-align: middle !important;
border: 0 !important;
}

/*
	#links
*/

a {
color: #0065a2;
text-decoration: none;
}

a:active {
outline: none;
}

a:focus {
outline: none;
}

a:hover {
color: #0065a2;
text-decoration: underline;
}

/*
	#wrapper
*/

#wrapper {
margin: 0 auto 0 auto;
padding: 0;
width: 980px;
text-align: left;
}

/*
	#header not used
*/

#header {
background-image: transparent url(images/back-titolo.png) no-repeat top left;
height: 150px;
width: 500px;
postition: absolute;
top: 0px;
left: 0px;
}

#header h2 {
display:block;
height:100%;
text-indent:-500em;
text-decoration:none;
}

#header h2 a {
display:block;
height:100%;
text-indent:-500em;
text-decoration:none;
}

#header div.description {
display: none;
}

/*
	#content
*/

#content {
margin-right: 290px;
margin-bottom: 40px;
}

#content div.post h2,
#content h2 {
color: #000000;
font-size: 26px;
font-weight: normal;
margin-bottom: -7px;
}

#content div.post h3{
color: #000000;
font-size: 22px;
font-weight: normal;
margin-bottom: -7px;
}

#content div.post h4,
#content div.post h5,
#content div.post h6 {
margin: 0;
padding: 0;
color: #6d6d6d;
font-weight: normal;
font-variant: small-caps;
}

#content div.post h3 {
font-size: 22px;
text-color: #000000;
text-decoration: none;
}

#content div.post h3:hover {
text-color: #000000;
}

#content div.post h4 {
font-size: 21px;
}

#content div.post h5 {
font-size: 18px;
}

#content div.post h6 {
font-size: 15px;
}

#content div.post h2 a {
color: #000000;
text-decoration: none;
}

#content div.post h2 a:hover {
color: #000000;
}

#content div.post p {
line-height: 150%;
}

#content div.post p.date,
#content div.post p.date a {
text-align: left;
color: #333333;
margin-bottom: 45px;
font-size: 13px;
}

#content div.post p.details_small {
color: #333333;
font-size: 13px;
border-bottom: 1px solid #dfdfdf;
}

#content div.post ul li {
line-height: 140%;
}

#content div.post ol li {
line-height: 140%;
}

p big {
color: #124;
font-size: 1.36em;
font-weight: normal;
}

/*
	#navigation
*/

#content div.navigation {
padding-top: 10px;
padding-bottom: 40px;
display: block;
}

#content div.navigation span.alignleft {
padding: 8px !important;
width: 45%;
float: left;
background: #fafafa url(images/back-prev.jpg) repeat-y top left !important;
color: #333;
}

#content div.navigation span.alignright {
padding: 8px !important;
width: 45%;
float: right;
background: #fafafa url(images/back-next.jpg) repeat-y top left !important;
color: #333;
text-align: right;
}

/*
	#Comments
*/

h3#comments, h3#respond {
padding: 10px 0;
color: #8a8a8a;
font-family: 'arial';
font-size: 23px;
font-weight: normal;
}

ol.commentlist {
margin: 0;
padding: 0;
list-style: none;
font-size: 0.95em;
}

ol.commentlist li {
margin-bottom: 12px;
padding: 10px;
background: #f5f5f5;
color: #333;
border: 1px solid #e5e5e5;
}

ol.commentlist li.alt {
background: #fafafa !important;
color: #333;
}

ol.commentlist li.author {
background: #fafae0;
}

ol.commentlist li big {
display: block;
color: #606060;
font-size: 19px;
font-weight: bold;
}

ol.commentlist li span.await_mod {
color: #c30;
font-weight: bold;
}

ol.commentlist li span.comment_data a {
font-size: 13px;
}

ol.commentlist li p {
line-height: 140%;
}

ol.commentlist li ul {
list-style-type: square;
}

ol.commentlist li blockquote {
background-image: none !important;
}

ol.commentlist li li {
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
line-height: 140% !important;
border: 0 !important;
}

p.allowed-tags {
display: none;
}

/*
	#note
*/

p.notabene {
padding: 5px;
padding-left: 22px;
background: #fcfcf5 url(images/back-notabene.png) no-repeat 3px 5px;
color: #333;
line-height: 100% !important;
border: 1px solid #e9e9e9;
}

/*
	#sidebar
*/

#sidebar {
margin: 0;
margin-bottom: 40px;
padding: 0;
padding-left: 15px;
padding-top: 15px;
width: 250px;
float: right;
background: #fff;
color: #333;
font-size: 13px;
border-left: 1px solid #dfdfdf;
}

#sidebar ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar ul li {
line-height: 160%;
}

#sidebar ul li h2 {
color: #333333;
font-family: 'arial';
font-size: 16px;
font-weight: normal;
border-bottom: 1px solid #dfdfdf;
}

#sidebar a {
color: #0065a2;
}

/*
	#footer
*/

#footer {
margin-bottom: 0;
padding-top: 30px;
padding-bottom: 30px;
clear: both;
color: #333333;
font-size: 13px;
text-align: center;
background: #d9dbda url(images/back-foot.jpg) repeat-x top left;
}

#footer p {
width: 980px;
margin: 0 auto 0 auto;
text-align: left;
clear: both;
}

#footer p.first {
padding-top: 20px;
}

#footer p.incima {
text-align: center;
padding-top: 20px;
}

#footer a {
color:#333333;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/*
	#gravatar
*/

.sh_avatar,
.gravatar {
width: 40px;
height: 40px;
float: right;
border: 1px solid #dadada !important;
}

/*
	#RSS
*/

#global-feed {
display: block;
width: 265px;
height: 150px;
position: absolute;
top: 0px;
margin-left: -15px;
background: transparent url(images/back-feed.png) no-repeat top right;
}

#global-feed span {
display: none;
}

/*
	RADDRIZZA LAYOUT
*/

br.clear,
li.clear,
hr.clear {
width: 10px !important;
visibility: hidden !important;
clear: left;
}

/*
	#archive
*/

ul.recenti {
margin: 20px 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
}

ul.recenti li {
padding: 10px 0 5px 0;
}

ul.recenti li.sinistro {
width: 70%;
float: left;
border-bottom: 1px solid #ededed;
}

ul.recenti li.destro {
width: 30%;
float: left;
color: #999;
text-align: right;
border-bottom: 1px solid #ededed;
}

ul.recenti li:hover {
background-color: #f3f7fd;
color: #333;
}

ul.recenti li a {
padding-left: 20px;
background: transparent url(images/back-recenti.png) no-repeat center left;
text-decoration: none;
}

ul.recenti li a.no-back {
padding-left: 0;
background-image: none;
}

/*
	#form
*/

input, textarea {
padding: 4px 4px 4px 4px;
border: 1px solid #025;
}

#commentform {
margin: 40px auto 40px auto;
padding: 10px;
border: 1px solid #025;
background: #396CAD url(images/back-body.jpg) repeat-x bottom left;
color: #fff;
font-weight: bold;
width: 380px;
}

#commentform p {
margin: 0 0 7px 0;
padding: 0;
font-size: 0.9em;
}

#commentform p#respond {
padding-bottom: 10px;
font-size: 1.1em !important;
}

#commentform a {
color: #fff;
}

#commentform input {
width: 370px;
}

#commentform label {
display: block;
}

textarea {
width: 370px;
}

input[type="submit"],
input[type="submit"]:focus {
width: auto !important;
background: #036 url(images/back-input.jpg) repeat-x center left;
color: #fff;
cursor: pointer;
}

input:focus {
background: #E6EDF7 url(images/back-text.jpg) no-repeat top right;
color: #333;
}

textarea:focus {
background: #E6EDF7 url(images/back-textarea.jpg) no-repeat bottom right;
color: #333;
}

#form input {
margin-top: 15px;
border-color: #3c6db0;
}

#form input[type="submit"] {
background-image: url(images/back-input-form.jpg);
}

/*
	#results
*/

a.red {
color: #f00 !important;
}

.ricerca p {
font-size: 13px;
}

.ricerca h3 {
font-size: 20px !important;
}

.ricerca {
margin-bottom: 10px !important;
border-bottom: 1px solid #e5e5e5;
}

/*
	#flickr
*/

#flickr_badge_source_txt {
padding: 0;
font: 11px Arial, Helvetica, Sans serif;
color: #FFFFFF;
}

#flickr_badge_icon {
display: block !important;
margin: 0 !important;
border: 1px solid rgb(0, 0, 0) !important;
}

#flickr_icon_td {
padding: 0 5px 0 0 !important;
}

.flickr_badge_image {
text-align: center !important;
}

.flickr_badge_image img {
border: 1px solid black !important;
}

#flickr_www {
display: none;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
text-decoration: none !important;
background: inherit !important;
color: #FFFFFF;
}

#flickr_badge_source {
padding: 0 !important;
font: 11px Arial, Helvetica, Sans serif !important;
color: #FFFFFF !important;
}

.flickrbadge {
width: 263px;
float: left;
text-align: left;
margin: 10px;
background: transparent url(images/back-flickr.png) no-repeat right center;
}

.flickrbadge {
margin: 0;
padding: 0;
padding-top: 20px;
}

.flickr_badge_image {
float: left;
margin: 0 0 7px 7px;
padding: 3px !important;
background: #dadada !important;
border: 1px solid #666;
}

.flickr_badge_image:hover {
background: #9a9 !important;
}

/*
	#footerbar
*/

#footerbar {
width: 980px;
margin: auto;
}

#footerbar h2 {
font-size: 16px;
font-weight: normal;
padding-bottom: 7px;
border-bottom: 1px solid #333333;
}

#footerbar ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#footerbar ul li {
width: 280px;
float: left;
text-align: left;
margin: 10px;
}

#footerbar ul li ul li {
margin: auto;
float: none;
width: auto;
line-height: 140%;
}

