/*
Theme Name: Wilka Toppins
Theme URI: http://wilkatoppins.com/
Description: Custom theme for Wilka Toppins
Version: 1.0
Author: Ben Gillin/David Stagg
*/


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, font, 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 {
	margin: 0;
	padding: 0;
	} 
	
a img { border: none; }
a { outline: none; }

body { font: 12px/1.4em Tahoma, Geneva, sans-serif; color: #fff; background: #29200f; }

ul, ol { margin: 1em 0; padding-left: 2.5em; }
dt { margin: 0.5em 0 0; }
dd { margin: 0.25em 0 0.5em 2.5em; }

h1, h2, h3, h5, h5, h6 { font-weight: normal; color: #fff; margin-bottom: 10px; } 
h1 { font-size: 30px; line-height: 34px; }
h2 { font-size: 26px; line-height: 30px; }
h3 { font-size: 18px; line-height: 22px; }

h1 a, h2 a, h3 a, h5 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h5 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

p { margin-bottom: 10px; }

a { color: #fff;  }
a:hover { text-decoration: none; }
a:active { }
a:visited { }

acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


/* STRUCTURE */
#container { width: 1000px; margin: 0 auto 20px auto; }

#menu { background: #720a11; }
#menu ul { list-style: none; margin: 0 0 0 10px; padding: 0; }
#menu ul li { float: left; }
#menu ul li a { display: block; padding: 20px 18px; color: #fff; font: 20px/24px Tahoma, Geneva, sans-serif; text-decoration: none; border-right: 1px solid #a22933; text-transform: uppercase; }
#menu ul li a:hover { background: #a22933 url(images/menu-bg.jpg) repeat-x bottom left; }

#header-image { position: relative; }
#header-image #logo { display: block; width: 200px; height: 200px; position: absolute; top: 30px; left: 50px; text-indent: -9999px; }

#main-content { background: #a0202a url(images/main-content-bg.jpg) repeat-x bottom left; }
#main-content #wrapper { width: 950px; margin: 0 auto; padding: 20px 0; background: transparent url(images/content-bg.png) repeat-y top right; }
	.page #main-content #wrapper, .post #main-content #wrapper { background: none; }
#main-content #content, #home #main-content #content { width: 436px; float: left; padding: 15px 20px 0 0; }
	.page #main-content #content, .post #main-content #content { width: 660px; float: right; }
	.post-15 #main-content #content { width: 910px; float: right; }
#sidebar { background: #c7404c; width: 225px; float: left; margin-right: 20px; padding: 20px 0; }
#sidebar #side-content { width: 195px; margin: 0 auto; }
#sidebar h2, #sidebar-home h2 { font-size: 16px; line-height: 20px; font-weight: bold; }
#sidebar ul, #sidebar-home ul { list-style: none; margin: 0; padding: 0; }
#sidebar #video-feed { margin: 0 0 20px 0; }
#sidebar #events ul { list-style: none; margin: 0 0 20px 0; padding: 0; }
#sidebar #events ul li { border-bottom: 1px solid #fff; margin-bottom: 10px; padding-bottom: 10px; background: transparent url(images/hot-topics-icon.png) no-repeat top left; padding-left: 30px; }
#sidebar-home { width: 225px; float: right; padding-top: 15px; }

#blog-clip { display: block; height: 280px; background: transparent url(images/wilka-sidebar-pic.png) no-repeat top 
left; position: relative; }
#sidebar #blog-clip { display: block; height: 280px; background: transparent url(images/wilka-sub-sidebar.png) no-repeat top left; position: relative; }
.blog-post .widgettitle { display: none; }
#blog-clip .blog-post { position: absolute; top: 120px; left: 0; }

#testimonials { margin-bottom: 20px; }
#testimonials li { border-bottom: 1px solid #fff; margin-bottom: 10px; padding-bottom: 10px; }

#content { }
#content #about { margin-bottom: 40px; }

.podcast-post { margin-bottom: 20px; border-bottom: 1px solid #C7404C; }

#hot-topics ul { list-style: none; margin: 0 0 20px 0; padding: 0; }
#hot-topics ul li { padding: 0 0 10px 30px; background: transparent url(images/microphone.png) no-repeat top left;}

#social-media { width: 700px; margin: 0 auto; padding: 20px 0; }
#social-media .img-headers { margin: 0 20px 0 0; }

#footer { text-align: center; background: #4e070c; padding: 10px 0; }
#footer p { margin: 0; }


/* MISC */
.img-headers { margin-bottom: 16px; }

/* WORDPRESS SPECIFIC IMAGE STYLES */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear { clear: both; }
