/*-----------------------------------------------------------------------------
Theme Name: Blank WordPress Theme
Theme URI: http://
Description: A Blank Theme
Version: 2.0
Author: Michael Bishop
Author URI: http://bishopblogworks.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/
body {
	background: #020202 url(http://web.commercialappeal.com/static/images/amplified/bg.jpg) no-repeat scroll 50% 0;
	text-align: center;
}


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

p {
margin-bottom:10px;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
	font-family:Arial,Verdanna,Helvetica,sans-serif;
	font-size:12px;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	
}

h2 {
	
}

.post h2 {
	color:#A41F19;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
}

.post h2 a {
	color:#A41F19;
}

.post h2 a:hover {
	color:#FB681E;
}




#sidebar h2 {
	
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color:#A41F19;
}

a:visited {
	color:#A41F19;
}

a:hover {
	color:#FB681E;
	text-decoration:underline;
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
		width: 994px;
	margin: auto;
	text-align: left;
}

#masthead {
		height: 160px;
	width: 100%;
}

#masthead_img {
	position:absolute;
	width:260px;
	height:90px;
	top:50px;	
}


#navigation {
	float: left;
}

#navigation ul {
	width: 100%;
	margin-bottom:5px;
	margin-top:10px;
}

#navigation ul li {
	display: inline;
	margin-right:115px;
}

#navigation ul li.last {
	margin-right: 0px;
}

#navigation ul li a {
	font-family: Arial;
	font-weight: 300;
	font-size: 13px;
	color: #a5a4a4;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #fb681e;
}


#leaderboard {
	width: 728px;
	height: 90px;
	float: right;
	margin-top: 49px;
}

/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
		width: 994px;
	min-height: 517px;
	background: url(http://web.commercialappeal.com/static/images/amplified/5dollarCover_BG-Grainy.jpg);
	float:left;
}

.post {
background:#FFFFFF none repeat scroll 0 0;
border:8px solid #252525;
float:left;
margin:15px 10px;
padding:10px;
width:625px;
color:#333;

}

.entry {
	
}

.entry ul {
list-style:disc;
margin-left:15px;
margin-bottom:10px;
}

.entry ol {
list-style:decimal;
margin-left:20px;
margin-bottom:10px;
}

.entry p {
	margin-bottom:10px;	
	float:left;
	width:610px;
	
}

.entry blockquote {
	border-left:5px solid #CCCCCC;
	padding-left:15px;
	}

.postmetadata {
	
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	text-align:center;
}

#copyright {
	margin-top: 15px;
	font-family: Arial;
	font-size: 11px;
	color: #5b5a5a;	
	float:left;
}

#copyright a {
	color: #9f9e9e;
}


.auth {
	font-size:.95em;
	color:#666;
}



/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	
}

ul#sidebar li {
	
}

ul#sidebar li ul {
	
}

ul#sidebar li ul li {
	
}

#sidebar {
margin-top:15px;
float:left;
width:300px;
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	float:left;
}

#footer p {
	
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	
}

#searchform #submit {
	
}

#comments-form {
	
}

#comments-form p {
	margin-bottom:15px;
}

#commentform {
	
}

#author {
	
}

#email {
	
}

#url {
	
}

#comment {
	
}

#submit {
	
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	margin:15px 0;
}

.comment-meta {
font-weight:bold;
font-size:1.14em;	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

#main_content {
float:left;
width:680px;
}

/* @end */

