/*
Theme Name: Lititz Orthodontics
Theme URI: http://lititzortho.com/
Description: WordPress theme for Lititz Orthodontics.
Version: 1.0
Author: Brian Shoff
Author URI: http://shoffy.com/
*/


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */

a {
	color: #3399fe;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #79cbff;	
}

a:hover, a:visited {
	color: #670099;	
}

.alignright {
	text-align: right;
	float: right;
	margin: 0 0 5px 10px;
}

.alignleft {
	text-align: left;
	float: left;
	margin: 0 10px 5px 0;
}

.aligncenter {
	text-align: center;	
}

body {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
}

.clear {
	clear: both;	
}

.center {
	text-align: center;	
}

.floatleft {
	float: left;
}

.floatright {
	float: right;	
}

i {
	visibility: hidden;
}

p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0.5em 0 1em 0;
}


/* Homepage */

#home, #footer {
	background: url('img/bg-home.png');
	margin: 0 auto;
	height: 585px;
	width: 769px;
}
	#home .logo {
		float: left;
		margin: 15px 0 0 25px;
		height: 195px;
		width: 130px;
		text-decoration: none;
	}
	
	#home .info {
		color: #fff;
		float: right;
		font-size: 16px;
		line-height: 1.2em;
		padding-top: 32px;
		width: 400px;
	}
	
	#home h1 {
		font-size: 22px;
		font-weight: normal;
		line-height: 1.1em;
		margin-bottom: 5px;
	}
	
	#home h2 {
		font-family: Arial, Gadget, sans-serif;
		font-size: 20px;
		margin-bottom: 7px;
	}
	
	#home .vcard {
		font-size: 14px;
		float: left;
		margin-left: 18px;
		width: 40%;
	}

.navigation li, .subnavigation li {
	display: inline;
}

.navigation ul, .subnavigation ul {
	list-style: none;
}

#home .navigation, #home .subnavigation {
	margin: 0 auto;
	position: relative;
	top: 25px;
	height: 137px;
	width: 693px;
}

	#home #about, #home #services, #home #education, 
	#home #games, #home #contact, #home #eschedule, 
	#home #account {
		position: absolute;
		display: block;
		cursor: default;
		text-decoration: none;
		text-align: center;
		background-position: left top;
		border: 1px solid #fff;
		height: 135px;
		width: 135px;
		top: 0px;
	}

	#home #about:hover, #home #services:hover, #home #education:hover,
	#home #games:hover, #home #contact:hover, #home #eschedule:hover, 
	#home #account:hover {
		background-position: left bottom;
		cursor: pointer;
	}

	#home #about {
		left: 0px;
		background-image: url('img/nav-home-about.png');
	}

	#home #services {
		left: 139px;
		background-image: url('img/nav-home-services.png');
	}

	#home #education {
		left: 278px;
		background-image: url('img/nav-home-education.png');
	}
	
	#home #games {
		left: 417px;
		background-image: url('img/nav-home-games.png');
	}
	
	#home #contact {
		left: 556px;
		background-image: url('img/nav-home-contact.png');
	}
	
#home .subnavigation {
	top: 35px;
	height: 108px;
	width: 205px;
}

	#home #eschedule, #home #account {
		height: 106px;
		width: 100px;
	}

	#home #eschedule {
		left: 0px;
		background-image: url('img/nav-home-eschedule.png');
	}

	#home #account {
		left: 103px;
		background-image: url('img/nav-home-account.png');
	}

/* Footer */

#footer {
	background: none;
	font-size: 11px;
	height: auto;
	padding: 7px 0 20px 0;
}

	#footer ul {
		margin: 0 0 20px 0;
	}
	
	#footer li {
		border-right: 1px solid #660099;
		display: inline;
		line-height: 1.7em;
		margin-right: 9px;
		padding-right: 9px;
	}
	
	#footer .last {
		border-right: 1px solid #fff;
	}

/* Footer Content */

#footer-content {
	padding: 10px 25px 10px 25px;
}
	
	#footer-content h3 {
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		color: #660099;
		font-size: 18px;
		line-height: 1.2em;
		margin: 0 0 8px 0;
		padding: 5px;
	}
	
	#footer-content .left, #footer-content .right, #footer-content .center {
		margin: 5px auto;
		text-align: left;
		width: 48%;
	}
	
	#footer-content .left {
		float: left;	
	}
	
	#footer-content .right {
		float: right;
	}
	
	#footer-content ul {
		margin-left: 25px;
	}
	
	#footer-content li {
		background: url('img/bullet-blk.png') left no-repeat;
		border: none;
		display: block;
		font-size: 12px;
		margin-bottom: 3px;
		padding: 0 0 2px 15px;
	}

/* Sidebar */

#sidebar {
	background: url('img/bg-inside.png') left top no-repeat;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 249px;
	text-align: left;
}

	#sidebar .logo {
		float: left;
		margin: 5px 0 0 10px;
		height: 100px;
		width: 70px;
		text-decoration: none;
	}
	
	#sidebar a.home {
		background-image: url('img/nav-inside-home.png');
		border: 1px solid #fff;
		position: absolute;
		display: block;
		cursor: default;
		text-decoration: none;
		text-align: center;
		background-position: left top;
		height: 96px;
		width: 96px;
		top: 0px;
		left: 152px;
	}
	
	#sidebar a.home:hover {
		background-position: left bottom;
		cursor: pointer;		
	}
	
	#sidebar h3 {
		color: #fff;
		font-size: 12px;
		line-height: 14px;
		margin-left: 15px;
		letter-spacing: 1px;
	}
	
		#sidebar h3 a {
			color: #fff;
			font-weight: normal;
			text-decoration: none;
		}
	
	#sidebar .orthodontist {
		font-size: 14px;
		font-weight: bold;
		padding: 15px 0 3px 0;
		letter-spacing: 0;
	}
	
	#sidebar .orthodontist a {
		font-weight: bold;	
	}

#orthodontist-offices {
	padding: 30px 15px 15px 15px;
}

#sidebar .location {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}

#sidebar .adr, #sidebar .tel {
	line-height: 16px;
}

#sidebar .tel {
	padding: 4px 0 10px 0;
	border-bottom: 2px dotted #ebebeb;
	margin: 3px 0 10px 0;
}

.sidebar-buttons {
	margin: 0 0 0 19px;
	position: relative;
	top: 0;
	height: 106px;
	width: 210px;
}	

	.sidebar-buttons #eschedule, .sidebar-buttons #account {
		position: absolute;
		display: block;
		cursor: default;
		text-decoration: none;
		text-align: center;
		background-position: left top;
		border: 1px solid #fff;
		border-left: none;
		height: 106px;
		width: 100px;
		top: 0px;
	}

	.sidebar-buttons #eschedule:hover, .sidebar-buttons #account:hover {
		background-position: left bottom;
		cursor: pointer;
	}

	.sidebar-buttons #eschedule {
		left: 0px;
		background-image: url('img/nav-home-eschedule.png');
	}

	.sidebar-buttons #account {
		left: 110px;
		background-image: url('img/nav-home-account.png');
	}	

/* Inside */

.bg {
	background: url('img/bg-inside-border.png') repeat-y;
}

#inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 735px;
}

/* Navigation */

#navigation {
	float: right;
	background: #660099;
	width: 485px;
}

#nav {
	margin: 0 auto;
	position: relative;
	top: 0;
	height: 98px;
	width: 485px;
}

	#nav #about, #nav #services, #nav #education, 
	#nav #games, #nav #contact {
		position: absolute;
		display: block;
		cursor: default;
		text-decoration: none;
		text-align: center;
		background-position: left top;
		border: 1px solid #fff;
		border-left: none;
		height: 96px;
		width: 96px;
		top: 0px;
	}

	#nav #about:hover, #nav #services:hover, #nav #education:hover,
	#nav #games:hover, #nav #contact:hover {
		background-position: left bottom;
		cursor: pointer;
	}

	#nav #about {
		left: 0px;
		background-image: url('img/nav-inside-about.png');
	}

	#nav #services {
		left: 97px;
		background-image: url('img/nav-inside-services.png');
	}

	#nav #education {
		left: 194px;
		background-image: url('img/nav-inside-education.png');
	}
	
	#nav #games {
		left: 291px;
		background-image: url('img/nav-inside-games.png');
	}
	
	#nav #contact {
		left: 388px;
		background-image: url('img/nav-inside-contact.png');
	}
	
#subnav {
	position: absolute;
	top: 98px;
	left: 250px;
	text-align: left;
	width: 484px;
}

#subnav ul {
	height: 29px;
	margin: 0;
	padding: 0;
}

#subnav li {
	display: inline;
	text-align: left;
}

#subnav a {
	color: #fff;
	line-height: 29px;
	padding: 7px 8px 7px 8px;
	text-decoration: none;
}

#subnav a:hover, .current {
	/*background: #a96a00;*/
	background: #6e6e6e;
}

#subnav .about-last {
	background: none;
}

	.about {
		background: #e0a23d;	
	}
	
	.services {
		background: #df783c;	
	}
	
	.braces {
		background: #d2d76f;	
	}
	
	.fun {
		background: #bdacd4;	
	}
	
	.contact {
		background: #bbcba1;	
	}
	
/* Content */

#content {
	float: right;
	position: relative;
	right: 28px;
	top: 37px;
	width: 436px;
	text-align: left;
}

	#content h1 {
		border-bottom: 2px dotted #ebebeb;
		padding-bottom: 5px;
		margin: 15px 0 15px 0;
		font-size: 24px;
		font-weight: bold;
	}
	
	#content h2 {
		font-size: 14px;
		line-height: 18px;
	}
	
	#content h3 {
		margin-top: 3px;	
	}
	
	#content ul {
		margin: 10px 20px 15px 30px;
	}
	
	#content li {
		padding: 0 0 0 2px;
		list-style: disc;
		line-height: 18px;
	}

/* eSchedule */

#eschedule {
}
	
	#eschedule li {
		list-style-type: none;	
		margin-bottom: 5px;
		vertical-align: middle;
	}
	
	#eschedule .left {
		float: left;
		padding-top: 2px;
		text-align: right;
		width: 125px;
	}
	
	#eschedule .right {
		float: right;
		width: 250px;
	}

/* Brochures */

#bookshelf ul {
	float: left;
	margin: 15px 20px 15px 20px;
	padding: 50x;
}
	#bookshelf li {
		list-style: none;
		margin-bottom: 10px;	
		text-align: center;
	}
