/*
Theme Name: Hair and Nail Gallery
Description: WordPress Theme for Hair & Nail Gallery 
Version: 1.0
Author: Chad Anderson

*/

@import "css/reset.css";
@import "css/layout.css";

@font-face
{
font-family: "Crimson Text";
src: url('fonts/CrimsonText-Roman.ttf'),
	 url('fonts/CrimsonText-Bold')
	 url('fonts/CrimsonText-Italic.ttf'),
}

@font-face
{
font-family: "Century Gothic";
src: url('fonts/gothic.ttf')
}


/* TAGS & GLOBAL CLASSES */
/* ----------------------------------------- */

body {
	background: #000 url(images/bg-image-1.jpg) center top no-repeat;
	background-attachment: fixed;
	color: #fff;
	font: 21px "Crimson Text", Georgia, serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}  


.wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

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

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.5rem;
}

p {
	margin-bottom: 21px;
}

.clear {
	clear: both;
}

span.copyright {
	font-family: Georgia, Times, serif;
}

.image-border {
	border: 5px solid #fff;
}

/* HEADER */
/* ----------------------------------------- */

body header:first-child {
	margin-top: 34px;
}

.logo-block {
	width: 418px;
	float: left;
}

.logo a:link, .logo a:visited {
	color: #fff;
	font: 72px "Crimson Text", Georgia, serif;
	line-height: 1;
	text-decoration: none;
}

.logo-block p {
	font-size: 38px;
}

.title-address {
	background: #6d6c65;
	font: 16px "Century Gothic", Helvetica, serif;
	line-height: 1.9;
	padding-left: 6px;
	width: 400px;
}

.main-nav {
	background: #000;
	float: right;
	height: 38px;
	padding-left: 10px;
}

.main-nav li {
	border-right: 1px solid #fff;
	display: inline-block;
	margin-top: 8px;
	padding: 0 12px 0 10px;
	line-height: 0.5;
}

.main-nav li:last-child {
	border-right: none;
}

.main-nav a:link, .main-nav a:visited {
	color: #fff;
	font: 18px "Century Gothic", Helvetica, serif;
	text-decoration: none;
}

.main-nav a:hover {
	text-decoration: underline;
}


/* PAGE STYLES */
/* ----------------------------------------- */

.gallery img {
	border: 5px solid #fff;
}

.gallery {
display: block;
clear: both;
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-row {
display:block;
clear: both;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
margin: 0;
text-align: center;
list-style: none;
padding: 0;
position: absolute
bottom: 0
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
max-width: 89%;
height: auto;
margin: 0 auto;
}
.gallery-caption {
margin-left: 0;
}

.content-container {
	margin: 96px auto 0 auto;
	min-height: 600px;
}

.home-left-block, .page-left-block {
	color: #fff;
	float: left;
	font: 21px "Century Gothic", Helvetica, sans-serif;
	padding: 24px 0 0 0;
	text-align: center;
	width: 24%;
	min-height: 300px;
}

.home-left-block p, .page-left-block p {
	margin-bottom: 0;
}

.home-left-block img, .page-left-block img {
	max-width: 45%;
	height: auto;
	margin-bottom: 24px;
}

.home-contact-block, .page-contact-block {
	background: #000;
	color: #fff;
	font: 16px "Century Gothic", Helvetica, sans-serif;
	min-height: 76px;
	line-height: 1.5;
	margin: 24px 0 0 0;
	padding-top: 8px;
	text-align: center;
	width: 100%;
}

.home-contact-block span, .page-contact-block span {
	font: 36px "Crimson Text", Georgia, serif;
}

.home-content-block, .page-content-block {
	background: rgba(109,108,101, 0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 21px 1%;
	min-height: 600px;
	width: 75%;
	padding: 16px 32px;
}

.home-content-block {
	min-height: 400px;
}

.home-content-block h2, .page-content-block h1 {
	font: 1.8rem "Century Gothic", Helvetica, serif;
	margin: -28px 0 21px 0;
}

.page-content-block.services h1 {
	margin-top: 0;
}

.services-table {
	width: 100%;
	margin-bottom: 24px;
}

.services-table td.service {
	padding: 5px;
	width: 60%;
}

.services-table td.price {
	padding: 5px;
	width: 35%;
}
.services-table tr:nth-of-type(odd) {
	background: #fff;
	color: #000;
}

.main-footer {
	margin: 21px 0 0 0;
}