/*
Theme Name: Trafalgar Square
Theme URI: http://www.trafalgar-square.de/
Description: 
Version: 1.0
Author: Patrick Wieczorek for SEO Support GmbH Berlin
Author URI: http://www.seosupport.de/
*/

body {
	background-color: #f5e6b6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #615a43;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 15px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 30px 0 15px 0;	
}
a {
	color: #615a43;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 5px 0 10px 0;
}
.clear {
	clear: both;
}
ul li {
	margin-left: 20px;
}
ul {
	padding-bottom: 5px;
}



/* HEADER */

#header {
	margin: 0 auto;
	width: 900px;
	height: 300px;
	padding: 0 20px 20px 20px;
	background: url(images/lucreziaborgia-header.jpg) no-repeat;
}
#header h1 {
	display: inline;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	color: #FFF;
	font-size: 30px;
	height: 50px;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}


/* PAGE */
#page-top {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	background: url(images/page_top.jpg) no-repeat;
}
#page {
	width: 900px;
	min-height: 500px;
	padding: 0 20px 30px 20px;
	margin: 0 auto;
	background: url(images/page_bg.jpg) repeat-y;
}
#bc {
	float: right;
	display: inline;
	padding-right: 10px;
	font-size: 11px;
}


/* SIDEBAR */
#sidebar {
	float: left;
	display: inline;
	width: 190px;
	padding: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
#sidebar ul.padding-bottom-null {
	padding-bottom: 0;
}
#sidebar ul {
	padding-bottom: 20px;
}
#sidebar ul,
#sidebar li {
	display: inline-block;
	list-style: none;
	width: 190px;
}
#sidebar li {
	margin: 0;
}
#sidebar ul li a {
	display: block;
	width: 170px;
	padding: 7px 10px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #615a43 dotted 1px;
	color: #615a43;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background: url(images/sidebar_navi_hover.jpg) repeat-y;
	text-decoration: none;
}
#sidebar ul li.current_page_item > a {
	background: url(images/sidebar_navi_active.jpg) repeat-y;
}
#sidebar ul li.current-cat > a {
	background: url(images/sidebar_navi_active.jpg) repeat-y;
}
#sidebar h2 {
	display: block;
	width: 190;
	font-size: 14px;
	padding: 7px 10px 7px 10px;
	border-top: #615a43 solid 3px;
	border-bottom: #615a43 solid 3px;
	background-color: #f5e6b6;
	margin: 0;
}
#google-ads {
	text-align: center;
}


/* CONTENT */
#content {
	line-height: 1.2em;
	float: right;
	display: inline;
	width: 620px;
	margin: 10px 15px 30px 10px;
	padding: 20px;
	background-color: #fffcf0;
	border: #eee solid 1px;
}
#content .post {
	margin-bottom: 20px;
}


/* FOOTER */
#footer {
	width: 880px;
	padding: 0 30px 30px 30px;
	margin: 0 auto;
	background: url(images/page_bg.jpg) repeat-y;
}
#footer ul {
	float: left;
}
#footer ul,
#footer li {
	margin-left: 0px;
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}





















/* WORDPRESS CSS */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

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

.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;
}

.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;
}
/* End captions */
