/* General */
body {
background: #000000 /*url('../images/bg_grad.jpg') repeat-x 0 1239px*/;
font-family: Helvetica, Geneva, Arial, "MS Trebuchet", sans-serif;
font-size: 12px;
}
body, a {
color: #FFFFFF;
}
* {
margin: 0;
padding: 0;
}
h1, h2, h3 {
font-weight: normal;
}
a img {
border: 0;
padding: 0;
margin: 0;
}
input, textarea {
font-family: Helvetica, Geneva, Arial, "MS Trebuchet", sans-serif;
font-size: 12px;
}
/* logo div */
#logo {
position: absolute;
background: #000000 url('../images/header.jpg') no-repeat;
top: 0;
left: -161px;
width: 561px;
height: 408px;
z-index:-1;
}
/* header and footer */
#header {
position: relative;
margin: 0 100px 20px 100px;
background: url('../images/bows.png') no-repeat right 40px;
text-align: right;
padding-top: 230px;
}
#header a {
text-decoration: none;
}
#header a:hover {
text-decoration: underline;
}
#footer {
margin-top: 40px;
margin-bottom: 40px;
clear: both;
text-align: right;
}
/* main layout */
.content, .contentContainer {
margin: 0px auto 47px auto;
}
.content {
width: 720px;
}
.contentContainer {
clear: both;
width: 922px;
}
.contentContainer .content {
margin: 0 0 0 100px;
float: left;
}
.work {
background: #000000;
border: 1px solid #2A2A2A;
font-size: 11px;
}
.image {
line-height: 0;
border-bottom: 1px solid #2A2A2A;
}
.description {
float: left;
padding: 15px 85px 15px 15px;
width: 320px;
min-height: 95px;
}
.description h3 {
font-size: 13px;
}
.description p {
clear: both;
margin-bottom: 10px;
}

.synopsis {
float: right;
width: 300px;
padding-top: 15px;
}
.synopsis h3 {
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 15px;
line-height: 1em;
}
.synopsis ul {
list-style: none;
}

/* badges */
.badgeContainer {
float: left;
width: 100px;
margin-top: 3px;
}
div.badge {
margin-bottom: 10px;
padding: 4px 0 4px 0;
}

div.badge span {
background: #FFFFFF;
margin-left: 1px;
padding: 4px 0 4px 0;
}

div.badge span span {
background: #000000 ;
border: 1px solid #2a2a2a;
border-left: 0 !important;
position: relative;
margin: 0;
top: -2px;
left: -1px;
padding: 4px 6px 4px 6px;
}

/* about me */
#aboutMe {
text-align: center;
}
/* contact me */
#contact label {
width: 100px;
padding: 2px 5px 2px 0;
float: left;
display: block;
text-align: right;
line-height: 16px;
height: 16px;
}

#contact input.ti, #contact textarea {
background-color: #000000;
border: 1px solid #2a2a2a;
color: #FFFFFF;
line-height: 16px;
}
#contact input.ti {
height: 16px;
padding: 2px 2px 2px 6px;
width: 220px;
}

#contact textarea {
height: 180px;
padding: 6px;
width: 601px;
}

#contact div.gap {
height: 10px;
clear: both;
}

/* social */

#social td {
 text-align: center;
}

#social table {
	width: 100%;
}

/* utility styles */
.clearMe {
clear: both;
height: 0;
line-height: 0;
}
.discreet {
display: none;
}

