/*
Theme Name: SteinLine
Theme URI: www.steinlodge.com/blog
Description: template for Stein Lodge
Author: Mike Young
Author URI: www.axis41.com
Template: 
Version: 1.0

General comments/License Statement if any.
.
*/

/**
  * HTML tags are SCREAMING caps
  */
BODY {
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #717173;
	background-color: #EDE2AA;
	background-repeat: repeat;
}

IMG {
	border: 0px;
}

DIV {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

P {
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

H1 {
	font-family: Georgia, Times New Roman, serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;

}

H2 {
	font-family: Georgia, Times New Roman, serif;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: capitalize;
	color: #D3B22D;
	font-size: 21px;
	font-weight: normal;

}

H3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

A:LINK {
	color: #D3B22D;
	text-decoration: none;
}

A:HOVER {
	color: #717173;
	text-decoration: underline;
}

A:ACTIVE {
	color: #D3B22D;
	text-decoration: underline;
}

A:VISITED {
	color: #717173;
	text-decoration: none;
	border-bottom: 1px dotted #717173;
}


/**
  * IDs are UpperUpper
  */
#Page {
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #D3B22D;
	background-image:  url(images/framed_background.jpg);
	background-repeat: repeat-y;
	width: 984px;
	/*border: 1px solid red; /* for debugging */
}

#Page #PageTop {
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #D3B22D;
	background-image:  url(images/framed_background_top.jpg);
	background-repeat: none;
	width: 984px;
	height: 79px;
	/*border: 1px solid green; /* for debugging */
}

#Page #PageBottom {
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #D3B22D;
	background-image:  url(images/framed_background_bottom.jpg);
	background-repeat: none;
	width: 984px;
	height: 79px;
	/*border: 1px solid green; /* for debugging */
}

#Page #PageBottom .whiteBottom {
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	width: 910px;
	height: 35px;
	/*border: 1px solid pink; /* for debugging */
}

#Page #Content {
	position: relative;
	width: 910px;
	background-color: #FFFFFF;
	/*border: 1px solid green; /* for debugging */
}

#Page #Content.narrowcolumn {
	padding: 0px 0px 0px 0px;
	margin: -35px auto 0px auto;
	/*border: 1px solid red; /* for debugging */
}

#Page #Content.narrowcolumn .padding {
	padding: 0px 0px 35px 0px;
	margin: 0px 10px 0px 10px;
	/*border: 1px solid blue; /* for debugging */
}

#Page #Content #HeaderImg {
	position: relative;
	width: 890px;
	height: 367px;
}

#Page #Content .description {
	padding: 5px 0px 3px 0px;
	margin: 0px auto 0px auto;
	background-color: #D3B22D;
	text-align: center;
}

#Page #Content #Spacer {
	width: 50%;
	height: 55px;
}

#Page #Content .description A:LINK {
	color: #FFFFFF;
	text-decoration: none;
}

#Page #Content .description A:HOVER {
	color: #717173;
	text-decoration: underline;
}

#Page #Content .description A:ACTIVE {
	color: #717173;
	text-decoration: underline;
}

#Page #Content .description A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}

#Page #Content .post {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 540px;
}

#Page #Content P.postedOn {
	font-size: 11px;
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 0px -15px;
	border-top: 1px dotted #717173;
	border-bottom: 1px dotted #717173;
}

#Page #Content .post IMG {
	border: 5px solid #EDE2AA;
}

#Page #RightNavBoxes {
	position: absolute;
	top: 489px;
	right: 48px;
	width: 225px;
	font-size: 11px;
}

#Page #RightNavBoxes .rightBox {
	background-color: #FBF9EC;
	margin-bottom: 20px;
}

#Page #RightNavBoxes .rightBox H3 {
	background-image:  url(images/right_nav_header_top.jpg);
	background-repeat: none;
	width: 225px;
	height: 33px;
}

#Page #RightNavBoxes .rightBox H3 .padding {
	padding: 6px 0px 0px 9px;
	margin: 0px 0px 0px 0px;
}

#Page #RightNavBoxes .rightBox .padding {
	padding: 5px 20px 0px 11px;
	margin: 0px 0px 0px 0px;
}

#Page #RightNavBoxes .rightBox .padding P {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#Page #RightNavBoxes .rightBox .padding LI {
	list-style-type: none;
}

#Page #RightNavBoxes .boxBottom {
	background-image:  url(images/right_nav_header_bottom.jpg);
	background-repeat: none;
	width: 225px;
	height: 22px;
	/*border: 1px solid blue; /* for debugging */
}






#CommentsSection {
	padding: 30px 10px 0px 15px;
}

ol#comments li p {
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: .2em;
}

#commentform textarea {
	width: 530px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


/**
  * Classes are lowerUpper
  */
