/*
Theme Name: The Morning After
Theme URI: http://themasterplan.in/tma/
Description: A magazine-style theme for WordPress, available at <a href="http://themasterplan.in/tma/">The Masterplan</a>.
Version: 1.4
Author: Arun Kale
Author URI: http://themasterplan.in/

Please read the license in the README.txt included with the theme.
*/

/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";
/* End import/hide */

/* Start The Morning After stylesheet
-------------------------------------------------------------- */
body { background: #000000 url(images/bg/body_main.png) repeat-y top center; }
a { color: #FF0000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }

/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner { padding: 15px 0px 0px 0px;}

/* Home page columns
-------------------------------------------------------------- */

#home_content { margin: 1.5em 0; }

/* featured post */

#home_featured { margin: 0 0 1.1em 0; float: left; width: 100%; }
.feat_content { float: left; padding: 0 0.7em 0.4em 0.7em; }
.feat_thumb img { float: left; padding: 0; margin: 0.2em 1em 1em 0; }
.feat_title { font: 700 12px; font-weight: bold; padding: 0 0 0.3em 0; }

/* asides */

ul.arrow, ul.cat { list-style: none; margin: 0; }
ul.arrow li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px dotted #000000; }
ul.arrow li a, { color: #FF0000; }
ul.arrow li a:hover{ color: #FF0000; }

/* about */

#home_about { border-bottom: 1px dotted #000000; border-top: 1px dotted #000000; margin: 0 0 1em 0; padding: 1.0em 0.7em 0 0.7em; }
#home_about p { text-align: left; }

/* category list */

#side_categories { margin: 0 0 1em 0; }
ul.cat li { padding: 0 0 0.3em 0; margin: 0; }
ul.cat li a { display: block; font-size: 1em; color: #FF0000; border-bottom: 1px dotted #000000; padding: 1px 12px 0 7px; margin: 0; height: 19px; }
ul.cat li a:hover { color: #FF0000; }

/* Single post styles
-------------------------------------------------------------- */

.post_text { margin: 0.9em 0 0 0; }
.post_text p { margin: 0 0 1em 0; padding: 0; line-height: 1.6em; }

/* Footer
-------------------------------------------------------------- */

#footer { padding: 1em 0 0 0; }

/*  heading styles */

h1 { font-size: 1.8em; color: #000000; }
h2 { font-size: 1.5em; color: #000000; }
h2 a { color: #FF0000; }
h2 a:hover { color: #FF0000; text-decoration: underline; }
h3 { font-size: 1.2em; color: #000000; }
h3.mast { text-transform: uppercase; font-size: 0.9em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #000000; }
