/* So the HTML5 structural tags work in older browsers */
/* This is the styles for the Yeah U Page */
article, aside, figure, footer, header, nav, section {
    display: block;
}
/* the styles for the elements */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: white;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    width: 800px;
    margin: 0 auto;
    border: 3px solid black;
    background-color: #EBF5FF;
}
a:focus, a:hover {
	font-style: italic;
}
/* the styles for the header */
header {
	padding: 2.5em 0;
	background-color: #3399FF;
}
header h1 {
	color: orange;
	font-size: 50px;
	text-align: center;
}
header img {
	float: left;
	padding: 0 30px 0 20px;
	height: 90px;
	width: 80px;
}
.shadow {
	text-shadow: 2px 2px 2px black;
}
/* the styles for the navigation bar */
nav {
	clear: left;
	padding: 0;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}
nav ul {
	text-align: center;
	list-style: none;
	padding: 1em 0;
	background-color: green;
}
nav li {
	display: inline;
}
nav a {
	padding: 1em .85em;
	color: black;
	font-weight: bold;
	border-right: 2px solid black;
}
nav a.current { color: yellow; }
#home {
	border-left: 2px solid black;
}
/* the styles for the section */
section {
	clear: left;
	padding: 15px 20px;
	width: 525px;
	float: right;
}
.twitter-timeline{
float: right;
padding-top: 20px;
}
section h1 {
	color: black;
	font-size: 250%;
	padding: 0em 0 .25em;
}


section h2 {
	font-size: 120%;
	padding-bottom: .25em;
}
section p {
	padding-bottom: .5em;
}

section ul {
	padding: 0 0 1.5em 1.25em;
	list-style-type: circle;
}
section li {
	padding-bottom: .35em;
}
/* the styles for the article section */
article {
	border-top: 2px solid black;	
	border-bottom: 2px solid black;
}
article h1 {
	color: black;
}
article img {
	float: right;
	margin: 1em 0 1em 1em;
	border: 1px solid black;
}
/* the styles for the aside */
aside {
	width: 215px;
	float: right;
	padding-left: 20px;
	padding-top: 50px;
}
aside h1 {
	color: black;
	font-size: 150%;
	padding: .5em 0 .25em;
}
aside h2 {
	font-size: 120%;
	padding-bottom: .25em;
}
/* the styles for the aside figure */
figure {
	margin-top: 1em;
}
figcaption {
	color: black;
}
/* the styles for the aside table */
table {
	border-collapse: collapse;
}
thead, tfoot {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
th, td {
	padding: .2em .7em;
	text-align: left;
}
tfoot th, tfoot td {
	text-align: right;
	font-weight: bold;
}
.border_bottom {
	border-bottom: 2px solid orange;
	
}
.right {
	text-align: right;
}

/* the styles for the footer */
footer {
	border-top: 3px solid black;
	clear: both;
	background-color: #B36666;
}
footer p {
	padding: 1em 0;
	text-align: center;
}
footer ul {
	list-style: none;
	padding: 1.5em 10em 1.5em;
	text-align: center;
}
footer li {
	display: inline;
}
footer a {
	padding: .2em 2em;
	color: black;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
}
/* the styles for the social media classes */
.facebook {
	width: 40px;
	height: 40px;
}
.twitter {
	width: 50px;
	height: 40px
}