

.clear {
	clear: both;
}
/* @group Global */

body {
	background-image: url(/images/background.jpg);
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

a {
	color: #BB0C22;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* @end */


/* @group Main grid */


#top-bar  {
	clear:  both;
	margin: 50px auto 0;
	width:  776px;
	height: 18px;
	padding: 0;
	background: url(/images/top.png) no-repeat;
}

div.container  {
	margin: 0 auto;
	width:  772px;
	background-color: #fff;
	border-left: 2px solid #BB0C22;
	border-right: 2px solid #BB0C22;
	position: relative;
}

#bottom-bar  {
	clear:  both;
	margin: 0 auto;
	width:  776px;
	height: 18px;
	padding-bottom: 50px;
	background: url(/images/bottom.png) no-repeat;
}

/* @group Sub structure */

div.logo {
	width: 450px;
	position: relative;
	left: -25px;
	top: -50px;
}

#content {
	width: 480px;
	padding-left: 20px;
	float: left;
	padding-top: 20px;
	position: relative;
	}

#content h1 {
	color: #003399;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.3em;
}
#content h1 a{
	color: #003399;
}

#content h5 {
	font-size: 0.9em;
	padding: 5px;
	font-weight: bold;
	background-color: #2b55ab;
	color: #fff;
	margin-bottom: 10px;
}

#leave-reply h2 {
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #003399;
	background-color: #fff;
}

#content p {
	color: #1F1F1F;
	font-size: 0.8em;
	padding-bottom: 10px;
	line-height: 20px;
}

#side-container {
	width: 200px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}


#side-container div.listbox h2 {
	height: 25px;
	background-color: #BB0C22;
	color: #FFF;
	font-size: 1.1em;
	padding-left: 6px;
	padding-top: 6px;
}

#side-container div.listbox ul  {
padding-top: 6px;
}

#side-container div.listbox ul a {

	color: #003399;
}

#side-container div.listbox ul li {
	padding-left: 8px;
	line-height: 20px;
	font-size: 0.8em;
}


/* @end */



/* @end */

#nav  {
	clear:  both;
	width:  100%;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: 85px;
	border-bottom: 3px solid #003399;
	border-top: 3px solid #003399;
	background-color: white;
}

div.article-list {
	padding-bottom: 20px;
}

#leave-reply {
	float: right;
}

#nav ul {
	margin: 0 auto 0 auto;
	width:  745px;
	height: 30px;
}
#nav li {
	display: inline;
	color: #BB0C22;
	font-size: 1.2em;
	position: relative;
	top: 5px;
	padding-right: 15px;
}

/* Leave a reply */
#leave-reply h2 {
padding: 0;	
padding-bottom: 10px;
}

#comment-form input, textarea  {
	border: 1px solid #dccfe3;
	width: 180px;
	
}

button#submit {
	border: 1px solid #039;
	width: 180px;
	color: #fff;
	background-color: #2b55ab;
}



#list-of-comments h4 {
	color: #2b55ab;
	font-size: 0.8em;
}

#list-of-comments .date {
	color: #acabad;
	font-size: 0.7em;
}
#list-of-comments .link {
	color: #cd5055;
	font-size: 0.7em;
	padding-bottom: 10px;
}
#list-of-comments p {

	padding-top: 10px;
}
#list-of-comments .alt {
/*	background-color: #f8f9fc; */
	
}

#list-of-comments li {
	width: 280px;
	padding: 5px;
}

#comment-form label {
	color: #2b55ab;
	font-size: 0.75em;
}

a.commentslink {
	font-size: 0.8em;
	
}

#content  h2 {
	color: #bb0c22;
	padding-top:10px;
padding-bottom:10px;
}

em {
	font-style: italic;
	line-height: 16px;
	font-size: 0.9em;
}

#content ul {
	list-style-type: disc;
	text-shadow: #000000 0 0 0;
	list-style-position: outside;
	font-size: 0.8em;
	padding-bottom: 10px;
}
#content li {
	padding-bottom: 5px;
	margin-left: 30px;
}
