
/* General Base Settings */



@import url('fonts.css');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-break: break-word;
/*	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
*/
}


/*  Clearfixed elements  */

.content-header:before,.content-header:after,
.settings-header:before,.settings-header:after {
    content: " "; 
    display: table;
}
.content-header:after,
.settings-header:after {
    clear: both;
}
.content-header,
.settings-header {
    *zoom: 1;
}


body{
	background-color:#ffffff;
	color:#000;
	text-align: left;
	font-family: 'Avenir-Next', helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3rem;
	padding-top: 44px;
}

h1, h2{
	font-size: 2em;
	font-weight:normal;
	margin: 1em auto;
	line-height: 1.35em;
}

h3{
	font-size: 1.8em;
	font-weight:normal;
	line-height: 1.35em;
	font-family: 'Avenir-Next';
}

h4{
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 1em auto;
	font-family: 'Avenir-Next-Bold';
	font-weight: normal;
}

a{
	color: inherit;
}

.ul{
	display: inline-block;
	border-bottom: 1px solid #aaa;
}


.red{color:#ff3399;}
.blue{color:#3300ff;}
.green{color:#00ffcc;}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

hr{
	color:#000000; 
	background-color:#000000;
	height: 1px;
	text-align:center; 
	border: none;
}

hr.short{
	width: 4em;
	margin: 0 auto;
}

hr.strong{
	height: 2px;
}

audio, canvas, img, video {
    vertical-align: middle;
}

img{
	max-width: 100%;
	margin:0 0 0.75em 0;
}


blockquote{
	margin:1em auto;
	text-align: left;
	position: relative;
	padding-left:60px;
}

blockquote:before{
	content: '\201D'; /*\201C*/
	font-size: 100px;
	font-family:'Helvetica Neue',Arial,sans-serif;
	text-indent: -20px;
	display: inline-block;
	color:#339999;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 2;
}

blockquote p{
	margin:0 0 0.5em;
}

.big-quote{
	font-size: 1.35em;
	line-height:1.75em;
	max-width: 980px;
	padding-top:30px;
	padding-right:2%;
	padding-left: 110px;
	padding-bottom:25px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-bottom: 2em;
}

blockquote.big-quote:before{
	top: 56px;
	left:40px;
}

blockquote.big-quote .name{
	font-size: 0.7em;
	margin:0;
}

button, input, select, textarea {
  font-family: inherit;
}

button,.button,
.button-strong,.button-medium,.button-light{
  padding:0.7rem 1rem;
  background-color:#333333;
  color:#fff;
  border-radius: 5px;
  border: 2px solid transparent;
  text-decoration: none;
}

button:hover,.button:hover,
.button-strong:hover,.button-medium:hover,.button-light:hover{
  background-color:rgba(51, 51, 102, 0.1);
}

button:hover,.button:hover{
	color:#333;
	border: 2px solid;
}

.button-strong{
  background-color:#fff;
  color:#3333ff;
  border: 2px solid #6666ff;
}
.button-strong:hover{
  color:#fff;
  background-color:#6666ff;
}

.button-medium{
  background-color:#fff;
  color:#333;
  border: 2px solid #ddd;
}

.button-light{
  background-color:#fff;
  color:#333;
}

.del:after, 
.close:after{
    font-size: 1.4rem;
    position: relative;
    top: 1px;
    left: 2px;
}

.del:after {
    content: "\229D";
}

.close:after {
    content: "\00d7";
    top: 2px;
}



label, input{
	display: block;
	text-align: left;
}

input,textarea{
	border: 1px solid rgba(153,153,153,0.5);
	background-color: #fff;
	padding:0.75em;
	width:100%;
	margin: 0.25em 0 0.75em;
	border-radius:4px;
}


[placeholder]{
	font-family:inherit;
}

.lift{
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family:'Avenir-Next';
	font-weight: bold;
	padding-left: 10%;
	border-left: 3px solid #e5e5e5;
}

.intro{
	font-size:1.6em;
}





/* Header */


.mainheader{
	width:100%;
	background-color:#000066;
	color:#fff;
	min-height:44px;
	vertical-align:middle;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background-image: -webkit-linear-gradient(left,#336 25%,#69f 100%);
	background-image: -moz-linear-gradient(left,#336 25%,#69f 100%);
	background-image: -ms-linear-gradient(left,#336 25%,#69f 100%);
	background-image: -o-linear-gradient(left,#336 25%,#69f 100%);
	background-image: linear-gradient(left,#336 25%,#69f 100%);
}

.mainheader .logo{
	width:206px;
	display: inline-block;
	height:44px;
	padding: 10px 6px;
}

.mainheader .logo img{
	height:32px;
	width:auto;
	margin:-4px 0 0;
}

.mainheader nav{
	display: inline-block;
	height:44px;
	float: right;
	color:#fff;
}

.mainheader nav ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.mainheader nav ul li{
	display: inline-block;
	border-left:1px solid rgba(153,153,255,0.25);
	margin-left:-3px;
}

.mainheader nav a{
	display: block;
	text-decoration: none;
	min-width:72px;
	padding: 12px 20px;
}

.mainheader nav a:hover{
	background-color: rgba(0,0,51,.25);
}

.mainheader nav .project a,
.mainheader nav .menu a{
	background-size:40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999999px;
}

.mainheader nav .project a{
	background-image: url('../img/icon_add_white.png');
}
.mainheader nav .menu a{
	background-image: url('../img/icon_menu.png');
}

.mainheader nav .profile a{
	background-image: url('../img/icon_profile_white.png');
	padding-right:52px;
	background-size:40px 40px;
	background-position: 95% center;
	background-repeat: no-repeat;
}




/*  Content layout  */


.page,
.content-header{
	padding-left: 206px;
}

.page img{
	margin:0 auto;
}


/* Category Navigation  */

.category-nav{
	background-color:#fff;
	position: fixed;
	top:44px;
	left:0;
	z-index: 10;
	bottom:0;
	width:206px;
	line-height: 1rem;
	padding-bottom: 100px;
}

.category-nav .inner-content{
	height: auto;
	overflow-y: auto;
	width:106%;
	max-height:100%;
	min-height: 68px;
}

.category-nav ul:first-child{
	width: 206px;
}


.category-nav ul{
	margin: 0;
	padding:0;
}

.category-nav li{
	margin: 0;
	position: relative;
}

.category-nav li a{
	text-decoration: none;
	display: block;
	padding: 7px 5px 24px 8px;;
	border-top: 1px solid rgba(102,102,102,0.15);
}

.category-nav li a:hover{
	background-color: rgba(51, 51, 102, 0.1);
}

.category-nav .archive-link a{
	padding-top:26px;
	padding-bottom:27px;
	border-top:0;
}

.category-nav li.active{
	background-color: #fff;
}
.category-nav li.active a:hover{
	background-color: rgba(51, 51, 102, 0.07);
}

.category-nav li ul li{
	color:#666666;
}

.category-nav li ul li a{
	padding-left: 17px;
	padding-right: 20px;
	border-top: 0;
	text-indent: -10px;
}

.category-nav li ul li ul li a{
	padding-left: 36px;
}

.category-nav li ul li a:before{
	content: '\2013 \2007';
}

.category-nav .toggle{
	position:absolute;
	top:1px;
	right:0;
	bottom:0;
	background: transparent url('../img/arrow_down.png') center 8px no-repeat;
	background-size: 11px 11px;
	width:20px;
	cursor: pointer;
	z-index: 10;
}

.category-nav .open{
	background-image: url('../img/arrow_up.png');
}

.category-nav .toggle:hover{
	background-color:rgba(51, 51, 102, 0.15);
}

.category-nav .edit-nav{
	width: 100%;
	background-color:inherit;
}

.category-nav .edit-nav li a{
	padding-top: 16px;
	padding-bottom:16px;
	padding-left:28px;
	background-image:url('../img/icon_categorynav_add.png');
	background-position:  2px 50%;
	background-repeat: no-repeat;
	background-size:24px 24px;
}

.category-nav .edit-nav li.edit a{
	background-image:url('../img/icon_categorynav_edit.png');
}







/* Content Area  */

.content-header,
.content{
	text-align: center;
}

.content-header .inner-content > *,
.content > *{
	text-align: left;
	margin: 0 auto;
}

.content-header{
	position: fixed;
	width:100%;
	top:44px;
	left:0;
	z-index: 2;
	background-color:#fff;
}

.content-header .inner-content{
	margin:0 3.5% -1px;
	background-color: rgba(255,255,255,0);
	border-bottom:1px solid rgba(102,102,102,0);
	-webkit-transition: all 2s; /* For Safari 3.1 to 6.0 */
	transition: all .5s;
}

.scroll-header .inner-content{
	border-bottom:1px solid rgba(102,102,102,0.15);
}

.content-header > .inner-content *{
	max-width: 966px;
}


.content{
	width:994px;
	margin:80px auto 0;
	min-width: 300px;
	padding:0 14px 100px;
}

.settings-header{
	padding: 0;
}

.content-header .heading,
.settings-header .heading{
	display: inline-block;
	margin:0 2% 12px 0;
	padding:0;
	max-width:49%;
	float: left;
}

.content-header nav,
.settings-header nav{
	display: inline-block;
	float: right;
	text-align:right;
}

.content-header nav ul,
.settings-header nav ul{
	padding: 0;
	margin: 0;
	float: left;
}
.content-header nav ul li,
.settings-header nav ul li{
	float: left;
	border-right:1px solid #ccc;
}

.content-header nav ul li:first-child,
.content-header nav ul li:last-child,
.settings-header nav ul li:first-child,
.settings-header nav ul li:last-child{
	border-right:0;
}

.settings-header nav ul li{
	padding:0 8px;
}

.content-header nav a,
.settings-header nav a{
	text-decoration: none;
	padding:8px 14px;
	display: inline-block;
}

.content-header nav a:hover{
	background-color: rgba(51, 51, 102, 0.1);
}

.content .description{
	width:50%;
	min-width: 400px;
	max-width:800;
}

.project-links{
	padding:1em 0;
	width:102%;
}

.link-item{
	display: inline-block;
	width:18.5%;
	min-width: 120px;
	padding:5px;
	margin:0 1% 2% 0;
}

.link-item:hover{
	background-color: rgba(51, 51, 102, 0.2);
}

.link-item .thumb{
	display: block;
	width: 100%;
	height:0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 3%;
}

.link-item .date{
	color:#999;
}



/* Tabs */

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


div.simpleTabs {
width:994px;
min-height: 400px;
margin-top:30px;
margin-left:-14px;
}
ul.simpleTabsNavigation { 
	margin:0; 
	padding:0; 
	text-align:left; 
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(102,102,102,0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(102,102,102,0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(102,102,102,0.25);
}
ul.simpleTabsNavigation li { 
	list-style:none; 
	display:inline; 
	margin:0 -.25rem 0 0; 
	padding:0; 
}
ul.simpleTabsNavigation li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .02rem;
	padding:22px 22px 22px 54px; 
	text-decoration:none;
	color:#909090; 
	display: inline-block;
	border-top: 2px solid rgba(100,100,100,0);
	transition:all .2s ease;
	background-image: url('');
	background-size:32px 18px;
	background-position:10% 45%;
	background-repeat: no-repeat;
}

ul.simpleTabsNavigation li.tab_layout a {background-image: url('../img/icon_layout_alt.png');}
ul.simpleTabsNavigation li.tab_layout a.current {background-image: url('../img/icon_layout.png');}

ul.simpleTabsNavigation li.tab_slides a {background-image: url('../img/icon_slides_alt.png');}
ul.simpleTabsNavigation li.tab_slides a.current {background-image: url('../img/icon_slides.png');}

ul.simpleTabsNavigation li.tab_edit a {background-image: url('../img/icon_edit_alt.png');background-position:10% 45%;}
ul.simpleTabsNavigation li.tab_edit a.current {background-image: url('../img/icon_edit.png');}

ul.simpleTabsNavigation li a:after {
	content:'\25bc';
	position: relative;
	font-size: .7em;
	margin-left: 1em;
	display: inline-block;
	top: -0.2em;
}

ul.simpleTabsNavigation li a:hover { 
	background-color:#e0e0eb;
	color:#777;
	border-top: 2px solid rgba(0,0,0,.25)
}
ul.simpleTabsNavigation li a:focus { 
	outline: 0; 
}
ul.simpleTabsNavigation li a.current { 
	background-color:#eeeef4; 
	color:#222; 
	border-top:2px solid #6666ff; 
}
ul.simpleTabsNavigation li a.current:after { 
	color:#ccc;
}
div.simpleTabsContent {  
	z-index: 0;
	background-color: #eeeef4;
	padding:14px; 
	margin-top:-1px;
	margin-bottom:50px;
	width: 100%;
	display: none;
    -webkit-animation: fadeEffect .5s;
    animation: fadeEffect .5s;
}

div.simpleTabsContent.currentTab { 
	display: block;
	opacity: 1;
    transition: opacity ease-out 0.2s 0.1s;
}






@media all and (max-height: 670px) {

	.content-header{
	position: static;
	padding-left: 0;
	}
	.content-header .inner-content{
		margin:0 auto -1px;
		border-bottom:0px solid rgba(102,102,102,0);
	}
	.content{
	margin-top:10px;
	}

}




@media all and (max-width: 1200px) {


	.content-header .heading{
		max-width: 100%;
	}


}

@media all and (max-width: 981px) {

	.link-item{
		width:31%;
	}

	.content .description{
		min-width: 100%;
	}

}

@media all and (max-width: 820px) {



}


@media all and (max-width: 700px) {

	.link-item{
		width:48%;
	}

	.content-header nav,
	.content-header nav ul{
		width: 100%;
	}

}

@media all and (max-width: 620px) {

	.link-item{
		width:99%;
	}

	.mainheader nav .profile{
		display: none;
	}

}

@media all and (max-width: 540px) {

	.content{
		padding-right:10px;
		padding-left:20px;
	}

}





