﻿/*================
LAYOUT STRUCTURE
-----------------*/
body {
	background:#f7f7e3;
	font-family: 'Rokkitt', serif;
	color:#252222;
	border-top:10px solid #c1d124;
	margin:0;
	padding:0;
}

header {
	position:relative;
	width:960px;
	margin-top:-10px;
	overflow:auto;
	margin-bottom:5px;
}

/*================
NAVIGATION STRUCTURE
-----------------*/

nav {
   background-color: #484444; 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484444), to(#252222));
   background-image: -webkit-linear-gradient(top, #484444, #252222); 
   background-image: -moz-linear-gradient(top, #484444, #252222);
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   background-image:linear-gradient(#484444, #252222);
   height:55px;
   margin-bottom:15px;
}

nav ul {
	margin:0;padding:0;z-index:999;
}

nav ul li {
	list-style-type:none;
	margin:0;
	position:relative;
	float:left;
}

nav ul li a {
	display:block;
	margin:0;
	padding:0;
	color:#c1d124;
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
	padding:12px 16px;
}

nav li a:hover {background:#c1d124;color:#484444;}

nav li ul {display:none;}

nav li:hover ul {display:block;position:absolute;}

nav li:hover li {float:none;font-size:15px;}

nav li:hover li a {
	background:#c1d124;
	height:auto;
	display:block;
	text-align:justify;
	font-size:15px;
	width:100%;
	padding:5px 0 5px 20px;
	color:#484444;
	line-height:16px;
}

nav li:hover li a:hover {background:#b5c328;}

/*================
HEADER STYLES
-----------------*/

#logo h1 {
	color:#a2b710;
	font-size:45px;
	line-height:40px;
	letter-spacing:-0.02em;
	text-align:left;
	font-weight:bold;
	border:none;
}

#logo {padding-top:30px;}

#logo-name h2 {
	padding-top:46px;
	font-size:42px;
	color:#c1d124;
}

#logo-name p {
	font-size:17px;
	margin-top:-20px;
}

#address {
	color:#252222;
	font-size:20px;
	line-height:24px;
	text-align:right;
	float:right;
	padding-top:60px;
}

p#number {font-size:28px;margin:0;}

#number em {color:#c1d124;font-style:normal;}

#social {
	background:#b5c328;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:absolute;
	right:0;
	top:0;
	padding:10px 15px 10px 15px;
}

#social strong {
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

/*================
CONTENT STYLES
-----------------*/

h1 {
	font-size:55px;
	color:#c1d124;
	letter-spacing:-0.03em;
	font-weight:normal;
	border-bottom:2px dashed #252222;
	line-height:60px;
}

h2 {
	font-size:27px;
	color:#484444;
	letter-spacing:-0.05em;
	margin-bottom:10px;
}

h3 {
	font-size:24px;
	letter-spacing:-0.03em;
	margin-bottom:5px;
}

a {
	color:#484444;
}

a:hover {
	text-decoration:none;
	color:#c4cf55;
}

#content {
	font-size:20px;
	line-height:28px;
}
 
#content strong {font-size:30px;}

#content-main {
	font-size:18px;
	line-height:20px;
}

#slideshow {
    position:relative;
    height:306px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

a.btn {

	display:inline-block;
	color:#fff;
	background:#c4cf55;
	text-decoration:none;
	padding:2px 23px 4px 23px;
	font-size:1.3em;
	border-radius:20px;
	font-weight:bold;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}

a.btn:hover {
	background:#b5c328;
}

hr {
	width:100%;
	height:1px;
	background:#b5c328;
	border:0;
}

.floatright {
	float:right;
	margin-left:15px;
	border:2px solid #fff;
}

.floatleft {
	float:left;
	margin-right:15px;
	border:2px solid #fff;
}

.predev {
	font-size:14pt;
	font-weight:bold;
	}
	
ol li {
	padding-bottom:10px;
	list-style-type:circle;
	}

.book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#b5c328; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
	}
	
@media (max-width: 1024px) {
   .flash {
      display:none;
   }
}
@media (min-width: 1024px) {
   .noflash {
      display:none;
   }
   .flash {
      width:550px;margin:0 auto;
   }
}

/*================
FOOTER STYLES
-----------------*/

footer {
	margin-top:15px;
	padding:10px 0;
	text-align:center;
	border-top:2px dashed #252222;
	font-size:14px;
}

footer a {
	color:#b5c328;
}

#baseline {
	background:#c1d124;
	height:15px;
	position:static;
	width:100%;
	bottom:0;
	margin-top:-15px;
}

#blank {margin-bottom:20px;text-align:left;}

#copyright {
	text-align:center;
	height:30px;
	background:#c1d124;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#252222;
	padding-top:10px;
}

#copyright a{
	color:#f7f7e3
}

body p#designedby {
	display:none;
}

body#home p#designedby {
	display:block;
}

/*----------------
Appointment Request
------------------*/

#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}

/*GRID */
#form .column {
	float:left;
	margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]) {
	width:96%;
	padding:10px 2%;
}

#form textarea {
	width:100%;
	resize:none;
}

#form select {
	width:101%;
	padding:10px 2%;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
	#form .column {
		float:none;
		margin:0;
	}
	#form .full, #form .half, #form .twothird, #form .onethird {
		width:100%;margin:0;
	}
}