/*  
Theme Name: JPCC
Theme URI: http://www.christophernorris.net
Description: JP Computer Consultants Wordpress Theme.
Version: 1.0
Author: Christopher Norris
Author URI: http://www.christophernorris.net

*/

.container {
	width : 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	overflow: hidden;
	background-repeat: repeat;
	background-image: url(/images/content_fill.png);
}
.header {
	background-image: url(/images/header_fill.png);
	float: left;
	height: 144px;
	width: 950px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.content {
	height: 100%;
	float: left;
	width: 695px;
	margin-left: 25px;
	font-size: 12px;
	background: #fff;
	padding-left: 5px;
}
a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #1c9ade;
}
.right_column {
	height: 100%;
	float: left;
	width: 200px;
	font-size: 12px;
	background: #fff;
}
.right_column ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.right_column ul li{
	padding: 10px 0 10px 0;
}
.right_column ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}
.right_column ul ul li{
	padding: 0;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
color: #ff0000;
padding: 0;
} 
.menu_space {
	height: 35px;
	width: 950px;
	background-image: url(/images/menu_fill.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 50px;
	padding-top: 4px;
}
.footer {
	float: left;
	width: 950px;
	height: 58px;
	background-image: url(/images/footer_fill.png);
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
}
.rsswidget {
	line-height: 20px;     
}
.widget_rss {
        line-height: 10px;      
}
.rss-date {
        font-size: 10px;
}
