/*
Theme Name: To Ashley
Author: Scott Dasse (design) & Gregory Cornelius (dev)
Description: A lovely theme for a lovely woman.
*/


/* Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	background: #e4e3e4 no-repeat url(images/background.jpg) top center scroll;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #231f20;
	font-size: 14px;
	line-height: 1.4em;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 0.6em;
	font-weight: normal;
}

h2 a {
	color: #333;
}

h2 a:visited {
	color: #333;
}

h2.pagetitle {
	text-transform: lowercase;
}

h2.eventtitle {
	font-size: 24px;
	margin-bottom: 0.4em;
}

.blog h2 {
	float: left;
	margin: 0 1em 0.5em 0;
	width: auto;
}

.blog h2 a {
	color: #aabc31;
}

p.meta {
	margin: 0.4em 0 0 2em;
	color: #a69d94;
	font-style: italic;
	float: left;
}

h3 {
	color: #a6998d;
	font-size: 20px;
	margin-bottom: 0.5em;
}

#content h3 {
	clear: both;
}

#content p {
	font-size: 15px;
	line-height: 1.3;
}

h4 {
	color: #82A800;
	font-family: georgia;
	font-size: 16px;
	margin-bottom: 0.6em;

}

h5 {
	
}

#content #events ul {
	list-style: none;
}

#content ul {
	list-style: square inside;
	margin-bottom: 1em;
}

#content ol {
	list-style: decimal;
	margin-bottom: 1em;
}

#content li {
	font-size: 13.5px;
}

.wp-caption p {
    clear: both;
    color: #AAAAAA;
    font-size: 12px;
    line-height: 1.4em;

}


p {
	margin-bottom: 1em;
	font-size: 13.5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #83786e;
	text-decoration: none;
}
.pagination a {
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

blockquote {
	font-size: 12px;
	line-height: 1.5em;
	margin: 2em;
	padding: 10px 40px 10px 40px;
	background: url(images/blockquote-bkgd.gif) no-repeat 10px 10px;
}

a:visited {
	color:  #83786e;
}

li a:hover,
li a:focus {
	color: #82A800; 
	text-decoration: underline;
}

p a:hover,
p a:focus {
	color: #82A800; 
	text-decoration: underline;
}

a.more {
	color:  #82a800;
	font-style: italic;

}

.clear {
	clear: both;
}
/* dropcap */

.firstLetter {
  display: block;
  float: left;
  margin-top: -0.63em; /* use -0.205em for two lines */
  margin-left: -0.20em;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  height: 4.5em;
}

	.firstLetter span {
	  font-size: 5.6em;   /* use 3.33em for two lines */
	  line-height: 1.0em;
	  color: #aabc31;
	}
	
	.firstLetter + span{
	  margin-left  : -0.5em;
	}



#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 100px;
	margin-top: 40px;
}

	#header h1 a {
		background: no-repeat url(images/logo.gif);
		width: 282px;
		height: 48px;
		text-indent: -9999px;
		
		float: left;
	}


#primary-nav {
	float: right;
	width: 455px;
	margin-top: 25px;
}

	#primary-nav li {
		float: left;
		width: auto;
		margin-left: 12px;
	}
	
	#primary-nav li a {
		text-transform: uppercase;
		font-size: 12.5px;
		color: black;
		padding: 2px;
	}
	
	#primary-nav li a:link,
	#primary-nav li a:visited {
		text-decoration: none;
	}
	
	#primary-nav li a:hover,
	#primary-nav li.current_page_item a,
	#primary-nav li.current_page_ancestor a {
		background-color: white;
		border-bottom: 1px solid #d9d3ce;
	
	}

#subnav {
	height: 40px;
	margin-bottom: 2em;
	background-color: white;
	-moz-box-shadow: 0 0 7px 1px #ccc;
	-webkit-box-shadow: 0 0 12px #ccc;
	font-size: 11.5px;
}
	#subnav p.current-page {
		background: no-repeat url(images/nav-arrow.gif);
		height: 30px;
		color: white;
		float: left;
		text-transform: uppercase;
		padding: 10px 40px 0 10px;
	}

	#subnav p.filters {
		padding: 10px 10px 0 20px;
		font-size: 14px;
		float: left;
	}
#banner {
	margin-bottom: 20px;
	margin-left: -5px;
}

	#banner img,
	.shadow {
		padding: 9px;
		background-color: white;
		-moz-box-shadow: 0 0 7px 1px #ccc;
		-webkit-box-shadow: 0 0 12px #ccc;	
		/*padding: 15px;*/
	}

.the_content {
	clear: both;
}

.the_content p {
	margin-bottom: 1.4em;
	font-size: 16px;
}

.the_content:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
}

.post {
	background-color: white;
	-moz-box-shadow: 0 0 7px 1px #ccc;	
	-webkit-box-shadow: 0 0 12px #ccc;	
	padding: 2em;
	margin-bottom: 2em;
}

.alignnone {
	display: block;
	margin: 1em 0 1.4em 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.program {
	color: #666;
	margin: 1em 2em 1em;
	padding-left: 1em;
	border-left: 1px solid #666;
}


.postdate {
	font-style: italic;
	font-size: 18px;
	margin-bottom: 0.4em;
}

#footer p {
	color: #94897f;
	font-style: italic;
}

.short-bio {
	float: left;
	width: 380px;
	margin-right: 40px;
}


#events {
	float: left;
	width: 380px;
}
	#events h2 {
		font-size: 26px;
		margin-bottom: 0.6em;
		text-transform: lowercase;
	}
	
	#events li {
		line-height: 2.2em;
		font-size: 14px;
	}

	#events .eventdate {
		font-style: italic;
		color:  #82a800;


	}

p.edit {
	background-color: yellow;
	color: black;
	width: 90px;
	padding: 2px 10px 2px 10px;
	margin-left: auto;
	text-align: right;
}

p.edit a {
	color: black;
}
/* pagination */

p.pagination a, p.pagination span.current {
	padding: 6px;
	margin-right: 3px;
	background-color: white;
	-moz-box-shadow: 0 0 7px 1px #ccc;
	-webkit-box-shadow: 0 0 12px #ccc;
}

	p.pagination a:hover {
		background-color: #a6998d;
		color: white;
		text-decoration: none;
	}

	p.pagination span.current {
		background-color: #a6998d;
		color: white;
		text-decoration: none;
	}

/* wordpress components */

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
}


/* Forms */

input {
	height: 1.6em;
	vertical-align: baseline;
}

	input:focus, textarea:focus {
		background-color: #f7faff;
	}

	input, textarea {
		border: 1px solid #ccc;
	}

/* comments */

h2.commenttitle {
	color: #aabc31;
}

ul#commentlist li {
	margin-bottom: 10px;
	padding: 10px;		
	border-bottom: #fafafa;
	list-style-position: inside;
	list-style: none;
}

.commentdate {
	margin-left: 10px;
	border-left: 2px solid #aabc31;
	padding-left: 10px;
	font-size: 12px;
	color: #758297;

}

#comment {
	width: 550px;
}

/* contact form */
.contactform {
	position: static;
	overflow: hidden;
	width: 95%;
}

	.contactleft {
		width: 13%;
		text-align: right;
		clear: both;
		float: left;
		display: inline;
		padding: 0.4em 4px 4px 4px;
		margin: 5px 0;
	}

	.contactright {
		width: 84%;
		text-align: left;
		float: right;
		display: inline;
		padding: 4px;
		margin: 5px 0;
	}

	.contacterror {
		border: 1px solid #ff0000;
	}

	.contactright input#contactsubmit,
	input#submit {
		border: 1px solid #ccc;
		padding: 4px 6px;
		height: auto;
		font-weight: bold;
		color: #333;
		background-color: white;
		text-transform: uppercase;
	}

	.contactright input#contactsubmit:hover,
	input#submit:hover {
		background-color: #a6998d;
		color: white;
		cursor: pointer;
	}


/* per-page styles */
.teaching .wp-post-image {
	margin-bottom: 2em;
}

.teaching strong {
	font-weight: bold;
	font-style: italic;
}

