/*    
Theme Name: The Atheist Conservative
Theme URI: http://www.theatheistconservative.com.com/ 
Description: The original theme for The Atheist Conservative
Author: Matthew Slipper
Author URI: http://matthewslipper.com
Version: 1.0 
*/ 

/*--------------------------------------------------------------
Application.css
Imports all stylesheets; sets defaults for bare elements
--------------------------------------------------------------*/

@import 'css/layout.css';
@import 'css/content.css';

@media print { #sidebar { display:none; }
    #content { float: none; width:90%; }
    #content pre { color: #000; background: #eee; }
    #content form.comments { display:none; } }

body {
    font: normal 14px Georgia, verdana, arial, helvetica, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #006696; }
a:hover, a:active  { color: #0098df; }
