body{
	background: #EEF3F7;
	font-family: Arial, sans-serif;
	color: #6B7D89;
	font-size: 16px;
}

#container{
	width: 610px;	
	left: 50%;
	position: relative;
	margin-left: -300px;
}

#header{
	width:  600px;
	height:  200px;
	background-image: url("assets/headerLogo.png");
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

h3{
	font-family: Georgia, serif;
	font-style: oblique;
	font-weight: normal;
	color: #ACB8BF;
	margin: 20px 0px 0px 20px;
	display: inline;
}

#primary a{
	display: block;
	height: 110px;
	position: relative;
	text-decoration: none;
	//background: url('assets/largeLinkBg.gif') top;
	padding: 0px;
}

a.puglyLink {
	background: url('assets/puLargeLinkBg.gif') top;
}

a.snipLink {
	background: url('assets/snipLargeLinkBg.gif') top;
}

#primary a img{
	display: block;
	position:absolute;
	top: 20px;
	left: 20px;
}

#primary a p{
	display: block;
	position:absolute;
	top: 35px;
	left: 270px;
	margin: 0px;
	
	font-family: sans-serif;
	width: 310px;
}

a{
	padding: 5px;
	text-decoration: none;
	color: #27343C;//#6B7D89;
	
}

img{
	border:  0px none;
}

a:hover{
	background-color: black;
	color:  white;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	padding: 5px;
}

#primary a:hover{
	background-position:  bottom;
}

ul{
	list-style: none;
	margin: 5px;
	display: block;
	
}

ul.contact{
	background: url('assets/dividerBg.png') no-repeat bottom;
	padding-bottom: 40px;
}

ul.contact li{
	margin: 0px;
	text-indent: 0px;
}

ul.contact a:hover{
	font-weight: bold;
}

ul.feed li{
	text-indent: 0px;
	background: url('assets/dividerBg.png') no-repeat bottom;
	margin:0px;
	display: block;
}

ul.feed p a{
	color: 6B7D89;
	text-decoration: underline;
	padding: 1px 1px;
}

ul.feed p a:hover{
	
	text-decoration: none;
	
}

h4{
	display: inline;
	margin: 0px;
	clear: none;
	//background: red;
}

p{
	margin: 0px;
	clear: none;
	display: inline;
	//text-align: justify;
	//border: red solid 1px;
}

li.twitter p{
	margin: 2px;
	display: inline;
	clear: none;
}

span.date{
	font-style: oblique;
	font-size: 12px;
	display: inline;
	clear: none;
	margin-right: 10px;
}

div.feed_item{
	position: relative;
	padding-bottom: 40px;
	//background: black;
	display: block;
	//border: red solid 1px;
}

div.vimeo p img{
	float: left;
	//clear: left;
	width: 80px;
	height: 60px;
	margin-right: 10px;
}

a.linkToFeed{
	font-size: 10px;
}

#footer{
	text-align: center;
	font-size: 12px;
	text-transform: lowercase;
	margin: 50px;
	font-family: Georgia, serif;
}

img.icon{
	width: 16px;
	height: 16px;
	display: inline-block;
	float: none;
	vertical-align: baseline;
}

a.imageholder{
	position: relative;
	width: 900px;
	left: -145px;
	display:  block;
}

a.imageholder img{
	margin:  0 auto;
	display:  block;
}

a.imageholder:hover{
	background: #DDE5EB;
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
}
