/*
Theme Name: Laser Hair and Skin Center
Theme URI: http://lamanagementco.com
Description: LA Managment Company Theme developed by LA Management Co.
Version: 1.0
Author: LA Management Co
Author URI: http://lamanagementco.com/

Tags: white, blue, gray, jquery
*/

/*************************
HTML STYLES
**************************/
* {
	margin:0;
	padding: 0;
}
html, 
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #414141;
	text-align: center;
}
a {
	color: #2E2C45;
}
a:hover {
	color:#333;
}
a img,
img {
	border: none;
}
a:focus,
object {
	outline: none;
}
small {
	font-size: 0.9em;
}
h1, 
h2, 
h3,
h4{
	font-weight: normal;
}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
li, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/**********************
UNIVERSAL STYLES
***********************/
.clear {
	clear: both;
}
.clearBoth {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.aligncenter,  
div.aligncenter {
	display: block;

	margin-left: auto;

	margin-right: auto;

}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px 0 4px 4px;
	margin: 10px 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 10px 10px 10px 0;
	display: inline;
}
.wp-caption {
	text-align: center;
	background: #EEE;
	margin: 10px;
	padding: 0;
}
.wp-caption img {
	padding: 4px 0 0 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Images */
.linklove {
	display: none;
}
.required {
	color: #F00;
}
.small {
	font-size: 11px !important;
}



/**********************
LAYOUT STYLES
***********************/
#container {
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
}
#header {
	width: 1000px;
	height: 170px;
	position: relative;
	background: url(images/header_bg.jpg) no-repeat;
	color: #FFF;
	margin: 20px 0 0 0;
}
	#header h1,  
	#header h1 a {
		display: block;
		margin: 0;
		padding: 0;
		width: 600px;
		height: 110px;
	}
		#header h1 {
			background: url(images/logo.png) no-repeat 30px 20px;
			text-indent: -99999px;
		}
	#header .slogan {
		position: absolute;
		top: -9999px;
	}
	#header .contact {
		position: absolute;
		top: 30px;
		right: 30px;
		text-align: right;
		padding: 0;
		font-size: 24px;
		font-style: italic;
	}
		#header .contact span {
		}
	#headerSearch {
		position: absolute;
		top: 0px;
		right: 10px;
		width: 220px;
		height: 33px;
		padding: 4px 0 0 15px;
		background: url(images/search_bg.png) no-repeat center top;
		overflow: hidden;
	}
		#headerSearch #s {
			height: 16px;
			width: 157px;
			background: transparent url(images/input_bg.png) no-repeat;
			border: solid 1px #b7b7b7;
			padding: 6px 3px 3px 5px;
			float: left;
			color: #666 !important;
		}
		#headerSearchSubmit {
			height: 30px;
			width: 30px;
			margin: 0 0 0 5px;
			padding: 0;
			background: url(images/search_btn_bg.png) no-repeat;
			border: none !important;
			font-size: 0px;
			cursor: pointer;
			outline: none;
		}
/*#menu {
	clear: both;
	margin: 17px 0 0 0;
	width: 970px;
	padding: 0 15px;
}
	ul.potato-menu {
		width:970px;
		margin: 0;
		padding: 0;
		height: 38px;
	}
	ul.potato-menu:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
	}
	ul.potato-menu li.potato-menu-item {
		margin:0;
		padding:0;
		position:relative;
		list-style:none;
		list-style-position:outside;
		display:inline;
		float:left;
	}
		ul.potato-menu li.potato-menu-item a {
			display:block;
			text-decoration:none;
			padding: 8px 28px 0 28px;
			height: 27px;
			white-space: nowrap;
			font-size: 13px;
			text-transform: uppercase;
			color: #5a577d;
			border-right: solid 1px #EEE;
		}
			ul.potato-menu li.potato-menu-item li a {
				color: #fffcda;
				text-transform: none;
			}
			ul.potato-menu li.potato-menu-item a:hover {
				background: url(images/menu_dropdown_bg.png);
				color: #FFFFFF;
			}
			ul.potato-menu li.page-item-11 a {
				border: none;
			}
		ul.potato-menu li.current_page_item a {
			color: #666;
			background: #FFF;
		}
			ul.potato-menu li.current_page_item li a {
				background: none;
			}
				ul.potato-menu li.current_page_item a:hover {
				}
		ul.potato-menu li.current_page_ancestor li.current_page_item a{
			color: #5a577d;
		}
	ul.potato-menu .potato-menu-group {
		margin:0;
		padding:0;
		-webkit-padding-start:0;
		-webkit-padding-end:0;
		position:absolute;
		display:none;
		z-index:1000;
		background: url(images/menu_dropdown_bg.png);
	}
		ul.potato-menu .potato-menu-group a{
			width: 150px;
			border-bottom: solid 1px #a7bfd0;
			height: 20px !important;
			padding: 7px 20px !important;
			border-right: none !important;
			background: none;
		}
			ul.potato-menu .potato-menu-group a:hover {
				background: none;
			}*/
h2.pageTitle {
	font-size: 30px;
	padding: 0 0 20px 0 !important;
}
#contentContainer {
	width: 1000px;
	background: url(images/content_container_bg.png) repeat-y;
}
	#contentContainerBottom {
		background: url(images/content_container_bottom_bg.png) no-repeat;
		width: 1010px;
		height: 24px;
		clear: both;
	}
#content {
	float: left;
	width: 690px;
	padding: 0 30px 0 30px;
	min-height: 350px;
}
	#content ul,
	#content ol {
		margin: 5px 15px;
	}
	#content ol li {
		list-style: decimal;
		padding: 2px;
		margin: 5px 15px;
	}
	#content ul li {
		list-style: disc;
		padding: 2px;
		margin: 5px 15px;
	}
	#content p {
		padding: 10px 0;
	}
		.pageContent p {
			font-size: 14px;
		}
		.pageContent td p {
			width: auto;
			font-size: 12px;
			margin: 0 20px 5px 0 !important;
			padding: 0;
		}
	#content h1,
	#content h2,  
	#content h3,  
	#content h4 {
		padding: 1em 0 .2em 0;
	}
	#homeSerivces {
		margin: 0;
		padding: 0;
	}
.contactForm {
	float: right;
	width: 300px;
}
	.contactForm p {
		font-size: 12px;
		padding: 4px 0 !important;
		margin: 0;
	}
	.contactForm input {
		width: 250px;
	}
	.contactForm textarea {
		width: 250px;
		height: 100px;
	}
#sidebar {
	float: left;
	width: 250px;
	padding: 0;
	background: url(images/sidebar_bg.png) no-repeat;
	color: #FFFFFF;
}
	#sidebarTop {
		background: url(images/sidebar_top.jpg) no-repeat;
		height: 400px;
		width: 250px;
	}
	#sidebar a {
		color: #fffcda;
	}
	.screen-reader-text {
		position: absolute;
		top: -99999px;
	}
	.widget {
		margin: 0 15px 30px 15px;
		background: url(images/widget_bg.png) no-repeat;
		padding: 0 10px;
		text-align: left;
	}
		.widgetBottom {
			height: 10px;
			background: url(images/widget_bottom_bg.png) no-repeat left bottom;
			margin: 0 -10px;
			padding: 5px 0 0 0;
		}
		h2.widgetTitle {
			color: #FFF;
			font-size: 15px;
			padding: 10px 0;
			text-align: center !important;
			font-weight: bold;
		}
		.widget ul li {
			padding: 0 0 10px 0;
		}
	.flexipages_widget {
		text-align: left;
		background: none;
		padding: 0;
	}
		.flexipages_widget .widgetBottom {
			display: none;
		}
		.flexipages_widget ul li {
			padding: 0;
		}
			.flexipages_widget li a {
				display: block;
				background: url(images/sidebar_btn_bg.png);
				padding: 10px 5px 10px 20px;
				margin: 0 0 2px 0;
				text-decoration: none;
				font-size: 13px;
				font-weight: normal;
			}
				.flexipages_widget li a:hover {
					background: #262539;
				}
		.flexipages_widget ul ul {
			padding: 0 0 0 10px;
			background: #333;
		}
			.flexipages_widget ul ul a {
				font-size: 11px;
			}
				.flexipages_widget ul ul .current_page_item a {
					background: #333;
				}
	.widget_stray_quotes {
		padding: 15px 10px 0 30px;
		background: url(images/widget_quote_bg.png) no-repeat;
	}
		.widget_stray_quotes .widgetTitle {
			display: none;
		}
		.widget_stray_quotes .widgetBottom {
			margin: 0 -10px 0 -30px;
		}
		.widget_stray_quotes .quoteAuthor,
		.widget_stray_quotes .quoteSource{
			font-weight: bold;
			text-align: right;
			display: block;
			padding: 0 10px 0 0;
		}
		.widget_stray_quotes .quoteSource{
			font-weight: normal;
		}
#footer {
	width: 980px;
	margin: auto;
	padding: 20px;
	text-align: left;
	color: #FFFFFF;
	background: #262439;
}
	#footer .right {
		float: right;
		width: 200px;
		text-align: right;
	}
	#footer .left {
		float: left;
		width: 780px;
	}
	#footer a {
		color: #fffee3;
	}
.footerMenu {
	padding: 0 0 20px 0;
}
	.footerMenu li {
		display: inline-block;
		padding: 0 15px 0 0;
	}
		.footerMenu li ul {
			display: none;
		}
#footer .copyright {
	padding: 15px 0 0 0;
	font-size: 10px;
	color: #6F6B93;
}
	#footer .copyright a {
		color: #6F6B93;
	}


#fancy_ajax #header,  
#fancy_ajax #sidebar,  
#fancy_ajax #footer {
	display: none;
}
#fancy_ajax #content {
	width: 800px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#fancy_ajax #container {
	width: 800px !important;
}
#fancy_ajax img#bg {
	display: none;
}



/***************************
BLOG POSTS
****************************/
.post {
	margin: 0 0 30px 0;
}
.postmetadata {
	border-top: dotted 1px #333;
	font-size: 11px;
}
h2.postHeader {
	border-bottom: solid 2px #000;
	margin-bottom: 5px;
}
	h2.postHeader a {
		text-decoration: none;
	}
h3.postHeader {
	margin: 40px 0 0 0;
	border-bottom: solid 2px #000;
}
.navigation {
	padding: 20px 0;
}

/* COMMENTS */
.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}
#content .commentlist li {
	font-weight: bold;
	border-bottom: dotted 1px #333;
	list-style: none;
	margin: 10px 0;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
.commentlist {
	padding: 0;
	text-align: justify;
	list-style: none;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
	}
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
	}
	#wp-calendar a {
		display: block;
	}
	#wp-calendar caption {
		text-align: center;
		width: 100%;
	}
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}
	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff;
	}
/* End Calendar */