/*
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.5;
 	 color: #202020;
 	 height:100%;
 	 background: #fff;
}

a:focus {
outline:none;
}



/* STANDARD SETTINGS */

p {
	margin-bottom: 10px;
}

img {
	border-style: none;
}

a {
	color: #a92720;
	text-decoration: underline;
}

a:hover {
	color: #74100f;
	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{
	text-decoration: none;
}

h2 a:hover {
	color: #74100f;
}




/* SPECIAL CLASSES */

.grey {
	color: #7c7c7c;
}

.greylink a {
	color: #7c7c7c;
}

.greylink a:hover {
	color: #202020 !important;
}

.nomargin {
	margin: 0 !important;
}

a.althover, .althover a {
	text-decoration: none;
}

a.althover:hover, .althover a:hover {
	color: #74100f;
}

a.althover2, .althover2 a {
	text-decoration: none;
}

a.althover2:hover, .althover2 a:hover {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.hidden {
	display:none;
}

.float {
	float: left;
}

hr.dashed {
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: url('images/fullwidth-hr.png') no-repeat;
	margin-bottom: 25px;
}

.dashed {
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: url('images/fullwidth-hr.png') no-repeat;
	margin-bottom: 25px;
}

.dashed hr {
	display: none;
}

.red {
	color: #a92720;
}

.more {
	float: left;
	margin-top: -10px !important;
	margin-bottom: 25px !important;
}


/* ALIGNMENT CLASSES */

.alignleft {
	float: left !important;
}

.alignright {
	float: right !important;
}

.aligncenter {
	display: block;
   	margin-left: auto;
   	margin-right: auto;

}

.alignnone {
	display: block;
}




/* LAYOUT */

.container {
	margin: auto;
  	text-align: left;
	width: 940px;
}

.fullwidth {
	float: left;
	width: 100%;
}

.leftcol {
	float: left;
	width: 600px;
	margin-right: 40px;
}

.rightcol {
	float: left;
	width: 300px;
}

.footerspacer {
	float: left;
	width: 100%;
	height: 50px;
}


/* HEADER */

#header {
	float: left;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

#logo {
	background: url('images/logo.png') no-repeat;
	width: 100%;
	height: 129px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

#logo a, #logo h1 {
	display: block;
	float: left;
	width: 770px;
	height: 100%;
}

#menu {
	float: left;
	height: 34px;
	width: 608px;
	margin-left: -8px;
	list-style: none;
	font-size: 22px;
	text-transform: uppercase;
}

#menu li {
	display: inline;
	float: left;
	height: 34px;

}

#menu li span {
	float: left;
	padding-top: 5px;
}

#menu a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #7f7f7f;
	padding: 0 8px;
	cursor: pointer;
}

#menu a:hover {
	background: #ae2b23;
	color: #fff;
}

#menu a.aktiv {
	color: #272727;
}

#menu a.aktiv:hover {
	background: none;
}

#search {
	float: right;
	height: 34px;
}

#search #search-input {
	float: left;
	width: 243px;
	height: 32px;
	border: 1px solid #bdbdbd;
	border-right: 0;
	color: #969696;
	font-size: 15px;
	margin: 0;
	padding: 0px 10px 0 10px;
}

#search .submit {
	float: left;
	width: 36px;
	height: 34px;
	border: 1px solid #bdbdbd;
	border-left: 0;
	color: #fff;
	font-size: 18px;
	font-family: arial;
	background: url('images/search.png') no-repeat;
}

#search .submit:hover {
	cursor: pointer;
}



/* FRONTPAGE */

.front_large {
	position: relative;
	width: 600px;
	height: 400px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 25px;
}

.front_large a {
	color: #c8352d;
}

.front_large a:hover {
	color: #dc463e;
}

.front_large>div {
	width: 560px;
	position: absolute;
	bottom: 30px;
	left: 0;
	background: #1a1a1a;
	padding: 15px 20px 8px 20px;
}


.newest_review {
	width: 280px;
	padding: 10px;
	margin: 0 0 25px 40px;
	background: #ededed;
}

.newest_review h2 {
	font-size: 18px;	
}

.newest_review h2 .album {
	font-size: 16px;
	font-weight: normal;
	margin: 0;	
}

.newest_review .imgwrap {
	display: block;
	margin-bottom: 10px;
}

.front_archive {
	width: 290px;
	margin: 0 20px 25px 0;
	font-size: 13px;
}

.front_archive h2 {
	font-size: 18px;
}

.front_archive img {
	margin-bottom: 10px;
}

.fullwidth .leftcol {
	width: 620px;
	margin-right: 20px;
}

.front_textpost {
	width: 300px;
	margin: 0 0 25px 20px;
}

.front_textpost h2 {
	font-size: 30px;
}

.front_medium {
	width: 600px;
	margin-bottom: 25px;
	font-size: 13px;
}

.front_medium div {
	float: left;
	width: 180px;
}

.front_medium h2 {
	font-size: 20px;
}

.front_medium img {
	float: left;
	margin-right: 20px;
}

.front_review {
	float: left;
	width: 300px;
	margin-bottom: 25px;
}

.front_review img {
	float: left;
	margin-right: 10px;
}

.front_review h2 {
	font-size: 14px;
}

.front_review h2 .album {
	font-weight: normal;
}

.front_review .info {
	float: left;
	width: 210px;
}

.front_review h2, .front_review p {
	margin-bottom: 0;
}

.front_anbefalt {
	float: left;
	width: 920px;
	padding: 15px 0 15px 20px;
	background: #ededed;
	margin-bottom: 25px;
}

.front_anbefalt .post {
	float: left;
	width: 164px;
	margin-right: 20px;
}

.front_anbefalt .post h2 {
	margin-top: 10px;
	font-size: 14px;
}

.front_anbefalt .post h2 .album {
	font-weight: normal;
}



/* POST STUFF */

.post {
	float: left;
}

.post p {
	line-height: 1.3;
}

.post ol {
	list-style: decimal;
	padding-left: 30px;
	padding-bottom: 18px;
}
	
.post ul {
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 18px;
}

.post ul li, .post ol li {
	margin-bottom: 5px;
}

.post .wp-caption p {
	font-style: italic;
	padding: 3px;
}

.post img.alignleft, .post .wp-caption.alignleft {margin: 0 15px 4px 0;}
.post img.alignright, .post .wp-caption.alignright {margin: 0 -10px 4px 15px;}
.post img.aligncenter, .post .wp-caption.aligncenter {margin: 20px auto 20px auto;}
.post img.alignnone, .post .wp-caption.alignnone {margin: 0 0 20px 0;}

.listpost h2 {
	font-size: 18px;
}

.listpost {
	font-size: 13px;
}

.listpost .wp-post-image, .reviewpost .wp-post-image {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-top: 4px;
}

.singlepost, .listpost {
	float: left;
	position: relative;
	width: 600px;
	margin-bottom: 25px;
}

.singlepost h3 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.singlepost .dashed {
	margin-bottom: 0;
}

.singlepost p, .singlepost iframe {
	margin-bottom: 15px;
}

.singlepost p.author {
	float: left;
	width: 100%;
}

#share div {
	float: left;
	width: 35px;
	height: 30px;
	margin-right: 10px;
}

#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;
}

.reviewpost {
	position: relative;
}

.reviewpost .info {
	float: left;
	width: 385px;
}

.reviewpost .info .links {
	float:left;
	width:100%;
}

.reviewpost .info .links a {
	text-decoration: none;
}

.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;
}

.result {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}



/* SOCIAL */

#social {
	float: left;
	width: 300px;
	height: 86px;
	margin-bottom: 40px;
}

#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;
}




/* SIDEBAR */

.section {
	float: left;
	width: 300px;
	margin-bottom: 40px;
}

.section h3 {
	font-size: 18px;
	color: #bd3624;
	margin-bottom: 10px;
}

.section span {
	font-weight: normal;
}

.section.list {
	margin-bottom: 20px;
}

.section.list li {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #7c7c7c;
}

.section.list a {
	color: #202020;
	text-decoration: none;
}

.section.list a:hover {
	color: #851514;
}

.tags a {
	line-height: 20px;
	color: #2b2b2b;
	background: #e8e8e8;
	text-decoration: none;
	margin: 3px 6px;
	padding: 2px 4px;
	display: block;
	float: left;
	white-space: nowrap;
}

.tags a:hover {
	color: #fff;
	background: #bd3624;
}

.tags div {
	margin-left: -3px;
	clear: both;
}






/* COMMENTS */

#comments {
	float: left;
}

#comments h3 {
	font-size: 18px;
	margin-bottom: 30px;
	width: 600px;
}

.comment {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.commentbox {
	background: #ededed;
	float: right;
	width: 460px !important;
	min-height:70px;
	height:auto !important;
	height:70px;
	padding: 20px 20px 10px 20px;
}

.comment .avatar {
	float: left;
}

.comment cite {
	float: left;
	width: 100%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
}

.comment cite a {
	text-decoration: none;
}

.comment cite a:hover {
	text-decoration: underline;
}

.comment cite span {
	font-weight: normal;
	font-size: 12px;
	color: #7C7C7C;
}

#comments form li {
	
	position: relative;
	float: left;
	display: block;
	width: 600px;
	
}

#comments form label {
	color: #7c7c7c;
	position: absolute;
	left: 286px;
	top: 5px;
}

#comments form input {
	font-family: arial, sans-serif;
	color: #4f4f4f;
	width: 255px;
	height: 20px;
	border: 1px solid #bdbdbd;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	margin-bottom: 20px;
}

#comments form textarea {
	font-family: arial, sans-serif;
	padding: 5px;
	color: #4f4f4f;
	width: 588px;
	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 {
	margin-top: 15px;
	float: left;
	border: 0;
	color: #fff;
	background: #a92720;
	font-size: 18px;
	text-decoration: none;
	padding: 3px;
}

#comments .submit:hover {
	cursor: pointer;
	background: #c92e27;
}

#comments .submit:active {
	background: #a92720;
}

#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;
}


/* ERROR */

.error h3 {
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 20px;
}

.list.error {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

.list.error li {
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #2b2b2b;
}

.list.error li a {
	color: #bd3624;
	text-decoration: underline;
}

.list.error li a:hover {
	text-decoration: none;
}




.gallery {
margin-bottom: 15px !important;
}

.gallery-item {
margin: 0 !important;
}

.gallery-item img {
border: 0 !important;
}

#stimuli_imageDetails {
width: 80% !important;
}

#stimuli_numberDisplay {
padding-top: 10px !important;
}

#stimuli_caption {
font-weight: normal !important;
font-size: 12px !important;
}


