@import url('reset.css');

/*
 * BASE TAG REFORMATTING */


body {
    line-height: 16px;
    width: 100%;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 62.5%;
    cursor: default;
    color: #999999;
    background: #f5f5f5 url('../images/top-bkg.jpg') repeat-x left top;
}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    font-family: "Trebuchet MS";
    color: #0091dc;
    margin-bottom: 20px;
}

h1, h1 a {
    font-size: 30px;
    line-height: 30px;
}
h2, h2 a {
    font-size: 26px;
    line-height: 26px;
}
h3, h3 a {
    font-size: 22px;
    line-height: 22px;
}
h4, h4 a {
    font-size: 18px;
    font-weight: bold !important;
    line-height: 18px;
}
h5, h5 a {
    font-size: 16px;
    line-height: 16px;
}
h6, h6 a {
    font-size: 14px;
    line-height: 14px;
}

a {
    font-family: "Trebuchet MS";
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clearer { clear: both; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft { display: block; float: left !important; }
.alignright { display: block; float: right !important; }
img.alignleft { margin: 0 20px 20px 0; }
img.alignright { margin: 0 0 20px 20px; }
img {
    border: 1px #e0e0e0;
    padding: 4px;
}
p {
    font-size: 11px;
    color: #C3C3C3;
    line-height: 20px;
    padding-bottom: 20px;
}


ul.style-a {
    list-style-type: square;
    list-style-position: inside;
}
ul.style-a li {
    font-size: 11px;
    color: #C3C3C3;
    margin-bottom: 4px;
}

ul.social-links {
    list-style-type: none;
}
ul.social-links li {
    clear: both;
    overflow: hidden;
}
ul.social-links li img {
    border: 0;
}
ul.social-links li a {
    display: block;
    color: #99cdf1;
}


/*
 * CUSTOM DEFINITIONS */

#root {
	position: relative;
	overflow: hidden;
	width: 752px;
	margin: 0 auto;
	padding-top: 30px;
}

/*
 * WEBSITE CONTROLLER */

#website-controller {
	height: 612px;
	width: 583px;
	background: transparent url('../images/controller.png') top center;
	position: relative;
	z-index: 10;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.shadow {
	position: relative;
	margin: 0 auto;
	background: transparent url('../images/shadow.png') no-repeat center;
	width: 659px;
	height: 74px;
	z-index: 0;
	top: -10px;
	left: 10px;
}
.copyright {
    padding: 0 10px;
    font-size: 12px;
    color: #53575C;
    text-align: center;
}

.logo-space {
    position: absolute;
    width: 248px;
    height: 248px;
    left: 163px;
    top: 211px;
}

.logo-space img {
    float: none;
    border: 0;
}



/*
 * CONTROLLER LINKS */
 


ul.controller-links {
    position: absolute;
    list-style-type: none;
}
ul.controller-links li {
    position: absolute;
}


ul.controller-links li a {
    cursor: pointer;
    text-align: center;
    width: 96px;
    height: 75px;
    display: block;
}
ul.controller-links li a span.image {
    display: block;
    position: relative;
    padding: 0;
    top: 14px;
    height: 60px;
}
ul.controller-links li a span.image img {
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
    top: -5px;
    margin-bottom: 6px;
}
ul.controller-links li a span.image {
    display: block;
    position: relative;
    padding: 0;
    top: 14px;
    height: 40px;
}


ul.controller-links li.about-me {
    left: 240px;
    top: 77px;
}
ul.controller-links li.works {
    left: 450px;
    top: 290px;
}
ul.controller-links li.social-links {
    left: 28px;
    top: 290px;
}
ul.controller-links li.contact-me {
    left: 240px;
    top: 520px;
}


/*
 * BIG SCREEN */

#big-screen {
    background: transparent url('../images/big-screen.png') no-repeat top center;
    width: 752px;
    height: 553px;
    position: absolute;
    z-index: 20;
    top: -640px;
    left: 0px;
}
#big-screen .page {
    width: 598px;
    height: 404px;
    border: 1px solid #000000;
    background: #000;
    position: absolute;
    left: 36px;
    top: 36px;
    padding: 0px 80px 56px 0px;
    display: none;
    overflow: hidden;
    z-index: 30;
}
#big-screen.down-state {
    top: 75px;
}
#big-screen .page.down-state {
    display: block;
}

#big-screen .page h1, h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #C3C3C3;
    text-transform: uppercase;
    padding: 4px 0;
}
#big-screen .page .color {
    color: #70afd7;
}
#big-screen .page .simple {
    color: #0091dc;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal !important;
    text-transform: capitalize;
}

a.back-to-menu {
    text-transform: uppercase;
    color: #A0A0A0;
    font-size: 11px;
    display: block;
    width: 114px;
    height: 29px;
    background: transparent url('../images/back-to-menu.png') no-repeat left center;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 510px;
    left: 319px;
}
a.back-to-menu:hover {
    text-decoration: none;
    background: transparent url('../images/back-to-menu-over.png') no-repeat left center;
}


/*
 * CUSTOM BUTTON */

a.button {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 150px;
    position: relative;
    display: block;
    background: transparent url('../images/button-left.png') no-repeat left center;
    height: 28px;
    color: #aaa;
}
a.button span {
    font-size: 11px;
    display: block;
    background: transparent url('../images/button-right.png') no-repeat right center;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    padding-right: 10px;
}
a.button:hover {
    display: block;
    background: transparent url('../images/button-left-over.png') no-repeat left center;
    height: 28px;
    color: #7b7b7b;
}
a.button:hover span {
    display: block;
    background: transparent url('../images/button-right-over.png') no-repeat right center;
    height: 28px;
}


/*
 * PORTFOLIO PAGE */


/*
 * SLIDER DEFINITION */
 
 
 /*

#slider-content {
    width: 678px;
    height: 458px;
    margin: 0 auto;
    position: relative;
}
#slider-wrapper {
    position: relative;
    width: 678px;
    height: 458px;
}
#slider-content .slide {
    float: left;
    margin: 0 auto;
    width: 678px;
}



/*



 * MULTI COLUMNS */

.columns {
    margin-bottom: 20px;
    clear: both;
}

.col300 {
    width: 280px;
    float: left;
    margin-right: 20px;
}
.col300.border-right {
    border-right: 1px dotted #ccc;
    width: 279px;
}

.col-third {
    width: 180px;
    float: left;
    margin-right: 20px;
}

.col-two-thirds {
    width: 380px;
    float: left;
    margin-right: 20px;
}

.last {
    margin-right: 0 !important;
}


/*
 * CONTACT FORM */
form div {
    position: relative;
}
input.submit-button {
    display: block;
    background: transparent url('../images/contact-button.png') no-repeat center;
    border: 0;
    width: 129px;
    height: 28px;
    z-index: 20;
    top: 0;
    position: absolute;
    cursor: pointer;
    font-style: normal;
    color: #999;
}
/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc;
}
