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

body {	margin: 0;
    	padding: 10px;
		font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
		font-size: 17px;
		font-weight: lighter;
}

.menu {	position: fixed;
    		top: 50px;
    		right: 100px;
   	 		z-index: 20;
    		list-style: none;
}

.menu li {		text-align: right;
				font-weight: bold;
				letter-spacing: .1em;
				text-transform: uppercase;
   				width: 40px;
    			line-height: 40px;
    			background: transparent;
}

.menu a:link {	color: rgba(0,0,0,.5);
				text-decoration: none;
    			-webkit-transition: all .5s ease-out;
   		 		-moz-transition: all .5s ease-out;
				transition: all .5s ease-out;
}

.menu a:visited {	color: rgba(0,0,0,.5);
					text-decoration: none;
}

#m1:hover {	color: rgba(254,167,113,1.00);}

#m2:hover {	color: rgba(105,187,172,1.00);}

#m3:hover {	color: rgba(66,172,186,1.00);}

#m4:hover { color: rgba(168,162,203,1.00);}

#top_fade {		width: 100%;
				height: 10%;
				z-index: 10;
				position: fixed;
				top: 0px;

	background-image: -moz-linear-gradient(rgba(255,255,255,1.00), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(rgba(255,255,255,1.00), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1.00)), to(rgba(255,255,255,0)));
	background-image: -o-linear-gradient(rgba(255,255,255,1.00), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,1.00), rgba(255,255,255,0));
}


#bottom_fade {
	width: 100%;
	height: 10%;
	z-index: 10;
	position: fixed;
	bottom: 0px;

	background-image: -moz-linear-gradient( rgba(255,255,255,0),rgba(255,255,255,1.00));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient( rgba(255,255,255,0),rgba(255,255,255,1.00));
	background-image: -o-linear-gradient( rgba(255,255,255,0),rgba(255,255,255,1.00));
}

.map { 	width: 100%;
		height: 900px;
		background: url(../images/background.png);
		background-size: cover;
		-webkit-transition: all 1s ease-in;
   		-moz-transition: all 1s ease-in;
		transition: all 1s ease-in;
}

.map:hover {		background: url(../images/background-c.png);
				background-size: cover;
				opacity: .8;
}


.callout {	font-weight: bold;
			font-size: 14px;
			letter-spacing: .1em;
			text-transform: uppercase;
   			line-height: 40px;
}



#about {		width: 690px;
			height: 700px;
			margin: 0 auto;
			padding-top: 250px;
			padding-left: 170px;
}

h1 {			text-transform: uppercase;
			font-size: 30px;
			font-weight: normal;
			letter-spacing: .02em;
			opacity: .7;
}

#about p { 	line-height: 2em;
}
						
#about .callout{	color: rgba(254,167,113,1.00);
}

#portfolio {		width: 1000px;
				height: 900px;
				margin: 0 auto;
				padding-top: 80px;
}

/*start vertical tabs*/

.vertical {	width: 1000px;
			margin: 0 auto;
			overflow: auto;
}

.box {	width: 800px;
		height: 750px;
		float: right;
		display: none;
}

.box.visible {
	display: block;
}

.vertical .tabs {
	width: 160px;
	float: left;
	display: block;
	padding-left: 0;
	
	
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
   	line-height: 40px;
	color: rgba(0,0,0,.5);
}

.vertical .tabs li {	display: block;
						cursor: pointer;
	
    					-webkit-transition: all .2s ease-out;
    					-moz-transition: all .2s ease-out;
						transition: all .2s ease-out;
}

.vertical .tabs li:hover {
	color: rgba(105,187,172,1.00);
}

.vertical .tabs li.current {
	color: rgba(105,187,172,1.00);
}

/*end vertical tabs*/


/*start accordion*/

.accordion {
    margin: 0 auto;
    width: 1000px;
	height: auto;
	min-height: 700px;
    padding-top: 90px;
    background: none;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;   
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    background: none;
    cursor:pointer;
	color: rgba(0,0,0,.5);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
   color: rgba(66,172,186,1.00);
}
.accordion .content {
    padding: 0;
	margin-left: 250px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 800px;
}

/* Stuff */

.stuff ul li label {
    padding:10px;
}
.stuff [type=radio]:checked ~ label, .stuff [type=checkbox]:checked ~ label {
    border-bottom:0;
}

.stuff ul li .content {
    height: 0;
}
.stuff [type=radio]:checked ~ label ~ .content, .stuff [type=checkbox]:checked ~ label ~ .content {
    height: auto;
	padding-bottom: 20px;
}


.pillar {	width: 1000px;
			overflow: auto;
			margin: 0;
}

.pil-left {	width: 200px;
			float: left;
			margin-top: 0;
}

.pil-left li, .pil-right li {	line-height: 25px;
								list-style: inside;
								list-style-image: url(../images/list.png);
}

.pil-right {	width: 778px;
			float: right;
			margin-top: 0;
}

span {	margin-right: 60px;
		display: inline-block;
		width: 160px;
}

.w-left span, .w-right span {	margin-right: 60px;}

.sub-head {	font-weight: bold;
			font-size: 14px;
			letter-spacing: .1em;
			text-transform: uppercase;
   			line-height: 40px;
			opacity: .4;
}

.sub {		font-size: 14px;
			font-weight: normal;
			text-transform: uppercase;
   			line-height: 40px;
}


.w-left {	width: 400px;
			float: left;
}

.w-right {	width: 350px;
			float: right;
}

.list li {	font-size: 16px;
			line-height: 24px;
			list-style: outside;
			list-style-image: url(../images/list.png);
			margin-left: 12px;
}

.w-left .list li, .w-right .list li {	width: 330px;}
/*end accordion*/


#contact {	width: 1000px;
			height: 750px;
			margin: 0 auto;
			padding-top: 200px;
			overflow: auto;
}


.sayhi {		width: 290px;
			float: right;
}
	
.sayhi .callout { color: rgba(168,162,203,1.00);}

.sayhi p { 	line-height: 2em;
			margin: 0;
}

.sayhi em {	font-weight: normal;
			font-style: normal;
			opacity: .7;
			display: block;
			margin-bottom: 35px;
}


.email:link {	color: rgba(0,0,0,1.00);
				text-decoration: none;
}

.email:visited {	color: rgba(0,0,0,1.00);
					text-decoration: none;
}

.email:hover {	color: rgba(0,0,0,.5);
				text-decoration: none;
}


.nosy:link {		color: rgba(255,255,255,1.00);
				text-decoration: none;
}

.nosy:visited {	color: rgba(255,255,255,1.00);
				text-decoration: none;
}

.nosy:hover {	color: rgba(255,255,255,.5);
				text-decoration: none;
}