/* CSS Document */
/* font-family: 'Oswald', sans-serif;	 */
/*------------------------------------*\
	$RESET
\*------------------------------------*/
/*
A more considered reset; more of a restart...
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	font-family: 'Oswald', sans-serif;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:bold;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
	margin:0px;
	margin-bottom:-5px;
	padding:0px;
}
input,
select,option,optgroup,
textarea{
	font:inherit;
}

.cl {
	clear:both;	
}
.clsp {
	clear:both;
	height:20px;	
}

html {
background-color:#1e2848;
}
body {
	width:640px;
	margin:0px auto;
	background-color:#fff;
	font-size:20px;	
	letter-spacing:1px;
}
p {
    background-image: url(images/blank.png);
    background-repeat: repeat;
}

.mobile_news {
	background-color:#b82727;
	background-image:url(news-flash.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:136px;
	width:640px;
	position:relative;
}
.mobile_news_content {
	width:442px;
	height:108px;
	font-size:23px;
	position:absolute;
	top:14px;
	right:15px;
	overflow:hidden;
	font-weight:300;
	color:#fff;
	line-height:27px;
	letter-spacing:1px;
}
.mobile_news_content a:link,.mobile_news_content a:visited {
	color:#fff;
	text-decoration: underline;
	
}

.mobile_footer {
	background-color:#b1bdca;
	height:92px;
	line-height:92px;
	text-align:center;
	color:#768ea7;
	width:640px;
	font-size:26px;

}
.mobile_footer a:link,.mobile_footer a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#768ea7;
	letter-spacing:2px;
	font-size:26px;
	font-weight:300;
}
.mobile_events {
	width:640px;	
}
.mobile_event {
	padding:20px;
	color:#434754;
}

.mobile_post {
	padding:20px;
	border-bottom: 1px solid #8caac7;
	color:#434754;
}
.mobile_post a:link, .mobile_post a:visited,.mobile_event a:link, .mobile_event a:visited  {
	color:#1e2848;
}
.mobile_post .date, .mobile_event .date {
	font-weight:300;	
}
.mobile_post:last-of-type {
	border:medium none;	
}