/* Zero styling */

*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

q:before, q:after { 
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* Archive css */

body, input {
	font-size: 13px;
	font-family: Arial, Verdana;
	color: #333;
}

a {	
	color: #00457e; /* Change this color value */
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

p {
	font-size: 13px;
	color: #333;
}	

.info {
	margin-top: 25px;
	color: #666;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 50px;
}

#topbar {
	height: 24px;
	margin: 40px 0 0;
	background: url("../img/topbar-gradient.png") repeat-x #00457e; /* Change this color value */
	font-size: 12px;
	font-weight: bold;
}

#topbar p {
	float: left;
	margin-left: 13px;
	line-height: 24px;
	color: #fff;
}

#topbar a {
	text-decoration: none;
	color: #fff;
}

#topbar ul {
	float: left;
	height: 24px;
	margin-left: 10px;
}

#topbar ul li {
	float: left;
	height: 24px;
	line-height: 24px;
}

#topbar ul li a {
	display: block;
	float: left;
	height: 24px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#topbar ul li a:hover, #topbar #active {
	background: url("../img/topbar-gradient.png") repeat-x #252525; /* Change this color value */
}

#topbar p#topright {
	float: right;
	margin-right: 13px;
}

#middle {
	height: 70px;
	border-bottom: 1px solid #ccc;
}

#logo {
	float: left;
	margin: 20px 0 0 13px;	
}

#search-field {
	float: right;
	width: 200px;
	height: 14px;
	margin-top: 24px;
	padding: 5px;
	border: 0;
	background: url("../img/search-bg.png") no-repeat #fff;
}

#search-button {	
	float: right;
	height: 24px;
	padding: 5px 10px 5px 10px;
	margin: 24px 13px 0 0;
	background: url("../img/search-gradient.png") repeat-x top right #00457e; /* Change this color value */
	border: 0;
	color: #fff;
	cursor: pointer;
}

#content {
	position: relative;
	margin: 0 -25px;
	padding: 25px 13px 0;
}

.number {
	float: left;
	padding-bottom: 25px;
}

.number h2, .number img, .number a {
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.number img {
	margin: 10px 0;
	border: 1px solid #e5e5e5;
}

.number a {
	margin-bottom: 5px;
}

.number .front {	
	margin: 0 25px;
}

.list td {
	padding-bottom: 25px;
	vertical-align: top;
}

.list td .number img {
	margin-top: 0;
}

.list ul {
	display: block;
}

.list ul li {
	margin-bottom: 5px;
}

.list ul li.contentslist a {
	color: #333;
}

.list ul li.contentslist span a {
	display: block;
	float: left;
	width: 40px;
	color: #00457e; /* Change this color value */
}

#footer {
	clear: both;
	margin-bottom: 40px;
	padding: 10px 10px 40px 10px;
	border-top: 1px solid #cecdcd;
}

#footerlogo {
	float: right;
	margin-right: 10px;
}

#footer p {
	float: left;
}
