/*
Theme Name: The Write Approach
Theme URI: http://writeapproachla.com/
Description: Online home of the write approach. The write approach for the right results.
Version: 1.0
Author: Leslie Heinz
Tags: custom template, two columns, widgets

Theme by Leslie Heinz - http://lphdesign.com
*/


/* page layout */
html {
	overflow-y: scroll;
}

body {
	background-color: #B3DF86;
	margin: 0;
	padding: 0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .8em;
}

#wrapper {
	margin: 45px auto;
	width: 946px;
	background: url(images/body_946.jpg) repeat-y;
}

#header {
	background-image: url(images/header_bg_946.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 109px;
	padding: 25px 0 0 23px;
	width: 100%;
	background-color: #B3DF86;
}

#container {
	margin: 0;
	padding: 0;
}

#nav { /* left nav of page */
	width: 155px;
	float: left;
	margin: 0;
	padding: 0;
}

#content { /* main content of page */
	width: 490px;
	float: left;
	margin: 0;
	padding: 10px 25px 25px 25px;
}

#rightnav { /* right nav of page */
	width: 250px;
	float: right;
	min-height: 276px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}

#footer {
	clear:both;
   	height: 74px;   /* Height of the footer */
	background-image: url(images/bottom_946.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #B3DF86;
}


/* sidebar nav (the one on the left!) */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menusifr ul {
	padding: 0;
	margin: 0 0 0 5px;
}

#menusifr ul li {
	list-style-type: none;
}

#menusifr ul li a {
	display: block;
	width: 130px;
	height: 37px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	text-align: right;
	padding: 9px 20px 0 0;
	background: url(images/menu_bkgd_off.gif) no-repeat;
}

#menusifr a:hover, #menusifr a:active, #menusifr li.current_page_item a, #menusifr li.current_page_parent a {
	background: url(images/menu_bkgd.gif) no-repeat;
	color: #993366;
}


/* blog sidebar nav (the one on the right!) */
#rightnav ul {
	padding: 10px 15px 10px 10px;
}

#rightnav ul li {
	padding-top: 10px;
}

#rightnav ul li h2 {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

#rightnav ul li ul li {
	padding: 0;
}

#social-media-page img {
	padding: 3px;
}


/* GENERAL PAGE FORMATTING - text, images, headers, etc. */
img{
	border: 0;
	padding: 0;
}

a img {
	border: none;
}

/* text */
#content {
	line-height: 1.2em;
	text-align: justify;
}

h4 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 15px;
	color:#993366; 
	text-decoration:none;
}

#content .post {
	margin-bottom: 0px;
}

#content .postend {
	border-bottom: 2px #ccc dotted;
}

#content a {
	text-decoration:underline;
	color:#A1C979;
}
	
#content a:hover{
	text-decoration:none;
}

p.testimonial {
	border-bottom: 2px dotted #A1C979;
	width: 80%;
	margin: 0 auto;
	}

.samples {
	text-align: left;
	}

.pagelist {
	list-style-image: url(images/arrow_grey.gif);
	margin-left: 35px;
}

.pagelist li {
	padding-top: 2px;
	}

#rightnav h2 {
}

#rightnav a {
	color:#666666; 
}

#rightnav a:hover {
	color:#993366; 
}

#rightnav li.current_page_item a{
	color: #993366;
	padding-left: 7px;
	background: url(images/arrow_purple.jpg) no-repeat;
}

.qt_quote {
	font-style: italic;
	text-align: justify;
	line-height: 1.4em;
}

.qt_author {
	text-align: right;
	padding-top: 4px;
	font-size: 12px;
}

.qt_source {
	text-align: right;
	font-size: 12px;
}

.qt_mini {
	text-align: center;
	font-size: 10px;
}

.qt_mini a {
	color:#A1C979;
}

#footer p {
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 33px 75px 0 0;
}

#footer #bottom_address {
	color: #993366;
	font-size: 11px;
	text-align: center;
	padding: 20px 0 0 0;
}


/* blog formatting */
#blogtitle {
	margin: 0;
	padding: 12px 0 0 0;
}

#blogtitle a {
	color: #993366;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#blogtitle a:hover {
	color: #333;
}

.meta {
	font-size: 13px;
	padding: 4px 0 0 0;
	margin: 0;
}

.purple {
	color: #993366;
}

.green {
	color:#A1C979;
	}

.blogcontent {
	font-size: 14px;
	line-height: 1.2em;
	}

/* comments formatting */
.odd {
	background-color: #dedede;
	padding: 10px 10px 5px 10px;
}

.even {
	padding: 10px 10px 5px 10px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #dedede;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li .avatar {
	float: left;
	border: 1px dotted #ccc;
	padding: 2px;
}

#commentlist p.meta {
	margin-left: 55px;
	font-style: italic;
}

#commentlist blockquote {
	margin: -12px 0 0 50px;
}

#testimoniallist {
	font-size: 14px;
}

/* misc tags */
.imgpad { /*for social media icons */
	padding: 3px 0 3px 0;
	vertical-align: middle;
}

.imgcenter {
	text-align: middle;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin-left: 1.5em;
	padding: 2px 0 3px 5px;
}