/*
Theme Name: Spoon Train
Theme URI: http://spoontrain.no
Description: ladidaa
Version: 1.0
Author: André Lersveen
Author URI: http://sofacore.net
Tags: spoons, trains, awesome, nice, pretty
*/

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

*:focus {
	outline: 0;
}

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

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

.clearboth {
	clear: both;
}

.hidden {
	display:none;
}

.noheader {
	margin-top: -15px;
}

.first {
	border-top: 0 !important;
}

.firstmargin {
	margin-top: 0 !important;
}

.alignleft {
	float: left !important;
}

.alignright {
	float: right !important;
}

.aligncenter {
	display: block;
   	margin-left: auto;
   	margin-right: auto;

}

.alignnone {
	display: block;
}

.nomargin {
	margin: 0 !important;
}

.marginbottom {
	margin-bottom: 10px !important;
}

.noliststyle {
	padding: 0 !important;
	list-style: none;
}

.noliststyle li {
	margin: 0 !important;
}

a {
	color: #03b8f1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.button {
	margin: 25px 0;
	position: relative;
	float: left;
	height: 35px;
}

.button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #000;
	font-size: 20px;
	font-family: Arial;
	text-decoration: none;
	z-index: -1;
}

.button .rside {
	position: absolute;
	right: 0;
	width: 35px;
	height: 35px;
	background: url('images/button.png') no-repeat;
	background-position: -35px 0;
	z-index: 0;
}

.button .lside {
	position: absolute;
	left: 0;
	width: 35px;
	height: 35px;
	background: url('images/button.png');
	z-index: 0;
}

.button .text {
	position: relative;
	float: left;
	margin: 5px 12px;
	z-index: 1;
}

.button a:hover {
	background: #03b8f1;
	cursor: pointer;
}

.button a:hover .lside {
	background-position: 0 -70px;
}

.button a:hover .rside {
	background-position: -35px -70px;
}

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

#header {
	position: relative;
	width: 100%;
	height: 129px;
	margin: auto;
}

#logo {
	float: left;
	width: 79px;
	height: 87px;
	margin-top: 25px;
}

#logo h1 {
	width: 100%;
	height: 100%;
}

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

#logo a:hover {
	background-position: 0 -87px;
}

#menu {
	float: right;
	margin-top: 44px;
	height: 35px;
}

.buttonlist li {
	display: inline;
	float: left;
	margin-left: 10px;
	height: 35px;
	list-style: none;
}

.buttonlist li.button a {
	color: #000;
	background: none;
}

.buttonlist li.button a span {
	background: none;
}

.buttonlist li.button a:hover {
	background: #ebebeb;
}

.buttonlist li.button a:hover .lside {
	background: url('images/button.png') no-repeat;
	background-position: 0 -35px;
}

.buttonlist li.button a:hover .rside {
	background: url('images/button.png') no-repeat;
	background-position: -35px -35px;
}

.buttonlist li.button a.active {
	background: #000;
	color: #fff;
}

.buttonlist li.button a.active .lside{
	background: url('images/button.png') no-repeat;
}

.buttonlist li.button a.active .rside{
	background: url('images/button.png') no-repeat;
	background-position: -35px 0;
}

.buttonlist li.button a:hover.active {
	background: #03b8f1;
}

.buttonlist li.button a:hover.active .lside{
	background: url('images/button.png') no-repeat;
	background-position: 0 -70px;
}

.buttonlist li.button a:hover.active .rside{
	background: url('images/button.png') no-repeat;
	background-position: -35px -70px;
}

#intro {
	float: left;
	width: 940px;
	height: 207px;
	border-top: 2px solid #d9d9d9;
	background: url('images/introbg.png') no-repeat;
	background-position: bottom;
}

#intro h2 {
	margin-left: 50px;
	margin-top: 20px;
	font-size: 30px;
	line-height: 55px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: normal;
}

#intro h2 a {
	text-decoration: none;
	border-bottom: solid 2px #03b8f1;
}

#intro h2 a:hover {
	padding-bottom: 2px;
	border: none;
}

#breadcrumbs {
	float: left;
	width: 940px;
	border-top: 2px solid #d9d9d9;
	padding: 25px 0;
	font-weight: bold;
}

#breadcrumbs a {
	text-decoration: none;
}

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

#colwrap {
	float: left;
	width: 940px;
	background: url('images/colbg.png') repeat-y;
	border-top: 2px solid #d9d9d9;
}

#leftcol {
	float: left;
	width: 640px;
	padding-right: 30px;
}

#rightcol {
	float: right;
	width: 270px;
}

.section {
	float: left;
	width: 240px;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 2px dashed #d9d9d9;
}

.section em {
	float: left;
	margin-top: 15px;
}

.section h2 {
	font-size: 18px;
}

.section h3 {
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
}

.section p {
	margin-top: 15px;
}

#roster.section li {
	list-style: none;
	margin-top: 15px;
	font-weight: bold;
}

.section a {
	text-decoration: none;
}

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

.section .byline {
	font-style: italic;
}

.section form {
	margin-top: 15px;
}

#newsletter.section .byline {
	margin-top: 15px;
}

.releasepage .byline {
	font-size: 18px !important;
}

.release {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.release h3 {
	margin-top: 0 !important;
}

.entry .release h3 {
	margin-bottom: 5px;
}

.entry .release .byline {
	font-size: 16px;
	margin-bottom: 10px;
}

.entry .release h3 a {
	color: #000;
	text-decoration: none;
}

.entry .release h3 a:hover {
	color: #03b8f1;
}

.release .byline {
	margin-bottom: 0px;
}

.release span {
	margin: 0;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.release img {
	float: left;
	margin-right: 10px;
}

input {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #979797;
	background: url('images/form.png');
	border: none;
	width: 170px;
	height: 18px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

textarea {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #979797;
	width: 430px;
	resize: none;
	height: 109px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('images/form.png');
	border: none;
	background-position: 0 -39px;
}

.submit {
	float: left;
	margin-left: 12px;
	width: 38px;
	height: 37px;
	background: url('images/form.png') no-repeat;
	background-position: -190px 0;
	border: none;
}

.submit:hover {
	cursor: pointer;
	background: url('images/form.png') no-repeat;
	background-position: -228px 0;
}

#postfilter li{
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 15px;
}

#postfilter li a {
	text-decoration: none;
}

#tags p {
	font-weight: bold;
	word-spacing: 3px;
	line-height: 20px;
}

.post {
	float: left;
	width: 640px;
	padding-bottom: 25px;
	padding-top: 25px;
	border-top: #d9d9d9 2px dashed;
}

.post.single {
	border-top: 0;
	border-bottom: #d9d9d9 2px dashed;
}

.entry {
	margin-bottom: 15px;
}

#leftcol h2 {
	margin-bottom: 5px;
	font-size: 24px;
}

#leftcol h2 a {
	color: #000;
	text-decoration: none;
}

#leftcol h2 a:hover {
	color: #03b8f1;
}

.entry h3 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.post .byline {
	margin-bottom: 15px;
	font-style: italic;
}

.post .byline strong {
	font-style: normal;
}

.post .entry p {
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 20px;
}

.post .entry img, .section img {
	padding: 5px;
	border: 2px solid #ddd;
}

.post .entry .wp-caption {
	
}

.post .entry .wp-caption img {
	
}

.post .entry p.wp-caption-text {
	margin: 5px;
	text-align: center;
}

.post .entry img.alignleft, .post .entry .wp-caption.alignleft {
	margin-right: 15px;
	margin-bottom: 3px;
}

.post .entry img.alignright, .post .entry .wp-caption.alignright {
	margin-left: 15px;
	margin-bottom: 3px;
}

.post .entry .wp-caption.alignnone, .post .entry .wp-caption.aligncenter {
	margin-bottom: 15px;
}

.entry ul {
	list-style-position: inside;
	padding: 0 0 7px 0;
	margin: 0;
	}

.entry li {
	text-indent: 10px;
	margin: 7px 0 8px 0;
	}
	
.entry ol {
	list-style-position: inside;
	padding: 0 0 7px 0;
	margin: 0;
	}
	
.entry blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #d9d9d9;
	}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.post .more-link {
	margin-top: 15px;
	display: block;
	font-weight: bold;
}

.post .more-link span {
	float: left;
}

.post .postmeta {
	float: left;
	display: block;
	width: 100%;
	font-style: italic;
}

.post .postmeta a {
	font-weight: bold;
	text-decoration: none;
}

.post .postmeta a:hover {
	text-decoration: underline;
}

#pagenavwrap {
	float: left;
	width: 640px;
	border-top: #d9d9d9 2px dashed;
}

.page {
	border-top: 0;
}

.page h2 {
	margin-bottom: 15px !important;
}

#respond {
	float: left;
}

#comments {
	float: left;
	margin: 25px 0;
}

#comments form a {
	text-decoration: none;
}

#comments form a:hover {
	text-decoration: underline;
}

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

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

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

#comments li {
	float: left;
}

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

#comments div.comment p, #comments div.pingback p {
	float: left;
	margin-top: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

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

#pagenavwrap.commentnav {
	border-top: 0;
}

#pagenavwrap.commentnav #pagenav {
	margin-top: 0;
}

#comments form li {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}

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

#comments form input {
	margin-bottom: 10px;
}

button.reply {
	float: left;
	margin-top: 10px;
	width: 100px;
	height: 37px;
	background: url('images/form.png') no-repeat;
	background-position: -266px 0;
	border: none;
}

button.reply:hover {
	cursor: pointer;
	background: url('images/form.png') no-repeat;
	background-position: -366px 0;
}


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

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

#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;
	font-style: italic;
}

.comment em {
	float: left;
	font-weight: bold;
	width: 100%;
	padding-top: 10px;
}

#footer {
	border-top: 2px solid #d9d9d9;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer p {
	float: left;
	display: inline;
}

#footer a {
	color: #000;
	font-weight: bold;	
	text-decoration: none;
}

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