/*
Theme Name: DobsonDogs
Version: 1.0
*/

body
{
	background: #FFFFFF url(images/body-bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}
	
a
{
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
}

#top-bg
{
	background: url(images/top-back-bg.jpg) repeat-x top;
}
#logopane-left
{
	background: url(images/logobar-left.jpg) no-repeat;
	width: 20px;
	height: 114px;
}
#logopane-center
{
	background: url(images/logobar-bg.jpg) repeat-x;
	height: 114px;
}
#logopane-right
{
	background: url(images/logobar-right.jpg) no-repeat;
	width: 20px;
	height: 114px;
}
		
#tl-edge
{
	background: url(images/tl-edge.jpg) no-repeat bottom;
	width: 7px;
	height: 15px;
}	
#lp-top
{
	background: url(images/lp-top-shade.jpg) no-repeat bottom;
	width: 200px;
	height: 15px;
}
#lp-left
{
	background: url(images/left-shade.jpg) repeat-y;
	width: 7px;
}
#lp-bot
{
	background: url(images/lp-bot-shade.jpg) no-repeat top;
	width: 200px;
	height: 15px;
}
#bl-edge
{
	background: url(images/bl-edge.jpg) no-repeat top;
	width: 7px;
	height: 15px;
}
#mid-top
{
	background: url(images/top-mid-shade.jpg) no-repeat bottom;
	width: 10px;
	height: 15px;
}
#mid-repeat
{
	background: url(images/mid-shade.jpg) repeat-y;
	width: 10px;
}
#mid-bot
{
	background: url(images/bot-mid-shade.jpg) no-repeat top;
	width: 10px;
	height: 15px;
}
#cp-top
{
	background: url(images/cp-top-shade.jpg) no-repeat left bottom;
	width: 570px;
	height: 15px;
}
#tr-edge
{
	background: url(images/tr-edge.jpg) no-repeat bottom;
	width: 10px;
	height: 15px;
}
#cp-right
{
	background: url(images/right-shade.jpg) repeat-y;
	width: 10px;
}
#br-edge
{
	background: url(images/br-edge.jpg) no-repeat top;
	width: 10px;
	height: 15px;
}
#cp-bot
{
	background: url(images/cp-bot-shade.jpg) no-repeat left top;
	width: 570px;
	height: 15px;
}
#contentpane
{
	background: #F2ECDF;
	padding: 5px 15px;
	
}


#leftpane
{
	background: #F2ECDF;
}
#nav
{
	padding: 0;
	margin: 0;
}
#nav li
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#nav li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 188px;
	text-align: left;
	line-height: 32px;
	padding: 0 0 3px 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#nav li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 188px;
	line-height: 32px;
	padding: 0 0 3px 12px;
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}
#footer-left
{
	background: url(images/footer-left.jpg) no-repeat;
	width: 18px;
	height: 78px;
}
#footer
{
	background: url(images/footer-cen.jpg) repeat-x;
	height: 78px;
	line-height: 14px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
#footer a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}


#footer-right
{
	background: url(images/footer-right.jpg) no-repeat;
	width: 18px;
	height: 78px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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
	}
/* End Images */

		