/* CSS Document */

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

body {
    text-align: center;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#fff;
    }
	
blockquote {
	font-size : 1em;
	margin-left: 30px;
	margin-right: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
	}
    
#wrap {
    margin:0px auto;
    text-align:left;
    width: 800px;
    position: relative;
	background: url(http://www.frc.org/img/blog/wrap_back.gif) repeat-y;
	overflow: hidden;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
    }
	
#banner {
	width: 800px;
	height: 115px;
	overflow:hidden;
	}
	
#leftcontain {
	float: left;
	width: 120px;
	color: #fff;
	}
	
#left{
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	}
	
#left h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	}
	
#left ul {
	margin-top: 10px;
	margin-bottom:10px;
	}
	
#left li {
	list-style: none;
	}

div#left a:link	{ 
	color: #FFFFCC; 
	text-decoration: none; 
	font-weight: bold;
	} 
	
div#left a:visited	{ 
	color: #FFFFCC; 
	text-decoration: none; 
	font-weight: bold;
	} 
	
div#left a:active	{ 
	color: #FFFFCC; 
	font-weight: bold;	
	} 
	
div#left a:hover		{
	color: #fff;
	text-decoration : underline;
	font-weight: bold;
	}
	
#blog {
	float: left;
	margin-left: 25px;
	width: 490px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.2em;
	}
	
#blog h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #e49546;
	width: 100%;
	border-bottom: 1px dotted #475f8b;
	}

#blog h1 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #cc6600;
	letter-spacing: -.04em;
	}
	
#blog p {
	margin-bottom: 10px;
	line-height: 1.5em;
	}

div#blog img {
       margin: 5px;
       }
	
div#blog a:link	{ 
	color: #475F8B; 
	text-decoration: underline; 
	} 
	
div#blog a:visited	{ 
	color: #475F8B; 
	text-decoration: underline; 
	} 
	
div#blog a:active	{ 
	color: #475F8B; 	
	} 
	
div#blog a:hover		{
	color: #666633;
	text-decoration : underline;
	}
	
#rightcontain {
	float: right;
	width: 140px;
	background-color: #CCCC99;
	overflow: none;
	}
	
#rightcontent {
	padding-left: 8px;
	padding-right: 8px;
	}
	
#rightcontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	}
	
#rightcontent ul {
	margin-top: 10px;
	margin-bottom:10px;
	}
	
#rightcontent li {
	list-style: none;
	}
	
div#rightcontent a:link	{ 
	color: #666633; 
	text-decoration: none; 
	font-weight: bold;
	} 
	
div#rightcontent a:visited	{ 
	color: #666633; 
	text-decoration: none; 
	font-weight: bold;
	} 
	
div#rightcontent a:active	{ 
	color: #666633; 
	font-weight: bold;	
	} 
	
div#rightcontent a:hover		{
	color: #CC6600;
	text-decoration : underline;
	font-weight: bold;
	}
	
div#blog ul {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 15px;
	}
	
div#blog li {
	margin-bottom: 7px;
	}

.rightfloat {
	display: block;
    margin:0px auto;
	text-align: center;
	}

.posted {
	font-size: .8em;
	margin-bottom: 20px;
	}
	
#footer {
	background-image: url(http://www.frc.org/img/blog/footer_back.gif
);
	background-color: #000;
	width: 100%;
	height: 40px;
	clear: both;
	margin-top: 20px;
}

#brickmortar {
	float: left;
	padding-left: 50px;
	padding-top: 12px;
	}
	
div#brickmortar a:link	{ 
	color: #cc6600; 
	text-decoration: underline; 
	} 
	
div#brickmortar a:visited	{ 
	color: #cc6600; 
	text-decoration: underline; 
	} 
	
div#brickmortar a:active	{ 
	color: #cc6600; 	
	} 
	
div#brickmortar a:hover		{
	color: #666633;
	text-decoration : underline;
	}

#contact {
	float: left;
	padding-left: 85px;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 1.1em;
	text-align: left;
	color: #fff;
	}
	
div#contact a:link	{ 
	color: #fff; 
	text-decoration: none; 
	} 
	
div#contact a:visited	{ 
	color: #fff; 
	text-decoration: none; 
	} 
	
div#contact a:active	{ 
	text-decoration: #none; 	
	} 
	
div#contact a:hover	{
	color: #fff;
	text-decoration : underline;
	}
	
.comment-header {
	width: 100%;
	border-top: 1px dotted #475f8b;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
.comments-content {
	background-color: #EEEEF0;
	padding: 5px;
	}
