@import url('screen.css');

body {
	background: #5e0101;
	font-size: 12px;
	line-height: 1.35;
	min-width: 950px;
	padding: 35px 0 15px;
}

body,
a {
	color: #fff;
}

a,
a:hover,
a:focus {
	-webkit-transition: all 0.250s linear;
	-moz-transition: all 0.250s linear;
	-o-transition: all 0.250s linear;
	text-decoration:none; font-weight:bold;
}

a:hover,
a:focus {
	color: #f2ba02;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.4em;
	margin-bottom: 0.8em;
	font-weight: bold;
}

h7 {
	font-size: 0.8em;
	margin-bottom: 0.8em;
	font-weight: regular; color:#FF0000

}

p {
	margin: 0 0 1em;
}

ul,
ol {
	padding-left: 2.5em;
}

li {
	margin-bottom: 0.15em;
}

hr {
	height: 0;
	line-height: 1px;
	border-top: 1px dotted #000;
}

input,
textarea {
	font: 12px Arial, sans-serif;
}

textarea {
	height: 180px;
	width: 300px;
}


/** #wrapper */
#wrapper {
	background: #000;
	margin: 0 auto 20px;
	position: relative;
	text-align: left;
	width: 950px;
	
	/* padding-left: 222px; */
	/* width: 728px; */
	
	-moz-border-radius: 20px; /* FF1+ */
	-webkit-border-radius: 20px; /* Saf3+, Chrome */
	border-radius: 20px; /* Opera 10.5, IE 9 */

	-moz-box-shadow: 0 0 15px #200000; /* FF3.5+ */
	-webkit-box-shadow: 0 0 15px #200000; /* Saf3.0+, Chrome */
	box-shadow: 0 0 15px #200000; /* Opera 10.5, IE 9.0 */
}

#logo {
	background: url(../images/logo.png) no-repeat;
	height: 100px;
	left: 30px;
	position: absolute;
	top: 315px;
	top: 300px;
	width: 165px;
}

#logo a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

#tagline {
	display: none;
}

#nav {
	color: #6b3333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 73px;
	top: -30px;
	text-align: right;
	text-transform: lowercase;
}

#nav li {
	display: inline;
}

#nav a {
	color: #fff;
	margin: 0 5px;
	padding: 3px;
	text-decoration: none;
}

#nav a:hover,
#nav a:focus,
#nav li.active a,
.studio #nav-studio a,
.services #nav-services a,
.portfolio #nav-portfolio a,
.clients #nav-clients a,
.contact #nav-contact a {
	color: #f2ba02;
}

#container {
	background: #fff none no-repeat center top;
	color: #222;
	margin-left: 222px;
	width: 655px;
}

#banner,
#displays {
	background: #000;
	height: 440px;
	overflow: hidden;
}

#banner ul,
#banner li,
#displays ul,
#displays li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#columns {
	padding: 25px 20px 25px 25px;
}

#content {
	float: left;
	width: 370px;
}

#content h1 {
	display: none;
}

#side {
	float: right;
	width: 215px;
}

.widget {
	color: #fff;
	overflow: hidden;

	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */

	-moz-box-shadow: 2px 2px 15px #222; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 15px #222; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 15px #222; /* Opera 10.5, IE 9.0 */
}

.widget h2 {
	display: none;
}

.widget-inner {
	padding: 10px 10px 1px;
}

.widget ul {
	margin: 0 0 1.1em;
	padding: 0 0 0 20px;
}

#footer {
	font-weight: bold;
	margin: 0;
	text-align: center;
}

#footer span {
	padding: 0 5px;
}

#footer img {
	margin-top: -3px;
	padding: 0 3px;
	vertical-align: middle;
}

#footer strong {
	color: #f2ba02;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.colorred {
	color: red;
}

.hide {
	display: none;
}



/* Intro */
.intro #logo {
	display: none;
}

.intro #container {
	background: none;
	height: 715px;
	margin: 0;
	width: auto;
	padding-right: 48px;
	text-align: center;
}

#intro-logo {
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	position: absolute;
	top: 50%;
}

#intro-tab {
	background: #fff url(../images/tab.png) no-repeat left center;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	
	-moz-border-radius: 0 20px 20px 0; /* FF1+ */
	-webkit-border-radius: 0 20px 20px 0; /* Saf3+, Chrome */
	border-radius: 0 20px 20px 0; /* Opera 10.5, IE 9 */
}

/* Clients */
.clients #content a,
.clients strong {
	color: #4b0049;
}

.clients hr {
	border-color: #4b0049;
}

.clients .widget {
	background: #4b0049 url(../images/side/clients.png) no-repeat 50% 5px;
	padding-top: 45px;
}

.clients .widget strong {
	color: #fff;
}

.clients #banner,
.clients #displays {
	background-image: url(../images/displays/clients.jpg);
}


/* Contact */
.contact #content a,
.contact strong {
	color: #287da0;
}

.contact hr {
	border-color: #287da0;
}

.contact #side h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
}

.contact .widget {
	background: #287da0;
}

.contact .widget-inner {
	padding: 10px 10px 6px;
}

.contact form p {
	margin-bottom: 0;
}

.contact label {
	float: left;
	padding-top: 10px;
	width: 53px;
}

.contact input,
.contact textarea {
	border: 2px solid #000;
	font: 12px Arial,sans-serif;
	padding: 2px 4px;
	width: 130px;
}

.contact textarea {
	height: 56px;
}

/*.contact .button {
	background: #fff url(../images/btn.png) no-repeat right center;
	border: 2px solid #000;
	display: block;
	height: 20px;
	padding: 0 25px 0 0;
	width: 58px;
}

.contact button {
	background: transparent none;
	border: 0;
	font: bold 11px Arial,sans-serif;
	height: 20px;
	line-height: 20px;
	padding: 0 25px 0 0;
	text-align: left;
	text-indent: 5px;
	width: 83px;
}*/

.contact .button {
	text-align: right;
	padding: 6px 0;
}

.contact button {
	background: #fff url(../images/btn.png) no-repeat right center;
	border: 2px solid #000;
	/* display: block; */
	height: 20px;
	padding: 0;
	width: 83px;
	
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}

.contact button span {
	display: block;
	font: bold 11px Arial,sans-serif;
	padding: 0 25px 0 0;
	text-align: center;
}

.contact #displays {
	background-image: url(../images/displays/contact.jpg);
}


/* Portfolio */
.portfolio #content a,
.portfolio strong {
	color: #c71515;
}

.portfolio hr {
	border-color: #c71515;
}

.portfolio .widget {
	background: #c71515 url(../images/side/portfolio.png) no-repeat 50% 5px;
	padding-top: 45px;
}

.portfolio #displays {
	background-image: url(../images/displays/portfolio.jpg);
}


/* Services */
.services #content a,
.services strong {
	color: #005e20;
}

.services hr {
	border-color: #005e20;
}

.services .widget {
	background: #005e20 url(../images/side/services.png) no-repeat 50% 5px;
	padding-top: 35px;
}

.services-index .widget ul {
	margin: 0;
	padding: 5px 0 0 5px;
}

.services-index .widget li {
	background: none no-repeat center;
	height: 70px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
	width: 85px;
	
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */

	-moz-box-shadow: 0 0 15px #200000; /* FF3.5+ */
	-webkit-box-shadow: 0 0 15px #200000; /* Saf3.0+, Chrome */
	box-shadow: 0 0 15px #200000; /* Opera 10.5, IE 9.0 */
}

.services-index .widget li a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

#nav-services-animation {
	background-image: url(../images/icon_animation.png);
}

#nav-services-illustration {
	background-image: url(../images/icon_illustration.png);
	margin-right: 0;
}

#nav-services-graphic {
	background-image: url(../images/icon_graphic.png);
	margin-right: 0;
}

#nav-services-web {
	background-image: url(../images/icon_web.png);
}

.services #displays {
	background-image: url(../images/displays/services.jpg);
}

.services-animation #displays {
	background-image: url(../images/displays/#.jpg);
}

.services-graphic #displays {
	background-image: url(../images/displays/services_graphic.jpg);
}

.services-illustration #displays {
	background-image: url(../images/displays/services_illustration.jpg);
}

.services-web #displays {
	background-image: url(../images/displays/services_web.jpg);
}


/* Studio */
.studio #content a,
.studio strong {
	color: #002551;
}

.studio hr {
	border-color: #002551;
}

.js-enabled #design-form {
	display: none;
}

#design-form {
	text-decoration: none;	
}

.studio .widget {
	background: #002551;
	font-size: 1.2em;
}

.studio .widget-inner {
	padding: 15px 0;
}

.studio .widget ul {
	border-top: 1px solid #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.studio .widget li {
	border-bottom: 1px solid #fff;
}

.studio .widget a {
	background: #002551 url(../images/studio_nav.png) no-repeat 95% 50%;
	display: block;
	padding: 5px 0 5px 15px;
	text-decoration: none;
}

* html .studio .widget a {
	background: none;
}

.studio .widget a:hover,
.studio .widget a:focus,
.studio .widget li.active a,
.studio-news #nav-studio-news a,
.studio-process #nav-studio-process a,
.studio-philosophy #nav-studio-philosophy a,
.studio-teamwork #nav-studio-teamwork a,
.studio-freelancers #nav-studio-freelancers a,
.studio .widget li.active a {
	background-color: #000104;
	color: #f2ba02;
        text-decoration:none
}

.studio #displays {
	background-image: url(../images/displays/studio.jpg);
}

.studio-freelancers #displays {
	background-image: url(../images/displays/studio_careers.jpg);
}

.studio-news #displays {
	background-image: url(../images/displays/studio_news.jpg);
}

.studio-philosophy #displays {
	background-image: url(../images/displays/studio_philosophy.jpg);
}

.studio-process #displays {
	background-image: url(../images/displays/studio_process.jpg);
}

.studio-teamwork #displays {
	background-image: url(../images/displays/studio_teamwork.jpg);
}