/* website design
   by andrew tosiello
   January 2015*/

/* General */

body{
		-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 14px;
  	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
}

.container {
	min-height:100%;
	position:relative;
}

#excerpt {
	margin-left: 200px;
	width: 800px;
        text-align:justify;
        font-size: 16px;
}

#excerpt a {
        color: black;
	text-transform: lowercase;
	text-decoration: none;
	background: transparent; 
	margin: 0; 
	padding: 1px 2px 1px 2px;
}

#excerpt a:hover {
	color:black;
	background-color: black;
	cursor: none;
}

/* Header */
header nav{
	text-align: left;
}

header nav ul{
margin-left:200px;
	padding: 0;
	list-style: none;
	display: block;
	line-height: 141px;
}

header nav ul li{
	text-transform: uppercase;
	color: red;
	display:inline-block;
	padding-right: 40px;
	cursor:default;
}

header nav ul li a{

	color: black;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent; 
	margin: 0; 
	padding: 1px 2px 1px 2px;

}

header nav ul li a:hover{
	color:black;
	background-color: black;
	cursor: none;
}

/* Contents */

table {
	margin-left: 200px;
	width: 400px;
}

tr {
vertical-align: top;
}

td {
	width: 200px;
	padding-left: 0;
	padding-right: 5px;
	padding-top: 20px;
	cursor:default;
}

td a{
	color: black;
	cursor: default;
}

.info {
	font-size: 12px;
	padding-left: 15px;
}

.info a:hover {
	text-decoration: none;
	border-bottom: 1px solid red;
}

.thumbnail {
	width: 200px;
	line-height: 0;
}

.thumbnail a {
	cursor: none;

}
footer {
	padding-top: 100px;
        padding-left: 25px;
        position: absolute;
        width:100%;
	height:10px;
	position:relative;
	bottom:0;

}
footer a{
	text-decoration: none;
	text-transform: lowercase;
	color: #1D1D1D;
	font-size: 10px;
	cursor: none;
}

footer a:hover{
	color: black;
	cursor: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


