/*
 * Theme Name: jcrenewed
 * Theme URI: jcwebconcepts.net/themes/jcrenewed/
 * Description: Cool looking Wordpress Theme
 * Version: 1.0
 * Author: John Costanzo
 * Author URI: http://www.jcwebconcepts.net
 *
 * */
 
body
{
	background-color: #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
 
#outer
{
	width: 1020px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #666;
	background-image: url('images/bg.png');
	background-repeat: repeat;
}

#header
{
	width: 1020px;
	height: 80px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 30px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}

#header a
{
	color: #fff;
	margin: 0px; 
	padding: 0px;
	text-decoration: none;
}

#header h1
{
	text-shadow: 0px 3px 3px #333;
	font-family: Georgia, Arial, monospace, serif;
}

#navigation
{
	clear: both;
	/*background: #666;*/
	background-color: #422121;
	width: 1020px;
	height: 31px;
	color: #fff;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-transform: uppercase;
	-moz-box-shadow: 0 3px 3px #333;
	-webkit-box-shadow: 0 3px 3px #333;	
}

/* Temp nav system */
#navigation li
{
	list-style: none;	
}

#menu
{
	float: left;
	padding: 3px 0px 0px 10px;
	font-size: 20px;
}

#menu ul
{
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	list-style-image: none;
}

#menu li
{
	display: inline;
	padding-top: 0px;
	text-align: center;
	margin: 0px;
}

#menu a:link
{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding-right: 10px;
}

#menu a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding-right: 10px;
}

#menu a:hover
{
	text-decoration: underline;
	font-size: 13px;
	padding-right: 10px;
}
/* End of temp nav system*/

#twitIcon
{
	float: right;
	padding: 8px 5px 0px 0px;
}

#followTwitter
{
	float: right;
	padding: 10px 5px 0px 0px;
}

#followTwitter a:link
{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#followTwitter a:visited
{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#followTwitter img
{
	margin: 0px;
	padding: 0px;
}

#outerContainer
{
	width: 1020px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 15px 0px 0px 0px;
}

#innerContainer
{
	width: 1020px;
}

#content
{
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.post
{
	background: #fff;
	margin: 0px 0px 30px 0px;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 3px #333;
	-webkit-box-shadow: 0 3px 3px #333;	
}

#postTitle
{
	font-size: 18px;
	color: #111;
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

#postInfo
{
	font-size: 10px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#entry
{
	display: block;	
}

#postmeta
{
	clear: both;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #333;	
}

#sidebar
{
	width: 260px;
	float: right;
	color: #333;
	font-size: 12px;
	margin: 0;
	display: inline;	
}

#sidebar h4
{
	color: #333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}

#sidebar img
{
	margin: 10px 0px 10px 0px;	
}

#sidebar ul
{
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;	
}

#sidebar li
{
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
	line-height: 16px;
	list-style-type: none;
}

.sideContent
{
	background: #fff;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 3px #333;
	-webkit-box-shadow: 0 3px 3px #333;	
}

#footer
{
	/*background: #666;*/
	background-color: #422121;
	clear: both;
	width: 1020px;
	color: #fff;
	font-size: 12px;
	margin: 0px auto 20px auto;
	padding: 0px;
	-moz-box-shadow: 0 3px 3px #333;
	-webkit-box-shadow: 0 3px 3px #333;
	overflow: hidden;
}

#topOfPage
{
	float: left;
	padding: 5px 0px 5px 7px;
}

#topOfPage a:link
{
	color: #fff;
	text-decoration: #fff;
	text-transform: uppercase;
}

#topOfPage a:visited
{
	color: #fff;
	text-decoration: #fff;
	text-transform: uppercase;
}

#copyright
{
	float: right;
	color: #fff;
	padding: 5px 7px 5px 0px;
}


#copyright a:link
{
	color: #fff;
	text-decoration: #fff;
	text-transform: uppercase;
}

#copyright a:visited
{
	color: #fff;
	text-decoration: #fff;
	text-transform: uppercase;
}

a:link
{
	color: #047bbb;
	text-decoration: none;	
}

a:visited
{
	color: #047bbb;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

#tweets img {
	float: left;
	margin: 4px;
	width: 48px;
	height: 48px;
}

#tweets div {
	clear: left;
	height: 45px;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	padding: 0px 0px 5px 0px;
}

div
{
	display: block;	
}

#search
{
	padding: 10px 0px 0px 0px;	
}