﻿/* CSS File for Miles Grover dot com */
/* Made by Miles Grover */
/* i.e. the main guy this site is about */

/* Housecleaning stuff */
html, body, p, form {
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: none;
}

/* General Rules */
body {
	background-color: #000;
	background-image: url(img/bg-bigskull.gif);
	background-repeat: none;
	background-position: right 80px;
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, serif;
	font-weight: 300;
	padding: 30px 0 10px 0;
	font-size: 18px;
	line-height: 24px;
}

a img {
	border: 0;
	outline: none;
	background: none;
}

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

a:hover {
	color: #fff;
	background: #ff007e;
}

h2 {
	font-size: 42px;
	font-family: 'Amatic SC', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #00eaa5;
	line-height: 42px;
	margin: 2px 0 8px 0;
	padding: 0;
}

p {
	margin-bottom: 30px;
}

.code {
	font-family: Courier, "Courier New", monospace;
}

.emoticon {
	font-family: Verdana, Arial, sans-serif;
}

/* Homepage Header Rules */
#home #header {
	margin: 0 40px;
	width: 622px;
}


#home #logo {
	display: block;
	margin: 0 auto 34px auto;
}

#home #name {
	display: block;
	margin: 0 auto 24px auto;
}

#home #top-ribbon {
	font-family: 'Amatic SC', sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 45px;
	background-image: url(img/ribbon.gif);
	background-repeat: no-repeat;
	width: 622px;
	height: 51px;
	padding-top: 2px;
	margin: 0 auto 15px auto;
	text-align: center;
	
}

#home #top-ribbon img {
    display: inline-block;
    padding: 0 10px;
}



/* Homepage Content Rules */
#content {
	margin: 0 40px;
	overflow: auto;
	min-width: 650px;
}


/* Blurb Thingy Rules */
#blurb {
	width: 622px;
	padding: 0 10px;
}

#blurb p {
	font-size: 21px;
	line-height: 25px;
}

/* Link Item Rules */
.item {
	width: 315px;
	height: 120px;
	margin-bottom: 10px;
	clear: both;
	overflow: visible;
}

.item .graphic {
	float: left;
	border: 0;
	height: 120px;
	width: 45px;
	margin-right: 10px;
}

.item h2, .item p {
	float: left;
	width: 260px;
}

.item a.graphic:hover, .item p a:hover {
	background: none;
}

.item p a {
	color: #999;
}


/* Column Rules */
#column1, #column2 {
	float: left;
	width: 315px;
}

#column1 {
	margin-right: 15px;
}

/* Bio Section Rules */
#bio {
	width: 622px;
	margin: 50px 40px 0 40px;
	overflow: auto;
}

#bio h1 {
	margin: 0 0 15px 0;
	padding: 0;	
}

#bio h1 img {
	float: none;
	padding: 0;
	height: auto;
}

#bio img {
	display: block;
	float: left;
	padding: 0 15px 15px 0;
	height: 310px;
}

#bio p {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 21px 0;
}

#bio p a.emoticon {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	background: none;
	color: #ff007e;
	font-size: 16px;
}


/* Copyright Rules */
#copyright {
	width: 622px;
	margin: 60px 40px 0px 40px;
	clear: both;
}

#copyright p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}










/* SAN DIMAS HIGH SCHOOL FOOTBALL RULES! */