/*  
Theme Name: NewTypeCast beta theme
Theme URI: http://newtypecast.net
Description: For NewTypeCast Bitches!
Version: 0.1
Author: Tom / Cole
Author URI: http://newtypecast.net

*/

body {
        size: 100%;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 75%;
	color: #cccccc;
	background-color: black;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

h2, a, a:visited {
	margin-bottom: 0;
	color: #b1c368;
}

.page_item {
   font-size: 18px !important;
   font-weight: bold;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	background: #00594d;
	text-decoration: underline;
}

hr {
	width: 50%;
	margin: 2em;
	border: 1px solid #cccccc;
	background: #cccccc;
}

a img {
border: 0px;
}

#header {
	background: url(images/logo.png) no-repeat;
	width: 400px;
	height: 90px;
	margin: 1em;
}

#header h1, #header h2 {
	display: none;
}

#content {
  margin-right: 250px;
  margin-left: 3em;
}

#content p {
	line-height: 16px;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 0.5em;
        margin-right: 3em;
}

#sidebar .box {
	width: 200px;  
	margin-bottom: 1em;
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
}

#sidebar ul li {
	list-style: none;
}

#search {
	margin-top: 1em;
}

.box { 
        padding: 1em;
        background: #151515;
	padding-top: 0;
	border: 2px solid #f9ffe1;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.post {
	margin-bottom: 2em;
}

.postmetadata {
	font-size: 10px;
}

.page-break {
	text-align: center;
}

#feed-buttons li {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#feed-buttons a:hover {
  background: none;
	text-decoration: none;
}

.widget_twitter .widgettitle {
  font-size: 12px;
}

#about  {
  font-family: Verdana, Helvetica, Sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

.twitter-item {
  padding-left: 0.5em;
  font-family: Monaco, courier, monospace;
}
.twitter-timestamp {
  display: block;
  font-size: 9px;
}