body {
    color: #5e5e5e;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
    word-wrap: break-word;
}

#site-name {
    border-bottom: 5px solid #007cdc;
    display: block;
    float: left;
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
}

#site-name a {
	color: #444;
	font-family: "PT Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;	
	font-size: 35px;	
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;

}

h1#page-title {
    color: #222;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
	padding: 0 10px;
}

p {
    padding: 0 10px;
}

a {
	color: #007cdc;
	text-decoration: none;
}

.submitted {
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
}

.field .field-label {
    clear: both;
    float: left;
    margin: 0 5px;
    font-weight: bold;
}

.field-type-taxonomy-term-reference .field-item {
    float: left;
    padding: 0 1em 0 0;
    white-space: nowrap;
}

