/*
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 Georgia, "Times New Roman", Times, serif; /* 1em = 10px */
}

a {
	color: #1a2735;
	text-decoration: none;
	outline: none;
}

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


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

body {
	background: #fff url("images/scallop.gif") repeat-x center top;
	text-align: center;
}

#container-inner,
#footer {
	width: 920px;
	text-align: left;
	margin: 0 auto;
}

#container-inner {
	padding-top: 60px;
}

#header {
	height: 275px;
	position: relative;
	left: -90px;
	background: transparent url("images/ps.gif") no-repeat left top;
	text-indent: -5000px;
}

#header a {
	display: block;
	height: 275px;
	width: 463px;
}

#main {
	width: 450px;
	float: right;
	position: relative;
	top: -275px;
	font-size: 1.3em;
	line-height: 1.6em;
}

	.post {
		margin-bottom: 4em;
	}
	
		.details {
			font-size: .846em;
			letter-spacing: .05em;
			padding: 3px 0;
			border: 1px dashed #ccc;
			border-width: 1px 0;
		}
		
		.timestamp {
			color: #777;
			font-size: .923em;
			font-variant: small-caps;
			letter-spacing: .15em;
		}
		
#sidebar {
	width: 210px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 60px 0 0 110px;
}

	#content #sidebar .widget {
		margin-bottom: 3em;
	}

	#content #sidebar a {
		color: #444;
	}

	#content #sidebar ul {
		list-style: none;
		margin-left: 0;
	}
	
	#content #sidebar label,
	#content #sidebar input {
		margin-bottom: .6em;
	}
	
	#content #sidebar img {
		border: none;
	}

#footer-container {
	clear: both;
	background-color: #dadada;
}

	#footer {
		font-size: 1.2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant: small-caps;
		text-align: center;
		letter-spacing: 1px;
		padding: 10px 0;
	}
	
		#footer .copyright {
			color: #1a2735;
		}


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

#content a {
	border-bottom: 1px dotted #999;
}

#content a:hover {
	color: #b37e79;
}

#content .details a,
#content h1 a,
#content .commentlist a {
	border: none;
}

#content .details a:hover,
#content h1 a:hover,
#content .commentlist a:hover,
#footer a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#content h1,
#content .comments h3 {
	color: #1a2735;
	font-size: 1.846em;
}

#content h1.archive {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2.5em;
}

#content h2 {
	color: #1a2735;
	font-size: 1.308em;
	font-style: italic;
	letter-spacing: .05em;
	margin-top: 1.5em;
	margin-bottom: .8em;
}

#content .comments h3 {
	margin-bottom: 1em;
}

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

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

#content ul,
#content ol {
	margin-left: 3em;
}

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

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

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


/*----------------------------------------------------------------------
    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 dashed #ccc;
	}
	
	#content ol.commentlist li.alt {
		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: 250px;
	font: .923em Verdana, Tahoma, sans-serif;
	padding: 1px 3px;
}

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

#content #commentform input#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;
}

#content img {
	border: 2px solid #eee;
}

#content #other-feeds ul {
	list-style: none;
	margin-left: 0;
}
	
	#content #other-feeds ul li {
		display: inline;
	}
	
		#content #other-feeds ul li img {
			margin-right: 4px;
		}
	
		#content #other-feeds ul li a,
		#content #other-feeds ul li a:hover {
			border: none;
			background-color: transparent;
		}
