﻿* {
	padding:0;
	margin:0;
}
body
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #1a1a1a url(images/fade.png) 0 0 repeat-x;
	color: #e6e6e6;
}
a 
{
	color: #fff;
}
a:hover 
{
	color: #D9E021;
}
p 
{
	margin: 10px 0;
}
#wrapper 
{
	width: 740px;
	margin: 0 auto;
	padding: 60px 0;
}
span 
{
	font-weight: bold;
	font-size: 10px;
}
#nav
{
	height: 50px;
	padding-left: 20px;
}
#nav li 
{
	list-style: none;
	float:left;
}
#nav li a 
{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
}

#logo 
{
	background: #C1272D url(images/logo.png) 50% 40px no-repeat;
	width: 120px;
	height: 540px;
	text-indent: -999px;
	overflow: hidden;
	float:left;
}
#content 
{
	width: 540px;
	float:left;
	padding: 20px;
	background: url(images/home_bg.png) 92% 10px no-repeat;
}
#slogan 
{
	float:left;
	background:#666666 url(images/slogan.png) 50% 10px no-repeat;
	height: 540px;
	width:32px;
	border-left: solid 4px #C1272D;
	border-right: solid 4px #C1272D;
	text-indent: -999px;
	overflow: hidden;
}
h1, h2
{
	color: #D9E021;
	font-size: 14px;
	padding: 12px 0;
	font-family: Georgia, Serif;
	clear: both;
}h1 
{
	font-size: 16px;
text-transform: uppercase;}

/* --- Portfolio */
.portfolio a 
{	
	float:left;
	width: 250px;
	height: 188px;
	display: block;
	margin: 10px;
	text-indent: -999px;
	overflow: hidden;
	background-position:  0 0;
	background-repeat: no-repeat;
}
.portfolio a.umani 
{
	background-image: url(images/port6.png);
}
.portfolio a.talkography 
{
	background-image: url(images/port8.png);
}
.portfolio a.wow 
{
	background-image: url(images/port4.png) 
}
.portfolio a.bluebell 
{
	background-image: url(images/port2.png) 
}
.portfolio a.blackcat 
{
	background-image: url(images/port5.png) 
}
.portfolio a.kwr 
{
	background-image: url(images/port3.png)
}
.portfolio a.kingsroad 
{
	background-image: url(images/port7.png)
}
.portfolio a.ticketmingle 
{
	background-image: url(images/port10.png)
}
.portfolio a.nick 
{
	background-image: url(images/port1.png)
}
.portfolio a:hover 
{
	background-position: 0 -188px;
}