@charset "UTF-8";
html, body, div, span, object, h1, h2, h3, h4, h5, p, blockquote, a, em, font, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-weight: normal;
	font-size: 100%;
	font-style:inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ul, ol {
	list-style: none;
}
blockquote, {
 quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
/*
-----------------------------------
Body
-----------------------------------
*/
body {
	background: #CCC;
	color: #444;
	letter-spacing:0.02em;
	font: 62.5%/1.5 "Lucida Grande", "Hiragino Kaku Gothic Pro", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0;
}
/*
-----------------------------------
Link
-----------------------------------
*/
a {
	color: #E60E63;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight:bold;
}
/*
-----------------------------------
Header
-----------------------------------
*/
#header {
	margin:0 auto;
	padding: 0;
	width: 960px;
	height: 150px;
	position: relative;
}
#header h1 {
	background: #E60E63;
	width: 960px;
	height: 150px;
	position: relative;
}
#header h1 a {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 400px;
	height: 80px;
	text-indent: -9999px;
	background: url(http://www.emikovoice.com/images/logo.gif) no-repeat left top;
}
/*
-----------------------------------
Navigation
-----------------------------------
*/
#navi {
	margin:0 auto;
	position:relative;
	background:#231f20;
	height:36px;
	width:960px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
}
#navi ul {
	padding:7px 15px;
	list-style:none;
	position:absolute;
	font-size:14px;
	font-weight:bold;
}
#navi li {
	float:left;
	width:auto;
}
#navi a {
	padding: 0 12px;
	display: block;
	float: left;
	width:auto;
	color: #999;
	text-decoration: none;
	font-weight:bold;
}
#navi a:hover {
	color: #EEE;
}
#navi .current {
	padding: 0 12px;
	color: #F1F1F1;
	font-weight:bold;
}
#navi .mark {
	position:absolute;
	top:-62px;
	left:670px;
	width:130px;
	height:130px;
	display:block;
	background:url(http://www.emikovoice.com/images/mark.png) no-repeat;
	text-indent:-9999em;
	z-index:600;
}
#navi .twitter {
	margin:0;
	position:absolute;
	right:0;
	top:3px;
	text-align:right;
}
#navi .twitter a {
	width:50px;
	height:50px;
	background:url(http://www.emikovoice.com/images/twitter.png) no-repeat left center;
	font-size:0;
}
/*
-----------------------------------
Content
-----------------------------------
*/
#container {
	float: left;
	width: 100%;
	font-size: 12px;
}
#content {
	margin: 20px 290px 30px 20px;
}
#sidebar {
	margin: 20px 0 30px -260px;
	width: 240px;
	float: left;
	overflow: hidden;
}
/*
-----------------------------------
Footer
-----------------------------------
*/

#footer {
	padding-top:10px;
	clear:both;
	background: #666 url(http://www.emikovoice.com/images/footer_mark.gif) no-repeat 820px 35px;
	color:#f1f1f1;
}
#footer h4 {
	margin-bottom:6px;
	font-size:14px;
	font-weight:bold;
}
#footer p, #footer li {
	margin: 0 0 6px;
	padding:0;
	line-height:1.6;
	font-size:12px;
}
#footer img {
	margin: 0;
	padding-right: 20px;
	float:right;
}
#footer ul li {
	list-style-type:square;
	list-style-position: inside;
	line-height:1;
}
#footer .one {
	width:250px;
	padding:15px 15px 15px 25px;
	float:left;
}
#footer .two {
	width:380px;
	padding:15px;
	float:left;
}
#footer .three {
	width:300px;
	padding:15px;
	float:left;
}
#footer p span {
	display:block;
	color:#999;
	font-style:italic;
}
#footer .copyright {
	padding:1.0em 20px 0;
	border-top:10px solid #666;
	clear:both;
	background:#fff;
	width:920px;
	height:30px;
	color:#444;
	position:relative;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
}
#footer .copyright p.backtotop {
	position:absolute;
	right:0;
	top:15px;
	right:20px;
	display:block;
}
#footer .copyright a {
	color: #E60E60;
}
#footer h4.rss {
	padding:0 23px 0 0;
	background:url(http://www.emikovoice.com/images/rss_icon.png) no-repeat 6.5em center;
}
#footer p.looking {
	margin-top:12px;
	padding:0;
	width:110px;
	height:24px;
	text-indent:-9999px;
	background: url(http://www.emikovoice.com/images/btn.gif) no-repeat left -96px;
}
#footer p.looking a {
	display: block;
	width:110px;
	height:24px;
	background: url(http://www.emikovoice.com/images/btn.gif) no-repeat left -96px;
}
#footer p.looking a:hover {
	background: url(http://www.emikovoice.com/images/btn.gif) no-repeat left -120px;
}
fieldset, form, label {
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
fieldset, form, label {
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
fieldset, form, label {
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
.separator {
	color: #CCCCCC;
	margin: 0 5px;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}
.floater-left {
	float: left;
}
.floater-right {
	float: right;
}
#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}
#blog-title a {
	color: #333333;
}
#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}
/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}
.post {
	margin-bottom: 50px;
}
h2.h2schedule {
	margin:30px 0 20px;
	padding:5px 0 20px;
	border-bottom:1px solid #555;
	width:100%;
	height:27px;
	background: url(images/h2schedule.gif) no-repeat left top;
	text-indent:-9999px;
}
h2.entry-title {
	margin-bottom:12px;
	padding:0;
	border-bottom:none;
	width: 650px;
	font-weight: bold;
	font-size: 130%;
}
h2.entry-title a {
	font-weight: bold;
	text-decoration:none;
}
h2.entry-title a:hover {
	text-decoration:underline;
}
.entry-comments {
	float: right;
}
.entry-title a {
	color:#125A95;
}
.more-link {
	display: block;
	margin: 10px 0 0 0;
}
.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	padding: 5px 0;
}
.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}
.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}
.entry-content {
	padding-bottom:15px;
	border-bottom: 1px solid #EFEFEF;
}
.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}
.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}
/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 20px;
}
#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}
#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}
/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}
.textwidget p {
	margin-bottom: 10px;
}
.textwidget a {
	text-decoration: underline;
}
.widget_tag_cloud a {
	text-transform: lowercase;
}
/*
-----------------------------------
Calendar
-----------------------------------
*/
table#wp-calendar {
	border-left:solid 1px #ccc;
}
#wp-calendar caption {
	padding: 5px 0;
	border-bottom:solid 1px #FFF;
	background:#96C531;
	color:#FFF;
	font-size:12px;
}
thead tr {
	width:100%;
	height:30px;
	background:#E6E6E6;
}
thead th {
	border-left:solid 1px #e6e6e6;
	vertical-align:middle;
	color:#969696;
	font-weight:bold;
}
#wp-calendar tfoot td {
	border:none;
}
#wp-calendar tfoot tr {
	border-left:solid 1px #fff;
}
#wp-calendar td {
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	width:35px;
	height:30px;
	text-align:center;
	color: #999999;
	vertical-align:middle;
}
#wp-calendar td a {
	font-weight: bold;
	float:left;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar td#today {
	background: #f0f0f0;
}
/* Comments */
.comments {
	margin-top: 30px;
}
.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}
.comments ol {
	list-style: none;
}
.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}
.comments ol li.alt {
	background: #FAFAFA;
}
.comment-author {
	font-weight: bold;
}
.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}
.unapproved {
	font-style: italic;
}
#respond {
	margin-top: 30px;
}
#respond h3 {
	color: #333333;
}
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
#comment-notes {
	margin-bottom: 10px;
}
.form-label {
	margin-bottom: 2px;
}
.form-input, .form-textarea {
	margin-bottom: 10px;
}
.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form-textarea input {
	width: 280px;
}
.form-textarea textarea {
	width: 350px;
}
.form-input input:hover {
	background-color: #FFFFFF;
}
.form-submit input {
	padding: 2px 5px;
}
/*
-----------------------------------
Album Html
-----------------------------------
*/
#popbox {
	margin:0;
	padding: 10px;
	float:left;
	width:600px;
	height:auto;
	font-size:  0.9em;
}
.colum_left {
	padding-right:10px;
	float:left;
	width:290px;
}
.colum_right {
	float:right;
	width:290px;
	padding-left: 10px;
}
#popbox h1 {
	margin:0 0 10px;
	padding: 0px;
	border:none;
	color:#125A95;
	font: bold 1.6em/1.5 Arial, Helvetica, sans-serif;
}
#popbox h2 {
	padding:0;
	border:none;
	color:#125A95;
	font-size:  1.6em;
	font-weight:bold;
}
#popbox ol {
	margin-bottom:10px;
	border-bottom:10px solid #FFF;
	list-style:none;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}
#popbox ol li {
	margin:0;
	padding:4px 0 4px;
	height:1%;
	background:url(../images/border_dash.gif) repeat-x left bottom;
}
#popbox p.song {
	padding-bottom: 3px;
	line-height:1.6;
	color:#125A95;
}
#popbox p.meta {
	padding:0;
	clear:both;
	line-height:1.5;
	color:#888;
	font-size: 1.2em;
}
#popbox li span {
	padding-right:1em;
	font: italic 1.1em Georgia, Times, serif;
}
a.speaker {
	padding-right:20px;
	height:16px;
	display:inline;
	background:url(../images/speaker.gif) no-repeat right center;
}
a.speaker em {
	font-size:0;
}
