/*
Theme Name: Kitkast
Theme URI: http://www.kitkast.com/
Description: A re-skin into a Rocketboom style video-blog
Version: 2.0
Author: Rudy Jahchan
Author URI: http://www.coderonin.net/
*/
body {
background-color: #ff66cc;
font-family: Verdana, Arial, Sans-Serif;;
color: black;
text-align: center;
font-size: 8pt;
}

table, tr, td {
font-size: 8pt;
}

#container {
  margin: auto;
  width: 640px;
}

#header {
width: 640px;
height: 130px;
background: url("http://staging.kitkast.com/images/New-Kitkast-Banner.png") no-repeat bottom center;
}

#header-img {
padding-top: 30px;
padding-left: 20px;
text-align: left;
}

#content {
  text-align: center;
  padding: 8px;
  border: 4px solid black;
  background-color: white;
}

#post-text {
  text-align: justify;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: black;
	border-bottom: dotted #ff66cc 2px;
      
	}

a:active, a:hover {
	color: back;
	border-bottom: solid #ff66cc 1px;
}

blockquote {
  margin-left: 6px;
  border-left: solid black 4px;
  padding-left: 6px;
}

#video a:link, #video a:visited, #video a:active, #video a:hover {
	border: 0;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
	border: 0;
  height: 100px;
  display: block;
	color: white;
}

img {
  border: 0;
}

h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10pt;
  text-align: left;
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10pt;
  text-align: left;
}

#lastEpisodes {
  color: white;
  padding: 4px;
  background: black;
}

#lastEpisodes a img {
	border: solid #ff66cc 2px;
}

#links {
  padding: 4px;
}

#navigation {
  color: white;
  padding: 4px;
  background: black;
  clear: both;
}

#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	border: 0;
	color: white;
}

#bottom-curve {
  color: white;
  height: 25px;
  background: url("http://staging.kitkast.com/images/bottom-curve.png") no-repeat bottom center;
}


.post-list {
  text-align: left;
  padding: 8px;
  clear: both;
  display: block;
  height: 72px;
}

.post-list-video {
  text-align: left;
  width: 90px;
  float: left;
}

.post-list-info {
  margin-left: 100px;
  text-align: left;
}

.post-list-links {
 padding-left: 4px;
}

#searchArea {
  margin: 0;
  padding: 0;
}

#post-meta {
  padding: 8px;
}

hr{
  border: 1px black dotted;
}

body#comments {
  text-align: left;
}

#comments-header {
  padding: 4px;
  background-color: black;
}

.post-title {
  padding-left: 4px;
  font-weight: bold;
  font-size: 10pt;
}
