/*
Theme Name: Wright
Theme URI: http://madebyminimal.com
Description:
Version: 2.5
Author: Minimal
*/

/*** 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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff;
	color: #555;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.loading-status {
	display: none;
	position: absolute;
	top: 50%;
	left: 45%;
	padding-left: 20px;
	background: url('images/loading.gif') no-repeat scroll left center transparent;
}

.loading .loading-status {
	display: block;
}

/*** HTML 5 elements as block ***/
header, footer, aside, nav, article, section {
	display: block;
}

/* General Styles */
.hidden {
	display: none;
}

.wrapper {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.skiplink {
	display: none;
}

.responsive {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

p {
	margin: 0 0 10px 0;
}

label {
	cursor: pointer;
}

a {
	color: #555555;
	text-decoration: none;
}

div, img {
	vertical-align: top;
}

img {
	max-width: 100%;
}

p img {
	height: auto !important;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
}

.content img {
	height: auto !important;
}

#wrapper {
	margin: 0;
	text-align: left;
	max-width: 1200px;
	padding-right: 40px;
	padding-left: 40px;
}

/*** Font Assignments ***/
body {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.designer, .slides-nav {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/*** Header ***/
#header {
    min-height: 43px;
  	/*border-bottom: 1px solid #555555;*/
}

#header .wrapper {
	max-width: 90%;
}

#logo {
	padding-top:20px;
	margin-bottom:22px;
	margin-right:100px;
	min-height:1px;
	float:left;
}

#logo img {
	max-width: none;
}

.home-image img{
	width:100%;
}

/*** Nav ***/
#nav{
	float: right;
}
#nav .main-nav {
	line-height:1;
	padding-top:30px;
}
#nav .main-nav > li{
	float:left;
	margin-right:50px;
}
#nav .main-nav > li.last,
#nav .main-nav > li:last-child{
	margin-right:0;
}
#nav ul > li.current-menu-ancestor > a,
#nav ul > li.current-menu-item > a,
#nav a:hover {
	color: #0088cc;
	text-decoration: none;
}

#nav .sub-menu {
	display: none;
	position: absolute;
}

#nav .sub-menu li {
	margin-right: 30px;
	float: left;
}

#main .sub-menu {
	display: none;
	position: absolute;
	left: 40px;
	top: 30px;
	z-index: 999;
}

#main .sub-menu > li{
	float:left;
	margin-right:50px;
}

/*** Main ***/
#main {
	position:relative;
	padding: 50px 10px 0 37px;
}

#main.hasSubmenu {
	margin-bottom: 20px;
}

.home #main,
.page-template-page-home-php #main{
	padding:0;
}

.content{
	float:left;
	width:100%;
}
.sidebar{
	float:right;
	width:250px;
}

/*** Two Columns ***/
#main.col-2{
	max-width:940px;
/*	margin:0 10px 0 37px; */ /* fixes for submenu alignment. */
	padding: 50px 0 0 0;
}
.col-2 .content{
	float: left;
	width: 100%;
}

.flexi-content {
	margin-right: 280px;
	width: auto;
}

/*** Footer ***/
#footer {
	position: fixed;
	height: 40px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

#footer .wrapper {
	padding: 0px;
	max-width: 90%;
}

.social-nav {
	float:right;
	margin-top: 10px;
}

.social-nav li {
	float: left;
	display: block;
	margin-left: 6px;
}

.social-nav li a {
	font-size: 15px;
}

.social-nav li a:hover {
	opacity: 0.5;
}

.copyright {
	float:left;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 12px;
}

.designer {
	float:right;
	color: #888888;
	font-size: 11px;
}

.designer a {
	color: #888888;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.designer a:hover {
	color: #666666;
	font-weight: bold;
	letter-spacing: -0.5px;
}

/*** Entry ***/
.entry-title {
	font-size: 24px;
	font-weight: normal;
	color: #dfdfdf;
	margin-bottom: 20px;
	line-height: 1;
}

.single .entry-title {
	margin-bottom: 10px;
}

.entry-title a:hover {
	text-decoration: none;
}

.entry-meta {
	color: #666666;
	text-decoration: none;
}

.entry-meta a {
	color: #DADADA;
}

.entry-meta a:hover {
	color: #cccccc;
	text-decoration: none;
}

.entry-content p {
	line-height: 1.4;
	margin-bottom: 20px;
}

.entry-content a:hover {
	text-decoration: none;
}

a.entry-more {
	display: block;
}

.list-posts .entry-title {
	margin-bottom: 10px;
}

.list-posts .entry-meta,
.single .entry-meta {
	margin-bottom: 20px;
}

.list-posts .post-entry {
	margin-bottom: 90px;
}

.attachment-post-thumbnail {
	margin-bottom: 25px;
}

/*** Widgets ***/
.widget {
	border-top: 1px solid #bdbdbd;
	padding-top: 30px;
	margin-bottom: 30px;
}

.widget:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget a:hover {
	color: #0088cc;
	text-decoration: none;
}

.widget_search label {
	display: none;
}

.widget-title {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: normal;
}

.widget_search #s {
	border: 1px solid #DFDFDF;
	color: #777777;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	width: 228px;
}

.widget_search input[type=submit] {
	display: none;
}

.clearme.uncleared {
	color: #777777;
}

.clearme.cleared {
	color: #777777;
}

/*** Grid ***/
.page-template-page-portfolio-php #main {
	padding: 80px 34px 0 28px;
}

.portfolio-grid .overlay {
	position:absolute;
	left: 10px;
	top: 10px;
	width:100%;
	height:100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	display: none;
	cursor: pointer;
}

.portfolio-grid .item {
	float:left;
	width: 283px;
	position: relative;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.portfolio-grid .item a {
	text-decoration: none;
}

.portfolio-grid .item img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
	margin: 10px;
}

.portfolio-grid .caption{
	font-size:18px;
	color:#fff;
	position:absolute;
	left:20px;
	text-align:left;
	width:92%;
	top:50%;
	z-index:-1;
	display: none;
	visibility: hidden;
}

.slide-image {
	margin-bottom: 15px;
	cursor: pointer;
}

.slide-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.slide-description {
	margin-bottom: 0px;
}

.home-slides {
	overflow: hidden;
	position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
	z-index: -2;
}
.home-slides img{
	position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    z-index: -1;
}

/*** Comments ***/
.entry-comments input[type=text],
.entry-comments textarea {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-bottom: 5px;
}

.entry-comments input[type=submit] {
	padding: 10px 20px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, input[type="password"] {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 15px;
	padding: 10px 12px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, input[type="password"]:focus {
	outline: medium none;
}
input[type="radio"] {
	cursor: pointer;
	margin-left: 1px;
}
input[type="radio"] + label {
	color: #928781;
	cursor: pointer;
	display: inline;
	font-weight: normal;
	margin-left: 5px;
}
input[type="submit"] {
	background-color: #FFCC33;
	background-position: 80% center;
	background-repeat: no-repeat;
	border: medium none;
	color: #202020;
	cursor: pointer;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	padding: 5px 15px 5px 15px;
}

input[type="submit"]:hover {
	opacity: 0.8;
}

/* Contact Form 7 Plugin Styles */

.wpcf7 input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
	border: 1px solid #DFDFDF;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}

.wpcf7 input[type="submit"] {
	background-color: #FFCC33;
	background-position: 80% center;
	background-repeat: no-repeat;
	border: medium none;
	color: #202020;
	cursor: pointer;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	padding: 5px 15px 5px 15px;
}

.wpcf7 input[type="submit"]:hover {
	opacity: 0.8;
}


/*** WordPress Core ***/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright,
a img.alignright {
	float: right;
	margin: 5px 0 4px 12px;
}

.alignleft,
a img.alignleft {
	float: left;
	margin: 5px 12px 4px 0;
}

.aligncenter,
a img.aligncenter {
	display: block;
	margin: 4px auto 4px auto;
}

a img.alignnone {
	margin: 5px 12px 4px 0;
}

.wp-caption {
	background: none;
	max-width: 100%;
 /* Image does not overflow the content area */
	text-align: center;
}

.wp-caption .caption {
	border-bottom: 1px solid #BDBDBD;
	width: 50%;

	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0px 4px 0;
}

.wp-caption.alignleft {
	margin: 5px 12px 4px 0;
}

.wp-caption.alignright {
	margin: 5px 0 4px 12px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*** Blog Typog ***/
.entry-content {
	width: 100%;
	display: block;
}

.entry-content .attachment-post-thumbnail {
	margin-bottom: 20px;
	display: block;
}

.entry-content h1 {
	font-size: 24px;
}

.entry-content h2 {
	font-size: 24px;
}

.entry-content h3 {
	font-size: 18px;
}

.entry-content h4 {
	font-size: 16px;
}

.entry-content h5 {
	font-size: 24px;
}

.entry-content h6 {
	font-size: 24px;
}

.entry-content p {
	line-height: 1.35;
	margin: 0 0 13px 0;
}

.entry-content ol {
	list-style: decimal;
	margin-left: 40px;
}

.entry-content ul {
	list-style: circle;
	margin-left: 40px;
}

.entry-content li {
	margin-bottom: 10px;
}

.entry-content blockquote, .entry-content address {
	border-left: 5px solid #BB0606;
	color: #6A6A6A;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 1.1em;
	margin: 0 0 30px;
	padding: 0 25px;
}

.entry-content code {
	font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

.entry-content pre code {
	background: none;
}

.entry-content pre {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}


img.left {
	margin: 0 15px 15px 0;
	float: left;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 0 0 15px 0;
	font-weight: normal;
}

code {
	font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}

/*** Comments ***/
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;
	padding: 0 0 0 0;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}

#comments h3 {
	margin: 0 0 30px 0;
}

#commentBox h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

#content #comments ul li {
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 0;
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}

.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.comment h5 {
	margin: 0 0 0 80px;
	padding: 0;
}

.comment .date {
	margin: -5px 0 10px 80px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 12px;
}

.comment p {
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */
.entry-comments {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

a.button, #footer a.button, #searchsubmit {
	font-size: 12px;
	display: inline-block;
	background: #515151;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 15px 7px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 3px 0 0;
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #717171;
	color: #fff;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}

.entry-comments input[type=text],
.entry-comments textarea {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-bottom: 5px;
}

.entry-comments input[type=submit] {
	padding: 10px 20px;
	background-color: #FC3;
	background-position: 80% center;
	background-repeat: no-repeat;
	border: medium none;
	color: #202020;
	cursor: pointer;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
}

.sidebar {
	margin-bottom: 50px;
	position: absolute;
	right: 0;
}

#comments ol li {
	margin: 0 0 10px 0;
	line-height: 1.9;
}

/*** Fancybox Overrides ***/
.fancybox-nav{
	width:60%;
}

.fancybox-title {
	text-align: left;
}

.fancybox-close {
	background: url(images/fancybox/close.png) no-repeat;
	width: 16px;
	height: 16px;
	right: 0;
	top: -20px;
	opacity:0.2;
}

.fancybox-info {
	position: absolute;
	left: 0;
	top: -25px;
	font-size: 12px;
	color: #333;
}

.fancybox-close:hover {
	opacity:1;
}
.fancy-title{
	display: none;
	position: absolute;
	left: 0;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	font-family: 'Helvetica Neue';
	background: #181818;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	top: 0;
	width: 100%;
}

.fancy-title .container {
	padding: 20px;
}

.fancy-title span{
	display:block;
	font-size:14px;
	margin-top: 10px;
}

.fancybox-prev{
	left: 0px;
}
.fancybox-prev span{
	background: url(images/fancybox/minus.png) no-repeat;
	width: 71px;
	height: 70px;
	opacity:0.2;
}
.fancybox-next{
	right: 0px;
}
.fancybox-next span {
	background: url(images/fancybox/plus.png) no-repeat;
	width: 71px;
	height: 70px;
	left: auto;
	opacity:0.2;
}

.fancybox-prev span:hover,
.fancybox-next span:hover {
	opacity:1;
}

.nav-previous a,
.nav-next a{
	display:block;
	padding-bottom:50px;
}
.nav-previous{
	float:left;
}

.nav-next{
	float:right;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('fonts/helvetica-webfont.eot');
	src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/helvetica-webfont.woff') format('woff'),
		 url('fonts/helvetica-webfont.ttf') format('truetype'),
		 url('fonts/helvetica-webfont.svg#HelveticaNormalRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'social';
	src:url('fonts/social.eot');
	src:url('fonts/social.eot?#iefix') format('embedded-opentype'),
		url('fonts/social.woff') format('woff'),
		url('fonts/social.ttf') format('truetype'),
		url('fonts/social.svg#social') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'social';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-facebook, .icon-google-plus, .icon-linkedin, .icon-feed, .icon-tumblr, .icon-vimeo2, .icon-flickr, .icon-instagram, .icon-pinterest, .icon-youtube, .icon-menu, .icon-plus, .icon-minus, .icon-caption {
	font-family: 'social';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
	content: "\e000";
}
.icon-facebook:before {
	content: "\e001";
}
.icon-google-plus:before {
	content: "\e002";
}
.icon-linkedin:before {
	content: "\e003";
}
.icon-feed:before {
	content: "\e004";
}
.icon-tumblr:before {
	content: "\e005";
}
.icon-vimeo2:before {
	content: "\e007";
}
.icon-flickr:before {
	content: "\e008";
}
.icon-instagram:before {
	content: "\e009";
}
.icon-pinterest:before {
	content: "\e006";
}
.icon-youtube:before {
	content: "\e00c";
}
.icon-menu:before {
	content: "\e00d";
}
.icon-plus:before {
	content: "\e00e";
}
.icon-minus:before {
	content: "\e00f";
}