/*
Theme Name: DVM Theme
Theme URI: http://www.digitalvisionmedia.com
Description: A custom WordPress theme for the Digital Vision Media website by Steve Wilkison
Version: 1.0
Author: Steve Wilkison
Author URI: http://www.digitalvisionmedia.com

	DVM 1.0
	 http://www.digitalvisionmedia.com

	This theme was designed and built by Steve Wilkison,
	whose blog you will find at http://www.digitalvisionmedia.com/wordpress

*/



/* MAIN SECTIONS */

h1#pagetitlebloghome {
	background: url(../../../../../images/bloghead_36.gif) top left no-repeat;
	height: 55px;
	width: 591px;
	text-indent: -9999px;
	margin: 0 0 20px 50px;
	}
	
div.post {
	padding: 0 0 20px 0;
}

/* TEXT */

h2 {
	font-weight: bold;
	font-size: 110%;
	color: #55443e;;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 3px 0;
	}
	
h2#archive1 {
	padding: 15px 0 3px 0;
	}
	
h2#archive2 {
	padding: 40px 0 3px 0;
	}
	
h3.date {
	font-size: 80%;
	padding: 0 0 5px 0;
}

/* LINKS */

div#maintextdiv a {
	color: #55443e;
	text-decoration: none;
	}
	
div#maintextdiv a:hover {
	color: #000;
	text-decoration: underline;
	}

div#maintextdiv div.post a {
	color: #55443e;
	text-decoration: none;
	}
	
div#maintextdiv div.post a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* LISTS */

ul#archive1list li, ul#archive2list li {
	display: list-item;
}

/* IMAGES */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

