/*
Theme Name: Alandove
Theme URI: http://alandove.com/
Description: A custom theme in development for <a href="http://alandove.com">Alandove</a>.
Version: 0.1
Author: Alan Dove
Author URI: http://alandove.com/
Tags: simple, custom, 2-column

	Alandove v0.1
	 http://alandove.com/

	Alan Dove, whose blog you will find at http://alandove.com/,
	designed and built this theme.

	The CSS, XHTML and design is under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Clean the slate */
* {
	padding: 0;
	margin: 0;
}



h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0 0;
}

img {
	border: 0;
}

ul, ol, dl, li, dt, dd {
	list-style-type: none;
	list-style-image: none;
}

/* Basic typography and colors */
body {
	font-size: 76%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #999999;
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

p {
	padding: 0.5em 0 0.5em 0;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre, code {
  font: "Courier New", monospace;
}

.screen-reader-text {
	visibility: hidden;
}

/* Fixed-width layout */

#wrap {
	margin: 2em auto;
	width: 70em;
	background: #ffffff;
}


/* Now the major divs */
#header {
    background: #000000 url(images/DentalXrayHeader.jpg) no-repeat;
    width: 68em;
    padding: 2em 2em 0 0;
	color: #ffffff;
}

#tabs {
	width: 70em;
	margin-top: 2em;
	padding: 2em 0 0 0;
}

#content.narrowcolumn {
	float: left;
	width: 35em;
	padding: 2em 0 0 5em;
}

#content.widecolumn {
	float: left;
	width: 35em;
	margin-left: 14em;
	padding: 2em 0 0 0;
}

#sidebar {
    float: right;
	width: 15em;
	padding: 2em 2em 1em 2em;
	border-left: 1px dotted #000000;
}

#footer {
	clear: both;
	padding: 2em 2em 0 2em;
	text-align: center;
}

#comment {
	width: 35em;
}


/* Header elements */

#header h1 {
	text-align: right;
}

#header h1 a:hover {
	text-decoration: none;
}

#header .description {
	text-align: right;
	padding-bottom: 2em;
}

.title, .title a {
	font-size: 2em;
	color: #ffffff;
}

/* Tab bar */

#tabs ul {
	text-align: right;
	margin-right: 3em;
}

#tabs li {
	display: inline;
}

#tabs li.page_item {
	vertical-align: bottom;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#tabs li.page_item a:link, li.page_item a:visited {
	padding: 0 1em 0 1em;
    background: #000000 url(images/Blackbar.jpg) repeat-x;
    color: #cccccc;
}

#tabs li.page_item a:hover, li.page_item a:active {
	background: #cccccc url(images/Graybar.jpg) repeat-x;
	color: #000000;
}

/* Main content */
.post {
	padding: 1em 0 0 0;
}

.entry {
	font-family: Georgia, serif;
	font-size: 1.3em;
}

.pageentry {
	font-family: Georgia, serif;
	font-size: 1.3em;
}

.post-meta {
	padding-top: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	font-size: smaller;
	text-align: center;
}

.postmetadata {
	padding: 1em 0 2em 0;
	border-bottom: 2px dotted #000000;
}

/* Sidebar general formatting */

#sidebar h2 {
	padding: 1em 0 0 0;
}

#sidebar li {
	padding-top: 0.5em;
}

/* Sidebar widgets */

.widget {
	padding: 1em 0 0 0;
}

.widgettitle {
	font-size: 1.1em;
	font-variant: small-caps;
}

.widget_recent_entries li {
	padding: 1em 0 0 0;
}

/* Used to hide various elements, including the "Search for:" tag
over the search box */

.hidden {
	visibility: hidden;
}

/* Align a couple of items, such as the "Next" and "Previous" links
on the single post page. */

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


/* A couple of handy classes */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

p.centered {
text-align: center;
margin: 0;
}


