/**************************************************
	RESET
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/**************************************************
	CLEARFIX
**************************************************/

.clearfix:after {
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/**************************************************
	GENERAL
**************************************************/

html, body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	font: 12px 'Arial', sans-serif;
	color: #909090;
	background: #FFFFFF;
	padding-top: 0px;

}

h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #393939;
	font-family: 'Serif12 Beta',sans-serif;
}

h1 {    		font: 24px 'Serif12 Beta', sans-serif; }
h2 {			font: 19px 'Serif12 Beta', sans-serif; }
h3 {			font: 15px 'Serif12 Beta', sans-serif; }

	h1 a, h2 a, h3 a {
		color: #393939;
		font-family: 'Serif12 Beta',sans-serif;
	}

h4	{
	font: 14px Helvetica ,Arial, sans-serif;
	color: #444444;
	letter-spacing:-0.50px;
	padding-bottom:5px;
}

p { line-height: 15px; }
a { color: #91a02e; text-decoration: none; }
a:hover { text-decoration: underline; color:#91a02e; }
a:visited { color: #91a02e; text-decoration: none; }
a:active { color: #91a02e; text-decoration: none; }

/**************************************************
	HEADER
**************************************************/

.header {
	padding: 0px 0px 0px 0px;
}

/**************************************************
	LOGO
**************************************************/

.header h1,
.header h1 a {
	width: 271px;
	height: 50px;
}

.header h1 {
	margin-bottom: 0px;
	float: left;
}

	.header h1 a {
		background: url('../images/purenine-logo.jpg') no-repeat;
		display: block;
	}

		.header h1 a span {
			display: none;
		}

/**************************************************
	NAVIGATION
**************************************************/

.nav {
	width: 470px;
	padding: 12px 0px 0px 0px;
	float: right;
}

.nav-item {
	float:left;
	padding:0px 20px 0 20px;
}

.nav-item a {
	border-top: 3px solid #fff;
	padding-top: 8px;
	color: #393939;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 19px;
	text-decoration: none;
	letter-spacing:-1px;

	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}

.nav-item a:hover {
	color: #adbd3d;
}

.nav-item a.active, .nav-item a.active:hover {
	border-top: 3px solid #c2d548;
	color: #91a02e;
}

/**************************************************
	CONTENT
**************************************************/

.container {
	width: 965px;
	margin: auto;
}

.content {
	padding-top: 40px;
}

.twitter-container-old {
	width:960px;
	overflow:hidden;
	border-bottom:1px solid #efefef;
	float:left;
	padding-bottom:15px;
}


.twitter-container {
    border-bottom: 1px solid #EFEFEF;
    float: left;
    overflow: hidden;
    padding-bottom: 85px;
    padding-top: 50px;
    width: 960px;
    text-align:center;
}

.twitter-icon {
	width:960px;
	overflow:hidden;
	float:left;
}

.twitter-updates {
	width:700px;
	overflow:hidden;
	float:left;
	padding-top:10px;
	padding-left:150px;
}

#tweet  {
	font: 24px Georgia, sans-serif;
	color:#525252;
	font-style:italic;
	padding: 3px 0px;
}

#tweet img {
	vertical-align: text-bottom;
	margin-right: 10px;
}


/**************************************************
	HOME
**************************************************/

body.home .header {
	width: 940px;
	height:80px;
	background: none;
	position: absolute;
	z-index: 1000;
	background: url('../images/header-bg.png') no-repeat;
	padding:10px 0 0 24px;
	margin-top: 36px;
}

body.home .content {
	padding-top: 470px;
	background: url('../images/background-pixels.jpg') center 451px no-repeat;
	position: relative;
}

.slider {
	width: 2000px;
	height: 455px;
	position: absolute;
	top: 0px;
	left: -508px;
	border-bottom: 8px solid #f5f5f5;
}

.slider .button {
	width: 46px;
	height: 46px;
	position: absolute;
	z-index: 1000;
	top: 240px;
	background: url(../images/slider-buttons.png) no-repeat transparent;
	cursor: pointer;
}

.slider .button.left {
	left: 510px;
	background-position: 0px 0px;
}

.slider .button .rollover {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../images/slider-buttons.png) no-repeat transparent;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
}

html.csstransitions .slider .button:hover .rollover {
	opacity: 1;
}

.slider .button.left .rollover {
	background-position: -46px 0px;
}


.slider .button .rollover:link {
display: none;
}

.slider .button .rollover:hover {
display: visible !important;
}

.slider .button.right {
	right: 530px;
	background-position: 0px -46px;
}

.slider .button.right .rollover {
	background-position: -46px -46px;
}

.slider .button.right .rollover:link {
	display:  none;
}


.slider .fade {
	position: absolute;
	width: 100px;
	height: 455px;
	z-index: 500;
	top: 0;
}

.slider .fade.left {
	left: 0px;
	background: url(../images/slider-fade-left.png) repeat-y;
}

.slider .fade.right {
	right: 0px;
	background: url(../images/slider-fade-right.png) repeat-y;
}

.slider ul li {
	width: 2000px;
	height: 455px;
	text-align: center;
	overflow: hidden;
	display: none;
}

/**************************************************
	PORTFOLIO
**************************************************/

.port-container {
	float:left;
	width:960px;
	overflow:none;

}

.port-container-hp {
	float:left;
	width:960px;
	overflow:none;
	padding-top:30px;
}

.port-left p {
	font: 11px Arial, sans-serif;
	color:#666666;
	padding-left:5px;
	line-height:14px;
	width:195px;
}

.port-left a {
	color:#acbc3c;
	font: 11px Arial, sans-serif;
	font-weight:bold;

}

.port-left {
	width:230px;
	overflow:none;
	float:left;
    padding-top: 25px;	
}

.right-rail p {
	font: 11px Arial, sans-serif;
	color:#666666;
	padding-left:5px;
	line-height:14px;
	width:195px;
}

.right-rail a {
	color:#acbc3c;
	font: 11px Arial, sans-serif;
	font-weight:bold;

}

.right-rail {
	width:230px;
	overflow:none;
	float:left;
    padding-top: 0px;	
}

.port-left-hp {
	width:230px;
	overflow:none;
	float:left;
}

.port-left-hp p {
	font: 11px Arial, sans-serif;
	color:#666666;
	padding-left:5px;
	line-height:14px;
	width:195px;
}

.port-left-hp a {
	color:#acbc3c;
	font: 11px Arial, sans-serif;
	font-weight:bold;

}

.port-right {
	width:730px;
	overflow:none;
	float:left;
}

.port-piece {
	width:220px;
	height:270px;
	float:left;
	padding-left:20px;
	position: relative;
	padding-bottom: 10px;
}

.port-piece-archive {
	width:220px;
	height:220px;
	float:left;
	padding-left:20px;
	position: relative;
}

.port-piece .image-wrapper .rollover {
	display: block;
	position: absolute;
	background: red;
	width: 220px;
	height: 196px;
	opacity:0;
	background: url(../images/pod-hover.png) no-repeat center center;
	cursor: pointer;
        filter: alpha(opacity=0); /* IE6+ */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6+ */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /* this works in IE8 only */

	transition: all 0.03s ease-in-out;
	-webkit-transition: all 0.03s ease-in-out;
	-moz-transition: all 0.03s ease-in-out;
	-o-transition: all 0.03s ease-in-out;
	-ms-transition: all 0.03s ease-in-out;
}

html.csstransitions .port-piece .image-wrapper:hover .rollover {
	opacity: 1;
}

.port-piece h4 a	{
	font: 14px Arial, sans-serif;
	font-weight:bold;
	color: #535353;
	padding:0 0 5px 8px;
}

.port-piece p	{
	font: 11px Arial, sans-serif;
	color: #777;
	padding:0 0px 0 8px;
	line-height:14px;
	width:200px;
}

.hr-left {
	height:5px;
	width:230px;
	float:left;
}

.hr-right {
	height:5px;
	width:730px;
	float:left;
}

.clients-right-old {
	width:730px;
	overflow:none;
	float:left;
	padding-top:45px;
	padding-bottom:80px;
}

.clients-right {
    float: left;
    padding-bottom: 45px;
    padding-top: 45px;
    width: 730px;
   	overflow:none;
}

.clients-promo {
	width:710px;
	float:left;
	padding-left:20px;
	position:relative;
}
.clients-promo .arrow-left {
	height:25px;
	width:15px;
	background: url(../images/arrow-left.png) no-repeat;
	position: absolute;
		top:20px;
}
.clients-promo .arrow-left:hover {
	background: url(../images/arrow-left-hover.png) no-repeat;
		cursor: pointer;
}

.clients-promo .arrow-right {
	height:25px;
	width:15px;
	background: url(../images/arrow-right.png) no-repeat;
	position: absolute;
	right:10px;
	top:20px;
}

.clients-promo .arrow-right:hover {
	background: url(../images/arrow-right-hover.png) no-repeat;
	cursor: pointer;
}

.clients-promo ul {
	list-style-type:none;
}

.clients-promo ul li {
	float:left;
	padding: 0px 20px 0px 0px;
}

.clients-promo ul li:nth-child(1) {
	padding: 0px 20px 0px 10px;
}

.port-left-clients {
	width:230px;
	overflow:none;
	float:left;
	padding-top:45px;
}

.port-left-clients p {
	font: 11px Arial, sans-serif;
	color:#888888;
	padding-left:5px;
	line-height:14px;
	width:195px;
}

.port-left-clients a {
	color:#acbc3c;
	font: 11px Arial, sans-serif;
	font-weight:bold;

}
/**************************************************
	INFO
**************************************************/

.info {
	width: 100%;
	min-height:360px;
	background: #f5f5f5;
	margin: 80px 0px 0px 0px;
	border-top: 1px solid #ececec;
	display:none;
}

.info .inner {
	width: 965px;
	margin: auto;
	height: 100%;
}

.info .inner .col:first-child {
	width:200px!important;
	margin-left:0px !important;
	padding-left:0px !important;
}

.info .inner .col:last-child {
	width:200px!important;
	margin-right:0px !important;
	padding-right:0px !important;

}

.info .inner .col {
	width:215px;
	height:350px;
	/*background: #eee;*/
	float: left;
	margin: 65px 5px;
	padding: 0px 15px;
}

.info .inner .col h3 {
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size:20px;
	color: #121212;
	padding:0 0 35px 0;
}
.twitter-title:before {
		width: 47px;
		height: 29px;
		content: url(../images/twitter-bird.png) no-repeat ;
		vertical-align: middle;
		padding: 0 5px 0 0px;
		display: inline-block;
	}

.info .inner .col h4 {

	font: 12px 'Arial', sans-serif;
	font-weight:bold;
	line-height:18px;
	margin: 0px;
	padding:0px;
}

.info .inner .col span.time {
	display:block;
	padding: 5px 0px 15px 0px;
	color:#999999;
	font: italic 11px 'Georgia', sans-serif;
}

.info .inner .col p {
	font: 12px 'Arial', sans-serif;
	color: #444444;
	line-height:18px;
}

.info .inner .col p a.read-more {
	margin-top: 35px;
	display: block;
	font-weight:bold;
}

.info .inner .col ul {}

.info .inner .col ul.offerings {
	padding:0 0 0 7px;
	list-style-image: url(../images/list-bullet.png);
	list-style-position: inside;
}

.info .inner .col ul li {
	font: 12px 'Arial', sans-serif;
	color: #444444;
	line-height:20px;
}

.info .inner .col #info-twitter-list ul {
	list-style-image: url(../images/qoute-mark.png);
	list-style-position: outside;
	padding:0 0 0 30px;
}

.info .inner .col #info-twitter-list ul li {
	font: 12px 'Arial', sans-serif;
	color: #444444;
	line-height:18px;
	padding-left:5px;
}

.info .inner .col #info-twitter-list ul li span a {
	display:inline;
	padding:0px;
	color:#acbc3c;
}

.info .inner .col #info-twitter-list ul li a {
	font-size:100%;
	display:block;
	color:#999;
	padding: 0px 0 10px 0px;
}
/*.info .inner .col #info-twitter-list ul li a:before {
		content: "~";
}*/



/**************************************************
	FOOTER
**************************************************/
.footer {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 130px;
	background: #191005;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-weight: normal;
}

.footer .inner {
	width: 965px;
	margin: auto;
	height: 100%;
	background: url(../images/footer-background.png) no-repeat right top;
}

.footer .inner .left-c {
	width: 600px;
	float: left;
	padding: 30px 0px 30px 10px;
}

.footer .inner .right-c {
	width: 200px;
	float: right;
	padding: 30px 15px 30px 0px;
}

.footer nav.site-sub {
	width: 100%;
    height: 20px;
    display: block;
    margin-bottom: 10px;
}

.footer nav.site-sub ul {
display: block;
	list-style-type: none;
}

.footer nav.site-sub li {
	float: left;
	color: #b5c450;
	margin-right: 25px;
	font-size: 15px;
}

.footer nav.site-sub li a {
	text-decoration: none;

	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}

.footer nav.site-sub li a:hover {
	color: #fff;
}


.clear {
	height:  0px;
}
.footer p.contact {
	width: 100%;
    height: 30px;
	display: block;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
}

.footer p.contact small {
	color: #55524d;
}

.footer .right-c h4 {
	color: #fff;
	font-size: 15px;
	font-family: 'Georgia', serif;
	font-style: italic;
	margin-bottom: 5px;
}

.footer .follow-us {
	list-style-type: none;
	margin: 0;
}

.footer .follow-us li {
	float: left;
	margin-right: 6px;
}

.footer .follow-us a {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/social-sprite.png) 0 0 no-repeat;

	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}

.footer .follow-us a.twitter {
	background-position: 0px 0px;
}

.footer .follow-us a.twitter:hover {
	background-position: 0px -25px;
}

.footer .follow-us a.facebook {
	background-position: -25px 0px;
}

.footer .follow-us a.facebook:hover {
	background-position: -25px -25px;
}

.footer .follow-us a.rss {
	background-position: -50px 0px;
}

.footer .follow-us a.rss:hover {
	background-position: -50px -25px;
}

.footer .follow-us a.linkedin {
	background-position: -75px 0px;
}

.footer .follow-us a.linkedin:hover {
	background-position: -75px -25px;
}

.footer .follow-us a.dribbble {
	background-position: -100px 0px;
}

.footer .follow-us a.dribbble:hover {
	background-position: -100px -25px;
}

.footer .follow-us a.behance {
	background-position: -125px 0px;
}

.footer .follow-us a.behance:hover {
	background-position: -125px -25px;
}


/**************************************************
	Project Details
**************************************************/

.inner-top {
	width: 2000px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: -508px;
	background: url('../images/details-background.jpg') center repeat;
}

body.details .header {
	width: 940px;
	height:80px;
	background: none;
	position: absolute;
	z-index: 1000;
	background: url('../images/header-bg-details.png') no-repeat;
	padding:10px 0 0 24px;
	margin-top: 36px;
}

body.details .content {
	padding-top: 210px;
	background: url('../images/background-pixels.jpg') center 451px no-repeat;
	position: relative;
}

.backtohome {
	font: 12px Georgia, serif;
	padding-top:25px;
	padding-bottom:45px;
	font-style:italic;
	text-align:right;
	width:700px;
	float:left;

}

.backtohome-full {
	font: 12px Georgia, serif;
	padding-bottom:25px;
	font-style:italic;
	text-align:right;
	width:940px;
	float:left;

}

.more-link {
	font: 12px Arial, san-serif;
	padding-bottom:10px;

}

.filedunder {
	font: 11px Arial;
	padding-bottom:7px;
	color: #777777;
	font-weight:bold;

}

.filedunder2 {
	font: 11px Arial;
	padding-bottom:10px;
	color: #555555;
	font-weight:bold;

}

.port-details {
	width:700px;
	overflow:none;
	float:left;
}

.extra-asset {
	width:700px;
	overflow:hidden;
	float:left;
	padding-top:40px;
}

.page-title {
	width:900px;
	height:30px;
	padding-top:150px;
	text-align:right;
	margin:auto;
}

.social-icon {
	width:180px;
	height:18px;
}

.quote {
	font: 16px Georgia, serif;
	width:200px;
	line-height:130%;
	font-style:italic;
	color: #666666;
}

.details-copy-container {
	width:685px;
	overflow: hidden;
	float:left;
	padding:0 0 150px 15px;

}

.details-copy-container p {
	font: 12px Arial, san-serif;
	color: #666666;
	line-height:18px;
	padding:0 0 5px 0px;
	width:660px;	
}

.details-copy-container h2 {
	font: 22px Georgia, serif;
	font-style:italic;
	color: #393939;
	line-height:30px;
	padding:0 0 10px 0;

}

.details-copy-container h3 {
	font: 16px Georgia, serif;
	font-style:italic;
	color: #393939;
	line-height:30px;
	padding:0 0 10px 0;

}

.details-copy-container a {
	font: 16px Georgia, serif;
	font-style:italic;
	color: #91a02e;
	line-height:30px;
	padding:0 0 10px 0;

}

.details-copy-container a:hover a:visited a:active {
	font: 16px Georgia, serif;
	font-style:italic;
	color: #91a02e;
	line-height:30px;
	padding:0 0 10px 0;
	text-decoration:underline;

}

.client-logo {
	width:86px;
	height:62px;
	float:left;
	padding:25px 25px 0 0px;
	position: relative;
}

.client-logo img {
	border: solid 1px #eaeaea;
}

.video-player {
	width:685px;
	overflow:hidden;
	float:left;
	padding:0 0 20px 15px;
}

.contact-form-container {
	width: 640px;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0px;
}

.port-archived {
	width:960px;
	overflow:none;
	float:left;
	padding-bottom:140px;
}

.port-similar {
	width:730px;
	overflow:none;
	float:left;
	padding-bottom:50px;
}

.port-details-full {
	width:700px;
	overflow:none;
	float:left;
	padding:15px 0 100px 130px;
}


ul {
	list-style: none;
}

ul.dropdown {
	position: relative;
}

ul.dropdown li {
	font-weight: bold;
	float: left;
	margin-right: 0px !important;
	zoom: 1;
	background: none !important;
}

ul.dropdown li a {
	display: block;
	margin-right: 0px !important;
}

ul.dropdown li:last-child a {
	border-right: none;
}

/* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}

ul.dropdown li.hover a {
	
}

ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: -360%;
	left: -64px;
    padding-bottom: 20px;
}

ul.dropdown ul li {
	font-weight: normal;
	color: #fff;
	float: none;
}

/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #000;
	padding: 10px 0 0 40px;
}

ul.dropdown li .sub_menu .hover a:link, .sub_menu .hover a:visited, .sub_menu .hover a:active {
	color: #b1bd5d !important;
	text-decoration: underline;
}

.sub_menu {
	width: 160px;
	height: 80px;
	background: transparent url(../images/social-popup.png) no-repeat left top;
}

.sub_menu li a {
	width: 120px !important;
	height: 10px !important;
	margin-left: -22px;
	margin-top: 0px !important;
	background: none !important;
    line-height: 200%;
}

.sub_menu li a img {
    padding: 4px;
    float: left;
}

.tagline-container {
	width:960px;
	overflow:hidden;
	border-bottom:1px solid #efefef;
	float:left;
}

/* Mozilla based browsers */
::-moz-selection {
       background-color: #c2d548;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #c2d548;
       color: #fff;
}