body {
	margin-top: 49px;
	padding: 0;
	background-color:#FFFFFF;
	font-family: Calibri, "Comic Sans MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align:left;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #5b95d6;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 > a {
	text-decoration:none;
	color:#FFFFFF;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	font-size: 14px;
}

a:link {
	color: #5b95d6;
}

a:hover, a:active {
	text-decoration: none;
	color: #5b95d6;
}

a:visited {
	color: #5b95d6;
}

img {
	border: none;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/* Header */

#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background-image: url(../images/menubar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* Menu */

#menu {
	float: left;
	width: 860px;
	height: 54px;
	position:relative;
	z-index:1;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 23px;
	list-style: none;
	line-height: normal;
	position:absolute;
}

#menu li {
	display: block;
	float: left;
	position:relative;
}
			
#menu a {
	display: block;
	float: left;
	margin-right: 7px;
	padding: 15px 15px;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
	font-weight:bold;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	}

#logo {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../images/doglogo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
	color: #5b95d6;
	}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	border: thin solid #5b95d6;
}

/* Content */

#content {
	float: right;
	width: 620px;
	background-color:#FFFFFF;
	}

/* Post */

.post {
	padding: 15px 15px;
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(../images/menubar.gif) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}
.post h4 {
	height: 50px;
	padding: 8px 0 0 15px;
	background: url(../images/menubar.gif) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}
.post h2 > a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 18px;
	}

.post .entry {
	padding: 0 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar p > a {
	text-decoration: none;
	color:#000066;
	font-weight:bold;
	}	

.sideboxvs {
	margin: 5px 8px 10px 7px;
	padding: 5px;
	background-image:url(../images/sideboxvs.gif);
	background-repeat:no-repeat;
}

.sideboxs {
	margin: 5px 8px 10px 7px;
	padding: 5px;
	background-image:url(../images/sideboxs.gif);
	background-repeat:no-repeat;
}

#sidebar h2 > a {
	color: #000066;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
}

#sidebar p {
	font-size:12px;
	}
/* Search */

#search {
}

#search h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#s {
	width: 100px;
	margin-right: 5px;
	margin-top: 12px;
	padding: 3px;
	border: 1px solid #5B95D6;
}

#x {
	padding: 3px;
	margin-top: 12px;
	border: none;
	text-transform: lowercase;
	font-size: 13px;
	color: #5B95D6;
	font-weight:bold;
}

/* Footer */
#footer-wrap {
	width: 850px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/footbar.gif) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 11px;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}

.fltleft {	
	float: left;
	margin-right: 20px;
	}
	
.fltright {	
	float: right;
	margin-left: 20px;
	}

.cent {
	text-align:center;
	}	
.it {
	font-style: italic;
}


.butn {
	text-decoration: none;
	list-style-type: none;
	border-style: outset;
	border-color: #FF0000;
	background-color: #F5429E;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	}	

.butn > a	{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
		
.bd	{
	font-weight:bold;
	}
	
.bdline	{
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	}	
	
.red {
	color:#FF0000;
	font-weight:bold;
	}	
	
.blueit {
	color:#5B95D6;
	font-style:italic;
	font-weight:bold;
	}		

	
.redbd {
	border: 3px solid #FF0000;
	}	
	
/*
.redbd {	
	-moz-border-colors: red;
	}
*/	
.author {
	border:solid thin;
	background-color:#CACAFF;
	padding: 8px;
	}	
		
.hilite {
	color:#5B95D6;
	font-size:14px;
	font-weight:bold;
	}
	
ul.small {
	list-style-image: url(../images/bone.gif);
	}			
.level2 {
	margin-left: 15px;
	}

.numer {
	background-image:url(../images/numback.jpg);
	}
.normrt {
	float:right;
	}
.rt {
	text-align:right;
	}	