body {
	padding-bottom: 50px;
	background-color: #b6b6b6 !important;
}

#header {
	padding: 40px 0px 40px 20px;
}

#header a {
	font-size: 40px;
	color: black;
	text-decoration: none;
}

#footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #20304e;
	color: #ffffff;
}

.container {
	background-color: #ffffff;
	border: 15px solid #f1f0ef;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.uscolumn a {
	text-decoration: none;
}

#navigation {
	background-color: #516bc6;
	margin-bottom: 20px;
}

#navigation ul
{
	list-style-type: none;
	text-decoration:none;
	padding: 0;
	margin: 0;
}

#navigation li
{
	display: inline;
}

#navigation li a {
	text-decoration:none;
	padding: 5px 0;
	width: 150px;
	color: #ffffff;
	float: left;
	text-align: center;
	font-size: 1.3em;
}

#navigation li a:hover {
	text-decoration:underline;
	color: #ffffff;
}

#content {
	padding-left: 20px;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

#content h3 {
	margin: 0px;
}

#content h4 {
	color: gray;
	font-size: small;
	font-style: italic;
	margin: 0px;
}

.sw_newsitem_text {
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#searchbox {
	padding-bottom: 2em;
}

#searchbox input[type=text] {
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	padding-left: 16px;
	width: 120px;
}

#us_search {
	padding-right: 10px;
}

/* For comments, ripped from karlmenn.is */

.comments {
    border: 1px solid rgb( 230, 230, 230 );
    padding: 10px;
}

html>body .comments {
    background-color: rgba( 255, 255, 255, 0.7 );
}

.comments label {
    display: block;
    width: 120px;
    float: left;
    margin-bottom: 10px;
    clear: left;
    text-align: right;
    padding-right: 10px;
    padding-top: 4px;
}

.comments form {
    margin-top: 20px;
}

.comments input, .comments textarea {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 5px;
    clear: right;
    font-size: 13px;
    font-family: arial, Helvetica, Sans-serif;
}

 .comments textarea {
    height: 110px;
    width: 450px;
}


.comments form br {
    clear: both;
}

.commentSubmitButton {
    clear: both;
}

.conversation {
    width: 500px;
}

.comment {
    background-color: rgb( 250, 250, 250 );
    border: 1px solid rgb( 240, 240, 240 );

    padding: 1em;
    margin: 1em 0 0 0;

    line-height: 1.3em;
}

.commentPerson A {
    display: inline;
    clear: none;
    text-decoration: none;
}

.commentPerson {
    border-bottom: 1px solid rgb( 175, 179, 154 );
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;

    font-weight: bold;

    color: rgb( 119, 106, 94 );
}

.commentPerson IMG {
    float: right;

    background-color: rgb( 250, 255, 220 );
    border: 1px solid rgb( 175, 179, 154 );

    padding: 1px;
    margin: 0px 0px 10px 10px;
    
    width: 50px;
}

.commentDate {
    font-size: smaller;
    font-style: italic;
 
    margin-bottom: 0.5em;
    color: rgb( 119, 106, 94 );
}

.commentTime {
    padding-right: 0.5em;
    font-weight: bold;
}

.commentText {
    margin-right: 80px;
}

#commentsErrorMessage {
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.talkblock {
	text-align: right;
	border-bottom: 1px dashed gray;
	margin-top: -20px;
	padding-bottom: 20px;
}

.talkblock a {
	width: 150px;
	padding: 10px;
	padding-bottom: 10px;
	border: 1px solid rgb( 230, 230, 230 );
	background-color: rgb( 240, 240, 240 );
	text-decoration: none;
}

.conversation {
	padding-bottom: 10px;
}


#rss{
	background: transparent url(http://us.is/Apps/WebObjects/US.woa/swdocument/1004505/rss.png) scroll no-repeat left center;
	padding: 2px 2px 2px 35px;
}

