/*
Theme Name:		Healthcare Savvy
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	        Healthcare Theme coded by David Chu for Chad Connects.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
/* #logo, #tagline {display: none;}  */

body {
/*  background: #2d2d2d url(images/textureBack.gif) repeat-x;   */
  background: #415685 url(images/textureBack.gif) repeat-x;
  font-family: Arial, Sans-Serif, Helvetica;
}
.article p {
  margin-bottom: 0;
}
#secondary table {
  width: 260px;
}
#search-3 .searchform {margin: 0 20px;}
#logo a {
  position: absolute;
  top: 100px;
  left: 130px;
  text-transform: uppercase;
  color: #fff;
}
#logo a:hover {
  color: #fff;
}
#tagline {
  position: absolute;
  top: 120px;
  left: 118px;
  color: #fff;
}
#wp-calendar  {
  margin-left: 20px;
  width: 240px;
}
.nav {
  border: 0;
  background-color: transparent;
}
.nav a:link, .nav a:visited {
  font-size: 1em;
  padding-right: 50px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border: 0;
  color: #fff;
}
.nav a:hover, .nav a:active  {
  background: transparent url(images/orangeMenuUnderline.gif) .5em bottom no-repeat;
}
.nav li:hover, .nav li:active, .nav a:focus {background: #979FCD;}

.menu  {
  padding-left: 72px;
}
.container {
  position: relative;
  margin: 0 auto; 
  width: 1100px;
}
.header {
  height: 250px;
  margin-bottom: -50px;
  background: url(images/HeaderImage.gif) no-repeat;
}
#content  {
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;   /* fixed stupid IE which didn't like neg. margin in header  */
  padding-left: 77px;
}
.entry-title a, .page h1 {
  color: #4F4F4F;
  font-size: 1.5em;
/* dave */
  font-size: 1em;
  font-weight: bold;
}
.page h1 {
  font-size: 2.5em;
}
#leftShadow  {
  position: absolute;
  top: 250px;
  left: 30px;
  height: 1081px;
  width: 46px;
/*  background: url(images/leftShadow.png) top left no-repeat;   */
}
#joanie  {
  position: absolute; 
  top: 85px;
  right: 130px;
  width: 156px;
  height: 135px;
  background: url(images/JoanTransparent.gif) no-repeat;  
}
#joanFeed  {
  position: absolute; 
  top: 10px;
  right: 100px;
/*  width: 185px;   */
  color: #fff;
  font-size: .8em;
}
#joanFeed a  {
  padding: .5em 0 0 1.5em;
  color: #fff;
}
#joanFeed span  {
  float: left;
}  
.footer, .footer a {color: #fff;}
.footer {
  margin-left: 77px;
  padding-top: 4px;
}

.aside {
  margin-top: 20px;
  width: 280px;
  background-color: #182357;
  color: #fff;
  float: left;
}
.aside ul, p, h3, .page-title  {
  padding: 1em;
}
.aside h3 {
  padding-top: .6em;
  font-size: 1.6em;
  padding-left: 1em;
  padding-bottom: 0;
}
.aside ul {
  list-style-type: none;
}
.aside a {color: #fff;}

.widget-title {
  height: 46px;
  background: url(images/SideBarTitleBlue.gif) no-repeat;
}
#primary {
  background: #fff url(images/contentTopGradient.gif) repeat-x;
  width: 660px;
}
#primary div {
  margin-left: 20px; 
  margin-top: 20px; 
  margin-right: 20px; 
}
#primary div div {
  margin-left: 0;
/* dave  get paras a little closer */
  margin-top: 0;  
}
/* dave more finicky crap  */
#primary .article p {
  padding: .5em;
}
.entry-content {
  /* dave  another dipshit filter  */
  word-wrap: break-word;
}
.comment-count a {
  height: 27px;
  padding: 3px 3px 3px 2.5em;
  background: url(images/commentBubble.gif) no-repeat;
}
.post {
  background: url(images/PostBottom.gif) bottom no-repeat;
  padding-bottom: 40px;
}