/*
	Drive Way Doctors Intern-ship
	
	Author: Saad Mohammed
	Date: 2/15/2014
	
	FileName: DriveWayDoctors.css
	Supporting Files: asphalt.jpg
*/

/* Body Styles */
*{
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: white;
}
body{
	background-image: url(asphalt.jpg);
	position: relative;
	width: 98%;
	min-width: 1000px;
	max-width: 1400px;
	}
/* Header Styles*/
header img {
	float: left;
	width: 45%;
	margin-bottom: 18px;
}
header h1 {
	font-style: bold;
	color: Gold;
	font-family:"Comic Sans MS", cursive, sans-serif;
	font-size: 30pt;
	
}
header p{
	clear: left;
	}
	
header aside img{

	float: right;
	margin-top: 20px;
	margin-right: 20px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
header p, nav.vertical ul  {
	font-size: 15pt;
	color: khaki;
	margin: 10px;
	width: 50%;
	margin-bottom: 25px;
}
nav.vertical li a {
	color: yellow;
	margin-bottom: 5px;
}

/* horizontal navigation list */
nav.horizontal li a {
	text-decoration: none;
	font-size: 22px;
	color: white;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	}
nav.horizontal li a:hover {
	background-color: #FFFF6C;
	border: 2px solid rgb(215, 181, 151);
	color: black;
	}

/* Article Styles */
article {
	margin-left: 1%;
	}
article h2 {
	color: goldenrod;
}
article p
{
	margin-bottom: 35px;
}
/*Like us button */
#likeUs {
border: 2px solid blue;
top: 50%;
margin-top: -52px;
cursor: pointer;
width: 35px;
height: 90px;
position: fixed;
right: 0;
text-indent: -9999px;
z-index: 999;
display: inline-block;
}
/* footer styles */
footer {
	background-color: rgb(16, 0, 0);
	height: 66px;
}
footer img {
	float: left;
}
footer h3{
	text-align: center; 
	bottom: 25px;
	color: yellow;
	font-style: Comic Sans, Comic Sans MS, cursive;
	font-size: 28px;
	font-variant: small-caps;
}

