/*
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, Tahoma, sans-serif; /* 1em = 10px */
}

a {
	color: #00afcb;
	text-decoration: none;
	outline: none;
}

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

br {
	clear: none !important;
}


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

body {
	background: #afdfe4 url("images/swirl.gif") repeat fixed center top;
	text-align: center;
}

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

#container {
	background: transparent url("images/menu-span.png") no-repeat center 20px;
}

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

#header-sidebar {
	float: right;
	width: 264px;
}

	#header {
		background: transparent url("images/logobox.gif") no-repeat right bottom;
		text-indent: -5000px;
		padding: 38px 0 12px 0;
	}
	
		#header h1 {
			padding-left: 28px;
			margin-bottom: 24px;
		}
	
			#header h1 a {
				display: block;
				height: 165px;
				width: 207px;
				background: transparent url("images/logo.gif") no-repeat center top;
			}
		
		#header .description {
			height: 27px;
			background: transparent url("images/slogan.png") no-repeat center top;
			margin: 0 -5px;
		}
	
	#sidebar {
		font: 1.3em/1.5em Helvetica, Georgia, "Times New Roman", Times, serif;
		text-align: center;
		padding: 0 2px;
		margin-top: 60px;
	}
	
		#sidebar a {
			color: #444;
			text-decoration: underline;
		}
	
		#sidebar .widget-container {
			background: transparent url("images/sidebar/sidebar_top.png") no-repeat center top;
			padding-top: 10px;
			margin-bottom: 30px;
		}
		
			#sidebar .widget-container .widget {
				background: transparent url("images/sidebar/sidebar_bottom.png") no-repeat center bottom;
				padding-bottom: 10px;
			}

				#sidebar .widget-container .widget div {
					background: transparent url("images/sidebar/sidebar_bg.png") repeat center top;
					padding: 8px 20px 3px 20px;
				}
				
					#sidebar .widget-container .widget div div {
						background-image: none;
						padding: 0;
					}
				
				#sidebar .widget-container .widget h2 {
					display: none;
				}
				
				#sidebar .widget-container .widget div h2 {
					display: block;
					height: 31px;
					text-indent: -5000px;
					background: transparent none no-repeat center top;
					margin-bottom: 1.2em;
				}
				
				.blog #sidebar .widget-container .widget h2 {
					height: auto;
					color: #00afcb;
					font-weight: bold;
					font-size: 1.077em;
					text-indent: 0;
					margin-bottom: .8em;
				}
				
				#sidebar .widget-container .widget div.hours h2 {
					background-image: url("images/sidebar/headings/hours.png");
				}

				#sidebar .widget-container .widget div.printing h2 {
					background-image: url("images/sidebar/headings/printing.png");
				}
				
				#sidebar .widget-container .widget div.mailing-list h2 {
					background-image: url("images/sidebar/headings/mailing-list.png");
				}
				
				#sidebar .widget-container .widget div.companies h2 {
					background-image: url("images/sidebar/headings/companies.png");
					height: 22px;
				}
				
				#sidebar p,
				#sidebar h3 {
					margin-top: 1em;
				}
				
				#sidebar h3 {
					font-weight: bold;
					margin-bottom: .3em;
				}
				
				#sidebar ul {
					list-style: none;
				}
				
					#sidebar ul.icon-list {
						list-style: none;
						text-align: left;
					}
					
						#sidebar ul.icon-list li {
							min-height: 24px;
							background: transparent none no-repeat left center;
							padding-left: 34px;
							margin-bottom: 10px;
						}
						
						.blog #sidebar ul.icon-list li {
							background-position: left top;
							padding-left: 24px;
							min-height: auto;
							margin-bottom: 5px;
						}
						
						#sidebar ul.icon-list li.visit {
							background-image: url("images/sidebar/icons/visit.png");
						}
						
						#sidebar ul.icon-list li.phone {
							background-image: url("images/sidebar/icons/phone.png");
							padding-top: 8px;
						}
						
						#sidebar ul.icon-list li.email {
							background-image: url("images/sidebar/icons/email.png");
							padding-top: 5px;
							margin-bottom: 0;
						}
						
						#sidebar ul.icon-list li.email-small {
							background-image: url("images/sidebar/icons/email.gif");
						}

						#sidebar ul.icon-list li.rss {
							background-image: url("images/sidebar/icons/rss.gif");
						}
 
#page {
	width: 625px;
	background: #fff url("images/stitch.gif") repeat-y 3px top;
	padding-top: 20px;
}

	#menu {
		height: 44px;
		background: transparent url("images/menu-span.png") no-repeat left top;
		margin-right: -10px;
	}
	
		#menu ul {
			list-style: none;
			padding-top: 13px;
		}
		
			#menu ul li {
				float: left;
				margin-right: 24px;
			}
			
			#menu ul li.first-child {
				margin-left: 16px;
			}
			
			#menu ul li.last-child {
				margin-right: 0;
			}
		
				#menu ul li a {
					display: block;
					height: 19px;
					background: transparent none no-repeat left top;
					text-indent: -5000px;
				}

				#menu ul li a:hover {
					background-position: left bottom;
				}
				
				#menu ul li.frontpage a {
					width: 49px;
					background-image: url("images/menu/home.gif");
				}
				
				#menu ul li.visit a {
					width: 119px;
					background-image: url("images/menu/come-visit-us.gif");
				}

				#menu ul li.events a {
					width: 133px;
					background-image: url("images/menu/classes-events.gif");
				}

				#menu ul li.about a {
					width: 51px;
					background-image: url("images/menu/about.gif");
				}

				#menu ul li.newsletter a {
					width: 89px;
					background-image: url("images/menu/newsletter.gif");
				}

				#menu ul li.blog a {
					width: 36px;
					background-image: url("images/menu/blog.gif");
				}

	#content {
		font-size: 1.4em;
		min-height: 700px;
		line-height: 1.6em;
		padding: 50px 25px 25px 25px;
	}

#footer {
	clear: both;
	color: #666;
	font: small-caps 1.2em/1.5em Georgia, Times, serif;
	letter-spacing: .08em;
	text-align: right;
	padding: 10px 25px;
}
	
	#footer .copyright {
		display: block;
		float: left;
		width: 250px;
		text-align: left;
	}
	
	#footer a {
		color: #666;
		text-decoration: underline;
	}


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

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

#content a:hover {
	background-color: #f3f3f3;
	border-bottom-style: solid;
}

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

#content .post h1.page-title {
	background: transparent none no-repeat left top;
	height: 43px;
	text-indent: -5000px;
	margin-bottom: 1.4em;
}

.home #content h1.page-title {
	background-image: url("images/headings/welcome.gif");
}

.visit #content h1.page-title {
	background-image: url("images/headings/come-visit-us.gif");
}

.events #content h1.page-title {
	background-image: url("images/headings/classes-events.gif");
}

.about #content h1.page-title {
	height: 59px;
	background-image: url("images/headings/about-the-shop.gif");
}

.newsletter #content h1.page-title {
	height: 65px;
	background-image: url("images/headings/monthly-newsletter.gif");
}

#content .post h1 {
	font-size: 1.714em;
	margin-bottom: .2em;
}

#content h2 {
	color: #444;
	font: small-caps 1.214em/1.5em Georgia, Times, serif;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #aedee4;
	border-top: 1px dotted #aedee4;
	margin: 1.6em 0 .8em 0;
}

#content h3 {
	font-weight: bold;
	margin: 1.5em 0 .3em 0;
}

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

#content .details {
	font-size: .857em;
	padding: 2px 0;
	border-bottom: 1px solid #aedee4;
	border-top: 1px dotted #aedee4;
}

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

#content .intro {
	font-size: 1.214em;
	line-height: 1.5em;
}

#content .timestamp {
	font: small-caps 1em/1.5em Georgia, Times, serif;
	letter-spacing: .08em;
}

#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: 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 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 #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 {
	font: italic .857em/1.3em Georgia, "Times New Roman", Times, serif;
}

	#content .wp-caption a {
		border: none;
		text-decoration: underline;
	}

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

#content img,
#map {
	border: 3px solid #afdfe4;
}


/*----------------------------------------------------------------------
    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;
}
