/*   
Theme Name: Kinetic Art Theme 
*/ 

* {
  margin: 0;
  padding: 0;
}

html {
	width: 100%;
	height: 100%;
	font-size:100%;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	/*font-size: 62.5%;*/
	font-size: 80%;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	overflow-y: scroll;
}

input, textarea {
	font-family: Helvetica, Arial, sans-serif;
}

article, aside, figure, footer, header, nav, section { 
	display: block; 
}
ul, ol, dl {
	display: block;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div, img, figure {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}

a, a:hover, a:active, a:focus {
	outline: 0;
}

img {
	border: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

/*
::selection {
	background-color: #FF0000;
}

::-moz-selection {
	background-color: #FF0000;
}

::-webkit-selection {
	background-color: #FF0000;
}
*/

/* /////////////////////////////////////////////// */

/* CONSTRUCTION */
.wrapper {
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 998px;
	height: auto;
	margin-left: -499px;
	min-height: 100%;
	background-color: #f4f4f4;
	background-image: url(../images/page-sep.png);
	background-repeat: repeat-y;
	background-position: 203px 0px;
}

.page {
	position: relative;
	width: 998px;
	height: auto;
	overflow: hidden;
}

.hline {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #b5b5b5;
}

.page-head {
	display: block;
	position: relative;
	height: 136px;
}

.page-head h1 {
	display: block;
	position: relative;
	height: 30px;
	font-size: 1.4em;
	font-weight: normal;
	color: #3f9fb6;
}

.page-head h1 .client-website {
	display: inline-block;
	position: relative;
	background-color: #3f9fb6;
	font-size: 0.8em;
	color: #fff;
	border-radius: 4px;
	padding: 1px 3px 0px;
	margin-left: 12px;
}

.page-head p {
	display: block;
	position: relative;
	height: 106px;
	font-size: 1.1em;
	font-weight: normal;
	color: #212121;
}

.page-head h2 {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
	font-size: 1.4em;
	font-weight: normal;
	color: #212121;
}

.page-head span {
	display: block;
	position: relative;
	font-size: 1.1em;
	font-weight: normal;
	color: #212121;
}

.page-head .abs {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
	font-size: 0.9em;
	font-weight: normal;
	color: #212121;
}

.page-head figure {
	display: block;
	position: relative;
	height: 106px;
}

.page-head-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 136px;
}

.page-head-half {
	width: 40%;
	margin-right: 10%;
	float: left;
}

.page-head .client-cat-link {
	display: inline-block;
	position: relative;
	margin: 4px;
	font-size: 1.2em;
	color: #666666;
}

.page-head .client-cat-link-sep {
	display: inline-block;
	position: relative;
	margin: 4px;
	font-size: 12px;
	color: #3f9fb6;
}

/* HEADER */
header {
	position: fixed;
	/*width: 204px;*/
	width: 136px;
	padding: 45px 34px;
	height: auto;
}

.logo {
	display: block;
	position: relative;
	height: 35px;
	margin-bottom: 101px;
}

header nav {
	display: block;
	position: relative;
}

header nav ul {
	display: block;
	position: relative;
	margin: 10px 0px;
	margin-bottom: 15px;
}

header nav ul li {
	display: block;
	position: relative;
	list-style: none;
}

header nav ul li a {
	font-size: 1.1em;
	font-weight: normal;
	color: #212121;
}

header nav ul .selected a {
	color: #3f9fb6;
}

header nav ul li a:hover, header nav ul li a:focus {
	color: #3f9fb6;
}

header nav ul li ul {
	display: none;
	margin: 0px 0px;
	margin-bottom: 0px;
}

header nav ul li ul li {
	margin-left: 6px;
}

header nav ul li ul li a {
	font-size: 1.1em;
	font-weight: normal;
	color: #828282;
}

header nav ul .selected ul li a {
	color: #828282;
}

header nav ul .selected ul {
	/*display: block;*/
}

header nav ul .selected ul .selected a {
	color: #3f9fb6;
}

header nav ul .selected ul li a:hover, header nav ul .selected ul li a:focus {
	color: #3f9fb6;
}

.linkedin {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url('../images/linkedIn-bt-off.png');
	background-repeat: no-repeat;
}

.linkedin:hover, .linkedin:focus {
	background-image: url('../images/linkedIn-bt-on.png');
}

/* FOOTER */
footer {
	
}

/* CONTENT */
.content {
	position: relative;
	/*width: 794px;*/
	width: 726px;
	padding: 45px 34px;
	height: auto;
	margin-left: 204px;
}

.page-content {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #212121;
	padding-bottom: 2em;
}

.page-overflow {
	overflow: hidden;
}

.page-content a {
	color: #212121;
	text-decoration: none;
}

.page-content a:hover, .page-content a:focus {
	color: #3f9fb6;
	text-decoration: underline;
}

/* ABOUT */
.about-column {
	display: block;
	position: relative;
	float: left;
	width: 265px;
	height: auto;
	margin-right: 35px;
}

.about-column-1 {
	width: 460px;
}

.about-column-2 {
	width: 70px;
}

/* CONTACT */
#contact-frm {
	display: block;
	position: relative;
}

form input {
	display: block;
	position: relative;
	width: 190px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #cfcfcf;
	font-size: 1.1em;
	font-weight: normal;
	color: #212121;
	margin-top: 10px;
	padding: 0px 4px;
}

form textarea {
	display: block;
	position: relative;
	width: 190px;
	height: 105px;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #cfcfcf;
	font-size: 1.1em;
	font-weight: normal;
	color: #212121;
	margin-top: 10px;
	padding: 0px 4px;
	resize: vertical;
}

form .form-submit {
	width: 52px;
	height: auto;
	margin-left: 148px;
}

form .contact-field-def {
	color: #cfcfcf;
}

form .contact-field-err {
	color: #d38585;
}

/* WORKS */
.works-cat {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.works-cat {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.works-cat h1 {
	display: block;
	position: relative;
	font-size: 1.3em;
	font-weight: normal;
	color: #3f9fb6;
	margin-bottom: 12px;
}

.works-works {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.works-work {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}

.works-work h1 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 1em;
	font-weight: normal;
	color: #212121;
	margin: 6px;
}

.works-work-images {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.works-work figure {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.works-work figure img {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	max-width: 728px;
	border: solid 1px #c9c9c9;
}

.works-bullets {
	display: block;
	position: relative;
	float: right;
	margin-top: -30px;
}

.works-bullets ul {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.works-bullets ul li {
	display: block;
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: solid 1px #666;
	border-radius: 6px;
	list-style: none;
	margin: 2px;
	cursor: pointer;
}

.works-bullets ul li.selected {
	background-color: #ccc;
}

.read-less {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.read-less div:first-child {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	/*height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.read-less div:last-child {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
}

.read-less:after {
	content: "Read More >";
	display: block;
	position: relative;
	color: #3f9fb6;
	cursor: pointer;
	text-decoration: underline;
}

.read-more {
	z-index: 9999;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.read-more div:first-child {
	display: none;
}

.read-more div:last-child {
	display: block;
}

.read-more:after {
	content: "Read Less >";
}

/* HOMEPAGE */
.home-client {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

.home-client-data {
	display: block;
	position: relative;
	float: left;
	width: 240px;
	height: auto;
	font-size: 1em;
	font-weight: normal;
	color: #212121;
}

.home-client h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #3f9fb6;
}

.home-client .home-client-date {
	display: block;
	position: relative;
	margin-bottom: 6px;
}

.home-client .home-client-cats {
	display: block;
	position: relative;
	margin: 6px 0px;
	margin-top: 12px;
	font-weight: bold;
}

.home-client .home-client-cats b {
	color: #3f9fb6;
}

.home-client .home-client-link {
	display: block;
	position: relative;
	margin: 20px 0px;
	color: #b5b5b5;
}

.home-client .home-client-link:hover, .home-client .home-client-link:focus {
	color: #3f9fb6;
	text-decoration: underline;
}

.home-client figure {
	display: block;
	position: relative;
	float: right;
	width: 320px;
	height: auto;
	text-align: right;
	margin-bottom: 20px;
}

.home-client figure img {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	max-width: 320px;
}