﻿#content-wrapper
{

}

#content-wrapper h1
{
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 1.75em;
}

#content-wrapper p
{
	width: 95%;
}

ul.icon-list
{
    font-size: 0.85em;
	line-height: 1.4em;
	margin-bottom: 1.2em;   
	width: 95%; 
}

ul.icon-list li
{   
    margin-bottom: 1em;
}
ul.icon-list .link-text 
{
    display: block;
	padding-left: 30px;
}

.site-name a
{
	color: #f88f34;
	text-decoration: none;
	font-weight: bold;
}
.site-name a:hover
{
	color: #5d7c97;
	text-decoration: none;
}

.link-text a b
{
	color: #5d7c97;
	font-weight: normal;
}
.link-text a:hover
{
	color: #888888;
}
#site-description
{
	display: block;
	font-style: italic;
	font-size: 0.9em;
	padding-left: 30px;
}
