/*
Theme Name: JamJar-Alpha
Theme URI: http://www.jamjarstudios.co.uk/
Description: Alpha Dental Studio theme
Version: 1.0
Author: Tom Moore, Jam Jar Studios
*/

html {
	text-align: center;
	min-height:100%;
	margin: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-height:100%;
	background: #FFFFFF url('./images/background.gif') no-repeat top center;
	}

#page {
	clear: both;
	width: 840px;
	text-align: left;
	min-height:100%;
	margin: auto;
	}

#header {
	margin: 12px 0px 18px 0px;
	height: 150px;
	width: 840px;
	clear: both;
	}

#navigation {
	font-size: 16px;
	}

#navigation a {
	text-decoration: none;
	color: #707070;
	}
	
#navigation a:hover {
	color: #316793;
	}
	
#footer {
	width: 840px;
	padding: 15px 0px 20px 0px;
	clear: both;
	}

#sidebar {
	padding-top: 40px;
	float: left;
	width: 220px;
	}

#headerimg 	{
	}

#image_holder {
	padding-top: 40px;
	}

#content {
	padding-right: 20px;
	line-height: 1.5;
	margin-top: 40px;
	color: #707070;
	}

#content h2 {
	font-weight: normal;
	font-size: 14px;
	padding-top: 15px;
	}

#content h3 {
	font-size: 12px;
	}

h1, h2, h3, h4 {
	color: #316793;
	}

#content strong {
	/*display: block;
	font-weight: normal;
	font-size: 16px;
	color: #316793;
	margin-bottom: 25px;*/
	}

.narrowcolumn {
	float: left;
	width: 480px;
	/*width: 524px;*/
	border-left: 1px solid #316793;
	padding: 0px 0px 0px 16px;
	margin-bottom: 16px;
	}

.widecolumn {
	}

a {
	color: #316793;
	}

a.hover {
	color: #707070;
	}

hr {
	clear: both;
	}

small {
	}

code {
	}

.post {
	}

.clear {
	clear: both;
}

img {
	padding: 0;
	max-width: 100%;
	}

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
	}

.location_map {
	}
	
td, th {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	}
	
input, textarea {
	font-size: 12px;
	border: 1px solid #707070;
	}

.error {
	color: #990000;
	font-weight: bold;
	}