/* 
Template: quitaid
Theme Name: QuitAid
Description: Blue and Grey professional/medical look.
Author: Zann Marketing Pty Ltd
Author URI: http://www.zann-marketing.com/

*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	color: #333;
	background-color: #FFF;
	text-align:left;
}

img {
	border:none;
}

p {
	line-height: 130%;
}

#wrapper {
	width:800px;
	margin:0;
}

html>body #wrapper {
	width: 800px; /* ie5win fudge ends */
}

/* Top */

#top {
	display:block;
	height: 59px;
	margin-bottom: 2px;
}

#top #logo {
	width: 165px;
	height: 27px;
	position:relative;
	left:250px;
	margin-top:18px;
	float:left;
}

#top #rightblock {
	width:58px;
	height:58px;
	background-color: #AFC3D2;
	border-width: 1px;
	border-style: solid;
	border-color: #C9E0F1 #90A1AD #90A1AD #C9E0F1;
	float:right;
}

/* Top2 */

#top2-left {
	clear:both;
	width: 232px;
	height: 196px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-right:15px;
	background-color: #004789;
	border-width: 1px;
	border-style: solid;
	border-color: #006ACD #002C55 #002C55 #006ACD;
	float:left;
}

#top2-left ul {
	margin-top: 40px;
}

#top2-left ul li {
	color: #FFF;
	list-style-type:none;
	text-align:right;
	line-height:130%;
}

#top2-left A:link {
	color: #FFF;
	text-decoration: none;
}

#top2-left A:visited {
	color: #DDD;
	text-decoration: none;
}

#top2-left A:hover,#top2-left A:active {
	color: #FFF;
	text-decoration: underline;
}

#top2-right {
	width: 548px;
	height: 196px;
	margin-bottom: 1px;
	background: url("/images/header.jpg") no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #DAE3E7 #406082 #406082 #DAE3E7;
	float:right;
}

/* top3 */

#top3-left {
	clear:both;
	width: 232px;
	height: 28px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #AFC3D2;
	border-width: 1px;
	border-style: solid;
	border-color: #C9E0F1 #90A1AD #90A1AD #C9E0F1;
	font-size: 135%;
	color: #001C36;
	text-align:right;
	padding-top: 12px;
	padding-right: 15px;
	float:left;
}

#top3-right {
	width: 548px;
	height: 28px;
	margin-bottom: 1px;
	background-color: #D9E7F1;
	border-width: 1px;
	border-style: solid;
	border-color: #E8F4FC #CAD7E0 #CAD7E0 #E8F4FC;
	font-size: 135%;
	color: #001C36;
	text-align:center;
	padding-top: 12px;
	float:right;
}

/* Left column */

#left {
	clear:both;
	width: 232px;
	float: left;
	padding-right: 15px;
	background-color: #E8E8E8;
	border-width: 1px;
	border-style: solid;
	border-color: #F1F1F1 #C5C5C5 #C5C5C5 #F1F1F1;
	color: #001C36;
	text-align: right;
}

/* Menu Items */

#left ul {
	margin-bottom: 1em;
	padding-left: 0em;
}

#left ul li {
	list-style-type: none;
	font-size: 100%;
	line-height: 130%;
}

#left A:link, #left A:visited {
	color: #555;
	text-decoration: none;
}

#left A:hover, #left A:active {
	color: #555;
	text-decoration: underline;
}

#left input {
	width: 90%;
	color: #000;
}

#left #searchform input[type="text"] {
	border:1px solid #555;
	background-color:#D9E7F1;
}

#left #searchform input[type="submit"] {
	margin-top:3px;
	width: 40%;
	border:1px solid #555;
	background-color:#D9E7F1;
	color: #444;
}

/* Right Column */

#right {
	width: 523px;
	padding-left: 25px;
	float:right;
}

/* Footer stuff */

#footer {
	clear:both;
	width: 538px;
	height: 48px;
	float: right;
	text-align: right;
	padding: 5px;
	color: #FFF;
	background-color: #004789;
	border-width: 1px;
	border-style: solid;
	border-color: #006ACD #002C55 #002C55 #006ACD;
	font-size: 90%;
}

/* WordPress Stuff */

a {
	color: #001C36;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #fc9;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #c00;
	background: #fc9;
	margin-left: 1.5em;
	padding: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	font: 125% Verdana, Helvetica, Arial, sans-serif;
	color: #001C36;
	text-decoration:none;
}

h1 a:link,h1 a:visited {
	color: #001C36;
	text-decoration: none;
	display:block;
}

h1 a:hover,h1 a:active {
	background-color:#D9E7F1;
}

h2 {
	font: 120% Verdana, Helvetica, Arial, sans-serif;
	color: #001C36;
}

h3 {
	font:115% Verdana, Helvetica, Arial, sans-serif;
	color: #001C36;
}

ul li {
	line-height: 130%;
}

ol#comments li p {
	font-size: 100%;
}

.feedback {
	font: 95% Helvetica, Arial, Verdana, sans-serif;
}


.textarea {
	width:200px;
	margin:0;
}

#commentform  #comment {
	width:450px;
	margin:0;
}

/* Classes used by the_meta() */

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #fc9;
	border-top: double 3px #c00;
	color: #000;
	font-size: 80%;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
  color: #fff;
  text-decoration: none;
}

.feedback {
	color: #c00;
	text-align: right;
	clear: both;
	font-size: .75em;
}

.meta {
	font-size: 85%;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta {
	color: #333;
	font-weight: normal;
	letter-spacing: 0;
}

.meta a:link, .meta a:visited {
	color: #001C36;
	text-decoration: underline;
}

.meta A:hover, .meta A:active {
	color: #001C36;
	background-color:#D9E7F1;
	text-decoration: none;
}

.post, #comments-post {
	margin-top: 15px;
}

.storycontent a:link,.storycontent a:visited {
	color: #001C36;
	text-decoration: underline;
}

.storycontent a:hover,.storycontent a:active {
	color: #001C36;
	background-color:#D9E7F1;
	text-decoration: none;
}

.storytitle {

}

.storytitle a:link,a:visited {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea, #commentform #submit {
	background: #D9E7F1;
	border: 1px solid #555;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #fc9;
	font-size: 110%;
	list-style-type: none;
}

/* Post links */

.pl_email {
	background: url("/images/email_grey.gif") no-repeat left !important;
	padding: 4px 0 4px 17px;
	margin-right: 15px;
}

.pl_print {
	background: url("/images/print_icon.gif") no-repeat left !important;
	padding: 4px 0 4px 17px;
	margin-right: 15px;
}

.pl_link {
	background: url("/images/link_icon.gif") no-repeat left !important;
	padding: 4px 0 4px 19px;
	margin-right: 15px;
}