/* Home Metal Shop Club style sheet by Dick Kostelnicek 12/26/2009 */
body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
	width: 1100px;
	margin: 1em 0 0 1em;
	padding: 0;
	font-size: 16px; /* prevents user from changing text size */
	background-color: white;
}

a:link{
	 color: blue;
}

a:visited{
	 color: purple;
}

a:hover{
	 color: red;
	 background-color: white;
}

a:active{ /* must follow a:hover */
	color: green;
}

#main_menu{
	padding-right: 2em;
	line-height: 175%;
	float: left;
}

#logo{
	width: 295px;
	padding: 1em 0.5em 1.5em 0;
	text-align: center;
	line-height: 200%;
	float: left;
}

#latest{
	float: left;
}

#content{
/*	padding-top: 1em; */
	clear: both;
}

#post_card{ /* index.html */
	margin-left: 1em;
	float: right;
	border-width:0; 
}

#centered_content{
	clear: both;
	text-align: center;
}

#left_content{ /* hints.html */
	padding-top: 2em;
	clear: both;
	text-align: left;
}

.two_col_centered_content{
	width: 490px;
	float: left;
	text-align: center;
}

.two_col_content_left{
	width: 45%;
	padding-left: 1em;
	float: left;
	text-align: left;
	margin-left:1em;
}

.three_col_content_left{
	width: 30%;
	padding-left: 1em;
	float: left;
	text-align: left;
}

#center_half_page_width{
	width: 400px;
	margin: 0 auto 0 auto;
	padding-top: 0.5em;
	text-align: left;
	line-height: 175%;
	clear: both;
}

#footer{
	padding-top: 2em;
	text-align: center;
	clear:both;
}

#updated{
	font-size: 60%;
	padding-top: 2em;
	text-align: right;
	clear: both;
}

small{
	font-size: 60%;
}

big{
	font-size: 250%;
	font-weight: normal;
}

h1{
	font-size: 125%;
	font-weight: bold;	
}

#left_content dt p {
	padding-left: 2em;
}

.left_alignment td{
	text-align: left;
	font-size: 90%;
}

.biography {
	float: left;
	width: 450px;
	padding: 1em;
	margin: 10px 10px 0 0;
	background-color: #d4d0c8;
}

#newsletter2{
	margin:0 auto 0 auto;
	text-align:center;
	padding:0 0.5em 0.25em 0.5em;
	background-color:orange;
	border:solid thin black;
	width:70%;
	line-height:1.75;
}

/* uncomment to see the borders on all <div>
#updated, #footer, #content, #mission_statement, #center_half_page_width, #centered_content, .two_col_content_left, #left_content, .two_col_centered_content, .biography{
	border: solid thin red;
}

#latest, #logo, #main_menu{
	border: dashed thin red;
}
*/ 
