
* {
	margin: 0;
	padding: 0;
	}

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

body {
	margin: 0 auto;
	width: 960px;
	font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #174a8d;
	}
	
.alignleft {
	float: left;
	}
	
img {
	border: none;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
		
#intro {
	position: relative;
	float: left;
	margin: 20px 0 10px 0;
	width: 960px;
	height: 200px;
	background: #82d9fd url("images/introimage.png") repeat-x;
	
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	}


.title {
	font: 14px/20px 'Ubuntu-TitleTitle', Verdana, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1em;
	padding-bottom: 25px;
	color: #00B8F4;
	text-shadow: 2px 2px 2px #fff;
	text-align: center;
	}

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

h2 {
	font-size: 28px;
	padding: 10px 0 10px 70px;
	line-height: 1.25em;
	}

h3 {
	font-size: 18px;
	padding: 10px 0 10px 70px;
	line-height: 1.25em;
	}

p {
	padding-bottom: 20px;
	}


#content {
	float: right; 
	width: 580px; 
	margin:10px 5px 10px 0; 
	padding:15px 20px 5px 20px;
	background-color: #f2f2f2;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content h1{
	font-size: 28px;
	padding: 10px 0 10px 70px;
	line-height: 1.25em;
	text-shadow: 2px 2px 2px #fff;
}

aside {
	float: left;
	text-align: left; 
	width: 320px; 
	margin:0; 
	padding:0;
	}

article {
float: left;
width: 580px;
height: auto;
margin-bottom: 30px;
border-bottom: 1px #ddd dotted;
}

article a {
color: #174a8d;
text-decoration: underline;
}

article a:hover {
color: #333;
text-decoration: underline;
}

article .thumb {
float: left;
width: 48px;
height: 48px;
border: 3px #FFFFFF solid;
margin-right: 20px;
}

article img.image {
max-width: 500px;
height: auto;
float: right;
margin:10px 10px 20px 0;
}

article .title {
float: right;
width: 500px;
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}

article p {
float: right;
width: 500px;
}
	
aside section {
	margin: 10px 0 10px 2px;
	padding: 5px 2px;
	background-color: #f2f2f2;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

	
aside section h3 {
	margin: 10px 0 0 40px;
	font-size: 20px;
	}

aside section ul {
list-style: inside square;
color: #174a8d;
margin-left: 10px;
margin-bottom: 20px;
}

aside section ul li {
margin: 9px 10px 9px 40px;
}

aside section li a {
font-size: 11px;
text-decoration: none;
color: #174a8d;
}

aside section li a:hover {
text-decoration: underline;
color: #333;
}

footer {
	clear: both;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

footer p {
  text-align: right;
  font-size: 11px;
	padding-right: 20px;
	color: #fff;
	}

footer a {
	color: #fff;
	text-decoration: none;
	}
	
footer a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
img.left {
	max-width: 45%;
	margin: 0 10px 10px 76px;
	float:left;
}
img.right {
	max-width: 45%;
	margin: 0 0 10px 10px;
	float: right;
}
	
	

@media screen and (max-width: 680px) {

	* {
		margin: 0;
		padding: 0;
		}
	
	header, footer, section, aside, nav, article {
		display: block;
		}
	
	body {
		margin: 0 auto;
		width: 100%;
		font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		font-size:1em;
		background: #174a8d;
		}
		
	.alignleft {
		float: none;
		}
		
	img {
		border: none;
		}
	
	img.alignleft {
		margin: 5px 10px 0 0; 
		}
	
	.alignright {
		float: none;
		}
	
	img.alignright {
		margin: 5px 0 0 10px; 
		}
		
	.center {
		text-align: center;
		}
		
			
	#intro {
		position: relative;
		float: none;
		margin: 20px 2% 10px 2%;
		width: 96%;
		height: 200px;
		background: #82d9fd url("images/introimage.png") repeat-x;
		
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
		}
	
	
	.title {
		font: 14px/20px 'Ubuntu-TitleTitle', Verdana, Helvetica, Arial, sans-serif;
		font-size: 1.8em;
		line-height: 1em;
		padding-bottom: 25px;
		color: #00B8F4;
		text-shadow: 1px 1px 1px #fff;
		text-align: center;
		}
	
	.title a {
		color: #00B8F4;
		text-decoration:none;
		}
	
	h2 {
		font-size: 1.5em;
		padding: 10px 0 20px 0px;
		line-height: 1.25em;
		}
	
	h3 {
		font-size: 1.4em;
		padding: 10px 0 20px 0px;
		line-height: 1.25em;
		}
	
	p {
		padding-bottom: 20px;
		}
	
	
	#content {
		float: none; 
		width: 96%; 
		margin:10px 2% 10px 2%; 
		padding:0;
		background-color: #f2f2f2;
	
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#content h1 {
		color: #0099CC;
		text-shadow: 1px 1px 1px #fff;
		text-align: left;
		font-size: 1.6em;
		padding: 10px 0 20px 0px;
		line-height: 1.25em;
	}
	
	aside {
		float: none;
		text-align: left; 
		width: 96%; 
		margin:0 2%; 
		padding:0;
		}
	
	article {
	float: none;
	width: 96%;
	height: auto;
	padding: 2%;
	margin-bottom: 30px;
	border-bottom: 1px #ddd dotted;
	}
	
	article a {
	color: #174a8d;
	text-decoration: underline;
	}
	
	article a:hover {
	color: #333;
	text-decoration: underline;
	}
	
	article .thumb {
	float: left;
	width: 48px;
	height: 48px;
	border: 3px #FFFFFF solid;
	margin: 10px 10px 0 0;
	}
	
	article img.image {
	max-width: 100%;
	width:100%;
	height: auto;
	float: none;
	margin:5px 0 20px;
	}
	
	article .title {
	float: none;
	width: auto;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
	article p {
	float: none;
	width: auto;
	}
		
	aside section {
		margin: 10px 0 10px 2px;
		padding: 5px 2px;
		background-color: #f2f2f2;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}
	
		
	aside section h3 {
		margin: 10px 0 0 10px;
		font-size: 20px;
		}
	
	aside section ul {
	list-style: inside square;
	color: #174a8d;
	margin-left: 10px;
	margin-bottom: 20px;
	}
	
	aside section ul li {
	margin: 9px 10px 15px 10px;
	}
	
	aside section li a {
	font-size: 15px;
	text-decoration: none;
	color: #174a8d;
	}
	
	aside section li a:hover {
	text-decoration: underline;
	color: #333;
	}
	
	footer {
		clear: both;
		width: 960px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
	
	footer p {
	  text-align: right;
	  font-size: 11px;
		padding-right: 20px;
		color: #fff;
		}
	
	footer a {
		color: #fff;
		text-decoration: none;
		}
		
	footer a:hover {
		color: #FFF;
		text-decoration: none;
		}
	img.left {
	max-width: 45%;
	margin: 0 10px 10px 0;
	float:left;
}

}


