/*
Theme Name: Vom Wofenhaus Default
Theme URI: http://wofenhaus.com/
Description: The default WordPress Vom Wofenhaus theme.
Version: 1.0
Author: Ken Chase
Author URI: http://kenchase.com/
*/



@charset "utf-8";
/* CSS Document */


/* ----- PAGE DEFAULTS ----- */

body {
	text-align: center;
	background-color: #D5D0B0;
	margin: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #AAAAAA;
}

a:link {
	color: #C86000;
	text-decoration: none;
}
a:visited {
	color: #C86000;
	text-decoration: none;
}
a:hover {
	color: #C86000;
	text-decoration: underline;
}
a:active {
	color: #C86000;
	text-decoration: underline;
}


/* ----- FRAME WORK ----- */

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background: url(images/bg_repeat.png) repeat-y;
}

#page_header {
	height: 140px;
	background: #FFFFFF url('images/header.jpg') bottom left no-repeat;
	clear: both;
}

#page_header h1 {
	padding-top: 50px;
	padding-left: 15px;
	margin: 0px;
	font-family: verdana;
	font-size: 24px;
	color: #FBD539;
	line-height: 26px;
	letter-spacing:-1px;
}

#page_header h2 {
	margin: 0px;
	padding-left: 15px;
	font-family: verdana;
	font-size: 12px;
	color: #D5D0B0;
	line-height:22px;
}

#menu_bar {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px dashed #cccccc;
	height: 25px;
}

#content_wrapper {
	padding: 10px;
	border: 0px dashed #FFFFFF;
	background: url(images/bg_top.jpg) top no-repeat;
}

#page_footer {
	clear: both;
	height: 60px;
	background-color: #320000;
	border-left: 1px solid #320000;
	border-right: 1px solid #320000;
	border-bottom: 1px solid #320000;
}

#page_footer p {
	padding-top: 15px;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #D5D0B0;
}

#page_footer a:link {
	color: #FBD539;
	text-decoration: none;
}
#page_footer a:visited {
	color: #FBD539;
	text-decoration: none;
}
#page_footer a:hover {
	color: #FBD539;
	text-decoration: underline;
}
#page_footer a:active {
	color: #FBD539;
	text-decoration: underline;
}


/* ----- CENTER PANEL ----- */

#center {
	margin-left: 160px;
	margin-right: 160px;
	padding: 0px;

}


#center h1 {
	padding: 0px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #550000;
  background-color: #320000;
}
#center h4 {
  padding: 0px 4px;
}

#center p {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  
}

#scroll {
	
	width: 400px;
	height: 250px;
	valign: top;
	text-align: left;
	overflow:scroll;
}
  #scroll_text {
 width: 100%;
	height: 250px;
	margin: auto;
	text-align: left;
	
}

/* ----- LEFT PANEL ----- */

#left_side {
	float: left;
	width: 140px;
	padding-top: 10px;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #550000;
  background-color: #320000;
}

#left_side p {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #AAAAAA;
}


/* ----- RIGHT PANEL ----- */

#right_side {
	float: right;
	width: 140px;
	padding-top: 36px;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #550000;
  background-color: #320000;
}

#right_side p {
  margin-top:5px;
  margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}


/* ----- PEDIGREE ----- */

.pedigree td {
	padding: 5px;
	color: #333333;
}
.pedigree img {
	width: 150px;
	border: 0px;
}

.father {
	background:#000033;
}

.mother {
	background:#000033;
}


/* ----- OTHER FORMATING ----- */

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('images/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding: 4px 10px 5px;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('images/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none;
  margin: 0;
  line-height:100%;
  padding: 5px 0px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

.dog_prof {
	background: black;
	border: 1px #550000 dotted;
	line-height: 100%;
}
.dog_prof a {font-style:italic;}
.dog_prof img {border:0px;}
.line_dark {background:#320000;}


/* ----- IMAGE DISPLAY ----- */

/*.magnify {
	cursor: default;
	list-style: none;
	text-align: center;
}

.magnify a {
	cursor: default;
}

.magnify a .preview {
	display: none;
}

.magnify a:hover .preview {
	display: block;
	position: absolute;
	width: 200px;
	height:200px;
	bottom: -25px;
	right: 0px;
	z-index: 1;
}*/

.magnify img {
	border: 1px #C86000 dotted;
	color: inherit;
	padding: 5px;
	vertical-align: top;
}

.magnify li {
	background: black;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	position: relative;
}

.magnify .preview {
	background: black;
	border-color: #C86000;
}

div#news h4, div#news p{
  margin: 0;
  padding: 0;
}
div#news p{
  margin-bottom: 20px;
}