/* 
Theme Name: Wisconsin Rapids Real Estate School
Description: Custom WP Theme for Wisconsin Rapids Real Estate School
Author: 
Author URI: 
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Reset (Loosely Meyer's Reset)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
a:link,a:visited {
	text-decoration:none;
}
a:focus {
	text-decoration:underline;
}
:focus {
	outline:0;
}
img {
	vertical-align:bottom;
}
legend {
	font:0/0 serif;
	height:0;
	overflow:hidden;
	text-indent:-100em;
}
ol,ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Extra Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.readerSkip {
	width:0;
	height:0;
	float:left;
	overflow:hidden;
}
.extra {
	clear:both;
	font-size:0;
	line-height:0;
	width:100%;
	overflow:hidden;
	display:block;
}
.hidden {
	display:none;
}
.left {
	float:left;
	margin:5px 10px 10px 0;
}
.right {
	float:right;
	margin:5px 0 10px 10px;
}
.center {
	display:block;
	margin:0 auto;
}

body
{
	margin: 0 auto 0 auto;
	padding: 0;
	color: #181717;
	background: url(images/body-bg.jpg) center top repeat-x;
	font-family: Verdana, verdana, Sans-Serif;
	font-size: 12px;
}
p{padding:5px 0;}

#wraper
{
	width: 988px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#header
{
	height: 382px;
	background: url(images/header-bg.jpg) center top no-repeat;
	position:relative;
}

#logo {
	width:370px;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
#logo a,
#logo a:visited {
	float:left;
	width:370px;
	height:100px;
	overflow:hidden;
	text-indent:-100em;
}
#logo em {
	display:block;
	clear:both;
	font:0/0 serif;
	height:0;
	overflow:hidden;
	text-indent:-100em;
}
#header-subscribe
{
	padding: 0 0 0 590px;
}

#header-subscribe a
{
	display: block;
	width: 271px;
	height: 23px;
	padding: 8px 0 0 50px;
	color: #F88F1B;
	background: url(images/header-subscribe-bg.jpg) left top no-repeat;
	font: bold 11px tahoma;
}

#header-menu
{
	margin: 68px 0 0 430px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

#header-menu a
{
	float: left;
	width: 136px;
	text-align: center;
	text-transform: uppercase;
}

#header-menu a.odd
{
	width: 145px;
}

#header-menu a:link, #header-menu a:visited
{
	color: #ffffff !important;
}

#header-search
{
	padding: 159px 0 0 285px;
}

#header-steps
{
	padding: 19px 0 0 865px;
}

#header-search a, #header-steps a
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
}


#page
{
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(images/page-bg.png) no-repeat 780px bottom;
	overflow: hidden;
}

#content
{
	float: left;
	width: 547px;
	padding: 0 10px 0;
}

.posttitle
{
	margin: 0;
	padding: 0 0 10px 4px;
	color: #dd6611;
	background: #f1f1dd;
	font-size: 24px;
	font-weight: normal;
}

.posttitle a, .postmeta a
{
	color: #dd6611 !important;
}

.postmeta
{
	height: 100%;
	padding: 0 4px 10px 10px;
	margin:0 0 5px;
	border-bottom: 2px solid #E0E0CF;
	background: #F1F1DD;
	font-family: verdana, Sans-Serif;
	font-size: 15px;
	overflow: hidden;
}

.postmeta div 
{
	float: left;
}

.postmeta div img
{
	float: left;
	margin-right: 4px;
}

.postmeta div span
{
	float: left;
	padding-top: 8px;
}

.postmeta-date
{
	float: right !important;
	color: #676767;
	font-size: 12px;
}

.postcontent
{ line-height: 1.5; padding: 0 0 15px; margin: 0 0 25px; border-bottom:3px solid #fbfbf6; }

.postcontent p,
.postcontent blockquote { line-height: 1.5; padding:5px 0; text-align:justify; }
.postcontent blockquote {
	padding:0 15px;
	margin:5px 20px;
	background:#f5f5f5;
	border-left:5px solid #888;
	color:#666;
}
.postcontent blockquote blockquote {
	background:#fff;
	border-left:5px solid #ddd;
}
.postcontent ol,
.postcontent ul {
	padding:10px 20px;
	list-style:disc inside;
}
.postcontent ol {
	list-style-type:decimal;
	margin:0 0 0 18px;
}
.postcontent p a,
.postcontent ol a,
.postcontent ul a {
	color:#dd6611;
	font-weight:normal;
}
.postcontent p a:visited,
.postcontent ol a:visited,
.postcontent ul a:visited {
	color:#dd6611;
}
.postcontent p a:hover,
.postcontent ol a:hover,
.postcontent ul a:hover {
	text-decoration:underline;
}
.postcontent ul li {
	padding:0 0 5px 18px;
}
.postcontent ol li {
	padding:0 0 5px;
}

.more-link{
	background:url(images/post-more.jpg) no-repeat right;
	padding:0 20px 0 0;
}

#page-nav-prev
{
	float: left;
	margin: -10px 0 0;
}

#page-nav-next
{
	float: right;
	margin: -10px 0 0;
}
#page-nav-prev a
{
	background:url(images/lead-prev.png) no-repeat left;
	padding: 0 0 0 18px;
}

#page-nav-next a
{
	background:url(images/lead-next.png) no-repeat right;
	padding: 0 18px 0 0;
}


.sidebar
{
	float: left;
	width: 186px;
	color: #434343;
}

.sidebar-l
{
	width: 196px;
}

.sidebar-widget
{
	width: 184px;
	margin-bottom: 10px;
	border: 1px solid #D2D0D0;
	overflow: hidden;
}

.sidebar-l .sidebar-widget
{
	width: 194px;
}

.agent .sidebar-content
{
	padding: 0 2px 10px 6px;
	font-size: 11px !important;
}
.agent .sidebar-content p a
{
	color:#b64c02 !important;
	text-decoration:underline;
	text-transform:uppercase;
}
.agent .sidebar-content p a:hover
{
	text-decoration:none;
}

.agent .sidebar-content span
{
	float: left;
	display: block;
	width: 80px;
	margin-bottom: 10px;
	margin-left: 6px;
}

.subscribe
{
	padding-top: 63px;
	color: #000000;
         height: 151px;
	background: #F7F4EC url(http://wisconsinrapidsrealestateschool.com/wp-content/uploads/2010/05/homesbyemail1.jpg) center top no-repeat;
	font-size: 14px;
	text-align: center;
}

.subscribe a
{
	color: #000000 !important;
}

.newsletter
{
	padding: 10px 0 10px;
	color: #FF7C00;
	background: #363C3A;
	font-size: 12px;
}

.newsletter div
{
	padding: 0 14px 0;
}

.newsletter-header
{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}

.newsletter form
{
	padding: 5px 0 0 14px;
}

.newsletter form input
{
	width: 135px;
}

.newsletter form input.submit
{
	width: 89px;
	margin: 4px 0 0 53px;
}

.sidebar-header
{
	height: 48px;
	padding: 6px 0 0 40px;
	font-size: 18px;
	text-transform: uppercase;
}

.sidebar-l .sidebar-header
{
	padding: 6px 0 0 60px;
}

.agentheader
{
	height: 34px;
	padding: 6px 0 0 0 !important;
	background: url(images/sidebar-header-bg.jpg) center top repeat-x;
	text-align: center;
}

.categories
{
	background: url(images/sidebar-icon-cats.jpg) center top no-repeat;
}

.archives
{
	background: url(images/sidebar-icon-arc.jpg) center top no-repeat;
}

.bloglinks
{
	background: url(images/sidebar-icon-links.jpg) center top no-repeat;
}

.toparticles
{
	background: url(images/sidebar-icon-top.jpg) center top no-repeat;
}

.newarticles
{
	background: url(images/sidebar-icon-new.jpg) center top no-repeat;
}

.sidebar-content
{
	clear: both;
	padding: 0 10px 10px;
	font-size: 12px;
}

.sidebar-l .sidebar-content
{
	font-size: 14px;
}

.sidebar-content a
{
	color: #434343 !important;
}

.sidebar-content a:hover, .sidebar-content a:focus, .sidebar-content a:active
{
	color: #b64c02;
}

.sidebar-widget ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-widget li
{ padding: 0 0 10px 12px; background: url(images/sidebar-li.jpg) no-repeat 0 7px; }


.sidebar-l .sidebar-widget li
{
	background: none;
	padding:0;
}
.sidebar-l .sidebar-widget li a
{
	padding: 0 0 0 18px;
}
.sidebar-l .sidebar-widget li a:hover
{
	background: url(images/left-hover.png) 0 5px no-repeat;
	font-weight:bold;
	color:#434343;
	text-decoration:none;
}



#footer
{
	clear: both;
	width: 100%;
	text-align:center;
	padding: 10px 0 0;
	color: #000000;
	background: url(images/footer-bg.jpg) center top repeat-x;
	overflow: hidden;
}

#footer .inner
{
	width: 988px;
	margin:0 auto;
	text-align:left;
}

#footer a
{
	color: #c56500;
}

.footer-content
{
	float: left;
	width: 250px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 0 12px;
	overflow: hidden;
	display:inline;
}
.footer-content-2
{
	width: 400px;
}

.footer-content img
{
	float: left;
	margin-right: 8px;
}

.footer-header
{
	margin-bottom: 10px;
	padding: 20px 0 10px;
	border-bottom: 2px solid #676767;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-links a
{
	display: block;
	width: 245px;
	height: 29px;
	padding: 4px 0 0 0;
	color: #ffffff !important;
	background: url(images/footer-links-bg.jpg) center top no-repeat;
	text-align: center;
}

#copyright
{
	clear: both;
	padding: 20px 0 30px;
	text-align: center;
}

#copyright-links
{
	padding-bottom: 10px;
	text-transform: uppercase;
}

#copyright-links a
{
	color: #000000;
}

#copyright-links a:hover, #copyright-links a:focus, #copyright-links a:active
{
	color: #b64c02 !important;
}



a, a:link, a:visited
{
	color: #b64c02;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	text-decoration: underline;
	outline: none;
}

a img
{
	border: none;
}


.newsletter .subscribeform .inputField {
	width:153px;
	width/**/:/**/143px;
	height:23px;
	height/**/:/**/16px;
	padding:5px 5px 0;
	float:left;
	border:1px solid #ef6c00;
	text-align:center;
	background:#fff;
	font:10px verdana;
	color:#b4b2b2;
}

.newsletter .subscribeform .submitButton {
	height:29px;
	width:89px;
	background:url(images/form-submit-bg.gif) no-repeat;
	float:right;
	border:none;
	cursor:pointer;
	font:10px verdana;
	color:#000;
	text-align:center;
	margin:10px 16px 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#commentBox {
	text-align:left;
	font:1em/1.5 verdana,sans-serif;
}
#commentBox  a {
	color:#515151;
}
#commentBox  a:visited {
	color:#777;
}
#commentBox  a:hover {
	text-decoration:underline;
}
#commentform {
	padding:10px 0;
	overflow:hidden;
	width:100%;
}
#commentform p {
	padding:0 0 10px;
}
#commentform .changeAva {
	float:right;
	text-align:center;
	width:220px;
	width/**/:/**/200px;
	padding:5px 10px;
	font-size:.92em;
	border:1px solid #ddd;
	background:#fafafa;
}
#commentform .changeAva h4 {
	color:#515151;
	font-size:1.09em;
	margin:0 0 3px;
}
#commentform .changeAva span {
	display:block;
}
#commentform .changeAva img {
	border:1px solid #c6c6c6;
}
#commentform .changeAva a {
	color:#515151;
}
#commentform input,
#commentform textarea {
	padding:4px 3px 0;
	color:#515151;
}
#commentBox  #author,
#commentBox  #email,
#commentBox  #url,
#commentBox  #comment {
	display:block;
	font-size:13px;
	border:1px solid #c6c6c6;
	font-family:verdana,sans-serif;
	width:156px;
	width/**/:/**/150px;
	height:26px;
	height/**/:/**/20px;
	background:#fafafa;
}
#commentform textarea#comment {
	width:539px;
	min-height:100px;
	border-width:1px;
	margin:0 0 10px;
	padding:4px 3px;
	background:#fafafa;
}
* html #commentform textarea#comment {
	height:100px;
}
#commentform input#submit {
	width:110px;
	padding:2px 0 0;
	margin:-10px 0 0;
	font:bold 12px verdana,sans-serif;
	color:#515151;
	text-transform:uppercase;
	float:left;
	border:1px solid #c6c6c6;
	background:#f2f2f2;
	cursor:pointer;
}
.commentlist {
	list-style:none outside;
	overflow:hidden;
}
.commentlist li {
	margin:0 0 20px;
	width:100%;
	overflow:hidden;
}
.commentlist li div.avatar {
	float:left;
	width:75px;
	font:0/0 verdana,sans-serif;
	color:#515151;
	position:relative;
}
.commentlist li div.avatar a {
	color:#515151;
}
.commentlist li div.avatar img {
	margin:0!important;
	display:block!important;
	border:1px solid #c6c6c6;
}
.commentlist li .content {
	float:left;
	width:472px;
	width/**/:/**/450px;
	padding:5px 10px 0;
	border:1px solid #c6c6c6;
	background:#eee;
}
.commentlist li.author .content {
	border:1px solid #c6c6c6;
	background:#fafafa;
	color:#323232;
}
.commentlist li.author .content a {
	color:#515151;
}
.commentlist li .content .info {
	font-size:1.08em;
	color:#515151;
	padding:0 0 10px;
}
#commentBox  .commentlist li .content .info a {
	color:#515151;
}
.commentlist li.author .content .info {
	color:#626267;
}
#commentBox  .commentlist li.author .content .info a {
	color:#626267;
}
.commentlist li .content .info .author {
	font-weight:bold;
}
.commentlist li .content .info .author img {
	display:none!important;
}
.commentlist li p {
	padding:0 0 15px;
	clear:both;
	text-align:justify;
}
h3#respond,
h3#comments {
	font-size:1.33em;
	line-height:1.38;
	color:#515151;
	padding:5px 0;
}
.alignright { float: right; margin-left: 10px; }
.aligncenter { margin-right: auto; margin-left: auto; }
.alignleft { float: left; margin-right: 10px; }
