/**
 * Vcard css
 */
 
html {
	background: url(../images/html.jpg);
	padding: 0;
	margin: 0;
}
body {
	background: url(../images/body.png) no-repeat top center;
	padding: 0;
	margin: 0;
	font-family: Gill Sans, sans-serif;
	font-weight: 100;
}


a {
	text-decoration: none;
	color: #ff6000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #333;
}

h1 {
	margin: 20px 0 10px;
	padding: 0 0 5px;
	font-size: 28px;
	border-bottom: 1px dashed #ebebeb;
}
h2 {
	font-weight: 400;
}

#wrapper {
	margin: 120px auto 0;
	width: 636px;
}

#container {
	background: url(../images/container.png) no-repeat;
	width: 560px;
	height: 300px;
	padding: 18px 38px;
	float: left;
}
h1#site-name {
	background: url(../images/sprite.png) 0 -80px no-repeat;
	width: 550px;
	height: 55px;
	text-indent: -9999px;
	float: left;
	margin: 100px 0 0;
	border: 0;
}
p#site-slogan {
	text-align: right;
	display: block;
	width: 537px;
	float: left;
	margin: 0;
	text-transform: uppercase;
}

/**
 * Services
 */
ul.third {
	width: 213px;
	float: left;
	margin: 0 20px 0 0;
}
ul.third.last {
	margin: 0;
}
ul.third li {
	margin: 0 0 10px;
}
ul.two-thirds {
	width: 306px;
	float: left;
}
ul#general {
	background: #ebebeb;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
ul#web h2 {
	margin: 0 0 5px;
}
ul#mobile h2 {
	margin: 10px 0 5px;
}

/**
 * Contact
 */
#success {
	width: 350px;
	display: none;
}
form#contact {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
}
form#contact p {
	width: 100%;
	display: block;
	padding: 0 0 5px;
	margin: 0;
	float: left;
}
form#contact label {
	width: 80px;
	float: left;
}
form#contact input {
	float: left;
}
form#contact textarea {
	float: left;
}
ul#contact-details {
	width: 190px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	float: right;
}
li#map {
	width: 190px;
	display: block;
	border-top: 1px dashed #ebebeb;
	margin: 10px 0 0;
	padding: 5px 0 0;
}
li#map img {
	border: 1px solid #ebebeb;
	width: 188px;
	height: 108px;
}	

#footer {
	width: 636px;
}
#footer .navigation {
	width: 400px;
	margin: 0 0 0 18px;
	float: left;
}
.navigation ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.navigation ul li {
	float: left;
}
.navigation ul li a {
	color: #fff;
	display: block;
	padding: 5px 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
}	
.navigation ul li a.home.active {
	background: url(../images/sprite.png) 26px -24px no-repeat;
}
.navigation ul li a.services.active {
	background: url(../images/sprite.png) 31px -24px no-repeat;
}
.navigation ul li a.clients.active {
	background: url(../images/sprite.png) 30px -24px no-repeat;
}
.navigation ul li a.portfolio.active {
	background: url(../images/sprite.png) 42px -24px no-repeat;
}
.navigation ul li a.contact.active {
	background: url(../images/sprite.png) 37px -24px no-repeat;
}
#footer .social-media {
	width: 200px;
	margin: 0 18px 0 0;
	float: left;
}
.social-media ul {
	margin: -10px 10px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.social-media ul li {
	float: left;
}
.social-media ul li a {
	display: block;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
	background-image: url(../images/sprite.png); 
}
li a.vimeo {
	background-position: -465px 0; 
}
li a.twitter {
	background-position: -513px 0; 
}