/*
Theme Name: Gothic
Version: 1.0
Theme URI: http://www.webmatter.de
Author: Esther Nowack
Description: 3 column layout
*/


/*general alignment*/

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.border {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px;
}
img.right {
	float: right;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0px 5px 5px 5px;
	}
img.left {
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 6px 5px 0;
}

/*the main div containers*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times-New-Roman", serif;
	font-size: 90%;
	padding: 0px;
	margin: 0;
	color: #131313;
	text-align: center;
	background: #fff url(images/body_bg.jpg) top center repeat-y;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	width: 860px;
	height: 110px;
	background: #fff url(images/header.jpg) left top no-repeat;
	padding: 20px;
	}
#main {
	width: 900px;
}
#content {
        float: left;
	width: 430px;
	background: #fff url(images/rose.jpg) left top no-repeat;
	padding: 30px 35px;
	margin-top:20px;
}
#sidebar-right {
	float: left;
	width: 150px;
	padding: 0px 30px 20px 20px;
}
#sidebar-left {
	width: 150px;
	padding: 0px 30px 20px 20px;
	float: left;
}

#footer {
	clear:left;
	width: 860px;
	height: 40px;
	padding: 40px 20px 20px 20px;
	background: #fff url(images/rose-line.jpg) center top no-repeat;
}
/* top menu */
#top-menu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #333;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
}
#top-menu ul {
	width: 700px;
	list-style: none;
}
#top-menu ul li {
	display: inline;
	}
#top-menu ul li a, #top-menu ul li a.visited {
	float: left;
	color: white;
	padding: 3px 20px;
	text-decoration: none;
	border-right: 1px solid white;
	}
#top-menu ul li a:hover, #top-menu ul  li.current_page_item a {
	color: #fff;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}

/* end top menu */
/* some general classes */
.description {
	font-size: 1.5em;
	color: #333;
	margin-top: 20px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post ul {
	margin-left: 20px;
	line-height: 1.5em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-meta {
	font-size: .9em;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

/*style the header h1 - the main heading*/
#header h1 {
	margin-top: 20px;
	font-size: 2.5em;
}
#header h1 a:link, #header h1 a:visited {
   border-bottom: 0 none;
	color: #333;
	background: transparent url(images/logo.jpg) left center no-repeat;
	padding-left: 55px;
	height: 40px;
	text-decoration: none;
}
#header h1 a:hover {
	color:#990000;
}




/*style the headings*/
h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	background: transparent;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.2em;
	margin-top: 20px;
	background: #fff url(images/line.jpg) center bottom no-repeat;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	}
.post h2 {
		font-size: 1.2em;
	margin-top: 20px;
}
.post h2 a {
	border-bottom: 0 none;
}
h2.pagetitle {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
.post h3 {
 	font-size: 1.2em;
	margin-top: 20px;
}

/*style the post date*/

/*style content and footer links*/
a, a:link, a:visited {
	color:#990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}
a:hover {
	color: #003366;
	border-bottom: 1px dotted #003366;
	}
#footer a:link, #footer a:visited {
	color: #990000;
	border-bottom: 1px dotted #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #003366;
	border-bottom: 1px dotted #003366;
}
a img, a:link img, a:visited img {
	border-bottom: 0 none !important;
}

/*style sidebar links*/
#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
	border-bottom: 0 none;
	font-weight: normal;
}
#sidebar-left li a:hover, #sidebar-right li a:hover,
#sidebar-right li.current_page_item a, #sidebar-left li.current_page_item a,
#sidebar-right li.current-cat a, #sidebar-left li.current-cat a,
#sidebar-right ul ul li.current_page_item a, #sidebar-left ul ul li.current_page_item a,
#sidebar-right ul ul li.current-cat a, #sidebar-left ul ul li.current-cat a {
	color: #003366;
}
#sidebar-left ul ul, #sidebar-right ul ul {
  margin-left: 10px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}



/* blockquotes....*/
blockquote {
  background: #fff url(images/blockquote1.png) left top no-repeat;
  font: 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  padding: 0 10px 0 30px;
  text-indent: -30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-left: 20px;
}
blockquote p:first-letter {
  padding: 0 0 0 30px;
  font: normal 1.2em Georgia, "Times New Roman", Times, serif;
}


/*commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

.commentmetadata a {
	text-decoration: none;
}
/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: none;
	border-bottom: 0 none;
}
#comment-form-title {
	font-size: 1em;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}
a.image img {
	border: none;
}

/* various classes and styles */
p {
	margin: 10px 0;
	line-height: 1.5em;
}
#footer p {
	text-align: center;
	}
#footer p.link {
	text-align: right;
	margin-top: 20px;
	font-size: .8em;
	color: #666;
}