/*
Theme Name: Dents By Hand Custom Theme
Theme URI: http://www.outsourcelocally.com
Description: Customized Theme for DentsbyHand.com from Outsource Locally
Version: 1.0
Author: Travis Watson
Author URI: http://www.outsourcelocally.com/
Tags: DentsbyHand

*/

html, body {
	height: 100%;
	width: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* Header */
#header {
	width: 1024px;
	height: 179px;
	margin: 0 auto;
	padding: 0;
	background: url('img/header.jpg') no-repeat 0 0;
	position: relative;
}

#header a, #header span {
	text-indent: -999em;
	display: block;
	position: absolute;
}

#headerlogo {
	left: 36px;
	top: 31px;
	width: 300px;
	height: 130px;
}

#visitstore {
	left: 852px;
	top: 55px;
	width:135px;
	height: 68px;
}

#phone {
	/* position doesn't matter, not a link */
}

#storeaddress {
	left: 444px;
	top: 90px;
	width: 248px;
	height: 46px;
}

/* Top Menu */
#topmenu {
	width: 962px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: url('img/bg_menu.gif') repeat-x 0 0;
	text-align: center;
	font-size: 0;
}

#topmenu li {
	display: inline-block;
	font-size: 18px;
	line-height: 37px;
	font-family: Tahoma,Geneva,sans-serif;
	margin: 0;
	padding: 0;
}

#topmenu a {
	text-decoration: none;
	font-size: 18px;
	line-height: 37px;
	color: #FFF;
	padding: 0 15px;
	margin: 0;
}

#topmenu li a {
	display: block;
	background: url('img/bg_menu.gif') repeat-x 0 0;
}

#topmenu li.current_page_item a {
	background-image: url('img/bg_menu.gif');
}

#topmenu li a:hover, #topmenu li.current_page_item a {
	background-position: 0 -37px;
}

/* Outer glow effects on the left and right */
#menucontainer {
	position: relative;
	width: 962px;
	margin: 0 auto;
}

#menu_left {
	position: absolute;
	left: -21px;
	top: 0;
}

#menu_right {
	position: absolute;
	right: -21px;
	top: 0;
}

/* Container */
#container {
	width: 960px;
	margin: 0 auto;
	padding: 1px 22px;
	background: url('img/bg_container.gif') repeat-y 0 0;
}

#container.wide {
	background: url('img/bg_container_wide.gif') repeat-y 0 0;
}

/* Content */
#content {
	float: right;
	width: 640px;
	padding: 40px;
	margin: 0;
	background: url('img/bg_content.jpg') no-repeat top right;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	min-height: 226px;
}

#content.wide {
	float: none;
	width: 880px;
	background: url('img/bg_wide.jpg') no-repeat top right;
}

#content h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #9bd0fc;
	border-bottom: 3px solid #9bd0fc;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
}

#content h2 a {
		color: #9bd0fc !important;
}

#content h2 {
	margin: 15px 0 5px 0;
	color: #9bd0fc;
	font-size: 22px;
}

#content h3 {
	font-size: 18px;
	color: #FFF;
	margin: 10px 0;
	padding: 0;
}

#content h4 {
	font-size: 16px;
	color: #FFF;
	margin: 10px 0;
	padding: 0;
}

#content p {
	margin: 10px 0;
}

#content a {
	color: #fff792;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
#content li {
	margin: 5px 0;
}

#content .entry {
	border-bottom: 1px dashed #9bd0fc;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 240px;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#sidemenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidemenu li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #6CADE3;
}

#sidemenu li.current_page_item {
	background: url('img/curpage.gif') no-repeat right center;
}

#sidemenu li a {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #1f4d74;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}

#sidemenu li a:hover {
	color: #122d44;
	background-color: #bce1ff;
}

h2.sideheader {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0 7px 10px;
	padding: 0;
}

a.sidemore {
	color: #fff792;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin: 7px 0 20px 10px;
}

a.sidemore:hover {
	text-decoration: underline;
}

#projects {
	margin: 0;
	padding: 0 10px 0 20px;
	list-style: none;
}

#projects li {
	margin: 0;
	padding: 0;
}

#projects a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

#projects a:hover {
	background-color: #1b4467;
}

#projects img {
	vertical-align: middle;
	border: 1px solid #bce1ff;
	margin: 2px 5px;
}

blockquote.sidequote {
	color: #FFF;
	font-size: 12px;
	margin: 5px 5px 0 20px;
	padding: 0;
}

#socialmedia {
	text-align: center;
	margin: 50px 0 20px 0;
}

#socialmedia a {
	margin: 10px;
}

/* Footer */
#footer {
	width: 1004px;
	height: 83px;
	margin: 0 auto;
	padding: 0;
	text-indent: -999em;
	background: url('img/bg_footer.gif') no-repeat 0 0;
}

#footer.wide {
	background: url('img/bg_footer_wide.gif') no-repeat 0 0;
}