.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
    white-space: pre;
    overflow: auto;
    max-height: 24em;
}

.bb-quote {
    background-color: #DDDDDD;
    padding: 10px;
}

.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}
img {
   behavior: url("http://www.thekenmeister.de/plugin/pngbehavior.htc");
}

blockquote                        { background-image:    url("templates/idea/img/quote.gif");
                    background-repeat:   no-repeat;
                    background-position: left top;
                    border:      1px dotted black;
                    padding:         0.2em; }

q                 { border:      1px dotted black; }

.serendipity_karmaVoting {
    text-align: center;
    font-size: 7pt;
    margin: 0px;
}

.serendipity_karmaVoting a {
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_karmaVoting a:hover {
    color: green;
}

.serendipity_karmaError {
    color: #FF8000;
}
.serendipity_karmaSuccess {
    color: green;
}
.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
    background: url(http://www.thekenmeister.de/plugins/serendipity_event_karma/img/stars-def-yellow-green-md.png) left;
    font-size: 0;
}
.serendipity_karmaVoting_links {
    position: relative;
    width: 100px;
    height: 20px;
    overflow: hidden;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    background-position: left top;     
    text-align: center;
}
.serendipity_karmaVoting_links li {
   display: inline; 
}
.serendipity_karmaVoting_links a ,
.serendipity_karmaVoting_current-rating {
    position:absolute;
    top: 0px;
    left: 0px;
    text-indent: -9000em;
    height: 20px;
    line-height: 20px;
    outline: none;
    overflow: hidden;
    border: none;
}
.serendipity_karmaVoting_links a:hover {
    background-position: left bottom;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link1 {
    width: 20%;
    z-index: 6;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link2 {
    width: 40%;
    z-index: 5;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link3 {
    width: 60%;
    z-index: 4;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link4 {
    width: 80%;
    z-index: 3;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link5 {
  width: 100%;
    z-index: 2;
}
.serendipity_karmaVoting_links .serendipity_karmaVoting_current-rating {
    z-index: 1;
    background-position: left center;
}
/* templates/s9y-woodcreation/style.css  */
Theme Name: Wood Design Blog Theme
Theme URI: http://bloggingzone.info
Description: Wood Creations blog for Wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #b68449 url("/templates/s9y-woodcreation/img/background.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}




/* Page */

#page {
	/* margin: 115px auto 0 auto; */
	margin: 25px auto 0 auto;
	width: 945px;
}


/* Header */

#header {
	width: 945px;
	height: 140px;
	background: url("/templates/s9y-woodcreation/img/header.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 800px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 30px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: normal 20px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 102px;
		left: 5px;
		width: 856px;
		height: 31px;
		padding: 7px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 31px;
	}
	
	#header #header-menu a {
		font: bold 13px/13px Verdana;
		color: #ffffff;
		float: left;
		padding: 0 18px 0 15px;
		background: url("/templates/s9y-woodcreation//img/header_menu.gif") no-repeat right top;
	}
	
	#header #header-menu ul li {
		font: bold 11px/11px Verdana;
		color: #ffffff;
		float: left;
		padding: 0 18px 0 15px;
		background: url("/templates/s9y-woodcreation//img/header_menu.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 59px;
		left: 550px;
		width: 300px;
		height: 27px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 300px;
		height: 27px;
	}
	
	#header #header-search #s {
		width: 125px;
		height: 17px;
		border: 0;
		padding: 5px;
		font: normal 13px Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 95px;
		height: 27px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 54px;
		left: 893px;
		width: 37px;
		height: 37px;
	}


/* Main */

#main {
	width: 945px;
	background: url("/templates/s9y-woodcreation//img/main.gif") repeat-y;
}

#main-adverts {
	background: #ffffff;
	width: 945px;
	min-height: 90px;
}
#content .serendipity_entrypaging {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#content .serendipity_entrypaging a {
	font: bold 11px Verdana;
	color: #006ec2;
	text-decoration: none;
}



#main-top {
	width: 945px;
	background: url("/templates/s9y-woodcreation//img/main_top.gif") no-repeat;
}

#main-bottom {
	width: 945px;
	min-height: 200px;
	background: url("/templates/s9y-woodcreation//img/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 542px;
		padding: 4px 11px 0 12px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 542px;
		background: url("/templates/s9y-woodcreation//img/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 522px;
			height: 44px;
			padding: 4px 10px 0 10px;
			background: url("/templates/s9y-woodcreation/img/post_title.png") no-repeat;
			color: #000000;
			font: bold 11px Verdana;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("/templates/s9y-woodcreation/img/post_date.png") no-repeat;
			width: 53px;
			height: 42px;
			text-align: center;
			text-transform: lowercase;
			margin-right: 15px;
			color: #000000;
			font: normal 18px Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding: 2px 0;
			display: block;
			color: #ffffff;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title h2 {
			color: #006ec2;
			font: normal 18px Verdana;
			padding: 1px 0 3px 0;
		}
		
		#content .post .post-title h2 a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			float: left;
			background: url("/templates/s9y-woodcreation/img/post_entry.gif") no-repeat;
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 20px 40px;
			width: 462px;
		}
		
		#content .post .post-entry a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
			float: right;
			margin-bottom: 5px;
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			/* background: url("/templates/s9y-woodcreation/img/post_info_comments.gif") no-repeat left bottom; */
			background: url("/templates/s9y-woodcreation/img/post_bottom.gif") no-repeat left bottom;
			width: 542px;
			/* height: 79px; */
			height: 30px;
			text-align: right;
			font: bold 11px/25px Verdana;
			color: #006ec2;
		}
		
		#content .post .post-info a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			clear: both;
			background: url("/templates/s9y-woodcreation/img/post_bottom.gif") no-repeat left bottom;
			width: 542px;
			height: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 25px 0 5px 0;
			color: #006ec2;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 462px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e6e6e6;
		}
		
		#content .post .comments ol li cite {
			color: #006ec2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 437px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #006ec2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px Verdana;
		color: #006ec2;
		margin-bottom: 20px;
		text-align: center;
		width: 542px;
	}
	
	#content .navigation a {
		color: #006ec2;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */

	#sidebar-adverts {
		float: right;
		background: #ffffff;
		width: 305px;
		height: 250px;
	}
	
	#sidebar {
		float: right;
		width: 380px;
		font: normal 11px/18px Verdana;
		color: #000000;
		margin-top: 7px;
	}
	
	#sidebar a {
		color: #006ec2;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 180px;
	}
	
	#sidebar #sidebar-right {
		float: left;
		width: 190px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box-left {
		width: 180px;
		padding-bottom: 10px;
	}
	
	#sidebar .sidebar-box-right {
		width: 180px;
		padding-bottom: 10px;
	}
	#sidebar .sidebar-box-content {
		padding-left: 5px;
		padding-right: 15px;
	}

	#sidebar .sidebar-box-right-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			height: 30px;
			padding-left: 15px;
			font: bold 14px/30px Verdana;
			color: #006ec2;
		}
		
		#sidebar h3.left {
			width: 160px;
			background: url("/templates/s9y-woodcreation/img/sidebar_title_left.gif") repeat-y;
		}
		
		#sidebar h3.right {
			width: 180px;
			background: url("/templates/s9y-woodcreation/img/sidebar_title_right.gif") repeat-y;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 5px 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #000000;
			padding-left: 7px;
			font: normal 11px/22px Verdana;
			background: url("/templates/s9y-woodcreation/img/sidebar_menu.gif") no-repeat left 2px;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 10px 0;
			width: 100%;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 110px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 0 0;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 3px 5px 0 5px;
		}


/* Footer */

#footer {
	width: 945px;
	height: 48px;
	padding: 32px 0 50px 0;
 	background: url("/templates/s9y-woodcreation/img/footer.png") no-repeat; 
	color: #000000;
	font: normal 11px/48px Verdana;
	text-align: center;
}

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

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

.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    font-size: small;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

.serendipity_freetag_taglist
{
    margin: 10px;
    border: 1px solid #6265F0;
    padding: 5px;
    background-color: #B5B8FF;
    text-align: justify;
}

.serendipity_freeTag a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px
}

.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
