@import url("dropdown.css");

body {
	background-color: #434344;
	color: #cccccc;
	font-family: "Myriad Pro", Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	}
p {
	font-size: 1.1em;
	line-height: 25px;
	}
q {
	font-style: italic;
	font-family: georgia, times, "times new roman", serif;
	font-size: 0.95em;
	}
.accolade-author {
	color: white;
	}
.page-title {
	margin-top: 50px;
	font-weight: normal;
	font-family: georgia, times, "times new roman", serif;
	font-size: 3em;
	}
#accolades p {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0 20px 0;
	}
a:link, a:visited {
	color: pink;
	}
a:hover, a:hover:visited {
	color: white;
	}
	
#container {
	width: 100%;
	}
#content {
	padding: 15px 90px;
	width: 600px;
	margin: 0 auto;
	}
/* Header */
    
#header {
	background: transparent url("http://madblanket.com/images/logo_madblanket-small.png") no-repeat;
    margin-top: 0;
    height: 120px;
    }
#header h1 {
    width: 176px;
    height: 120px;
    text-indent: -9999em; 
    overflow: hidden; 
    margin: 0 20px 0 0;
    float: left;
    }
#header h1 a { 
    display: block; 
    height: 120px; 
    }
#header h2 {
	font-weight: normal;
	font-size: 1.7em;
	padding-top: 30px;
	line-height: 25px;
    }

	
.full-width {
	padding: 10px 0;
	background-color: black;
	}
.center-width {
	width: 600px;
	margin: 0 auto;
	}

#footer {
	width: 100%;
	}

.copyrights {
	font-size: 0.8em;
	padding: 15px 90px;
	}
.warning {
	font-size: 0.7em;
	line-height: 15px;
	}


/* Home Page */

	
#logo {
    background: white url("http://madblanket.com/logo-madblanket.gif") no-repeat;
    width: 520px;
    height: 340px;
    margin: 60px auto;
    }
#logo h1 {
    width: 520px; 
    height: 340px;
    text-indent: -9999em; 
    overflow: hidden; 
    margin: 0;
    }
#logo h1 a {
    display: block; 
    height: 340px;
    }
#logo h2 { 
    text-indent: -9999em; 
    overflow: hidden; 
    margin: 0; 
    }
.email {
	text-align: center;
	color: #ffc5db;
	padding-top: 20px;
	}
	
.clear-float {
	clear: left;
	}
	
#contact ul {
	list-style: none;
	}
#contact ul li {
	display: inline;
	margin-right: 12px;
	}
