/*
Theme Name: Allie Creative Custom Theme
Theme URI: http://alliecreative.com/
Description: A base for custom themes designed by Allie Creative.
Version: 1.0
Author: Allie Towers Rice
Author URI: http://alliecreative.com/
Tags: custom header, fixed width, widgets
*/


/*----------------------------------------------------------------------
    Reset
----------------------------------------------------------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, img,
a, b, abbr, acronym, big, cite, code, del, em, i, ins, small, strike, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
}


/*----------------------------------------------------------------------
    Base
----------------------------------------------------------------------*/

body {
	color: #555;
	font: .625em/1.5em Helvetica, Arial, Verdana, Tahoma, sans-serif; /* 1em = 10px */
}

a {
	color: #609c42;
	text-decoration: none;
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}


/*----------------------------------------------------------------------
    Layout
----------------------------------------------------------------------*/

body {
	background: #fbf1eb url("images/noise.gif") repeat left top;
	text-align: center;
}

#container-outer {
	background: transparent url("images/fern.gif") no-repeat center top;
}

#container {
	background: transparent url("images/white-border.gif") repeat-x center top;
}

#container-inner {
	width: 929px;
	background: transparent url("images/content-top.png") no-repeat 40px 217px;
	text-align: left;
	margin: 0 auto;
}

#container-inner-inner {
	background: transparent url("images/leaves.png") no-repeat left 40px;
}

#header-container {
	height: 280px;
}

	#header {
		padding: 100px 0 0 90px;
		margin-bottom: 25px;
	}
	
		#header h1 a {
			display: block;
			background: transparent url("images/ruth.png") no-repeat left top;
			height: 72px;
			text-indent: -5000px;
			margin-bottom: 4px;
		}
		
		#header p.description {
			background: transparent url("images/tagline.png") no-repeat 96px top;
			height: 25px;
			text-indent: -5000px;
			padding-left: 96px;
		}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding: 17px 0 0 70px;
}

	#menu ul {
		list-style: none;
	}
	
		#menu ul li {
			display: inline;
			padding-left: 16px;
		}
		
			#menu ul li a {
				color: #555;
			}
			
			#menu ul li a:hover {
				color: #333;
				border-bottom: 3px solid #a3c5c6;
			}
			
			#menu ul li.current_page_item a,
			#menu ul li.current_page_item a:hover,
			#menu ul li.current_page_ancestor a,
			#menu ul li.current_page_ancestor a:hover {
				color: #333;
				border-bottom: 3px solid #93babb;
			}

#page {
	width: 881px;
	margin-left: 40px;
}

#content-container {
	background: transparent url("images/bg.png") repeat left top;
}

	#content {
		background: transparent url("images/leaf-over.gif") no-repeat left top;
		font-size: 1.5em;
		line-height: 1.7em;
		padding: 36px 46px;
	}
	
	#theme-photo {
		float: right;
		position: relative;
		right: -46px;
		margin-bottom: 40px;
	}
	
	#main {
		max-width: 520px;
	}
	
	#sidebar {
		width: 200px;
		float: right;
		clear: right;
		color: #777;
		font-size: .933em;
		line-height: 1.6em;
		font-style: italic;
		font-family: Georgia, Times, serif;
		text-align: right;
	}
	
		#sidebar h2 {
			display: none;
		}
	
		#sidebar div {
			margin-bottom: 2.5em;
		}
		
		#sidebar .byline {
			color: #999;
			display: block;
			font-style: normal;
			font-variant: small-caps;
			letter-spacing: .05em;
		}
		
		#sidebar #text-37,
		#sidebar #text-38 {
			font-style: normal;
			background: #fff;
			text-align: center;
			padding: 15px 45px 1px 30px;
			border: 1px solid #f5ebe5;
			border-width: 1px 0 1px 1px;
			margin: 0 -46px 2.5em -30px;
		}

#footer-container {
	position: relative;
	/*top: -55px;
	background: transparent url("images/mini-leaves.png") no-repeat 28px top;
	clear: both;*/
	font-size: 1.2em;
	text-align: right;
	padding: 8px 8px 40px 50px;
}

	#footer {
		color: #999;
	}
	
		#footer img {
			position: absolute;
			top: -55px;
			left: 28px;
		}
		
		#footer .copyright {
			color: #609c42;
			display: block;
			float: left;
			width: 480px;
			text-align: left;
		}
		
		#footer a {
			color: #999;
			text-decoration: underline;
		}


/*----------------------------------------------------------------------
    Generic text styles
----------------------------------------------------------------------*/

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

#content .green {
	color: #609c42;
}

#content h1 {
	color: #609c42;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: .7em;
}

#content h2 {
	color: #444;
	font-size: 1.333em;
	font-weight: normal;
	margin-bottom: .9em;
	margin-top: 2em;
}

#content h3 {
	font-weight: bold;
}

#content p,
#content blockquote,
#content ul,
#content ol,
#content dd {
	margin-bottom: 1.5em;
}

#content blockquote p {
	margin-bottom: 0;
}

#content ul {
	margin-left: 14px;
}

	#content ul li {
		margin-bottom: .3em;
	}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin: 3em 0;
}

.amp {
	font: italic 1em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
}

.pullout {
	float: right;
	width: 200px;
	background-color: #fbf1eb;
	font-size: .867em;
	line-height: 1.5em;
	padding: 15px 15px 0 15px;
	margin: 0 0 1em 1.5em;
}

	#content .pullout h3 {
		text-align: center;
		margin-bottom: .5em;
	}


/*----------------------------------------------------------------------
    Comments
----------------------------------------------------------------------*/

#content .commentlist img {
	display: inline;
	border: none;
	padding: 0 0 0 4px;
}

#content h3.comments {
	margin-left: 170px;
	text-align: left;
}

	#content h3.comments span {
		font: italic 1.5em Georgia, "Times New Roman", Times, serif;
		padding-right: .1em;
	}

#content ol.commentlist {
	list-style: none;
	margin-bottom: 2em;
}

	#content ol.commentlist li {
		clear: both;
		overflow: auto;
		border-bottom: 1px dotted #ccc;
	}
	
	#content ol.commentlist li.alt {
		background-color: #f7f7f7;
		padding: 8px 0;
		margin-bottom: 1em;
	}
	
		#content ol.commentlist .who-when {
			overflow: hidden;
			float: left;
			width: 150px;
			font-family: Georgia, "Times New Roman", Times, serif;
			line-height: 1.3em;
			text-align: right;
			padding-bottom: 1.2em;
		}
		
		#content ol.commentlist li.alt .who-when {
			padding-left: 8px;
			width: 142px;
		}
		
			#content ol.commentlist .when {
				color: #999;
				font-variant: small-caps;
				font-size: .923em;
				letter-spacing: .1em;
			}
			
			#content ol.commentlist .when a {
				color: #999;
				text-decoration: none;
			}
						
			#content ol.commentlist .when a:hover {
				background-color: transparent;
				text-decoration: underline;
			}
			
			#content ol.commentlist cite {
				font-style: italic;
				font-weight: bold;
			}
		
		#content ol.commentlist .what {
			margin-left: 170px;
		}

		#content ol.commentlist li.alt .what {
			padding-right: 8px;
		}

#content form#commentform dl {
	clear: both;
	padding-top: .7em;
}

	#content form#commentform dl dt {
		float: left;
		width: 150px;
		font-style: italic;
		text-align: right;
	}
	
	#content form#commentform dl dt,
	#content form#commentform dl dd {
		line-height: 1.3em;
		padding-top: .3em;
	}
	
		#content form dl dt small {
			color: #999;
			font: italic .923em/1em Georgia, "Times New Roman", Times, serif;
		}
		
		#content form dl.error dt label {
			color: #bc2809;
		}
	
	#content form#commentform dl dd {
		margin-left: 170px;
	}

#content form#commentform p {
	clear: both;
	padding-top: .7em;
	margin-left: 170px;
}

#content #commentform input,
#content #commentform textarea,
#content #commentform select {
	width: 230px;
	font: .923em Verdana, Tahoma, sans-serif;
	padding: 1px 3px;
}

#content #commentform textarea {
	height: 120px;
}

#content #submit,
#content .buttons input {
	width: auto;
	padding: 0;
}

#content p.error {
	line-height: 1.3em;
}

	#content p.error strong {
		color: #bc2809;
	}

#content p.success {
	line-height: 1.3em;
}

	#content p.success strong {
		color: #608e24;
	}


/*----------------------------------------------------------------------
    Images
----------------------------------------------------------------------*/

.wp-caption {
}

	.wp-caption img {
	}
	
	.wp-caption img p.wp-caption-text {
		font-style: italic;
		font-size: .9em;
	}


/*----------------------------------------------------------------------
    Specific formatting and other styles
----------------------------------------------------------------------*/

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

