/*
Theme Name: Birds
Theme URI: http://birdssometimesdance.com
Description: The awesome birds
Version: 1.0
Author: André Lersveen
Author URI: http://sofacore.net
Tags: birdy, awesome, nice, pretty
*/

/* GENERAL */

* {
	margin: 0;
	padding: 0;
	outline: 0 none;
}

html {
	padding: 0;
	margin: 0;
	text-align: center;
	height:100%;
}

body {
 	 text-align: center;
  	 margin: 0;
 	 padding: 0;
 	 font-family: arial, sans-serif;
 	 font-size:14px;
 	 letter-spacing: 0.5px;
 	 color: #202020;
 	 height:100%;
 	 background: #fff;
}

.post p {
	line-height: 18px;
}

.singlepost .part {
	margin-top: 15px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.singlepost h3 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.grey {
	color: #7c7c7c;
}

.greylink a {
	color: #7c7c7c;
}

.greylink a:hover {
	color: #202020 !important;
}

a:focus {
outline:none
}

.nomargin {
	margin: 0 !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	border-style: none;
}

a {
	color: #a92720;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	color: #5c5c5c;
	}

h2 {
	font-size: 24px;
	font-family: Arial;
	margin-bottom: 10px;
}

h2 a, a.althover, .althover a {
	text-decoration: none;
}

h2 a:hover, a.althover:hover, .althover a:hover {
	color: #74100f;
}

.althover2 a {
	text-decoration: none;
}

.althover2 a:hover {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.hidden {
	display:none;
}

.float {
	float: left;
}

hr.dashed {
	float: left;
	width: 100%;
	border: 0;
	height: 0;
	border-top: 1px dashed #bdbdbd;
}

.red {
	color: #a92720;
}

/* GENERAL END */

/* LAYOUT */

.container {
	margin: auto;
  	text-align: left;
	width: 900px;
}

#header {
	position: relative;
	width: 100%;
	height: 212px;
	margin: auto;
	margin-bottom: 30px;
}

#logo {
	background: url('images/logo.png');
	width: 761px;
	height: 129px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

#logo a, #logo h1 {
	display: block;
	float: left;
	width: 133px;
	height: 100%;
}

#menu {
	float: left;
	height: 34px;
	width: 575px;
	margin-left: -4px;
	margin-right: 29px;
	list-style: none;
}

#menu li {
	float: left;
	height: 34px;
	margin-right: 25px;
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/menu.png');
}

#menu #home {
	width: 84px;
}

#menu #home a:hover {
	background: url('images/menu.png') no-repeat;
	background-position: 0 -34px;
}

#menu #home a.aktiv {
	background: url('images/menu.png') no-repeat;
	background-position: 0 -68px;
}

#menu #articles {
	width: 110px;
}

#menu #articles a {
	background-position: -85px 0px;
}

#menu #articles a:hover {
	background: url('images/menu.png') no-repeat;
	background-position: -85px -34px;
}

#menu #articles a.aktiv {
	background: url('images/menu.png') no-repeat;
	background-position: -85px -68px;
}

#menu #reviews {
	width: 108px;
}

#menu #reviews a {
	background-position: -194px 0px;
}

#menu #reviews a:hover {
	background: url('images/menu.png') no-repeat;
	background-position: -194px -34px;
}

#menu #reviews a.aktiv {
	background: url('images/menu.png') no-repeat;
	background-position: -194px -68px;
}

#menu #about {
	width: 89px;
}

#menu #about a {
	background-position: -302px 0px;
}

#menu #about a:hover {
	background: url('images/menu.png') no-repeat;
	background-position: -302px -34px;
}

#menu #about a.aktiv {
	background: url('images/menu.png') no-repeat;
	background-position: -302px -68px;
}

#search {
	float: left;
	width: 300px;
	height: 26px;
	margin-top: 4px;
}

#search #search-input {
	float: left;
	width: 216px;
	height: 17px;
	border: 1px solid #bdbdbd;
	color: #969696;
	font-size: 14px;
	background: url('images/search.png') no-repeat;
	background-position: 4px 3px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 28px;	
	margin: 0;
}

#search .submit {
	float: left;
	margin-left: 10px;
	width: 44px;
	height: 26px;
	background: url('images/buttons.png') no-repeat;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-family: arial;
}

#search .submit:hover {
	cursor: pointer;
	background: url('images/buttons.png') no-repeat;
	background-position: 0 -26px;
}

#search .submit:active {
	background: url('images/buttons.png') no-repeat;
	background-position: top-left;
}

#leftcol {
	float: left;
	width: 550px;
	padding-right: 50px;
}

#rightcol {
	float: left;
	width: 300px;
}

.post {
	float: left;
	width: 550px;
	margin-bottom: 40px;
	margin-top: 36px;
	overflow: hidden;
}

.singlepost {
	margin-top: 20px;
}

.post.first {
	margin-top: 0px;
}

.post p, .aboutpart p {
	margin-bottom: 18px;
}

.post ol {
	list-style: decimal;
	padding-left: 30px;
	padding-bottom: 18px;
	}
	
.post ul {
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 18px;
	}

.singlepost p.author {
	float: left;
	width: 100%;
}

#leftcol .post:last-child, .leftpart .post:last-child, .leftpart .rightpost:last-child {
	margin-bottom: 0;
}

.post img.alignleft, .post img.alignnone, .post img {
	float: left;
	max-width: 550px;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.post img.aligncenter {
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.post img.alignright {
	float: right;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-left: 15px;
}

img.fullwidth {   
    float: none;
	display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

img.size-large, img.size-full {
	float: none !important;
	display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

.more {
	font-weight: bold;
}

.more a {
	text-decoration: none;
}

.more a:hover {
	color: #74100f;
}

.cat {
	float: left;
	margin-top: 20px;
}

#social {
	float: left;
	width: 300px;
	height: 86px;
	margin-bottom: 60px;
}

#social div {
	float: left;
	width: 100px;
	height: 86px;
}

#social div a {
	display: block;
	width: 100%;
	height: 100%;
}

#rss a {
	background: url('images/social.png');
}

#rss a:hover {
	background-position: 0 -86px;
}

#twitter a {
	background: url('images/social.png');
	background-position: -100px 0;
}

#twitter a:hover {
	background-position: -100px -86px;
}

#facebook a {
	background: url('images/social.png');
	background-position: -200px 0;
}

#facebook a:hover {
	background-position: -200px -86px;
}

#share {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}

#share div {
	float: left;
	width: 35px;
	height: 30px;
	margin-right: 10px;
}

#share div:last-child {
	margin-right: 0;
}

#share div a {
	display: block;
	width: 100%;
	height: 100%;
}

#share #twitter a {
	background: url('images/share.png');
	background-position: 0 0;
}

#share #twitter a:hover {
	background-position: 0 -30px;
}

#share #facebook a {
	background: url('images/share.png');
	background-position: -35px 0;
}

#share #facebook a:hover {
	background-position: -35px -30px;
}

#share #stumbleupon a {
	background: url('images/share.png');
	background-position: -70px 0;
}

#share #stumbleupon a:hover {
	background-position: -70px -30px;
}

#share #delicious a {
	background: url('images/share.png');
	background-position: -105px 0;
}

#share #delicious a:hover {
	background-position: -105px -30px;
}

.topics {
	margin-top: 15px;
	margin-bottom: 0 !important;
}


.rightpost {
	float: left;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 26px;
}

.rightpost.first {
	margin-top:0;
}

.rightpost h3 {
	font-size: 18px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.rightpost h3 a {
	text-decoration: none;
}

.rightpost h3 a:hover {
	color: #74100f;
}

.rightpost .artist {
	float: left;
}

.rightpost .album {
	float: left;
	font-size: 16px;
	font-weight: normal;
}

.rightpost img {
	float: left;
	padding-top: 2px;
	margin-bottom: 3px;
	padding-right: 15px;
}

.rightpost p {
	margin-bottom: 0px;
}

.resulthead {
	margin-bottom: 30px;
}

.resultpost div p {
	margin-bottom: 0px;
}

.leftpart {
	float:left;
	width: 100%;
}

.leftpart.first {
	margin-bottom: 60px;
}

.leftpart.marginbottom {
	margin-bottom: 60px;
}

.reviewpost {
	position: relative;
}

.reviewpost .info {
	float: left;
	width: 330px;
	height: 125px;
}

.singlepost .info {
	width: 335px;
}

.reviewpost .content {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.singlepost .content {
	margin-top: 10px;
}

.reviewpost .more {
	float: left;
}

.reviewpost h2 {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

.reviewpost h2 .album {
	float: left;
	font-size: 18px;
	font-weight: normal;
}

.label {
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.rating {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #e2e2e2;
}

.singlepost .rating {
	position: static;
	float: left;
}

h3.result {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.navigation {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.tags a {
	line-height: 20px;
	color: #2b2b2b;
	background: #e8e8e8;
	text-decoration: none;
	margin: 3px 6px;
	padding: 2px 4px;
	display: block;
	float: left;
}

.tags a:hover {
	color: #fff;
	background: #bd3624;
}

.tags div {
	margin-left: -3px;
	clear: both;
}

.user p, h2.about {
	margin-bottom: 15px;
}

.leftpart .user:last-child p {
	margin-bottom: 0;
}

h2.about {
	color: #bd3624;
}

.aboutpart p:last-child {
	margin-bottom: 0;
}

#comments .commentlist {
	margin-bottom: 30px;	
}

#commentposts {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

#comments h3 {
	font-size: 18px;
	margin-bottom: 30px;
}

#comments ol {
	list-style: none;
	float: left;
}

#comments li {
	float: left;
}

#comments div.pingback .authorwrap {
	margin-left: 0;
}

#comments div.comment, #comments div.pingback {
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
}

#comments div.comment p, #comments div.pingback p {
	float: left;
	margin-top: 20px;
}

#comments ol li:first-child div.comment {
	margin-top: 0px;
}

#comments ol li:last-child div {
	margin-bottom: 0px;
}

#comments ol li:last-child hr {
	display: none;
}

#comments form li {
	
	position: relative;
	float: left;
	display: block;
	width: 550px;
	
}

#comments form label {
	color: #7c7c7c;
	position: absolute;
	left: 270px;
	top: 5px;
}

#comments form input {
	font-family: arial, sans-serif;
	color: #4f4f4f;
	width: 244px;
	height: 20px;
	border: 1px solid #bdbdbd;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 14px;
	margin-bottom: 20px;
}

#comments form textarea {
	font-family: arial, sans-serif;
	padding: 10px;
	color: #4f4f4f;
	width: 528px;
	height: 185px;
	border: 1px solid #bdbdbd;
	font-size: 14px;
	overflow:auto;
	resize: none;
}

#comments form .required {
	font-size: 20px;
	line-height: 14px;
}

#comments form .requiredmessage {
	color: #7c7c7c;
	font-style: italic;
	float: right;
	margin-top: 20px;
}

#comments .submit {
	width: 110px;
	margin-top: 15px;
	float: left;
	height: 26px;
	background: url('images/buttons.png') no-repeat;
	background-position: -44px 0;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-family: arial;
	text-indent: -999px;
}

#comments .submit:hover {
	cursor: pointer;
	background: url('images/buttons.png') no-repeat;
	background-position: -44px -26px;
}

#comments .submit:active {
	background: url('images/buttons.png') no-repeat;
	background-position: -44px 0;
}

#comments form p {
	margin-bottom: 15px;
}

.comment-author {
	float: left;
	width: 100%;
}

.avatar {
	float: left;
}

.authorwrap {
	margin-top: 8px;
	margin-left: 15px;
	float: left;
}

cite.fn {
	display: block;
	float: left;
	font-weight: bold;
	font-style: normal;
}

.comment-author span {
	float: left;
	display: block;
}

#rightcol .rightpart:last-child {
	margin-bottom: 0;
}

.rightpart {
	float: left;
	width: 300px;
	margin-bottom: 60px;
}

.rightpart h3 {
	font-size: 18px;
	color: #bd3624;
	margin-bottom: 10px;
}

.rightpart span {
	font-weight: normal;
}

.rightpart.list li {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #7c7c7c;
}

.rightpart.list li:last-child {
	margin-bottom: 0px;
}

.rightpart.list a {
	color: #202020;
	text-decoration: none;
}

.rightpart.list a:hover {
	color: #851514;
}

.four h3 {
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 20px;
}

.rightpart.list.four li {
	font-size: 14px;
	font-weight: normal;
	color: #2b2b2b;
}

.rightpart.list.four li a {
	color: #bd3624;
	text-decoration: underline;
}

.rightpart.list.four li a:hover {
	text-decoration: none;
}

.rightpart.list.four {
	margin-bottom: 0;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 60px;
	padding-bottom: 30px;
}

/* LAYOUT END */