/* @override http://dev/screen.css?v=20080726 */

* {
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}

body {
	font-size: 14.4px;
	line-height: 22px;
	color:#516064;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	
	font-weight:300;
	width: 100%;
}

a {
	color: #812d5c;
	background-color: #f3f9fc;
	background-color: #fff;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
	margin: 0;
	text-decoration:underline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-transition: color, background-color .1s ease-in;
}
a:hover {
	background-color: #ffeba2;
	text-decoration:underline;
	color: black;
}

b,strong {
	font-weight:bold;
}
h1,h2,h3,h4 {
	letter-spacing: -1px;
	font-weight: normal;
	font-weight:301;
	line-height: 44px;
	margin: 22px 0 0px 0;
}
h1 {
	font-size: 32px;
	line-height: 44px;
}
h2 {
	font-size: 26px;
	line-height: 44px;
}
h3 {
	font-size: 22px;
	line-height: 44px;
	color: #888;
}
h4 {
	letter-spacing: 0;
	font-size: 16px;
	line-height: 22px;
	color:#999;
	margin: 22px 0 0px 0;
}

.wrap {
	width: 980px;
	margin: 10px auto;
}
.wrap > p {
	width: ;
}





.front {
	padding: 5px 0;
}
.front .block {
	float: left;
	width: 286px;
	padding: 0 20px;
}
.front h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
	color: #444;
	margin-top:0;
}

.menu {
	width: 100%;
	min-width: 960px;
}
.menu-long {
	min-width: 960px;
}
.menu,
.menu a {
	background: #262016;
	color: #ACA794;
}

.menu .wrap {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.menu-long .wrap {
	height: 110px;
}
.menu h1 {
	font-size: 20px;
	margin: 35px 0;
	float: left;
}
.menu h1 a {
	color: #69634C;
	text-decoration: none;
	word-spacing: -6px;
	letter-spacing: 0;
}

.menu h2 {
	display: inline;
	font-size: 37px;
}


.menu ul {
	float: right;
	font-size: 20px;
	list-style: none;
	margin: 20px 0;
	line-height: 20px;
}
.menu-long ul {
	margin: 30px 0;
}
.menu ul li {
	display: inline;
	padding: 0 5px;
}
.menu ul li a {
	font-size: 30px;
}
.menu ul li a:hover {
	color: white;
	text-decoration: underline;
}
.menu a:hover {
	color: white;
}

.menu-front .wrap {
	padding: 10px 0;
}
.menu-front h1,
.menu-front ul {
	margin: 0 0 0 0;
	padding: 0;
}
.menu-front .wrap h1 {
	margin: 0;
	line-height: 30px;
}
.menu-front ul li a {
	color:#69634C;
	text-decoration: none;
	font-size: 20px;
	margin:0;
	line-height: 30px;
}


.about .menu .wrap {
	width: 960px;
}



.error {
	margin: 100px 0;
}
.error p a {
	text-decoration: underline;
}
.error ul {
	font-size: 18px;
	list-style-position:inside;
	margin-bottom: 20px;
}
.error h3 {
	color: #444;
}

.backed {
	background: white repeat 50% 50%;
	padding: 50px 0;
}
.background_1 { background-image: url('/_images/background_1.jpg'); }
.background_2 { background-image: url('/_images/background_2.jpg'); }
.background_3 { background-image: url('/_images/background_3.jpg'); }
.background_4 { background-image: url('/_images/background_4.jpg'); }
.background_5 { background-image: url('/_images/background_5.jpg'); }
.background_6 { background-image: url('/_images/background_6.jpg'); }
.background_7 { background-image: url('/_images/background_7.jpg'); }
.background_8 { background-image: url('/_images/background_8.jpg'); }
.background_9 { background-image: url('/_images/background_9.jpg'); }
.background_10 { background-image: url('/_images/background_10.jpg'); }
.background_11 { background-image: url('/_images/background_11.jpg'); }
.background_12 { background-image: url('/_images/background_12.jpg'); }
.background_13 { background-image: url('/_images/background_13.jpg'); }
.background_14 { background-image: url('/_images/background_14.jpg'); }
.background_15 { background-image: url('/_images/background_15.jpg'); }

.welcome {
	color: #222;
	width: 615px;
	margin: 0 auto;
	padding: 20px;
	
	background-image: url('/_images/transparent.png');
}
.welcome-wide {
    width: 670px;
}

.welcome h1,
.welcome h2 {
	margin: 0;
	line-height: 45px;
}
.welcome h1 {
	font-size: 30px;
	font-weight: bold;
}
.welcome h2 {
	color: #444;
	font-size: 30px;
}

.welcome h1 a,
.welcome h2 a{
	background: url('/_images/paint.png') repeat, white;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-animation-name: masked-animation;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes masked-animation {
	0% {background-position: left bottom;}
	100% {background-position: right bottom;}
}


.welcome h1 a {
	color: black;
	font-weight:bold;
	text-decoration: none;
	background-color:transparent;
}
.welcome h2 a {
	color: #333;
	text-decoration: none;
	background-color:transparent;
	font-weight:bold;
}


.welcome h1 a:hover,
.welcome h2 a:hover {
	text-decoration: underline;
	-webkit-text-fill-color: black;
}
.welcome p {
	color: #444;
	padding: 0;
	padding-top: 20px;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.welcome p a {
	color: #222;
}



.language {
    margin:10px 0 0 0;
    text-align:right;
}


.head {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}.head p {
	width: 700px;
	font-size: 14px;
	border-width: 2px 0;
	border-color: #eee;
	border-style: solid;
	margin: 0 auto;
}












.about {
	width: 960px;
	margin: 0 auto;
}

.more {
	width:600px;
	float: left;
}
.whatido {
	width: 270px;
	float: left;
	margin-left: 90px;
	/*font-size: 14px;
	line-height: 1.5em;
	line-height:20px*/
}
.whatido ul li a {
	display: block;
}
.whatido h4 {
	font-weight: 300;
	color: #296FA7;
}





.work {
	margin: 0 auto;
}

.work > div {
	clear: both;
	display: block;
	padding-top: 150px;
}
.work > div h2 {
	text-align:right;
	width: 250px;
    float: left;
    margin: 0 15px;
}
.work > div.first {
	padding-top: 30px;
}
.work > div h2 a {
    text-decoration: none;
}

p {
	margin:0 0 22px 0;
}


.thumbnails,
.wrapimg,
img.single {
	-webkit-box-shadow: 0px 10px 22px #676767;
	border: 1px solid #ddd;
	margin: 0 -10px;
}

img.single {
	margin: 0 auto 55px auto;
	display: block;
	overflow: hidden;
}


.thumbnails {
	margin: 0 auto 25px auto;
	display: block;
	width: 920px;
}
.thumbnails img {
	border: 4px solid #eee;
	padding: 4px;
	margin: 15px 46px;
}




.thumbnails-side {
    display:none;
	float: right;
	width: 200px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: -240px;
}

.thumbnails-side img {
	width: 100%;
	margin: 10px 0;
	border: 2px solid #eee;
}

.clear {
	clear: both;
}

.work > div .text {
	float: right;
	width: 400px;
	margin-right: 180px;
}

