/*
Theme Name: Dr. Buckland
Theme URI: http://pinehurstdental.com
Description: WordPress theme for Pinehurst Dental
Author URI: http://www.connectnc.com


/*-----------Block Level Elements--------------*/
*{margin:0; padding:0;}
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
margin: 0;
padding: 0;
background-color: #A8C6EA;
background-image: url(images/background.gif);
background-repeat: repeat-x;
background-position: top left;
font-family: Arial, Helvetica, sans-serif;
color: #808080;
font-size: 10pt;
}

#page {
	width: 964px;
	margin: 0 auto;
	background-image: url(images/mainBG.png);
	background-repeat: repeat-y;
}

#header {
	width: 936px;
	margin: 0 auto;
}

#headerimg {

}

.description {

}

/* main menu */
#menunav {
	width:936px; 
	height: 27px;
		margin: 0 auto;
		background: #ccc;
}

#menu {

	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	width:936px; 
	margin: 0 auto;
	text-transform: uppercase;
}


#menu ul {
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
line-height: 27px;

}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;

}

#menu ul li a {
	padding: 0 13px 0 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
border-left: 1px solid #fff;

}

#menu ul li a:hover {
	color:#0071bc;
border-left: 1px solid #fff;
}

#subheader {
	width: 889px;
	margin: 0 auto;
	padding-top: 10px;
	height: 218px;
}

#theFlash {
float: left;
	border: 1px solid #ccc;
	width: 600px;
	height: 218px;
	margin: 0;
	padding: 0;
}

#adverts {
float: right;
	width: 281px;

}
#wrapper {
		width: 889px;
		margin: 0 auto;
}

#content {
	width: 889px;
	border: 1px solid #ccc;
	margin-top: 10px;
}

#sidebar { /* eliminated since this is a one column design */
	width: 0px;

}

#footer {
	width: 889px;
	clear: both;
	margin: 0 auto;
}


#bluediv {
	width: 889x;
	background-color: #0071bc;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#graydiv {
		width: 889px;
	background-color: #ccc;
	height: 14px;
	margin-bottom: 10px;
}

#footer p {
	color: #0071bc;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

#closeit {
	width: 964px;
	margin: 0 auto;
}
#closeit p {
	text-align: center;
	color: #fff;
	font-size: 8pt;
	margin: 6px;
}

#closeit a {
	color: #fff;
}
/*-------------Headings-------------*/

h1 {

}

h2 {
color: #0071bc;
margin-left: 15px;
}

h3 {
color: #6699FF;
margin-left: 10px;
}

h4 {
color: #6699FF;
margin-left: 8px;
}

h5 {
color: #999999;
margin-left: -12px;
}

/*-------------The Post-------------*/

#theheader {
	background-color: #ccc;
	display: block;
	height: 28px;

}

h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {
margin: 15px;
}

.post a {
color: #6699FF;
}

.post ul {
margin: 10px 35px;
}

.post li {

}

.post h2 {
	color: #0071bc;
margin-left: 15px;
line-height: 28px;
text-transform: uppercase;
font-size: 12pt;
}

.post img {
	padding: 5px;
	border: 1px solid #ccc;
}
.entry {

}

.entrytext {
	margin: 20px;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

img {
	border: none;
}
img a {
	border: none;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
	margin-left: 20px;
}
img.aligncenter {
	text-align: center;
}

/*-------------Other------------------*/

hr {
	display: none;
}

