@charset "utf-8";
/* CSS Document */

/*Site for Erin Gallo
main bg color: #000
nav border highlight: #cc1414
*/

* {
	background-color: #000;
}

html {
	background-color: #000;
	font-size: 62.5%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #C0BFBF;
	letter-spacing: .2em;
}

#container {
	float: left;
	width: 100%;
}

#home-content {
	padding-top: 50px;
	float: left;
	width: 950px;
	height: 450px;
	margin: 0 0 55px 5%;
}

#about {
	width: 400px;
	float: left;
	text-align: left;
}

#about p {margin-bottom: 10px;}

#about h2 {font-size: 1.6em; margin-bottom: 15px;}

#home-photo {
	width: 500px;
	float: right;
}

#content {
	padding-top: 50px;
	float: left;
	width: 100%;
	height: 450px;
	margin-bottom: 25px;
}

#photo-content {
	padding-top: 10px;
	float: left;
	width: 100%;
	height: 600px;
	margin-bottom: 25px;
}

#content p {
	margin: 10px 0;
	
}

#header-but-not {
	float: left;
	margin-top: 85px;
	border-top: 1px solid #cc1414;
	border-bottom: 1px solid #cc1414;
	width: 100%;
	padding: 4px 0;
	
}

#nav {
	float: left;
	
}

#nav a, #nav:visited {
	color: #c0bfbf;
	text-decoration: none;
	font-size: 1.1em;
}

#nav a:hover {
	color: #cc1414;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	margin-left: 25px;
	color: #FF0000;
}

#footer {
	float: left;
	width: 100%;	
}



.splash {
	margin: 0 auto;
}

.holla-back a, .holla-back a:visited {
	padding-left: 25px;
	font-size: .9em;
	color: #333333;
	text-decoration: none;
}	

.logo {
	position: absolute;
	top: 35px;
	left: 25px;
}

.caption {
	letter-spacing: .1em;
	font-size: 1.0em;
	color: #009999;
	text-align: right;
}

.active-link a, .active-link a:visited {
	color: #cc1414;
}

/*Photos*/

#photo-browser {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.featured {
}

/*Writing*/

#writers-block {
	float: left;
	width: 60%;
	min-width: 900px;
	margin: 30px 20%;
	background: url(/gallo/writing/images/divider.gif) no-repeat center;
}

#informative {
	float: left;
	width: 400px;
	padding-top: 50px;
}

#informative h1 {
	font-size: 1.8em;
	color: #cc1414;
	margin-bottom: 10px;
}

#informative h2 {
	font-size: 1.0em;
	color: #FFF;
	padding: 10px 0 10px 20px;
	background: url(/gallo/writing/images/open-quotes.png) top left no-repeat;
}

.accent-link a, .accent-link a:visited {
	color: #009999;
	letter-spacing: normal;
}

#informative p {
	font-style: italic;
	letter-spacing: normal;
}

#visual {
	float: right;
	padding: 30px;
	width: 400px;
}

.punch {
	background: url(/gallo/writing/images/close-quotes.png) bottom right no-repeat;
}

/*contact*/

#contact {
	float: left;
	width: 40%;
	min-width: 900px;
	margin: 30px 30%;
}

#contact h1 {
	font-size: 1.6em;
	letter-spacing: .1em;
	color: #009999;
}

#contact p {
	letter-spacing: normal;
}

/*contact*/

#resume {
	float: left;
	width: 40%;
	min-width: 900px;
	margin: 30px 30%;
}













