/*  
Theme Name: Erin Johnson LPC
Theme URI: http://www.erinjohnsonlpc.com
Description: A Baseline Theme for WordPress. 
Version: 0.1
Author: Minima Designs
Author URI: http://www.minimadesigns.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background: #183152 url(images/bg_erin.jpg) repeat-x;
	color: #183152;
	padding:0;
	}


body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 0px 0 10px 0;padding:0px 0 10px 0;
	line-height:150%;
	}


	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}


.clear {clear:both}

/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:0;	background: transparent url(images/bg_main.gif) repeat-y;
}

#wrapper {
	font-size:1em /*Global content font-size*/;
	width:960px;
	margin:0 auto;
	}

#masthead {
	height:133px;float:left;width:560px;
	}


	
#newsletter {
	float:right;height:133px;width:264px;
	padding:0;	background: transparent url(images/bg_news.gif) no-repeat;
}	

#innernews {margin:77px 0 0 2px;vertical-align:top}
#innernews #newsinput {height:20px;width:190px;margin:2px 0 0 5px;padding:7px 0 5px 0;border:0;vertical-align:top}	
#submitnews {padding:0px 0 0 0;vertical-align:top}
	
#content {
	width:655px;
	float:left;padding:0 20px 0 20px
	}

#sidebar {
	width: 265px;
	float:right;
	padding:0;
	}

.left {
	float:left
	}

.right {
	float:right
	}

.divider {background-image: url(images/dots.gif); background-repeat: repeat-x;padding:2px 0 2px 0px;margin:0 0 5px 0}
	
/*sidebar events		*/
	#sideevents {margin:0 10px 0 20px;}
		#sideevents p {font-size:13px;color:#99badb;line-height:1.3em;padding:0 0 10px 0;margin:5px 0 0 0}
	#sideevents p strong {color:#fff}
#sideevents h3 {color:#658aa7}
	
#content p a {color:#184d77;font-weight:bold;text-decoration:none;border-bottom:1px solid #bccfe0}
	
/*home page*/

.box1 h4, .box2 h4, .box3 h4 {margin:0;padding:0}
.box1 {height:160px;float:left;width:180px;padding:0px 0px 0 0px;}
.box2 {height:160px;float:left;width:180px;padding:0px 20px 0 20px;margin:0 10px 15px 10px;border-left:1px solid #bccfe0;border-right:1px solid #bccfe0}
.box3 {height:160px;float:left;width:180px;padding:0px 0px 0 0px;}

#homebox {width:630px;font-size:100%;line-height:1.2em;padding:0px 0 5px 0px;margin:0;}

.boxtitle {margin:0;padding:0}
.boxtitle p {font-size:14px;font-weight:normal;margin:0;padding:7px 0 0 0px}

#home h3 {border-top:1px solid #bccfe0;clear:right;padding:10px 0 0 0 ;margin:0}
#home #sidebar h3 {border-top:none;}

.alignrighthome {float:right;margin:0 0 0 0;padding:0}
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h1 {color:#6989a7;
font-family: "Lucida Grande", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;

}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	color:#7d99b2;
	font-family: Helvetica, Arial, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: normal;
text-transform: normal;
line-height: 1.2em;padding:10px 0 5px 0;
	}



 h3 {
color:#213e60;
font-family: "Lucida Grande", sans-serif;
font-size: 22px;
font-style: normal;
text-transform: normal;
padding:10px 0 5px 0;margin:0;
	}


 h4 {
color:#f5a559;
font-family: "Lucida Grande", sans-serif;
font-size: 18px;
font-style: normal;
text-transform: normal;
padding:10px 0 5px 0;margin:0;
	}
	




	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:22px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited { 
	border:1px solid #CCC;
	padding:6px 8px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/



.widget {
	margin-bottom:14px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	padding:6px 0;
	line-height:140%;font-size:13px;color:#bccfe0;
	}

.widget li a, .widget li a:visited {
	color:#fff;
	text-decoration:underline;font-weight:bold
	}

.widget li a:hover, .widget li a:active {
	color:#bccfe0;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {border-top:1px solid #dee4ea;
	font-size:1em;
	overflow:hidden;
	width:650px;margin:10px 0 0 20px;
	color:#32567a;padding:20px 0 20px 0;
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	
	
/* ---------- @ Quote -----------*/

	
#quote{margin:20px 0 0 10px;padding:10px 0 30px 20px;background: transparent url(images/topquote.gif) top left no-repeat}
#innerquote {text-align:right;color:#779abc;font-style:italic;line-height:1.6em; background: transparent url(images/bottomquote.gif) bottom right no-repeat;padding:0 0 45px 0;}


/* ---------- @ Contact Form -----------*/
.wpcf7 p {font-size:90%;margin:0;padding:0}

label {font-weight:bold;}


.wpcf7-form-control-wrap checkbox-983 {background:#ff9900}

span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}

/*
#events-calendar  .entry ul, .events  .entry ol {
	margin:20px 0 0 0;
	padding:0px;
	}
				
#events-calendar  .entry li {
	margin: 0 0 15px 0px;
	line-height:125%;
	}

#events-calendar  .entry li a {color:#184d77;font-weight:bold;text-decoration:none;border-bottom:1px solid #bccfe0}


ul.dbem_events_list  {list-style:none;margin:0;padding:0}
li.dbem_events_list {list-style:none;margin:0;padding:0}
.dbem_events_list li a  {color:#184d77;font-weight:bold;text-decoration:none;border-bottom:1px solid #bccfe0}
*/