/*
Theme Name: Just Ask Dr. Leah
Theme URI: http://www.justaskdrleah.com
Description: Custom theme for Dr. Leah Klungness
Version: 1)
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: leah, klungness, phd, single mother, expert, sanity fairy
*/

/* COLORS: 
   Maroon - #660033
   Green - #336633

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Default styles */

p, ul, li {
	padding: 7px 0px;
	margin: 0;
}

a:link, a:visited {
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.wp-caption:link, a.wp-caption:visited {
	color: #336633;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	padding: 8px 0px;
	margin: 0;
}

h1 {}
h2 { font-size: 24px; line-height: 24px; font-style: italic; color: #336633; font-weight: normal; }
h3 {}
h4 {}
h5 {}
h6 {}

ul {
}

li {
}

img.alignright {
	float: right;
	padding: 5px 0 4px 8px;
	border: none;
}

img.alignleft {
	float: left;
	padding: 5px 8px 4px 0;
	border: none;
}

hr {
	border: none;
	height: 4px;
	background-color: #fff;
	background-image: url(template/hr_bkg.png);
	background-repeat: repeat-x;
	padding: 8px 0;
	margin: 0;
}

.clear { clear: both; }

/* Structure */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: center;
}

#container {
	width: 891px;
	text-align: left;
	margin: 0 auto;
}

#header {
	padding-bottom: 8px;
	padding-top: 0px;
}

#header hr {
	padding: 0;
	margin: 0;
}

#title_area {
	width: 447px;
	height: 145px;
	background-image: url(template/title_area.png);
	background-repeat: no-repeat;
	float: left;
}

#title_area p {
	color: #660033;
	font-size: 18px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 34px;
}

#SMH_button {
	float: left; 
	width: 222px;
	height: 145px;
	text-indent: -9999px;
}

#SMH_button a {
	display: block;
	width: 222px;
	height: 145px;
	background-image: url(template/SMH_button_full.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#SMH_button.remove_from_home a {
	background: none;
	display: none;
}

#SMH_button a:hover {
	background-position: right;
}

#twitter_button {
	float: right;
	width: 222px;
	height: 145px;
	margin-bottom: 14px;
}


#twitter_button a {
	display: block;
	width: 222px;
	height: 145px;
	background-image: url(template/twitter_button_full.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#twitter_button a:hover {
	background-position: right;
}

#title_area h1 {
	text-indent: -9999px;
}

#nav {
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding: 4px 0 6px 0;
	margin: 0;
	text-transform: lowercase;
}

#nav li {
	display: inline;
	padding-right: 30px;
}

#nav li a:link, #nav li a:visited {
	font-weight: normal;
	color: #000;
}

#nav li a:hover, #nav li a:active {
	text-decoration: none;
	color: #660033;
}

.current_page_item { font-style: italic; };

#footer {
	font-size: 11px;
	text-align: center;
	padding: 7px 0;
	clear: both;
}

.legalese {
	font-size: 11px;
	text-align: center;
}

#sidebar {
	width: 401px;
	float: right;
	padding-left: 60px;
}


