@charset "utf-8";

Theme Name: BlueGreen
Theme URI: http://k.rocksyou.org/
Description: BlueGreen
Author: Kathrin G
Version: 1.0

/* CSS Document */
/* 
yellow #FEFAD7
blue #F2F7FA
bluegreen #205352
*/

@import url('reset.css');

body {
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#002225;
	line-height:1.5em;
}

#wrapper {
	text-align:center;
	margin:0 auto;
	width:656px;
}

.text-wrapper {
	text-align:justify;
	padding:0 15px;
	font-size:12px;
	line-height:1.6em;
	font-family: Verdana, Geneva, sans-serif;
	color:#002225;
}

a {
	background-color:#FEFAD7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#205352;
	text-decoration:none;
        outline:none;
}

a:hover {
	background-color: #F2F7FA;
}

p {
	margin:0;	
}

ul {
	margin:0;
	padding:3px 5px 5px 8px;
	text-align:justify;
	list-style:inside circle;
}

/*************************************
			HEADER
*************************************/
#header {
	background:#FFF url(images/header.png) top left no-repeat;
	width:656px;
	height:90px;
}

/*************************************
			CONTENT
*************************************/
#content-top {
	background:#FFF url(images/content-top.png) no-repeat top;
	width:442px;
	height:10px;
}

#content {
	background:#FFF url(images/content-bg.png) repeat;
	width:442px;
}

#content-bottom {
	background:#FFF url(images/content-bottom.png) no-repeat bottom;
	width:442px;
	height:13px;
}

#content-wrapper {
	float:left;
}

/*************************************
			NAVIGATION
*************************************/
#navi {
	width:88px;
	height:218px;
	float:right;
}

#navi-right {
	background:#FFF url(images/navi-right.png) no-repeat;
	width:126px;
	height:218px;
	float:right;
}

.blog-navi {
	display: block;
	width: 88px;
	height: 36px;
	background: url(images/blog.png) bottom;
	text-indent: -99999px;
	float:left;
}
.blog-navi:hover {
	background-position: 0 0;
}

.about-navi {
	display: block;
	width: 88px;
	height: 36px;
	background: url(images/about.png) bottom;
	text-indent: -99999px;
	float:left;
}
.about-navi:hover {
	background-position: 0 0;
}

.links-navi {
	display: block;
	width: 88px;
	height: 36px;
	background: url(images/links.png) bottom;
	text-indent: -99999px;
	float:left;
}
.links-navi:hover {
	background-position: 0 0;
}

.playlist-navi {
	display: block;
	width: 88px;
	height: 36px;
	background: url(images/playlist.png) bottom;
	text-indent: -99999px;
	float:left;
}
.playlist-navi:hover {
	background-position: 0 0;
}

.hire-me-navi {
	display: block;
	width: 88px;
	height: 36px;
	background: url(images/hire-me.png) bottom;
	text-indent: -99999px;
	float:left;
}
.hire-me-navi:hover {
	background-position: 0 0;
}

.contact-navi {
	display: block;
	width: 88px;
	height: 38px;
	background: url(images/contact.png) bottom;
	text-indent: -99999px;
	float:left;
}
.contact-navi:hover {
	background-position: 0 0;
}

/*************************************
			SIDEBAR
*************************************/
#sidebar-wrapper {
	float:right;
}

#sidebar-top {
	background:#FFF url(images/sidebar-top.png) no-repeat;
	width:214px;
	height:13px;
	clear:both;
}

#sidebar {
	background:#FFF url(images/sidebar-bg.png) repeat;
	width:214px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#002225;
	line-height:1.3em;
}

#sidebar-bottom {
	background:#FFF url(images/sidebar-bottom.png) no-repeat;
	width:214px;
	height:13px;
}

.accordion2 {
	padding:5px 5px 0 5px;
}

.accordion2 h3.sb-item {
	background:url(images/sb-title-default.png) no-repeat;
	height:18px;
	font-size:9px;
	color:#597b7c;
	line-height:1.8em;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 0 2px 20px;
	margin:0;
}

.accordion2 div.textwidget {
	display:none;
	text-align:justify;
	margin:0;
        padding:5px;
}

.accordion2 p {
	margin:2px 5px 5px 5px;	
}

.accordion2 ul {
	display:none;
	margin:0;
	padding:3px 5px 5px 8px;
	text-align:justify;
	list-style:inside circle;
}

div#readerpublishermodule0 ul {
        display:block;
        margin:0;
        padding:0 3px;
}

div#readerpublishermodule0 ul li {
        padding:0 0 3px 0;
}

.accordion2 h3.sb-item:hover, .accordion2 h3.sb-item.active {
	background:url(images/sb-title-hover.png) no-repeat;
	cursor:pointer;
	color:#002225;
}

.accordion2 h3.sb-item.active {
	color:#002225;
}

/*************************************
	     POST AND PAGES
*************************************/
.title {
	color:#002225;
	font-size:24px;
	font-family: 'Reenie Beanie', "Courier New", Courier, monospace;
	text-transform:capitalize;
	background-color:#FEFAD7;
	padding:0 3px;
}

.entry {
	padding:0 5px;
	margin:0;
}

.entry p {
    margin:0;
	padding:10px 0;
}

.postmetadata {
	background-color:#F2F7FA;
	padding:0 5px;
	font-size:9px;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.nav-link {
	background:#FFF;
	text-align:justify;
	padding:0 10px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

ol.commentlist {
	margin:0;
	padding:5px 0;
	font-size:11px;
}

ol.commentlist li {
	list-style:none;
	border:1px dashed #D1DADF;
	padding:5px;
	margin:5px 0 0 0;
}

#respond h3, .comments-title {
	font-weight:normal;
	font-size:20px;
}

#respond h3 {
	margin:5px 0;	
}

label {
	background-color:#F2F7FA;
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
}

input, textarea{
	border:1px solid #D1DADF;
	margin:3px 0;
}

input#submit, input.wpcf7-submit {
	background-color:#F2F7FA;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
}

span.input-label {
	background-color:#F2F7FA;
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
        font-size:11px;
}

.comment-body {
	padding:2px;
	line-height:1.3em;
}

li.linkcat {
	list-style:none;
        padding:0;
}

li.linkcat h2 {
        display:none;
}

/*************************************
			FOOTER
*************************************/
#footer {
	clear:both;
	width:442px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0;
	color:#002225;
}