/*
Theme Name: Judy's Family Haircuts 1.0
Theme URI: http://inedmond.biz
Description: Custom WordPress Theme for Judy's Family Hairuts from inEdmond.biz
Version: 1.0
Author: Adam White
Author URI: http://inedmond.biz
*/

body {
	font-size: 12px;
	font-family: Georgia, Times, Serif;
	background: #cecbc9 url(images/bg.jpg) no-repeat fixed top center;
	color: #333;
	text-align: center;
	margin:0px;
	padding:0px;
	}

a img {border:0px;}

#page_layout {
	float:left;
	margin:10px 20px;
	width:590px;
}

#single {
	width:500px;
}

#single .post {}

#single .entry {
	font:13px/22px Georgia, Times, Serif;
}

#outside {
	width:100%;
	text-align:center;
}

#inside {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	height:110px;
	position:relative;
}

#header #logo {
	position:absolute;
	margin:8px;
}

#header #tagline {
	position: absolute;
	left: 350px;
	width: 340px;
	font: bold 24px/29px Georgia, Times, Serif;
	margin:10px 20px;
	color: #3700a6;
}

#header #phonenumber {
	position:absolute;
	right:0px;
	margin:20px 30px;
	font: bold 24px/29px Georgia, Times, Serif;
	color: #3700a6;
}

#header #navigation {
	position:absolute;
	background: transparent url(images/nav_bg.gif) no-repeat bottom left;
	padding-left:20px;
	height:36px;
	bottom:0px;
	right:10px;
}

#header #navigation ul {
	background: transparent url(images/nav_bg.gif) no-repeat bottom right;
	padding:0px;
	padding-right:20px;
	height:36px;
	width: 544px;
	margin:0px;
	display:block;
}

#header #navigation ul li {
	display:block;
	float:left;
}

#header #navigation ul li a {
	display:block;
	color:white;
	font: bold 14px/16px Georgia, Times, Serif;
	text-decoration:none;
	border-right:1px solid white;
	margin:6px;
	padding:2px 8px;
}

#content {
	background: #ffffff;
	width:940px;
	float:left;
}

#home_left {
	float: left;
	margin-left:20px;
	width:300px;
}

#home_right {
	width:584px;
	float: right;
}

.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#home_elevator {
	font: 14px/24px Georgia, Times, Serif;
	color: #3700a6;
}

.largeimgbg {
	background:url(images/large_img_bg.jpg) no-repeat top left;
}

.largeimg {
	margin:10px;
}
#footer {
	clear:both;
	display:block;
	position:relative;
	background: red url(images/footer_bg.gif) no-repeat top center;
	width: 938px;
	height: 112px;
}

#footer_pad {
	margin:20px;
}

#footer p {
	display:block;
	float:left;
	color:white;
	border-right:1px solid white;
	height:60px;
	padding:10px 30px;
}

#footer a {
	color:white;
	text-decoration:underline;
}

#footer a img {border:0px;}

#sidebar {
	float:left;
	width:300px;
}

.quotescollection_widget h2 {
	color: #3700a6;
	font: bold 22px/24px Georgia, Times, Serif;
}

.quotescollection_widget q {
	font: 18px/22px Georgia, Times, Serif;
	margin-left:20px;
	margin-right:20px;
}
.quotescollection_widget cite {
	color: #cfcfcf;
	font: 14px/22px Georgia, Times, Serif;
}

.coupon {
	border:3px dashed #3700a6;
	padding:8px;
}

.widget h2 {
	color: #3700a6;
	font: bold 22px/24px Georgia, Times, Serif;
	margin-bottom:5px;
}

.pagetitle {
	color: #3700a6;
	font: bold 22px/24px Georgia, Times, Serif;
	margin-bottom:5px;
}