html {
	height: 100%;
	}
body{ 
	padding:0px;
	margin:0px;
	background:#000;
	font-family:verdana, sans-serif;
	height: 100%;
	}
	img{
		border:none;
		}
	
	#wrapper{
		width:100%;
		min-height: 100%;
		}
		#header{
			width:100%;
			height:200px;
			}
			#banner{
				margin:0 auto;
				width:1000px;
				}
			#top_menu{
				list-style-type: none;
				margin:20px auto 0;
				width:700px;
				border-bottom: 1px solid #f2f2f2;
				padding-bottom:10px;
				}
				#top_menu li{
					display: inline;
					margin-right:10px;
					}
					#top_menu li a{
						color:#fff;
						text-transform: uppercase;
						text-decoration: none;
						font-size:12px;
						}
					#top_menu li a:hover{
						text-decoration:overline;
						}
			#user_login{
				width:580px;
				margin:3px auto 0;
				}
				#sform{
					float:left;
					margin-left:80px;
					color:#fff;
					font-size:12px;
					}
					#sform #q{
						width:200px;
						height:15px;
						padding-right: 21px;
						}
					#sform img{
						position:relative;
						right:21px;
						}
				#user_login a{
					float:right;
					margin-left:15px;
					/*margin-top:-15px;*/
					color:#fff;
					text-decoration:none;
					font-size:12px;				
					}
				#greeting{
					color:#fff;
					font-size:12px;
					float:left;
					}
		
		#content_bg{
			width:100%;
			background:#fff url(images/page.png) repeat 0 0;
			min-height: 100%;
			}
			
			#content{
				width:1000px;
				min-height: 560px;
				margin:0 auto;
				}
				#sidebar{
					margin-top:0px;
					border-top:2px solid #fff;
					border-right:2px solid #fff;
					width:223px;
					background:#000;
					float:left;
					min-height:540px;
					}
					#sidebar ul{
						list-style-type:none;
						}
						#sidebar ul li{
							line-height:22px;
							}
							#sidebar ul li a{
								text-decoration: none;
								color:#fff;
								}
							#sidebar ul li a:hover{
								color:#5a3e1c;
								}
				#page{
					width:735px;
					min-height:540px;
					padding:10px;
					background:#fff;
					border-left:10px solid #000;
					border-right:10px solid #000;
					margin:0 0 0 225px;
					line-height:20px;
					line-height:26px;
					font-family:georgia;
					}
					#page_cont{
						/*border:2px solid #000;
						width:100%;
						height:100%;*/
						}
			
		#footer{
			width:100%;
			background:#000;
			padding:20px 0;
			}
			#footer ul{
				width:340px;
				margin:0 auto;
				}
				#footer ul li{
					display:inline;
					}
					#footer ul li a{
						text-decoration: none;
						color:#fff;
						text-transform: uppercase;
						font-size:12px;
						}
/* about */
#post-2{
	width:600px;
	margin:auto;
	}
/* locations */
.pr_location_summary{
	margin-bottom:20px;
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	}
	.location_title_summary{
		font-size:26px;
		letter-spacing:3px;
		text-decoration:underline;
		text-transform:lowercase;
		color:#000;
		}
	.pr_location_address_summary{
		margin:10px 0;
		}


.location_title{
		font-size:26px;
		letter-spacing:3px;
		text-decoration:underline;
		text-transform:lowercase;
		}
		.location_title span{
			text-decoration:none;
			margin-left:50px;
			font-size:14px;
			}
#loc_head{
	max-height:226px;
	min-height:226px;
	overflow:hidden;
	}
	.location_banner{
		width:700px;
		margin:auto;
		}
		#pr_location_description p{
			font-size:14px;
			}
	#loc_map{
		width:700px;
		height:226px;
		margin:auto;
		}
	#stylist_title{
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		padding-bottom:3px;
		}

.pr_stylist{
	width: 725px;
	margin:0 0 10px;
	padding:3px;
	font-size:14px;
	}
	.pr_stylist_header{
		padding:5px;
		color:#fff;
		background:#6EC6D2;
		}
		.pr_stylist_title a{
			font-size:24px;
			color:#fff;
			text-decoration:none;			
			}
		.details_click{
			float:right;
			}

		.pr_stylist_description{
			min-height:175px;
			}
			.pr_stylist_description img{
				float:left;
				margin:0 10px;
				}

		.pr_stylist_details{
			padding:0 15px;
			}
			.pr_stylist_work{
				
				}
				.pr_stylist_work h3, .pr_stylist_prices h3, .pr_stylist_reviews h3{
					border-top:1px solid #000;
					border-bottom:1px solid #000;
					}
				.pr_stylist_prices table{
					width:100%;
					text-align:center;
					}
				
			.pr_stylist_reviews{

				}
				.pr_stylist_reviews #reviews{

					}

/* google map locations main */

#google_map{
	width:700px;
	height:500px;
	margin:0 auto;
	}
	.g_info{
		line-height:20px;
		font-size:12px;
		}
		.g_loc_title{
			text-decoration: underline;
			font-weight: bold;
			letter-spacing: 2px;
			color:#65C5D3; 
			}

/* review */
.review_author{
	text-decoration:underline;
	}
	.review_content{
		margin-left:20px;
		padding:5px;
		background:#e8e8e8;
		border-left:2px solid #000;
		border-top:1px dashed #000;
		}
		.reviews textarea{
			width:100%;
			background:#f0f0f0;
			font-family:verdana;
			font-size:17px;
			}
		.reviews #email{
			width:400px;
			}
/* register */
#register,#login{
	width:300px;
	margin:auto;
	border:1px solid #fff;
	padding:20px;
	color:#fff;
	}
	#register #reg_error,#login #log_error{
		border:1px solid red;
		padding:0 12px;
		color:#000;
		background:#FFE4E1;
		}
	#register input[type="text"], #register input[type="password"], #login input[type="text"], #login input[type="password"]{
		height:30px;
		font-size:24px;
		color:#555;
		width:275px;
		background:#f8f8f8;
		border:none;
		margin-top:5px;
		padding:3px;
		}
	#register #math{
		width:50px;
		margin-left:10px;
		}

.clear{
	clear:both;
	}

.sidebar_image{
	margin-left:22px;
	}
div.sidebar_image{
	line-height:26px;
	padding:5px;
	}

.search_res{
	border-bottom:3px solid #000
	}

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*      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;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left;
        }
/* End Images */
