@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../font/Chunkfive.eot');
	src: url('../font/Chunkfive.ttf') format('truetype'), local('ChunkFive Regular'), local('ChunkFive');
}

@media screen {
	
#test
{
	color:#fff;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: #32312B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 22px 0;
	padding: 0;
	line-height: 22px;
	font-size: 14px;
}

a img {
	border: 0;
}
.clear {
	clear: both;
}
/* @group Masthead and Header Wrappers */

div#wrap
{
	background: #fff;
}
div#masthead {
	margin: 0;
	padding: 0;
	background: #566c0c url('/image/css/green-background.png') repeat-y 50% 0;
}

div#header {
	margin: 0;
	padding: 0;
	background: url('/image/css/navigation-bg.png') repeat-x 0 0;
	
}

div#header-inner-wrap {
	background: url('/image/css/header-bg.png') no-repeat 50% 0;
}

div#header-content {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
}

div#masthead-content-wrap {
	margin: 0;
	padding: 0;
	background: url('/image/css/masthead-content-bg.png') no-repeat 50% 100%;
	clear: both;
}

div#masthead-content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
body#start div#masthead-content {
	height:332px;
}
body#services div#masthead-content {
	margin-top: -30px;
	padding-top: 30px;
	height: 253px;
	background: url('/image/css/wheels.png') no-repeat bottom right;
}
body#projects div#masthead-content {
	margin-top: -115px;
	padding-top: 115px;
	background: url('/image/css/portfolio-back.png') no-repeat 555px 100%;
}
body#about div#masthead-content, body#notfound div#masthead-content {
	background: url('/image/css/team-back.png') no-repeat 595px 100%;
}
body#contact div#masthead-content {
	margin-top: -45px;
	padding-top: 50px;
	background: url('/image/css/contact-back.png') no-repeat 645px 100%;
}
/* @end */

/* @group Logotype */

div.logotype {
	display: inline;
	width: 204px;
	float: left;
}

a#site-home-link {
	display: block;
	width: 204px;
	height: 124px;
}

img#logotype {
	margin: 0 0 0 15px;
	padding: 0;
}

/* @end */

/* @group Menu */

ul#menu {
	display: inline;
	width: 700px;
	margin: 0 0 0 42px;
	padding: 0;
	float: right;
}

ul#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu a {
	display: block;
	height: 24px;
	margin: 0 12px 0 0;
	padding: 18px 12px 7px 12px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #32312b;
	float: left;
}

ul#menu a:hover {
	cursor: pointer!important;
	color: #adde05;
	background: url('/image/css/hover-pointer.png') no-repeat 50% 100%;
}

body#start a#start-page-link,
body#services a#services-page-link,
body#projects a#projects-page-link,
body#about a#about-page-link,
body#contact a#contact-page-link, body#blog a#blog-page-link {
	background: url('/image/css/active-state-bg.png') no-repeat 100% 100%;
	color: #383730;
	cursor: default;
}

/* @end */

/* @group Language chooser */
a#language_chooser
{
	float: right;
	display: block;
	margin-top: -52px;
}
a#language_chooser:active
{
	margin-top: -49px;
}
.hidden
{
	display: none;
}
/* @end */

/* @group Content */

div.clear-left {clear: left;}
div.clear-right {clear: right;}
div.clear-both {clear: both;}

div#content {
	width: 960px;
	padding: 18px 0 0 0;
	margin: 0 auto;
	clear: both;
}

h1.title,
h1.section-title {
	font-weight: normal;
	color: #cf741d;
	font-family: "ChunkFiveRegular", Georgia, serif;
}
h1.section-title a
{
	color: #fff;
	text-decoration: none;
}

h1.title {
	margin: 12px 0 6px 0;
	font-size: 32px;
}

h1.section-title {
	margin: 18px 0 5px 0;
	font-size: 44px;
	color: #ffffff;
}

h1.section-title span {
	vertical-align: -6px;
	font-size: 54px;
	color: #6d8125;
	font-style: italic;
}

h2.title {
	margin: 0 0 12px 0;
	font-weight: normal;
	color: #545454;
}

p.section-page-ingress {
	margin: 0;
	padding: 0 0 32px 0;
	font-size: 21px;
	line-height: 33px;
	color: #394d08;
}
body#services p.section-page-ingress {
	width: 67%;
}
body#about p.section-page-ingress, body#contact p.section-page-ingress {
	width: 69%;
}

p.section-page-body {
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #333;
	display: none;
}

/* @end */


/* @group Default columns */

div#col1,
div#col2,
div#col3 {
	display: inline;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
}
div#col2 {
	margin: 0 0 0 23px;
	padding-left: 16px;
	border-left: 1px dotted #999;
}

div#col1 {
	margin: 0;
}

div.col60 {width: 60px;}
div.col140 {width: 140px;}
div.col220 {width: 220px;}
div.col300 {width: 300px;}
div.col380 {width: 380px;}
div.col460 {width: 460px;}
div.col540 {width: 540px;}
div.col620 {width: 620px;}
div.col700 {width: 700px;}
div.col780 {width: 780px;}
div.col860 {width: 860px;}
div.col940 {width: 940px;}

/* @end */

/* @group Feed */

/* @group Feed Note */
div {
}
div#feed-note {
	background: url('/image/css/feed-note.png') no-repeat;
	padding: 20px 30px 20px 20px;
	width: 333px;
	height: 230px;
	margin-top: -100px;
	float:left;
}
div#feed-note h2.feed-title {
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-size: 23px;
	color: #393730;
	font-weight: normal;
}
div#feed-note div.blog_author {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 2px;
	height: 60px;
}
div#feed-note div.blog_author img {
	float: left;
	margin-right: 5px;
}
div#feed-note div.blog_author p {
	float: left;
	color: #888;
	padding-top: 5px;
	font-style: italic;
	line-height: normal;
}
div#feed-note h2 a {
	text-decoration: none;
	color: #222;
}
div#feed-note a:hover {
	text-decoration: underline;
}


/* @end */

div#feed {
	margin-left: 14px;
}

h2#feed-header {
	margin: 12px 0 22px 14px;
	font-size: 25px;
	font-family: "ChunkFiveRegular", Georgia, serif;
}

div.feed-post {
	margin: 0 0 18px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #e2e2e2;
}

div.feed-post.flickr {
	border: 0;
}

h2.feed-title {
	padding: 0 0 3px 0;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

h2.feed-title a {
	color: #222222;
	text-decoration: none;
}

div.feed-post p {
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 14px;
}

img.feed-photo {
	padding: 5px;
	margin: 0 0 4px 0;
	border: 1px solid #ccc;
}

div.flickr {
	display: inline;
	width: 172px;
	margin: 0 20px 22px 0;
	float: left;
}

div.flickr.last {
	margin: 0;
}

span.feed-date {
	font-size: 12px;
}

img.feed-icon {
	margin: -3px 5px 0 0;
	float: left;
}

a {
	color: #a56c02;
}

a:hover {
	color: #CF741D;
	text-decoration: none;
}



/* @end */

/* @group Action bar */

div#action-bar {
	height: 80px;
	margin: 0;
	padding: 0px 8px 13px;
	background: #FFFEDA url('/image/css/action-bar-bg.png') repeat-x -10px 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #c8c79a;
	clear: both;
}
body#contact div#action-bar {
	height: 176px;
}
div#action-bar.small
{
	height: 20px;
	background-position: 0px -85px;
}

div#action-bar-content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
body#projects div#action-bar-content {
	height: 90px;
	opacity: 0.7;
}
body#projects div#action-bar-content:hover, body#projects div#action-bar-content.active {
	opacity: 1.0;
}
div.action-button {
	background: #F7D886;
	float: left;
	padding-top: 7px;
	display: block;
	margin-top: -18px;
	height: 104px;
	margin-right: 10px;
	background: #FFAA05 url('/image/css/button-back-lightred.png') repeat-x bottom left;
	border: 1px solid #e8881a;
	border-bottom:0px;
}
div#latest-project:hover, div#hire-us:hover, div.action-button.active {
	cursor: pointer;
	margin-top: -30px;
	height: 116px;
}
div#latest-project:hover h2, div#hire-us:hover h2, div.action-button.active h2
{
	color:#000;
}

div#latest-project
{
	margin-top: -22px;
	height: 108px;
	background: #ff9605 url('/image/css/button-back-red.png') repeat-x bottom left;
}
div.action-note {
	margin: 8px 10px 0 0;
	padding: 0;
	background: url('/image/css/note-icon-sprite.png') no-repeat 0 0;
	float: left;
}
div.action-button:hover div.action-note, div.action-button.active div.action-note {
	background-image: url('/image/css/note-icon-sprite-color.png');
}
div.action-note p, div.action-note a {
	color: #fff;
}
h2.action-header
{
	color: #7b6d1f;
}
body#contact div#hire-us {
	float:none;
	width: 270px;
}
div#latest-project div.action-note {width: 193px; padding-left: 72px; background-position: 7px -20px; padding-bottom: 10px;}
div#hire-us div.action-note {width: 190px; padding-left: 70px; background-position: 7px -172px;}
div#thanks div.action-note {width: 190px; padding-left: 80px; background-position: 7px -322px; background-image: url('/image/css/note-icon-sprite-color.png');}
div#at-your-service {width: 210px; padding-left: 70px; background-position: 0 -318px;}

h2.action-header {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #623b11;
	letter-spacing: -1px;
}

div.action-note p {
	margin: 2px 0px;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
}

div.action-note.last {
	margin: 0;
}

/* @end */

/* @group Start page */

div#page-ingress {
	width: 524px;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

div#introduction {
	position: relative;
	height: 190px;
}

p.page-ingress {
	position: absolute;
	top: 0;
	left: 0;
	width: 524px;
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 42px;
	text-shadow: #566c0c 1px 1px 2px;
	height: 170px;
	color: #ffffff;
}

p.page-ingress strong {
	font-weight: bold;
	color: #353536;
}

h2.page-ingress-header {
	display: inline;
	margin: 22px 18px 0 2px;
	padding: 12px 10px 8px 34px;
	font-size: 16px;
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #617714;
	background: url('/image/css/tick-mark-sprite.png') no-repeat 6px -93px;
	float: left;
}

h2.page-ingress-header.active {
	color: #ffffff;
	background-color: #708e07;
	background-position: 6px 9px;
}
h2.page-ingress-header:hover {
	cursor: pointer;
}

div#projector-screen{
	float: right;
	margin-right: -25px;
	width: 425px;
	height: 332px;
	/*padding: 24px 0 0 29px;*/
	background: url('/image/css/projector-screen.png') no-repeat 1px 0%;
}

div#projector-screen img {
	position: absolute;
	margin-top: 24px;
	margin-left: 25px;
}

/* @end */

/* @group Photo Badges Small */

div.photo-badge-small {
	display: inline;
	margin: 0 32px 0px 0;
	padding: 0;
	width: 104px;
	float: left;
}

div.photo-badge-small a {
	display: block;
	padding: 0;
	background-color: #ee7001;
	text-decoration: none;
}

div.photo-badge-small a:hover {
	background-color: #9abc25;
}

div.photo-badge-small.last {
	margin-right: 0;
}

div.photo-badge-small img {
	display: block;
	margin: 0;
	padding: 0;
}

div.photo-badge-small span.name {
	display: block;
	margin: 0;
	padding: 7px;
	padding-top: 9px;
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

div.photo-badge-small span.title {
	display: block;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 13px;
	font-style: italic;
	color: #999;
	background-color: #ffffff;
}

/* @end */

/* @group Footer */

div#footer {
	margin: 0;
	padding: 128px 0 0 0;
	color: #ffffff;
	background: #2d2c26 url('/image/css/footer-monkey.png') repeat-x 50% 0;
	clear:both;
}

div.footer-cols {
	width: 960px;
	height: 320px;
	margin: 0 auto;
	padding: 0;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	color: #CF741D;
	text-decoration: underline;
}

div.footer-col {
	display: inline;
	width: 210px;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

div#footer-col4 {
	margin: 0;
}

h2.footer-header {
	font-family: arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	color: #ffffff;
	background: url('/image/css/footer-header-pointer.png') no-repeat 50% 100%;
}

h2.footer-header span {
	display: block;
	padding: 8px 10px;
	background-color: #59574b;
}

div.footer-block {
	font-size: 14px;
}

div.footer-block ul {
	margin: 0;
	padding: 0;
}

div.footer-block li {
	margin: 0;
	list-style: none;
}

div.vcard {
	margin-bottom: 12px;
}

div.vcard div {
	padding: 0 0 0 12px;
	line-height: 24px;
}

div.vcard div.org {
	font-weight: bold;
}

div.vcard div.street-address {
	padding: 0;
}

ul.site-map li {
	padding: 0;
	margin: 0 0 6px 12px;
}

/* @group Footer list icon positions */

ul.validation li {
	padding: 8px 0 8px 28px;
	background: url('/image/css/validation-tick.png') no-repeat 0 50%;
}

ul.contact li a,
ul.social-networks li a,
ul.blogoshpere li a, ul.contact li.tel {
	display: block;
	margin: 0 0 14px 0;
	padding: 8px 0 8px 42px;
	background: url('/image/css/footer-icon-sprite.png') no-repeat 0 0;
}

ul.contact li.tel {background-position: 0 1px;}
ul.contact li.email a {background-position: 0 -51px;}
ul.contact li.map a {background-position: 0 -99px;}

ul.social-networks li.twitter a {background-position: 0 -149px;}
ul.social-networks li.linkedin a {background-position: 0 -199px;}
ul.social-networks li.flickr a {background-position: 0 -249px;}
ul.social-networks li.facebook a {background-position: 0 -349px;}

ul.blogoshpere li.code-that-matters a {background-position: 0 -299px;}


/* @end */

/* @group Sub footer */

div#sub-footer {
	clear: left;
	height: 100px;
	background-color: #111111;
	border-top: 3px solid #9abc25;
}

ul.sub-footer {
	width: 960px;
	margin: 0 auto;
	padding: 22px 0 0 0;
}

ul.sub-footer li {
	display: inline;
	margin: 0 32px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

ul.sub-footer a {
	text-decoration: none;
	color: #ffffff;
}

/* @end */

/* @end */

/* @group What We Do Page */

div.knowledge {
	margin: 0 0 52px 0;
	display: none;
	padding: 0 0 0 90px;
}

div.knowledge h2 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	color: #444;
}

div#we-research {
	background: url('/image/we-research.jpg') no-repeat 0 -4px;
	height: 140px;
}

div#we-design {
	background: url('/image/we-design.jpg') no-repeat 0 0;
}

div#we-code {
	background: url('/image/we-code.jpg') no-repeat -4px -7px;
	height: 140px;
}

div#we-follow-up {
	background: url('/image/we-follow-up.jpg') no-repeat 0 -4px;
}

div.process {
	margin-top: 20px;
	width: 250px;
	margin-left: -20px;
	float: left;
	height: 175px;
	background: url('/image/css/how-coffee.jpg') no-repeat 0px -228px;
	padding-left: 246px;
}
div.process.highlight {
	background: url('/image/css/how-coffee.jpg') no-repeat 0px 0px;
}
div.process p {
	color: #555;
}
div.process.highlight p {
	color: #222;
}


div.process.how-analyze {
	background: url('/image/css/how-analyze.jpg') no-repeat 220px -221px;
	padding-left: 0px;
	padding-right: 160px;
	float: right;
	width: 220px;
	margin-top: 110px;
}
div.process.how-analyze.highlight {
	background: url('/image/css/how-analyze.jpg') no-repeat 220px 0px;
}


div.process.how-delivery {
	background: url('/image/css/how-delivery.jpg') no-repeat 0px -275px;
	float: left;
	padding-left: 200px;
	height: 240px;
	margin-top: 20px;
	margin-left: 180px;
	margin-bottom: 100px;
}
div.process.how-delivery.highlight {
	background: url('/image/css/how-delivery.jpg') no-repeat;
}
div.process.how-production {
	float: right;
	margin-top: 80px;
	width: 210px;
	background: url('/image/css/how-production.jpg') no-repeat 215px -210px;
	padding-left: 0px;
	padding-right: 220px;
}
div.process.how-production.highlight {
	background: url('/image/css/how-production.jpg') no-repeat 215px 0px;
}
div.process.how-concept {
	margin-top: 70px;
	padding-left: 220px;
	background: url('/image/css/how-concept.jpg') no-repeat 0px -205px;
	width: 250px;
	height: 190px;
}
div.process.how-concept.highlight {
	background: url('/image/css/how-concept.jpg') no-repeat;
}
div.process h2 {
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	color: #888;
}
div.process h2 span {
	color: #cecece;
}
div.process.highlight h2 {
	color: #222;
}
div.process.highlight h2 span {
	color: #9cb813;
}


/* @end */

/* @group The Team Page */

div.team-profile {
	float: left;
	width:50%;
	margin-bottom: 40px;
}

h2.team-member {
	font-family: Arial, serif;
	font-size: 21px;
	color: #444;
}
div.team-profile p.title
{
	color: #999;
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: normal;
}

div.profile-photo {
	padding: 3px;
	width: 115px;
	float: left;
	height: 138px;
	margin-right: 10px;
}
div.profile-photo img
{
	margin: 0;
	border: solid 1px #ccc;
	padding: 4px;
}
div.profile {
	padding: 0;
	width: 300px;
	float: left;
}
div.profile p
{
	margin: 0;
}
p.contact-phone, p.contact-email
{
	color: #999;
	font-size: 13px;
	padding-left: 20px;
}
p.contact-phone
{
	background: url('/image/css/profile-phone.png') no-repeat 0px 3px;
}
p.contact-email
{
	background: url('/image/css/profile-email.png') no-repeat 0px 4px;
}

/* @end */


/* @group Get in Touch Page */

div#postcard {
	margin: 22px 0 0 0;
}
img#map {
	border: solid 1px #ccc;
	padding: 8px;
}
div#contact-information {
	display: inline;
	width: 400px;
	margin: 0;
	float: left;
}

div#contact-information div.vcard {
	padding: 0;
	margin: 0 0 18px 8px;
	font-size: 14px;
}

div#contact-information div.vcard div {
	padding: 0;
	margin: 0;
}

h2.address-header {
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	font-family: Arial, Sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #444;
	border-bottom: 1px solid #c5c5c5;
}

ul.mail-and-phone {
	font-size: 14px;
	margin: 0;
	padding: 3px 0 0 0;
}

ul.mail-and-phone li {
	margin: 0 0 8px 8px;
	padding: 0;
	list-style: none;
}

div#office-description {
	width: 479px;
	margin: 0 0 42px 42px;
	float: right;
}

div#office-description img {
	padding: 8px;
}

div#office-description p {
	font-size: 13px;
	padding: 0px 8px;
	margin: 0;
	font-style: italic;
	color: #555;
}

iframe#google-map {
	width: 960px;
	height: 350px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	clear: both;
}

p#view-large-map {
	font-size: 12px;
}

/* @end */



/* @group Portfolio */

div.project {
	clear: both;
}
div.tag-links {
	margin-top: 15px;
}
div.tag-links a, div.tag-links span {
	cursor: pointer;
	opacity: 0.7;
	display: inline;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px 5px 30px;
	font-size: 14px;
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	background: #708e07 url('/image/css/tick-mark-sprite.png') no-repeat 6px 3px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}
div.tag-links a.active, div.tag-links span.active {
	opacity: 1;
}
h2.project-name {
	font-size: 21px;
	color: #444;
	font-family: Arial, sans-serif;
}

img.project-image {
	margin: 22px 28px 52px 0;
	float: left;
}

div.project-info {
	display: inline;
	margin: 22px 0 52px 0;
	padding-top: 30px;
	width: 400px;
	float: left;
}
div.project img
{
	cursor: pointer;
}
div.project.noshow img
{
	cursor: default;
}
dl.project-details {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

dl.project-details dt {
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 21px;
	float: left;
}

dl.project-details dd {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 21px;
}

div#blackscreen
{
	display: none;
	position: fixed;
	width:  100%;
	height: 100%;
	background: url('/image/css/black-transparent.png');
	top:  0px;
	left: 0px;
	z-index: 2;
}
div#blackscreen div.projector
{
	margin-left: 500px;
	margin-top: 200px;
	background: transparent url('/image/css/projector_big-dark.png') no-repeat;
	height: 508px;
	width: 670px;
	padding:40px;
	padding-top: 55px;
	display: none;
	overflow: hidden;
	z-index: 3;
}
div#blackscreen div.projector div.slide
{
	position: absolute;
	display: none;
	height: 508px;
	width: 670px;
	text-align: center;
}
div#projector_back, div#projector_next {
	float: left;
	width: 150px;
	margin-left: 529px;
	margin-top: -20px;
	height: 542px;
	position: absolute;
	z-index: 999;
}
div#projector_back {
	margin-right: 4px;
	margin-left: -28px;
}
div#projector_back:hover {
	cursor: pointer;
	background: url('/image/css/overlay-left.png') no-repeat 0% 50%;
}
div#projector_next:hover {
	cursor: pointer;
	background: url('/image/css/overlay-right.png') no-repeat 100% 50%;
}
div#blackscreen div.projector div.slide img
{
	margin: auto;
}
div.loading
{
	width: 660px;
	height: 498px;
	background: transparent url('/image/css/loading.gif') no-repeat center center;
}
.nmb_slides {
	 display: none;
}
#projector_info
{
	background: #000;
	width: 250px;
	padding-left: 15px;
	padding-top: 10px;
	height: 30px;
	position: absolute;
	z-index: 20;
	margin-top: 542px;
	margin-left: 180px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: url('/image/css/black-transparent.png');
	display: none;
}
#projector_info span
{
	text-align: left;
	display: block;
	float: left;
	height: 15px;
	width: 42px;
	margin-left: 3px;
	padding-left: 23px;
	padding-top: 4px;
	background-repeat: no-repeat;
}
#projector_info span.key-prev
{
	margin-left: 20px;
	cursor: pointer;
	background-image: url('/image/css/key-left.png');
}
#projector_info span.key-next
{
	cursor: pointer;
	background-image: url('/image/css/key-right.png');
}
#projector_info span.key-escape
{
	cursor: pointer;
	background-image: url('/image/css/key-escape.png');
}
span.start_projector_link, span#send_contact_form
{
	cursor: pointer;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 8px 10px 8px 40px;
	font-size: 14px;
	font-family: "ChunkFiveRegular", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	background: #333 url('/image/css/projector_icon.png') no-repeat 5px 4px;
	float: left;
	color: #eee;
	text-decoration: none;
}
span.start_projector_link:hover
{
	color: #fff;
	background-color: #000;
}
span#send_contact_form
{
	margin-top: 57px;
	margin-left: 10px;
	color: #fff;
	border: 1px solid #a45a00;
	background: #C56C00 url('/image/css/mail_icon.png') no-repeat 5px 4px;
}
span#send_contact_form:hover {
	border: 1px solid #7f4600;
	background: #a45a00 url('/image/css/mail_icon.png') no-repeat 5px 4px;
}
/* @end */

}

/* @group 404 */
body#notfound a {
	 color: #fff;
}
body#notfound p.section-page-ingress {
	padding-bottom: 80px;
}
/* @end */

/* @group Clip pic */

.clip_pic {
	margin:10px;
	margin-right: 25px;
	position: relative;
}
.clip_pic.alignleft
{
	margin-right: 20px;
}
.clip_pic img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.clip_pic span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url('http://blog.monkeyagency.com/wp-content/themes/socialmonkey/images/paper-clip.png') no-repeat;
}
.clip_pic.alignright span {
	left: auto;
	background: url('http://blog.monkeyagency.com/wp-content/themes/socialmonkey/images/paper-clip-reversed.png') no-repeat;
	top: -4px;
	right: 4px;
}

/* @end */

/* @group Contact form */

form#contact_form {
	height:185px;
	margin-top: -17px;
	padding:10px;
	color: #fff;
	width: 99%;
	background: #FFAA05 url('/image/css/button-back-lightred.png') repeat-x bottom left;
	border: 1px solid #C56C00;
}
form#contact_form img {
	vertical-align: middle;
}
form#contact_form input.text_field {
	background: transparent;
	width: 100px;
	border: 0;
	color: #fff;
	padding: 0;
	font-size: 20px;
	font-family: Arial, serif;
	font-weight: bold;
	outline: none;
	border-bottom: 1px dashed #fff;
}
form#contact_form textarea
{
	float: left;
	margin-top: 5px;
	resize: none;
	border: 1px solid #C56C00;
	background: #fff;
	color: #C56C00;
	padding: 5px;
	height: 85px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	outline: none;
}
#form_error {
	display: none;
	color: #C56C00;
}
#thanks {
	display: none;
}

/* @end */
