@charset "utf-8";
/* CSS Document */


/*-- Universal --*/

* { 
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

img, a {
	border: none;
	outline: none;
	text-decoration: none;
}

a {
	color: inherit;
}


ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*-- Framework --*/

header {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 80px 30px 50px;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.sidebar, .banner, .content, .zoom {
	height: 550px;
	max-height: 550px;
	min-height: 550px;
	overflow: hidden;
}

.sidebar {
	width: 200px;
	float: left;
	position: relative;
	padding-right: 8px;
	text-align: right;
}

.banner {
	width: 480px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	float: left;
}

.banner img {
	vertical-align: bottom;
}

.content {
	width: 520px;
	float: left;
	position: relative;
}

.zoom {
	width: 1000px;
	border-left: 15px solid #fff;
}

.sample {
}

.orange {
	background-color: #bd4601;
}

.lightgrey {
	background-color: #f3f3f4;
}

.darkgrey {
	background-color: #818285;
}

/*-- Header --*/

.logo {
	float: left;
}

nav {
	float: right;
}

nav ul {
	font-size: 16px;
}

nav ul li {
	display: inline;
	color: #ff6b00;
	margin-right: 60px;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	color: #76797c;
}

nav ul li a:hover {
	color: #ff6b00;
}

/* -- Sidebar navigation --*/

.sidebar h1, .sidebar h2 {
	font-size: 21px;
	font-weight: normal;
	color: #454545;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar p {
	font-size: 14px;
	color: #3D3D3D;
	line-height: 22px;
}

.sidebar p a {
	color: #7F7F7F;
}


.subnav {
	position: absolute;
	bottom: 1px;
	right: 8px;
}

ul.imagenav {
	list-style:none;
	width:140px;
}

ul.imagenav li {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

ul.imagenav li:nth-child(even) {
	margin-right: 0;
}


ul.textnav {
	width: 160px;
	padding-bottom: 30px;
}

ul.textnav li {
	font-size: 14px;
	color: #3D3D3D;
	margin-bottom: 20px;
}

ul.textnav li a {
	color: #7F7F7F;
}
ul.textnav li a:hover {
	color: #3D3D3D;
}

p.description {
	padding-left: 60px;
	text-align: right;
	color: #3d3d3d;
	font-size: 13px;
	line-height: 22px;
}

p.description span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	padding-top: 10px;
	font-style: italic;
}


p.arrows {
	clear: both;
	text-align: center;
}


/*-- Content area --*/

#home {
	background: transparent url(../images/bg-home2.png) bottom right no-repeat;
}

/*#about {
	background: transparent url(../images/bg-about.png) bottom right no-repeat;
}*/

#portfolio {
	background: transparent url(../images/bg-portfolio.png) bottom right no-repeat;
}

/*#contact {
	background: transparent url(../images/bg-contact.png) bottom right no-repeat;
}
*/
/* -- Scroll Pane --*/

.scroll-pane {
	position: absolute;
	top: 180px;
	left: 45px;
	width: 425px;
	height: 255px;
	overflow: auto;
}

.scroll-pane p {
	font-size: 13px;
	line-height: 22px;
	padding-top: 0;
	margin-top: 0;
	text-align: justify;
	width: 390px;
}

#home .jspTrack
{
	background: rgba(139,53,21,0.8);
	position: relative;
}

#home .jspDrag
{
	background: rgba(139,53,21,0.9);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#home .scroll-pane p {
	color: #fff;
}

#about .jspTrack
{
	background: rgba(157,157,162,1.0);
	position: relative;
}

#about .jspDrag
{
	background: rgba(97,97,99,1.0);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#about .scroll-pane p {
	color: #616163;
}

#about .scroll-pane p a {
	color: #3d3d3d;
}


#portfolio .jspTrack
{
	background: rgba(62,62,64,1.0);
	position: relative;
}

#portfolio .jspDrag
{
	background: rgba(149,151,154,1.0);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#portfolio .scroll-pane p {
	color: #efefef;
}

/* -- Portfolio pages --*/

ul.techniques {
}

ul.techniques li {
	border-bottom: 10px solid #fff;
}

ul.techniques li:last-child {
	border-bottom: none;
}



/*-- Footer -- */

.footer {
	padding: 20px 110px 60px 0;
}

.social {
	width: 25%;
	float: left;
}

.social img {
	padding-top: 2px;
}

.tagimg {
	width: 75%;
	float: right;
}

.tagimg img {
	padding-left: 70px;
}

	
