/*
Theme Name: Bring Back Ask Computer Jim
Theme URI: 
Description: Bring Back Ask Computer Jim Radio Show Theme
Version: 1.0
Author: Telelink, Inc.
Author URI: http://www.gotelelink.net
*/

* {
  padding: 0;
  margin: 0;
}

body{
  font-family: Verdana, Arial, Verdana, Sans-Serif;
  background: url(images/bg.gif) top left repeat-x;
  background-color: #6699cc;
}

#page {
	width: 875px;
	margin: 0 auto;
	display: block;
}

#header{
	height: 370px;
	background: url(images/header.gif) top left no-repeat;
}

#wrapper{
	padding: 10px 0;
}

#sidebar {
	width: 200px;
	float: left;
}

#sidebar .item {
	display: block;
	margin: 10px auto;
}

#content {
	width: 660px;
	padding-right: 10px;
	float: left;
	color: #fff;
	font-size: 12px;
}

h2{
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 5px 0;
	color: #003368;
}

#content p {
	line-height: 1.6;
	margin-bottom: 5px;
}

#content a {
	color: #003368;
}

#content a:hover {
	text-decoration: underline;
}

.narrowcolumn{

}

/* footer */

#footer {
	height: 25px;
}


.clear{
  clear:both;
}




/* Other Styling */

a img {
  border: none;
}

body a, a:visited {
  text-decoration: none;
}

blockquote {
  margin-left: 1.5em;
  padding: 5px 0 5px 0;
}
