/*
Theme Name: Kevin Pollak
Theme URI: http://wordpress.org/
Description: The Kevin Pollak Chat Show theme.
Version: 0.1
Author: Some People
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
   /* background-color: #4f4f4f; */
    background-color: #616161;
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
}
body {
    padding-top: 20px;
    background-image: url('/wp-content/themes/pollak/images/bg.gif'); 
    background-repeat: repeat-x;
    background-position: top;
}

a,a:visited {
    color: #444;
    text-decoration: none;
}

a:hover {
    color:#aaa;
}


#container {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

#top_bar {
    padding: 1;
    width: 100%;
    height: 30px;
    background-color: #b5b5b5;
}

#header_container {
    margin: 10px 0 0 0;
}

#top_header {
    height: 140px;
    margin: -40px 0 0 0;
}

#main_logo {
    width: 548px;
    float: left;
    margin-top:20px;
    margin-bottom:20px
}

#header_opt {
    margin-top: 30px;
    float: right;
}


#header_opt li a{
    color: #b5b5b5;
    text-decoration: none;
    font-size: 13px;
}

#header_opt ul {
    text-align: right;
    height: 100%;
}

#header_opt ul li {
    list-style: none;
}

#bottom_header {
    clear: both;
    float: left;
    display: inline;
}

#bottom_header ul {
    list-style: none;
}

#bottom_header li {
    display: block;
    float: left;
    height: 37px;
    margin-right: 1px;
}

#content {
    clear: both;
    background-color: #c2c2c2;
    padding: 10px 0 10px 0;
    margin: 0;
    min-height: 420px;
    height:auto !important;
    height: 420px;
}

#entry {
    margin: 0;
    padding: 0;
    border: 0;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #CCCCCC;
    font-size: 12px;
    line-height: 16px;
}
#footer a {
    color: #CCCCCC;
    text-decoration: underline;
}

#video_player {
    width: 100%;
    text-align: center;
}

#stickam_player {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}


#stickam_player .text-content {
	margin-left: auto;
	margin-right: auto;
}
#video_player div {
    float: left;
}

#ustream_link {
    clear: both;
    width: 963px;
    padding-top: 2px;
    height:15px;
    margin-bottom:15px;
    background-color: #fff;
    text-align: center;
}

.text-content {
   /* width: 800px;
    min-height: 400px;
    background-color: #eee;
    margin: 0 10px 0 10px;
    padding: 20px 5px 5px 5px;
*/
    margin: 20px;  
}


.text-content hr {
    width: 500px;
    color: #4f4f4f;
    background-color: #4f4f4f;
    height: 2px;
    margin: 10px auto 10px auto;
}

.text-content p {
    margin-bottom: 30px;
}

.text-content h2 {
    margin-bottom: 20px;
}

.text-content h3, h4 {
    margin: 10px 0 10px 0;
}

.text-content h4 {
    border-bottom: 1px #000 dotted;
    padding: 0 0 1px 0;
    font-size: 18px;
}
.guest {
    font-weight: bold;
}
.center-text {
    width: 100%;
    text-align: center;
}
.link-list {
    margin: 0 0 0 80px;
}

.link-list li {
    margin: 0 0 15px 0;
}

#faq_section {
    margin: 20px;
}
#faq_section p {
    line-height: 20px;
}

.text-content p {
    line-height: 20px;
}

#faq_section p.faq_q {
    margin-bottom: 5px;
    font-weight: bold;
}

#faq_section p.faq_a {
    margin-bottom: 15px;
}
.question {
    border-bottom: 1px #000 dotted;
    margin-bottom: 20px;
}