* {
	margin: 0;
	padding: 0;
}

header, footer, nav, aside, section, article, figure {
	display: block;
}

html, body {
	width: 980px;
	margin: 0 auto;
	background: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

img {
	border: none;
}

a {
	color: #00a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header {
	margin-top: 10px;
}

header  h1 {
	color: #436976;
	font-size: 1.75em;
	font-weight: bold;
	text-shadow: 2px 2px 5px #aaa;
}

header h2 {
	color: #5d89dd;
	font-size: 1.25em;
}

#nav-main {
	height: 32px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #5590d2, #61a7f2);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61a7f2), to(#5590d2));
	-webkit-box-shadow: 3px 3px 7px #666;
	-moz-box-shadow: 3px 3px 10px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav-main ul {
	list-style: none;
	margin-left: 10px;
}

#nav-main ul li {
	float: left;
}

#nav-main ul li a {
	display: block;
	width: 100px;
	color: #fff;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
}

#nav-main ul li a:hover {
	background: #535353;
	color: #fff;
	background-image: -moz-linear-gradient(100% 100% 90deg, #535353, #929292);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#929292), to(#535353));	
}

#nav-external {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

#nav-external ul {
	list-style: none;
}

#nav-external ul li {
	display: inline;
	margin-left: 2px;
}

#articles {
	float: left;
	width: 600px;
	margin: 10px;
}

article {
	-webkit-box-shadow: 3px 3px 7px #666;
	-moz-box-shadow: 3px 3px 7px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 24px;
	background: #fff;
}

article header {
	background-image: -moz-linear-gradient(100% 100% 90deg, #5590d2, #61a7f2);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61a7f2), to(#5590d2));
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 2px 5px;
}

article header h1{	
	font-size: 1.1em;
	line-height: 20px;
	color: #fff;
}

article time {
	padding: 5px 0px 5px 5px;
	font-size: 0.9em;
	font-weight: bold;
}

article p {
	padding: 5px 10px 10px 5px;
	line-height: 1.4em;
	text-align: justify;
}

article footer {
	border-top: 1px solid #ccc;
}

article footer p {
	padding: 2px 0 2px 10px;
}

aside {
	float: right;
	margin: 10px 10px 20px 0;
	width: 340px;
}

#twitter_updates {
	-webkit-box-shadow: 3px 3px 7px #666;
	-moz-box-shadow: 3px 3px 7px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
}

#twitter_updates header {
	background-image: -moz-linear-gradient(100% 100% 90deg, #5590d2, #61a7f2);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61a7f2), to(#5590d2));
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 2px 5px;
}

#twitter_updates header h1 {
	font-size: 1.1em;
	line-height: 20px;
	color: #fff;
}

#twitter_updates ul {
	padding: 2px 5px 0 5px;
	font-size: 0.9em;
	list-style: none;
}

#twitter_updates ul li {
	padding-bottom: 10px;
}

#copyright {
	clear: both;
	padding: 15px 10px 20px 10px;
}

#copyright p {
	color: #666;
	font-size: 0.85em;
	text-align: center;
	line-height: 1.5em;
}

#global-footer {
	clear: both;
	border-top: 2px solid #6b90da;
	padding-top: 5px;
}

#global-footer p {
	text-align: center;
}

