/*
----------------------------------------------- 
		344 Design
----------------------------------------------- */


/*		B A S I C   S E T U P
----------------------------------------------- */

html,			body,
div,			span,
object,			iframe,
h1, h2, h3, h4, h5, h6,
p,				blockquote,
pre,			a,
abbr,			acronym,
address,		code,
del,			dfn,
em,				img,
q,				dl,
dt,				dd,
ol,				ul,
li,				fieldset,
form,			label,
legend,			table,
caption,		tbody,
tfoot,			thead,
tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		text-rendering: optimizeLegibility;
}

html {
		height: 100%;
		overflow-y: scroll
}

:focus, a {
		-moz-outline-style: none;
		outline: none;
}

body {
		color: #735c43;
		background: #dacec6 url(bg_gradient.png) center 0 repeat-x;
		font: 17px/28px omnes-pro, ff-dagny-web-pro, freight-sans-pro, runda, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 200;
}

img {
		border: none;
}


/*		L I N K S
----------------------------------------------- */

.infobox a:link, .infobox a:visited, #footer a:link, #footer a:visited {
		color: #735c43;
		text-decoration: none;
		border-bottom: 1px dotted #735c43;
}

.infobox a:hover, .infobox a:active, #footer a:hover, #footer a:active {
		color: #735c43;
		border-bottom: 1px solid #735c43;
}


/*		H E A D E R
----------------------------------------------- */

#header {
		padding: 0;
		width: 1024px;
		height: 111px;
		z-index: 1;
		margin: 0 auto;
		background: transparent url(nav.png) 0 0 no-repeat;
		position: relative;
}

#aprojects {
		display: block;
		text-indent: -9999px;
		width: 260px;
		height: 42px;
		background: transparent url(hover_projects.png) 0 0 no-repeat;
		position: absolute;
		left: 74px;
		top: 24px;
		z-index: 5;
		opacity: 0;
}

#aprojects:hover {
		background: transparent url(hover_projects.png) 0 0 no-repeat;
		opacity: 1;
}

#ablog {
		display: block;
		text-indent: -9999px;
		width: 211px;
		height: 54px;
		background: transparent url(hover_blog.png) 0 0 no-repeat;
		position: absolute;
		left: 51px;
		top: 44px;
		z-index: 3;
		opacity: 0;
}

#ablog:hover {
		background: transparent url(hover_blog.png) 0 0 no-repeat;
		opacity: 1;
}

#atff {
		display: block;
		text-indent: -9999px;
		width: 235px;
		height: 110px;
		position: absolute;
		left: 403px;
		top: 0;
		z-index: 2;
		opacity: 0;
}

@-webkit-keyframes pulse { 
   0% { 
     opacity: 0; 
   } 
   50% { 
     opacity: 1.0;  
   } 
   100% { 
     opacity: 0; 
   } 
}

#atff:hover {
		background: transparent url(hover_344.png) 0 0 no-repeat;
		-webkit-animation: pulse 2.5s infinite ease-in-out;
		opacity: 1;
}


#aabout {
		display: block;
		text-indent: -9999px;
		width: 105px;
		height: 73px;
		background: transparent url(hover_about.png) 0 0 no-repeat;
		position: absolute;
		left: 716px;
		top: 22px;
		z-index: 20;
		opacity: 0;
}

#aabout:hover {
		background: transparent url(hover_about.png) 0 0 no-repeat;
		opacity: 1;
}

#acontact {
		display: block;
		text-indent: -9999px;
		width: 94px;
		height: 51px;
		background: transparent url(hover_contact.png) 0 0 no-repeat;
		position: absolute;
		left: 802px;
		top: 39px;
		z-index: 19;
		opacity: 0;
}

#acontact:hover {
		background: transparent url(hover_contact.png) 0 0 no-repeat;
		opacity: 1;
}

#astore {
		display: block;
		text-indent: -9999px;
		width: 78px;
		height: 42px;
		background: transparent url(hover_store.png) 0 0 no-repeat;
		position: absolute;
		left: 892px;
		top: 47px;
		z-index: 18;
		opacity: 0;
}

#astore:hover {
		background: transparent url(hover_store.png) 0 0 no-repeat;
		opacity: 1;
}


/*		W R A P P E R
----------------------------------------------- */

#wrapper {
		width: 940px;
		margin: 40px auto 50px auto;
}

#title {
}

h2 {
		font-family: "pragmatica-web", sans-serif;
		font-size: 50px;
		font-weight: 200;
		color: #735c43;
		border-bottom: 1px solid #735c43;
		letter-spacing: 2px;
		width: 850px;
		margin-left: 45px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
}

h3 {
		font-size: 20px;
		font-weight: normal;
		color: #735c43;
		width: 850px;
		margin-left: 55px;
		text-align: center;	
		padding-top: 7px;
		font-variant: small-caps;
		letter-spacing: 2px;
}

h3 em {
		letter-spacing: 0;
}

#next {
		display: block;
		float: right;
		margin-right: 2px;
		margin-top: 31px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-indent: -9999px;
		-webkit-transition: background 0.6s ease-in-out;
		-moz-transition: background 0.6s ease-in-out;
		transition: background 0.6s ease-in-out;
		background: rgba(0,0,0, 0) url(next.png) 10px 15px no-repeat;
}

#back {
		display: block;
		float: left;
		margin-left: 2px;
		margin-top: 31px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-indent: -9999px;
		-webkit-transition: background 0.6s ease-in-out;
		-moz-transition: background 0.6s ease-in-out;
		transition: background 0.6s ease-in-out;
		background: rgba(0,0,0, 0) url(back.png) 10px 15px no-repeat;
}

#next:hover {
		background: rgba(0,0,0, 0.1) url(next.png) 10px 15px no-repeat;
		-webkit-transition: background 0.25s ease-in-out;
}

#back:hover {
		background: rgba(0,0,0, 0.1) url(back.png) 10px 15px no-repeat;
		-webkit-transition: background 0.25s ease-in-out;
}

#wrapper .text {
		width: 500px;
		margin: 0 0 20px 0;
		margin-left: 219px;
}

#wrapper .textmore {
		margin: 20px 55px 0 55px;
		border-top: 1px solid #735c43;
		padding: 22px 0 22px 0;
}

.textfirst {
		font-size: 24px;
		width: 850px;
		margin-left: 44px;
		border-bottom: 1px dotted #735c43;
		padding-bottom: 24px;
		font-style: italic;
		line-height: 34px;
}

.trenner {
		border-bottom: 1px solid #735c43;
		width: 850px;
		margin-left: 44px;
}

#wrapper .caption {
		border-top: 1px solid #735c43;
		color: #735c43;
		font-weight: bold;
		padding-bottom: 5px;
		width: 850px;
		position: relative;
		top: -7px;
		margin-left: 44px;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
		opacity: .85;
		-webkit-font-smoothing: antialiased;
}

#wrapper .closingnav {
		color: #735c43;
		position: relative;
		bottom: -20px;
}



.closingnav span a:link, .closingnav span a:visited {
		color: #735c43;
		text-decoration: none;
		border-bottom: 1px dotted #735c43;
}

.closingnav span a:hover, .closingnav span a:active {
		color: #735c43;
		border-bottom: 1px solid #735c43;
}

#cnext {
		position: relative;
		top: -39px;
		display: block;
		float: right;
		margin-right: 4px;
		margin-left: 2px;
		margin-top: 31px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-indent: -9999px;
		-webkit-transition: background 0.6s ease-in-out;
		-moz-transition: background 0.6s ease-in-out;
		transition: background 0.6s ease-in-out;
		background: rgba(0,0,0, 0) url(next.png) 10px 15px no-repeat;
}

#cback {
		position: relative;
		top: -39px;
		display: block;
		float: left;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 31px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-indent: -9999px;
		-webkit-transition: background 0.6s ease-in-out;
		-moz-transition: background 0.6s ease-in-out;
		transition: background 0.6s ease-in-out;
		background: rgba(0,0,0, 0) url(back.png) 10px 15px no-repeat;
}

#cnext:hover {
		background: rgba(0,0,0, 0.1) url(next.png) 10px 15px no-repeat;
		-webkit-transition: background 0.25s ease-in-out;
}

#cback:hover {
		background: rgba(0,0,0, 0.1) url(back.png) 10px 15px no-repeat;
		-webkit-transition: background 0.25s ease-in-out;
}

#wrapper p {
		margin-bottom: 30px;
}

#wrapper .infobox {
		float: left;
		width: 150px;
		margin-left: 44px;
		color: #735c43;
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px;
}

#wrapper .infobox strong {
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
		opacity: .85;
		-webkit-font-smoothing: antialiased;
}

#footer {
		width: auto;
		padding: 10px 0 50px 0;
		background: transparent url(bg_mirror_dark.png) left bottom repeat-x;
}

#footer p {
		padding: 10px 0 0px 0;
		margin: 0 auto;
		color: #735c43;
		width: 850px;
}

#footer em {
		opacity: 0;
		font-weight: bold;
		-webkit-transition: opacity 1s ease-in-out;
		cursor: default;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
}

#footer em:hover {
		opacity: 1;
		-webkit-transition: opacity 0.3s ease-in-out;
}

#footer span {
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
		opacity: .65;
		-webkit-font-smoothing: antialiased;
}