

* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #afafaf;
	background-color: #000000;
}

body {
	font: 75%/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #000 0px 0px 0px;
}

#home #main {
	margin-top: 55px;
}

#home #main p {
	
}

ul {
	list-style-type: none;
	margin-bottom: 2em;
}

h1, h2 {
	font: bold 1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	display: block;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	display: block;
}

p {
	margin-bottom: 1.5em;
	clear: both;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border-style: none;
}

/* • container */

#container {
	width: 850px;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 10px;
}

#identities #container {
	width: 974px;
}

#shop #container {
	width: 974px;
}

/* SIDEBAR 

#sidebar {
	width: 250px;
	float: left;
	padding-bottom: 55px;
}

*/

#sidebar {
	width: 50px;
	float: left;
	padding-bottom: 55px;
}

#sidebar a#logo {
	width: 244px;
	height: 118px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat 0 0;
	margin-bottom: 53px;
}

#sidebar ul#navigation {
	font: bold 1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#sidebar ul#navigation li {
	
}

#sidebar ul#navigation li a {
	color: #7d7d7d;
	text-decoration: none;
}

#sidebar ul#navigation li a.current {
	color: #fff;
}

#sidebar ul#navigation li a:hover {
	color: #fff;
}

/* #MAIN */

#main {
	width: 575px;
	float: right;
	padding-bottom: 55px;
	margin-top: 100px;
	overflow: hidden;
	display: inline;
}

#renato strong,
#renato em,
#arjen strong,
#arjen em,
#paul strong,
#paul em {
	display: block;
}

#renato h2,
#renato h3,
#arjen h2,
#arjen h3,
#paul h2,
#paul h3 {
	margin-bottom: 1em;
}

#identities #main {
	width: 700px;
}

#identities #main img {
	height: 306px;
}

#identities #main p.err {
	color: #fff;
}

#identities #main p.err em {
	color: #afafaf;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#identities #main p.err a {
	color: #afafaf;
	text-decoration: none;
}

#identities #main p.err a.active {
	cursor: default;
	color: #fff;
	text-decoration: underline;
}

#identities #main p.err a:hover {
	text-decoration: underline;
	color: #fff;
}

#shop #main {
	width: 700px;
}

#profile #main ul#team {
	color: #fff;
}

#main .row {
	overflow: hidden;
	width: 700px;
	margin-bottom: 60px;
}

#main .row .left {
	float: left;
	width: 180px;
}

#main .row .right {
	float: right;
	width: 500px;
	height: 306px;
	position: relative;
}

#main .row .right img {
	position: absolute;
}

.gothic {
color: #333333;
font-family: Copperplate / Copperplate Gothic Light, sans-serif;
}


/* FOOTER */

#footer {
	margin-bottom: 10px;
	color: #858788;
	background: url(../images/logo_small.gif) no-repeat 197px 17px;
	
	font: 0.8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	clear: both;
	padding-top: 10px;
	padding-bottom: 50px;
	width: 635px;
	padding-left: 215px;
}

#identities #footer {
	width: 760px;
}

#footer p {
	margin-left: 60px;
}

/* --- */

form .left {
	width: 260px;
	float: left;
}

form .right {
	width: 260px;
	height: auto;
	float: right;
}

form {
	overflow: hidden;
}

form p {
	height: auto;
}

form input {
	width: 250px;
	background-color: #242729;
	height: 19px;
	border-style: none;
	color: #7d7d7d;
	padding-left: 5px;
	padding-right: 5px;
}

form input:focus {
	background-color: #383d41;
	color: #fff;
}

form textarea {
	width: 250px;
	border-style: none;
	background-color: #242729;
	height: 120px;
	color: #7d7d7d;
	overflow: auto;
	padding: 5px;
	font: inherit 1px/inherit "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

form textarea:focus {
	background-color: #383d41;
	color: #fff;
}

form input.button {
	width: 50px;
	background: url(../images/send.gif) no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.error {
    background-color: #722e2e;
}