/*
Theme Name: ExcelScientTheme 
URI: 
Description: Style customisations for ExcelScient. Requires 'The Morning After' theme by Arun Kale.
Author: Jag GillAuthor 
URI: http://mundojumbo.net/
Template: tma
Version: 0.1
.Please read the license in the README.txt included with the 'The Morning After' theme..
*/
 
/* Import default styles from parent theme */
@import url("../tma/style.css");
@import url("../tma/ie.css");

/* Header styles */
#header #logo a.sitelogo { display: block; width: 470px; height: 90px; background: url(images/bg/excelscient_banner_470.png) no-repeat; }
#menu li span.features { background: url(images/bg/hourglass.gif) no-repeat; }

/* Heading styles */
h3.mast { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #B96028; }

/* typography.css */
#home_about p { font-size: 1em; font-family: arial; text-align: left; letter-spacing:1px;}

/* Single Post Styles */
#post_content blockquote { width: 80%;  margin: 0 10% 0 10%; font: 1.2em georgia, serif; font-style: italic; }
#post_content blockquote p { text-align: left; line-height: 1.5em; }
#post_content p a, #arch_content p a, .post_meta a { color: /*#224970;*/#3a6999; text-decoration:none;}
.post_text a { border-bottom: 1px solid #eee; color: #3a6999; }

/* Top banner with rotating images */
#topbanner { height: 70px; border-bottom: 1px solid #999; background: url(images/bg/home_banner.png) no-repeat; }
#topbanner_arch { height: 70px; border-bottom: 1px solid #999; background: url(images/bg/archive_banner.png) no-repeat; }
#topbanner_single { height: 70px; border-bottom: 1px solid #999; background: url(images/bg/single_banner.png) no-repeat; }
#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle { float: left; background: #fff; color: #000; font: 700 2em arial, sans-serif; text-transform: lowercase; letter-spacing: -0.036em; padding: 1px 5px 1px 0; margin: 20px 0 0 0; }

/* Testimonials */
#random-excerpt blockquote { width: 80%; color: #d3d3d3; margin: 0.5em 1em 0.5em 1em; font: bold 1em georgia, serif; font-style: italic; text-align:left; }
#random-excerpt p { color: #666; margin: 0em 0.5em 2em 0em; font: 1em arial, sans-serif; font-variant: small-caps; font-style: normal; text-align:right;}

/* Archive Styles */.archive_description { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #dadada; background: url(images/bg/clipboard.png) no-repeat 0 8px; color: #666; }


