@charset "utf-8";
/*
Theme Name: toddo
*/

@import url(//fonts.googleapis.com/css?family=Loved+by+the+King);
<!--
font-family: 'Loved by the King', cursive;
-->
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #080808 url('images/bg_inside.jpg') no-repeat top center;
	height: 100%;
}
body.home {
	background: #080808 url('images/bg.jpg') no-repeat top center;

}
.container {
	float: left;
	width: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.right {
	margin-right: 30px;
}
.col1 {
	width: 300px;
	float: left;
}
.col2 {
	width: 630px;
	float: left;
}
.col3 {
	width: 960px;
	float: left;
}
.clear {
	clear: both;
}
.header {
	margin-top: 55px;
	margin-bottom: 55px;
}
.menu {
	float: right;
}
.header-nav {
	float: right;
	margin-top: 16px;
}

.logo {
float: left;
width: 160px;
}

.nav-wrapper {
float: right;
width: 768px;
}

.header-nav ul li {
	float: left;
	font-family: 'Loved by the King', cursive;
	font-size: 24px;
	margin: 0px 0px 0px 30px;
}
.header-nav ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}













.modules {
	margin-top: 50px;
}
.module_content {
	text-align: center;
	border-bottom: solid 1px #232323;
	padding: 0px 0px 30px 0px;
	margin-bottom: 18px;
}
.module_title {
	font-family: 'Loved by the King', cursive;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.social_media {
	margin-top: 70px;
	text-align: center;
}
.social_media img {
	margin: 0px 18px;
}
.social_media img.last {
	margin: 0px !important;
}
.footer {
	width: 960px;
	height: 160px;
	margin-top: 125px;
	background: url('images/moon_footer.png') no-repeat top center;
}
.footer-nav {
	margin-top: 55px;
	text-align:center;
}
.menu-footer-container ul {
	margin: 0;
	padding: 0;
}
.menu-footer-container ul li {
	display: inline;
	margin: 0px 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu-footer-container ul li a {
	color: #8c8c8c;
	text-transform: uppercase;
	text-decoration: none;
}
.copyright {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
}
.copyright a {
	color: #565656;
	text-decoration: none;
}
.footer-clear {
	margin-top: 125px;
}
a.next-page-instapress {
	font-family: 'Loved by the King', cursive;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
a.prev-page-instapress {
	font-family: 'Loved by the King', cursive;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.content-wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	padding: 30px;
	color: #080808;
}
.content-wrapper p {
	margin-top: 0px;
}
.wrapper.page {
	border-top: solid 1px #484848;
	text-align: center;
	font-family: 'Loved by the King', cursive;
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	padding: 50px 0px 40px 0px;
}
.tubepress_container {
	color: #fff;
}
.tubepress_thumb {
	margin: 0px 11px 22px 11px;
}
img {
	border: none;
}
.twitter_feed {
	margin-top: 115px;
	margin-bottom: 90px;
	text-align: center;
}
.twitter_title {
	font-size: 22px;
	color: #666;
	font-family: 'Loved by the King', cursive;	
}
ul.tweet_list {
margin: 35px 0px 0px 0px;
	padding: 0;
}
span.tweet_text {
	width: 100%;
	text-align:center;
	color: #666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;

}
span.tweet_text a {
	color: #aabdba;
	text-decoration: none;

	
}
span.tweet_time {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 20px;
	width: 100%;
	display:block;
}
span.tweet_time a {

	color: #262626;
	text-decoration: none;
}
.download_music {
	margin-top: 15px;
	font-family: 'Loved by the King', cursive;
	text-transform: uppercase;
	display: block;
}
.download_music a {
	color: #262626;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;	
}
.mailing_list {
	margin-top: 15px;
	font-family: 'Loved by the King', cursive;
	text-transform: uppercase;
	display: block;
}
.mailing_list a {
	color: #262626;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;	
}

.mailing_list a:hover, .download_music a:hover {
	color: #888;
	font-size: 16px;
	text-decoration: none;	
}
.title {
	font-family: 'Loved by the King', cursive;
	font-size: 60px;
	color: #fff;
	width: 100%;
	text-align: center;
	border-top: solid 1px #484848;
	padding: 50px 0px 40px 0px;
	text-transform: uppercase;
}

.title a {
	color: #fff;
}

.title a:hover{
	color: #ccc;
}

.titleEPK {
	font-family: 'Loved by the King', cursive;
	font-size: 60px;
	color: #fff;
	width: 100%;
	text-align: center;
	border-top: solid 1px #484848;
	padding: 50px 0px 40px 0px;
	text-transform: uppercase;
}



.post-single {
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 30px 0px;
}
.post-single a {
	color: #aaaaaa;
	text-decoration: none;	
}
.post-single h2 {
	font-family: 'Loved by the King', cursive;
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	margin: 0px;
}

.post-single h2 a {color: #fff}

.post-meta {
	margin-bottom: 30px;
}
#sidebar h3 {
	font-family: 'Loved by the King', cursive;	
	font-size: 28px;
	color: #fff;
	border-bottom: solid 1px #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}
#sidebar ul {
	margin: 0;
	padding: 0;	
}
#sidebar ul li {
	margin-bottom: 15px;
}
#sidebar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.audio {
	float: right;
}

span.press-play {
	font-family: 'Loved by the King', cursive;
	font-size: 18px;
	color: #fff;
	padding: 11px 15px 0px;
	float:left;
	display: block;
}
#comments {
	color: #aaaaaa;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a {
color: #fff;
text-decoration: none;
}

a.button {
background: #bee1e1;
color: #000;
font-family: 'Loved by the King';
margin-bottom: 20px;
padding: 3px 20px;
text-decoration: none;
text-transform: uppercase;
}
.center {
	text-align: center;
}
#comments-form textarea {
	width: 600px;	
}
.wpcf7 p {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
.wpcf7 input {
	margin: 5px 0px 0px 0px;
	height: 25px;
}

.content {
	color: #aaa;
	font-family: arial, sans-serif;
	line-height: 140%;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #484848;
    margin: 2em 0 !important; padding: 0; 
}

h3 {
    color: #FFFFFF;
    font-family: 'Loved by the King',cursive;
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 14px 0;
	text-transform: uppercase;
	}
	
.wolf-bigtweet-content 
{
color: #555;
font-size: 12px;
font-family: arial, sans-serif;
margin-top: 30px;
}

.wolf-bigtweet-content a
{
color: #555;
}

.wolf-tweet-text {color: #aaa; font-size: 16px; margin-bottom: 8px; display: block;}

.wolf-tweet-text a {color: #fff;}	

body, body.home{
background: #111 none !important
}

a.button {
background: #aaa;
}

.footer {
background: none
}