@charset "UTF-8";
/* CSS Document */

html {
       overflow-x: hidden;
}

body {
overflow-x: hidden;
background: transparent url(../images/pattern.png) repeat top right;
font-family: helvetica;
font-size: small;
margin: 0;
padding: 0;
width: 100%;
}

img {
border: none;
}

a {
   outline: 0;
   text-decoration:none;
}


#container {
	height: auto;
	width: auto;
}

#header {
	position: relative;
	top: 69px;
	height: 100px;
	width: 100%;
	margin: 0;
	font-family: Helvetica, "Helvetica Neue", "Arial Bold";
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
	letter-spacing: .2em;
	text-align: right;
	z-index: 2002;
}

body a {
	cursor:pointer;
}

.navcontainer {width:100px;height:100px;background:#fff;float:right;margin:0px; display:none;}
#nav {list-style-type:none;margin:10px 0 0;padding:20px;}
#subnav {list-style-type:none;margin:20px 2px 0 0;padding:18px;}
#subnav2 {list-style-type:none;margin:20px 12px 0 0;padding:18px;}
#nav li, #subnav li, #subnav2 li {width:20px;height:20px;float:right}
#nav li a, #subnav li a, #subnav2 li a {
	height:20px;
	display:block;
	opacity:0;
	background:black;
	color:white;
	text-decoration:none;
}
#nav li span, #subnav li span, #subnav2 li span {
	padding:5px;
	text-transform:uppercase;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px
}
#nav .topnav {float:right;clear:both}
#nav .botnav {float:right;clear:both}
#nav #portfolio {background:#25b080}
#nav #personal {background:#606c94}
#nav #information {background:#f4c03d}
#nav #blog {background:#dd3953}
#nav #contact {background:#cf7fa4}
#subnav #fashion {background:#2ac891}
#subnav #art {background:#24a578}
#subnav #client {background:#1d8360}
#subnav2 #concepts {background:#6d7aa7}
#subnav2 #btl {background:#555f83}
/*to do the subnav animation, animate width of the containers and left position of the squares*/



span.page {float:left;padding:0px 10px;line-height:25px;}
span.plus, span.subplus, span.minus, span.subminus {float:right;padding:0px 10px;line-height:25px;}
span.minus, span.subminus {display:none;}

#touchnav, #subtouchnav {
    display:block;
	font-family:Helvetica, Arial, sans-serif;
    font-size:10px;
	width:150px;
	height:100px;
	background:#fff;
	float:right;
	margin:0 0 0 9px;
	cursor:pointer;
}

#touchnav li, #subtouchnav li {
    margin:0;
    padding:0;
    list-style:none;
}

#touchnav ul, #subtouchnav ul {
    margin:0;
    list-style:none;
	font-style:italic;
}

ul.hometouch {border-top:1px dashed #ccc;}
ul.portfoliotouch {border-top:1px dashed #ccc;}


.the_menu, .the_submenu {
	display:none;
	text-align:left;
	padding:15px 0 15px 0;
}

#button {
	width:150px;
	height:100px;
}

.the_menu li, .the_submenu li {
	text-transform:uppercase;
	letter-spacing:.2em;
}
 
.the_menu li a, .the_submenu li a { 
    text-decoration:none;
    padding:0px 15px;
	line-height:25px;
    display:block;
}
 
.the_menu li a:hover, .the_submenu li a:hover {
	line-height:25px;
}

.menu_class, .submenu_class {
	width:140px;
	height: 62px;
	background-color:#fff;
	color:#000;
	text-transform:uppercase;
	letter-spacing:.2em;
	padding:38px 5px 0px 5px;
}

.hometouch {color:#000; background-color:#fff}
.hometouch a {color:#949494; background-color:#fff}
.hometouch a:hover{color:#000}

#content {
	position:absolute;
	background-color:#ffffff;
	width:100%;
	display:block;
	float:left;
	height: auto;
	text-align: left;
	margin-top:9px;
	margin-bottom:60px;
	top:170px;
	padding-bottom:10px;
	padding-top:40px;
	clear:both;
	overflow-x:hidden;
	overflow-y:hidden;
	border-top:2px solid #ccc;
}

#content img {
	border:none;
}

#title {
	font-family: "Helvetica Neue Bold", Helvetica, "Arial Bold";
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: .2em;
	text-align: right;
	width: 300px;
	height: 100px;
	float: right;
}



#logo {
	background: #ffffff;
	height: 100px;
	width: 156px;
	float: left;
	background-image: url(../images/buttons/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}




figure { 
  display:inline; 
  float: left; 
  margin:6px;
  width:auto;
  height:500px;
  position:relative;
  bottom:13px;
  border-bottom:2px solid #CCC;
  padding-bottom:11px;
  color:#999;
}

figure:hover {
	color:#000
}

figure img {
	height: 80%;
	width: auto;
}

figure.divider {
	width: 90px;
	border-bottom:none;
}

figure.divider2 {
	width: 1px;
	border-bottom:none;
}


figcaption {
	position:absolute;
	left:0px;
	font-size:.85em;
	text-align:left;
	bottom:0px;
	margin-bottom:15px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

figcaption a {
	text-decoration:none;
}

figure {display:none}
figure.sidemenu {display:inline}
.post {display:none}


#spacer {
	width: 100%;
	height: 300px;
	margin: 0;
	align: top;
}


#footer {
	position:fixed;
	bottom:0px;
	margin:6px;
	padding:7px;
	float:left;
	text-align:left;
	color: #999;
	font-size:.85em;
	letter-spacing:0em;
	z-index:2001;
	background:#ffffff;
}

#footer:hover {
	background:#000;
	color:#ccc; 
}

#links {
	position:fixed;
	right:0px;
	bottom:0px;
	margin:6px;
	padding:2px;
	float:right;
	text-align:left;
	color: #999;
	font-size:.85em;
	letter-spacing:0em;
	z-index:2001;
	background:transparent;
}

#links:hover {
	background:transparent;
	color:#ccc; 
}

#hplinks {
	position:fixed;
	right:0px;
	bottom:0px;
	margin:6px;
	padding:2px;
	float:right;
	text-align:left;
	color: #999;
	font-size:.85em;
	letter-spacing:0em;
	z-index:2001;
	background:transparent;
}

#hplinks:hover {
	background:transparent;
	color:#ccc; 
}

#portfolioimages {
	width:100%;
	overflow:hidden;
}

#portfoliobuttons {
	position:absolute;
	right:0px;
	top:5px;
	border:5px solid #fff;
	background:transparent;
	width:70px;
	height:20px;
	margin:0px 9px;
	overflow:hidden;
	z-index:2000;
	cursor:pointer;
}

#portfolioprev {
	position:absolute;
	bottom:0px; 
	left:0px;
	background:url(../images/slidercontrols.png) no-repeat top left; 
	width:20px; 
	height:20px;
}

#portfolioprev:hover {
	background-position:bottom left;
}

#portfolionext {
	position:absolute;
	bottom:0px; 
	right:0px;
	background:url(../images/slidercontrols.png) no-repeat top right; 
	width:20px; 
	height:20px;
}

#portfolionext:hover {
	background-position:bottom right;
}

#about {
	position:relative;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#949494;
	text-align:left;
	width:auto;
	padding-left:8.685%;
	padding-right:8.685%;
	padding-top:70px;
}

#module {
	width:35.5%;
	min-width:375px;
	line-height:1.5em;
}

.info {
	float:right;
}

.contactcolumn2 {
	float:right;
}

.contactcolumn1 {
	float:left;
	margin-bottom:90px;
}

#about p {
	width:auto;
	margin-left:124px;
	padding-left:0px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:55px;
}

	
#about p.projects {
	padding-bottom:0px;
	margin-bottom:0px;
}

#textcontent {
	padding-bottom:30px;
}


#contacts {
	position:relative;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:left;
	width:auto;
	padding-left:8.685%;
	padding-right:8.685%;
	padding-top:70px;
}



#textheader {
	float:left;
	width:88px;
	height:55px;
	border-right:5px solid #f4c03d;
	margin:auto;
	overflow:hidden;
	padding-top:37px;
	text-align:left;
}

#contactheader {
	float:left;
	width:88px;
	height:55px;
	border-right:5px solid #cf7fa4;
	margin:auto;
	overflow:hidden;
	padding-top:37px;
	text-align:left;
}

p.name, p.blackname {
	font-weight:bold;
	margin-bottom:5px;
	margin-left:124px;
	margin-top:5px;
	text-align:left;
}

p.form, p.blackform {
	width:auto;
	margin-left:124px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:25px;
}

p.blackname, p.blackform {
	color:#000;
}

p.blackname a, p.blackform a {
	color:#000;
}

p.blackname a:hover, p.blackform a:hover {
	color:#949494;
}

p.name, p.form {
	color:#949494;
}

p.name a, p.form a {
	color:#949494;
}

p.name a:hover, p.form a:hover {
	color:#000;
}

#imagecontent img {
	margin:0;
	width:50.6%;
	height:auto;
	float:left;
}

#linkage {
	color:#000;
	list-style-type:none;
	margin-left:124px;
	padding-left:0px;
}

#about a {
	color:#000;
	text-decoration:none;
}

#about a:hover {
	color:#666;
	cursor:pointer;
}

#blogarea {
	width:100%;
	height:537px;
	overflow:hidden;
}

#blogarea.post {
	height:auto;
}

#blogarea a {
	color:#999;
}

#blogarea a:hover {
	color:#000
}

#bloglinks {
	list-style-type:none;
	position:relative;
	left:0px;
	font-size:11px;
	width:146px;
	padding:0;
	margin:0;
}

#bloglinks li {
	margin-bottom: 10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #ccc;
}

#posts {
	position:relative;
	top:0px;
	margin:0px 0px 0px 150px;
	width:100%;
	left:156px;
}

#blogtext {
	position:relative;
	top:0px;
	margin:0px 0px 0px 150px;
	width:600px;
	left:156px;
	line-height:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#949494;
	text-align:left;
}

#blogtext img {
	width:600px;
	margin:0;
	height:auto;
}

#allposts {
	text-align:center;
	position:relative;
	top:0px;
	margin:50px 0px 100px 150px;
	width:600px;
	left:156px;
	line-height:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#949494;
	text-align:center;
}

#latest {
	position:relative;
	margin:0px 0px 0px 150px;
	padding-top:0px;
	width:156px;
	left:0px;
}



figure.post {
	height:493px;
	width:300px;
	margin:0 35px 0px 0;
	bottom:auto;
	overflow:hidden;
}

figure.post p {
	font-size:11px;
	line-height:1.5em;
}

.bodytext {
	height:172px;
	margin-bottom:50px;
}

figure.post img {
	margin-top:11px;
	width:auto;
	height:200px;
	text-align:center;
}

figure.post:hover {
	color:#999;
}

figure.sidemenu {
	position:absolute;
	left: 0px;
	top: 0px;
	border-bottom:none;
	padding:0px 0px 0px 10px;
	margin-top:0px;
}

figure.sidemenu:hover {
	color:#999;
}

figure.page {
	margin-top:40px;
}


h1 {
	font-size:inherit;
	margin:0;
	font-weight:bold;
	font-size:11px;
}

figcaption.subblog {
	width:100%;
}

.date {
	float:left;
}

.readon {
	float:right;
}

#share {
	text-align:right;
	width:600px;
	padding:20px 0px 10px 0px;
	margin:10px 0px 30px 306px;
	border-top:1px dotted #CCC;
}


	

@media screen and (max-height: 760px) {
    figure { height: 400px }
	figure.post { height: 400px; width: 250px }
	figure.post img { height: 165px }
}

@media screen and (max-height: 660px) {
    figure { height: 300px }
	figure.post { height: 200px; width: 200px }
	figure.post img { height: 130px }
	figure.post p { display: none }
}

@media screen and (max-height: 560px) {
    figure { height: 200px }
}

@media screen and (max-height: 460px) {
    figure { border-bottom: 0px }
	figcaption { display: none }
}

@media screen and (max-height: 405px) {
    #header { top: 9px }
	#spacer { display: none }
	#content { top: 102px }
}

@media screen and (max-width: 1214px) {
    #module { float:left; width:auto; margin-top:50px;}
	#imagecontent img { width:100%; height:auto; }
	.contactcolumn1 { float:left; width:auto; margin-top:50px;}
	.contactcolumn2 { float:left; width:auto; margin-top:50px;}
	.info { float:left; width:auto; margin-top:50px;}
}

@media screen and (max-width: 726px) {
    #footer { display: none }
}
 


.lazyload {
  display: none;
}

#javascriptwarning {
	display:none;
}

#loading-image {
	z-index: 5000;
	text-align:center;
	width:100px;
	height:17px;
	padding-top:18px;
	background:transparent;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-17px;
	color:#999;
	font-size:11px;
}