/* html tag styles */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #1853A2;
	margin: 10px;
	background-image: url(images/skyline.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment:fixed;
}
td {
	font-family: Trebuchet MS, Century Gothic, Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
h2 {
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #F8E5C6;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #B7CAE5;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}

/* form styles */
form {
	font-family: Trebuchet MS;
	font-size: 13px;
}
input.bginput {
	color: #1A4687;
	background-color: #F8E5C6;
	border: solid 1px #071933; 
}

/* content styles */
.wrapper {
	background-image: url(images/bg.png);
	height: 480px;
	vertical-align: top;
	padding: 5px 15px 2px 15px;
}
.content {
	background-image: url(images/content_bg.png);
	vertical-align: top;
	padding: 2px 7px 0px 7px;
}
.sidebar {
	background-image: url(images/sidebar_bg.png);
	vertical-align: top;
	padding: 2px 7px 0px 7px;
}
.tag {
	background: url(images/tag.gif) no-repeat;
	padding-left: 22px;
	float:left;
}
.posted {
	background: url(images/tag.gif) no-repeat;
	padding: 0px 1px 0px 21px;
	float: right;
	font-size: 85%;
}
.article {
	clear: both;
	padding: 1px 2px 0px 2px;
}
.description {
	clear: both;
	font-size: 85%;
	padding: 0px 0px 0px 25px;
}
.newspost {
	clear: both;
	padding: 8px 0px 0px 0px;
}
.newsheader {
	float: left;
	margin-left: 4px;
	width: 544px;
}
.newstitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #F8E5C6;
	margin: 0px;
	border-bottom: 1px dotted #B7CAE5;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
}
.newsentry {
	padding: 0px 1px 0px 1px;
}
.newsentry p {
	margin: -15px 0px 7px 0px;
}
* html .newsentry p {
	margin: 2px 0px 2px 0px;
}
.calendar {
	width: 38px;
	height: 44px;
	float:left;
	background: url(images/calendar.png) no-repeat;
}
.calmonth {
	font-size: 11px;
	text-transform: uppercase;
	color: #E4E4E4;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 1px;
	margin-left: -3px;
}
.calday {
	font-size: 18px;
	text-transform: uppercase;
	color: #15386B;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 6px;
	margin-left: -4px;
}
.sidelink {
	background: url(images/bullet.gif) no-repeat;
	background-position: 3px 5px;
	padding-left: 14px;
	font-size: 12px;
	color: #D1DCEA;
}
.sideposted {
	clear: both;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #7E98BE;
	padding: 0px 0px 0px 14px;
}

/* font styles */
.dateline {
	font-size: 12px;
	color: #D2C7B4;
}

/* link styles */
a:link, a:visited, a:active {
	color: #F1C175;
	text-decoration: none;
}
a:hover {
	color: #CBDEFB;
	text-decoration: underline;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #D1DCEA;
	text-decoration: none;
}
a.alt:hover {
	color: #F6D091;
	text-decoration: none;
}

/* footer styles */

#footer {
	background-image: url(images/footer_links.png);
	width: 580px;
	vertical-align: top;
	padding: 27px 0px 0px 15px;
}
#footer .minilink {
	background: url(images/bullet_footer.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	color: #7E98BE;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #7E98BE;
	text-decoration: none;
}
#footer a:hover {
	color: #D2932F;
	text-decoration: none;
}

/* multipaging */
.pagecurr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9DB8E2;
	background-color: #15366A;
	border: solid 1px #9DB8E2;
	margin: 1px;
	padding: 1px 4px 1px 4px;
	width: 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.pagelink a:link, .pagelink a:visited, .pagelink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C4D94;
	background-color: #A8C0E3;
	border: solid 1px #E0E7F2;
	margin: 1px;
	padding: 1px 4px 1px 4px;
	width: 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.pagelink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #15366A;
	background-color: #F0C074;
	border: solid 1px #F5DAAF;
	margin: 1px;
	padding: 1px 4px 1px 4px;
	width: 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
