/*
Theme Name: ROTK Podcast Theme 1600
Template: twentythirteen
Author: John Zhu
Version: 1.0
Updated: 2014-10-28 13:42:35
*/

@charset "UTF-8";
@import url('../twentythirteen/style.css');

/*106*/
p {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
/*188*/
.site-header .home-link {
    color: #141412;
    display: block;
    max-width: 1080px;
    min-height: 400px;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
/*467*/
.main, .mceContentBody {
    font-size: 1rem;
    font-weight: 400;
}
/*468*/
.widget_search > .search-form {
    padding: 0rem;
    margin: 0rem 0;
}
/*469*/
img + p {
    margin-top: 0px;
}
/*470*/
#rotkbanner {
    background-image: url("http://www.3kingdomspodcast.com/wp-content/uploads/2014/04/rotkbanner_1600x4001.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20%;
}
/*471*/
#site-title {
    display: block;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Cinzel', 'serif';
    font-weight: normal;
    font-size: 2.25em;
    text-align: center;
    width: 100%;
    float: left;
    padding: 1%;
    margin: 0;
}
/*472*/
#site-desc {
    display: block;
    background-color: #8b181b;
    color: #ffffff;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    width: 100%;
    float: left;
    padding: 0.5%;
    margin: 0;
}
/*473*/
a:hover #site-title, a #site-desc {
    text-decoration: none;
}
/*474*/
.map {
    width: 100%;
    padding: 0 0 0px;
}
/*475*/
.right {
    float: right;
    margin: 0px 0px 8px 20px;
}
/*476*/
.alignnone {
    margin-bottom: 2px;
}

#note {
	width: 100%;
	list-style-type: none;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 40px;
}

#note li a {
	font-size: 1.2em;
	font-weight: bold;
	width: 50%;
	background-color: #666666;
	float: left;
	padding: 6px 0px 4px 0px;
	margin: 0px;
	color: #ffffff;
	display: block;
}

li#donate a {
	background-color: #808080;
}

#note li a:hover {
	text-decoration: none;
	color: #8b181b;
	background-color: #cccccc;
}

.powerpress_player {
	background-color: #151515;
	padding: 6px 0px 6px 6px;
	margin-bottom: 6px;
}

h1.entry-title, h1.entry-title a {
	color: #777777;
}