/*
Theme Name: Coderonin
Theme URI: http://www.coderonin.net/
Description: A re-skin into a Rocketboom style video-blog
Version: 3.0
Author: Rudy Jahchan
Author URI: http://www.coderonin.net/
*/
body {
background-color: black;
font-family: Courier;
color: white;
text-align: center;
font-size: 8pt;
}

#container {
  margin: auto;
  width: 640px;
}

#header {
padding: 8px;
background-color: red;
}

#content {
  text-align: center;
  padding: 8px;
}

#post-text {
  text-align: justify;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: red;
	border-bottom: dotted red 1px;
      
	}

a:active, a:hover {
	color: white;
	border-bottom: dotted white 1px;
}

blockquote {
  margin-left: 6px;
  border-left: solid red 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;
	color: white;
}

img {
  border: 0;
}

h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12pt;
  text-align: left;
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10pt;
  text-align: left;
}

#lastEpisodes {
  background-color: red;
  padding: 4px;
}

#lastEpisodes a img {
	border: solid white 2px;
}

#links {
  padding: 4px;
}

#navigation {
  background-color: red;
  padding: 4px;
}

#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	border: 0;
	color: white;
}

.post-list {
  text-align: left;
  padding: 8px;
  clear: both;
  display: block;
  height: 64px;
}

.post-list-video {
  text-align: left;
  width: 60px;
  float: left;
}

.post-list-info {
  margin-left: 75px;
  text-align: left;
}

.post-list-links {
 padding-left: 4px;
}

#searchArea {
  margin: 0;
  padding: 0;
}

#post-meta {
  padding: 8px;
}

hr{
  border: 1px red dotted;
}

body#comments {
  text-align: left;
}

#comments-header {
  padding: 4px;
  background-color: red;
}

.post-title {
  padding-left: 4px;
  font-weight: bold;
  font-size: 10pt;
}
