/**
 * Body, container
 */
body {
    background: #1a1a1a url('../images/background.png') repeat-x;
    color: white;
    font-family: "Myriad Pro", "Trebuchet MS";
    font-size: 10pt;
    margin: 0;
}

#background-glow {
    background: url('../images/background.png') top center no-repeat;
}

#container-wrap {
    background: url('../images/header-background.png') repeat-x;
}

#container {
    margin: 0 auto;
    width: 990px;
}

/**
 * Header
 */
#header {
    background: url('../images/header-background.png') repeat-x;
    color: black;
    height: 66px;
}
/* Like Us */
hlike {
	display: block;
	float: right;
	height: 95px;
	margin: 0;
	width: 300px;
}
/* Logo */
h1 {
	background: url('../images/logo.png') no-repeat;
	display: block;
	float: left;
	height: 95px;
	margin: 0;
	width: 300px;
}

h1 span {
    visibility: hidden;
}


/**
 * Headings
 */
h2 {
    margin: 5px 0 5px 50px;
}

h3 {
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

/**
 * Links
 */
a {
    color: #b3b3b3;
    text-decoration: none;
}

/**
 * Latest project
 */
#latest-project-title {
    margin-top: 50px;
}

#latest-project {
    margin: 0 auto 10px auto;
    width: 892px;
}

#latest-project .preview {
    height: 330px;
    text-align: center;
}

#latest-project .descr {
    background: #323232 url('../images/latest-project-descr-background.png') repeat-x;
    padding: 10px 0;
}

#latest-project .descr p {
    margin: 5px 10px;
}

#latest-project .descr p.actions {
    font-size: 10pt;
    text-align: right;
    text-transform: uppercase;
    word-spacing: 15px
}

.changer {
    height: 66px;
    margin-top: 132px; /* (.preview(height) / 2) - (.changer(height) / 2) */
    position: absolute;
    width: 67px;
}

.prev {
    margin-left: -33px; /* .changer(width) / 2 */
}

.next {
   margin-left: 859px; /* .preview(width) - (.changer(width) / 2) */
}

#wrapper {
    width: 892px;
    margin: 10px auto 0 auto;	
}

/**
 * Past work
 */
#past-work {
    margin: 0 auto;
    width: 892px;
}

#past-work .item {
    background: url('') no-repeat;
    height: 100px;
    display: block;
    float: left;
    margin: 4 0px;
    padding: 5px;
    width: 100px;
}

/**
 * Footer
 */
#footer {
    background: #303030;
    font-size: 9pt;
    margin: 5px auto 0 auto;
    padding: 10px;
    width: 882px;
}

#footer h2 {
    margin: 0;
    padding: 0;
}

#footer p {
    margin: 0;
    text-transform: normal;
}

#footer strong {
    font-weight: normal;
    text-transform: uppercase;
}

.lead {
    font-weight: bold;
}

#footer .contact, #footer .about {
    float: left;
}

#footer .contact {
    width: 50%;
}

#footer .about {
    width: 50%;
}

/**
 * Fixes/tweaks
 */
.clear {
    clear: both;
    height: 0;
}

a img {
    border: 0;
}
