/* ------------------------------
	Design & CSS: Tim Blumer
	Created: 2008-08-19
	Edited: 2009-03-16 TC
	URI: http://www.wisconsinangus.org
--------------------------------*/
body {
	margin: 0;
	padding: 0;
}

body, p {
	
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

strong {
	font-weight: bold;
	color: #6e6699;
}

b{
	font-weight: bold;
	color: #6e6699;
}

#header {
	display: block;
}

#subhead {
	display: block;
	height: 35px;
	background: url(../images/design/subhead_bg.jpg) no-repeat;
	font: 22px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #fff;
	padding-left: 160px;
	padding-top: 26px;
}

/* Optional. In case an extra spot is needed for ranch contact info. Not plugged into HTML by default. */

#container {
	display: block;
	width: 760px;
	background: url(../images/design/strip.gif) repeat-y;
}

#wrapper {
	display: block;
	background: url(../images/design/wrapper_bg.gif) no-repeat;
}

#nav_wrap {
	display: block;
	float: left;
	width: 152px;
}

#nav {
	display: block;
	float: left;
	width: 122px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-bottom: 16px;
	padding-left: 25px;
}

#nav a {
	display: block;
	color: #835100;
	text-decoration: none;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav a:hover {
	color: #6e6699;
}

#contact {
	width: 121px;
	display: block;
	float: left;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	clear: left;
	padding-left: 25px;
}

#content_wrap {
	display: block;
	float: right;
	width: 603px;
}

#banners {
	display: block;
	float: right;
	width: 145px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#banners p.credit{
	text-align: right;
	padding-right: 26px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.right{
	float: right;
	margin-left: 10px;
	}
.left{
	float: left;
	margin-right: 10px;
}
.clear{
	clear: both;
}
.no_border{
	border: none;
}
.screaming-red{
	color: red;
}
/* Begin edits */
.announcement3{
	background: url(../images/design/announce/note-bg.jpg) repeat-y;
	width: 410px;
	height: auto;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Bright", "Lucida Console", Lucida, Verdana, sans-serif;
	position: relative;
}
.announcement3 .wrapper{
	background: url(../images/design/announce/note-top.jpg) no-repeat 0 top;
	padding-top: 20px;
}
.announcement3 h1{
	margin-top: 2px;
	background: url(../images/design/smallbluepenline.png) repeat-x left 30px;
	color: #1a587b;
	padding-left: 5px;
	margin-left: 131px;
	font: italic normal 25px "Handwriting - Dakota", Technical, Chalkboard, Casual, "Marker Felt", "Bradley Hand ITC", "Comic Sans MS";
	width: 195px;
	margin-bottom: 5px;
}
.announcement3 h1.noline{
	background: none;
}
.announcement3 h3{
	font-size: 16px;
	margin-bottom: 0;
}
.announcement3 .tweak{
	width: 105px;
	height: 120px;
	float: left;
	display: block;
}
.announcement3 p{
	margin-top: 0;
	margin-bottom: .5em;
	padding-left: 20px;
}
.announcement3 span{
	display: block;
	height: 20px;
	background: url(../images/design/announce/note-end.jpg) no-repeat 0 bottom;
}
.archives{
	font-size: 10px;
	list-style-type: square;
	padding-left: 1em;
	margin: 0 1em 1em 0;
}
#calendar{
	border-bottom: 1px solid #6e6699;
	border-left: 1px solid #6e6699;
	margin-bottom: 1em;
	margin: 0 auto;
}
#calendar th,
#calendar td{
	border-top: 1px solid #6e6699;
	border-right: 1px solid #6e6699;
	padding: 3px;
}
/* end edits */
#content {
	display: block;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 421px;
	float: left;
	margin-left: 13px;
}

#clear {
	display: block;
	clear: both;
}

#footer {
	display: block;
	background-image: url(../images/design/footer_bg.gif);
	height: 46px;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-left: 168px;
	padding-right: 74px;
	color: #835100;
}

#footer a {
	color: #835100;
	text-decoration: none;
}

#footer a:hover {
	color: #6e6699;
}

#subfooter {
	display: block;
	height: 47px;
	background: url(../images/design/footer2.gif) no-repeat;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 160px;
	padding-right: 56px;
	padding-bottom: 18px;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	width: 746px;
	padding: 7px 7px 10px;
}

#membersnav a {
	color: #fff;
	font-size: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: #6e6699;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}

#membersnav a:hover {
	color: #835100;
	font-size: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: #ffebb0;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}
#members_content p:first-line{
	font-weight: bold;
}
.cutline, .pullquote{ color: #330; font-style: italic; font-size: 11px; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.ahem{
	font: large "Book Antiqua", Century, Garamond, Georgia, "Times New Roman", serif;
}
.highlight{
	background-color: #fc0;
}	