/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
		color: #404040;
		font-family: "nevisBold", "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal;
		
	}
	
	#content h1, #content h2, #content h3, #content h4,
	#content h5, #content h6 {
		/* text-shadow: 1px 1px 0 #f4f4f4, 2px 2px 0 #bfbdb6; */
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 24px; line-height: 28px; margin-bottom: 14px;}
	h2 { font-size: 20px; line-height: 24px; margin-bottom: 10px; }
	h3 { font-size: 16px; line-height: 20px; margin-bottom: 15px; }
	h4 { font-size: 14px; line-height: 18px; margin-bottom: 15px; }
	h5 { font-size: 12px; line-height: 16px; }
	h6 { font-size: 11px; line-height: 15px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; font-family: 'Droid Serif', "Georgia", serif; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	#content img {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  border: none;
	  display: block;
      background-color: #CD3976 !important;	
	  padding: 2px 15px;
	  line-height: 20px;
	  font-size: 11px;	  
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;
	  border-radius: 15px;
	  color: #fff !important;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(0, 0, 0, .3);
	  cursor: pointer;
	  margin-bottom: 20px;
	  
	  font-family: 'nevisBold', Arial; 
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	  box-sizing: border-box;         /* Opera/IE 8+ */
	}

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		text-shadow: 0 -1px rgba(0, 0, 0, .3);
		background-color: #cd3976 !important;
		}

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
		
	.button.small {
	  line-height: 20px;
	  font-size: 13px;
	}
	
	.button.medium {
	  padding: 5px 15px;
	  line-height: 23px;
	  font-size: 14px;
	}

	.button.large {
	  padding: 10px 15px;
	  line-height: 30px;
	  font-size: 24px;
	}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


	
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
	

	.sticky, .bypostauthor {

	}

	.excerpt a, .excerpt p a {
		color: #D44B45;
		text-decoration: none;
		font-weight: bold;
	}
	
	.excerpt p {
		/*font-size: 13px;*/
	}
	
	.excerpt ul {
		margin-left: 20px;
		font-size: 13px;
	}
	
	.excerpt ol {
		margin-left: 40px;
	}
	
	.excerpt ul  li {
		color: #000;
		background-image: url("../images/list-mark.png");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
		font-size: 13px;
	}
	
/**************************************
	BODY BACKGROUND
**************************************/
	
	body {
		background-color: #fff;
	}

/**************************************
	HEADER
**************************************/

	#menu-wrapper { 
		*/ background-color: #d44b45; */
		 /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
		/* -moz-box-shadow: 0px 2px 0px #bb3933; */
		/* -webkit-box-shadow: 0px 2px 0px #bb3933; */
		/* box-shadow: 0px 2px 0px #bb3933;
		/* background-image: url("../images/pattern.png"); */
		height: 50px;
		z-index: 10000;
		position: relative;
		float: left;
		width: 100%;
		margin-top: 19px;
		margin-bottom: 69px
	}
	
	#menu-wrapper header {
	
	}
	
	#menu-wrapper header #logo {
		float: left;
		margin-left: 10px;
		height: 93px;
		
	}
	
	#menu-wrapper header #logo a {
		display: block;
		
		height: 70px; /** MENU HEIGHT **/
		line-height: 50px; /** MENU HEIGHT **/
	}
	
	#menu-wrapper header #logo img {
		display: inline;
		vertical-align: middle;
	}
	
	#menu-wrapper nav {
		float: right;
		margin-top: 32px;
		margin-right:10px;
	}
	
	#menu-wrapper nav ul {
		position: relative;
		margin: 0;
	}
	
	#menu-wrapper nav li {
		margin: 0;
		display: inline-block;
		font-family: 'Arial', Arial;
		font-size: 15px;
		margin-left: 20px;
		height: 56px; /** MENU HEIGHT **/
		line-height: 50px;
		text-transform: uppercase;
		position: relative;
		
	}
	
	#menu-wrapper nav li:hover ul {
		display: block;
	}
	
	#menu-wrapper nav li a {
		font-weight: bold;
		color: #cd3976;
		text-decoration: none;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);    
		font-size:14px;
	}
	
	#menu-wrapper nav li a:hover {
		border-bottom: 2px solid #cd3976;
	}
	
	#menu-wrapper nav li .sf-sub-indicator {
		display: none;
	}
	
	#menu-wrapper nav a.sf-with-ul {
		padding-right: 	13px;
		background: url("../images/drop_arrow.png") no-repeat center right;
	}
	
	#menu-wrapper nav li li a.sf-with-ul {
		padding-right: 0;
		background: none;
	}
	
	/** HOVER MENU **/
	
		#menu-wrapper nav li ul {
			position: absolute;
			top: 56px;
			left: -10px;
			display: none;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px; 
			background-color: #f9f9f9;
			line-height: 18px;
			padding: 5px 0 5px 0;
			z-index: 10000;
			
		}
		
		#menu-wrapper nav li ul li {
			
			margin: 0;
			height: auto;
			font-size: 12px;
			line-height: 18px;
			display: block;
			float: none;
			clear: both;
			position: relative;
			width: 15em;
		}
		
		#menu-wrapper nav li ul li a {
			padding: 5px 20px 5px 10px;
			display: block;
			text-shadow: none;
		}
		
		#menu-wrapper nav li ul li a:hover {
			
			color: #cd3976;
			border-bottom: none;
		}
						
	/** HOVER HOVER MENU **/

		#menu-wrapper nav li ul li ul {
			position: absolute;
			top: -10px;
			left: 11.5em;
			display: none;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px; 
			background-color: #d44b45;
			line-height: 18px;
			padding: 5px 0 5px 0;
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
			-moz-box-shadow: 0px 2px 0px #bb3933;
			-webkit-box-shadow: 0px 2px 0px #bb3933;
			box-shadow: 0px 2px 0px #bb3933;
			z-index: 10000;
		}
		
/**************************************
	BLOG LISTING
**************************************/


	#content .page-title {
		font-family: 'nevisBold', Arial;
		font-size: 32px;
		padding-bottom: 10px;
		border-bottom: 3px solid #d4d4d4;
		margin-bottom: 40px;
		color: #404040;
		text-transform: uppercase;
		margin: 0 0px 40px 0px; 
	}
	
	.page-template-page_portfolio_grid-php #content .page-title {
		margin: 0 0px 40px 3px; /*** ADD MARGINS TO TITLE ***/
	}
	
	.page-template-page_full-php #content .page-title {
		margin: 0 0px 40px 10px;
		display:none;
	}
	
	.blog #content .page-title {
		margin: 0 0px 40px 10px; 
	}	
	
	#content .post {
		margin-bottom: 60px;
	}
	
	#content .post .date {
		width: 106px;
		float: right;
		color: #404040;
		font-family: 'Droid Sans', Arial;
		font-size: 11px;
		font-weight: bold;
		line-height: 16px;
		text-transform: uppercase;
		padding-top: 4px;
	}
	
	#content .post .date p {
		margin-bottom: 0px;
		text-align: right;
		
	}
	
	#content .post .meta {
		padding-left: 0px;
	}
	
	#content .post h1 {
		color: #666;
		font-family: 'Arial', HelveticaNeueL TSTd Bd;
		font-size: 16px;
		line-height: 30px;
		text-transform: uppercase;
		margin-bottom: 15px;
		font-weight:bold;	
	}
	
	.blog .post h1 {
		margin-bottom: 5px !important;
	}
	
	#content .post h1 a {
		color: #588628;
		text-decoration: none;
	}
	
	#content .post .meta p.meta-infos {
		font-family: 'Droid Serif', "Georgia", serif;
		color: #000;
		font-size: 13px;
		font-style: italic;
		margin-bottom: 10px;	
	}	
	
	#content .post .meta p.meta-infos a {
		text-decoration: none;
		color: #cd3976;
	}
	
	#content .post .meta p.meta-infos span {
		display: inline-block;
		background-color: #d4d4d4;
		width: 0px;
		height: 13px;
		padding-left: 1px;
		margin: 0 5px;
	}
	
	
	#content .post .meta .thumbnail {
		margin-bottom: 10px;
	}
	
	#content .post .meta .thumbnail a {
		display: block;
	}
	
	#content .post .excerpt, #content .post .excerpt p {
		font-family: 'Arial', serif;
		font-family: 14px;
		color: #666;
		line-height: 22px;
	}
	
	#content .post .excerpt p {
		margin-bottom: 15px;
	}
	
	#content .post .button {
		margin-bottom: 0;
	}
	
	
	#content .pagination {
		border-top: 3px solid #d4d4d4;
		padding-top: 20px;
		margin-bottom: 60px;
	}
	
	#content .pagination a {
		color: #d44b45;
		font-family: 'nevisBold', Arial;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	
	
/**************************************
	WIDGETS
**************************************/

	#sidebar {
	
	}
	
	#sidebar .widget {
		margin-bottom: 30px;
	}
	
	#sidebar .widget, #sidebar .widget p {
		font-family: 'Droid Serif', serif;
		font-family: 14px;
		color: #000;
		line-height: 22px;
	}
	
	#sidebar .widget p:last-child {
		margin-bottom: 0px;
	}
	
	#sidebar .widget .widgettitle {	
		font-family: 'nevisBold', Arial;
		font-size: 18px;
		text-transform: uppercase;
		color: #588628;
		margin-bottom: 10px;
	}
	
	#sidebar .widget a {
		color: #588628;
		text-decoration: none;
		font-family: 'Droid Serif', serif;
		font-family: 14px;
		font-weight: normal;		
		font-size:12px;
	}
	
	#sidebar .widget ul {
	
	}
	
	#sidebar .widget ul li {
		margin-bottom: 8px;
	}
	
	/** SEARCH FORM **/
	
	#sidebar .widget .searchform {
	
	}
	
	#sidebar .widget .searchform input[type="text"] {
		display: block;
		width: 80%;
		height: 38px;
				background-color: #eee;
		border-bottom: 2px solid #fff;
				
		font-family: 'Droid Serif', serif;
		font-family: 14px;
		color: #aaa;
		font-style: italic;
	}
	
	#sidebar .widget .searchform input[type="submit"] {
		display: block;
		float: right;
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		padding: 0;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
		border-radius: 35px; 
		
	}
	
/**************************************
	FOOTER
**************************************/

	#footer-wrapper {
		background-color: #588628;;
		padding-top: 30px;
		background-image: url("../images/footer_pattern.png");
	}
	
	#footer-wrapper .widget {
		margin-bottom: 30px;
	}
	
	#footer-wrapper .widget, #footer-wrapper .widget p {
		font-family: 'Arial', serif;
		font-family: 12px;
		color: #fff;
		line-height: 22px;
	}
	
	#footer-wrapper .widget p:last-child {
		margin-bottom: 0px;
	}
	
	#footer-wrapper .widget .widgettitle {	
		font-family: 'Arial', Arial;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 10px;
		
	}
	
	#footer-wrapper .widget a {
		color: #fff;
		text-decoration: none;
		font-family: 'Arial', serif;
		font-family: 14px;
		font-weight: normal;
	}
	
		
	#footer-wrapper .widget ul {
	
	}
	
	#footer-wrapper .widget ul li {
		margin-bottom: 8px;
	}
	
	/** SEARCH FORM **/
	
	#footer-wrapper .widget .searchform {
	
	}
	
	#footer-wrapper .widget .searchform input[type="text"] {
		display: block;
		margin-right: 15%;
		width: 85%;
		height: 38px;
		background-color: #4d4d4d;
		border: none;
				border-bottom: 2px solid #595959;
				font-family: 'Droid Serif', serif;
		font-family: 14px;
		color: #fff;
		font-style: italic;
	}
	
	#footer-wrapper .widget .searchform input[type="submit"] {
		display: block;
		float: right;
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		padding: 0;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
		border-radius: 35px; 
		
	}
	
/**************************************
	DOWN FOOTER
**************************************/

	#down-footer-wrapper {
		background-color: #e7e7e8;
		padding: 20px 0;
	}
	
	#down-footer-wrapper nav ul {
		margin: 0;
		margin-bottom: 10px;
	}
	
	#down-footer-wrapper nav li {
		margin: 0;
		display: inline-block;
		font-family: 'Arial', Arial;
		font-size: 12px;
		text-transform: uppercase;
		position: relative;
		margin-right: 15px;
	}
	
	#down-footer-wrapper nav li  a {
		color: #d76191;
		text-decoration: none;
		font-weight:bold;
	}
	
	#down-footer-wrapper nav li ul {
		display: none;
	}
	
	#down-footer-wrapper p {
		margin: 0;
		color: #808080;
		text-decoration: none;
		font-family: 'Arial', serif;
		font-size: 12px;
	}
	
/**************************************
	SINGLE POST & COMMENTS
**************************************/

	#content .post.single {
		margin-bottom: 40px;
	}
	
	#comments {
	
	}
	
	#reply-title {
		padding-left: 90px;
		margin-bottom: 30px;
		position: relative;
		background-image: url("../images/line-gray.png") repeat-x scroll left center transparent !important;
		font-size: 24px;
		line-height: 28px;
		padding-top: 10px;
	}
		
	.comment {
	
	}
	
	.comment .comment-avatar {
		width: 80px;
		height: 80px;
		display: block;
		float: left;
	}
	
	.comment .comment-detail{
		padding-left: 90px;
	}
	
	.comment .comment-detail h4 {
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	
	.comment .comment-detail h4 a {
		color: #d44b45;
		text-decoration: none;
	}
	
	.comment .comment-detail .comment-meta {
		font-family: "Droid Serif", Arial, serif;
		font-size: 12px;
		font-style: italic;
		color: #808080;
		margin-bottom: 15px;
	}
	
	.comment .comment-detail .comment-meta span {
		display: inline-block;
		float: right;
	}
	
	.comment .comment-detail .comment-meta span a {
		font-weight: bold;
		color: #d44b45;
		text-decoration: none;
		font-style: normal;
	}
	
	.comment .comment-content {
		font-family: "Droid Serif", Arial, serif;
		font-size: 13px;
		color: #000;
	}
	
	.form-comment, #commentform {
		padding-left: 90px;
		color: #000;
	}

	.form-comment a , #commentform a, #respond a {
		color: #d44b45;
		text-decoration: none;
	}
	
	.form-comment.form-contact {
		padding-left: 0px;
	}
	
	.form-comment fieldset, , #commentform fieldset {
		margin-bottom: 0;
	}
	
	.form-comment input[type="text"], .form-comment textarea, #commentform input[type="text"], #commentform textarea {
		width: 100%;
		border: none;
		
				border-bottom: 1px solid #fff;
		background-color: #e6e6e6;
				
        -moz-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
		
		padding: 10px 15px; 
		font-family: "Droid Serif", Arial, serif;
		font-size: 13px;
				color: #808080;
				
		font-style: italic;
        
	}

	#commentform fieldset {
		margin-bottom: 0;
	}
		
/**************************************
	PORTFOLIO FILTERS
**************************************/

	#portfolio-filter-wrapper {
		margin-bottom: 40px;
		margin: 0 10px 40px 10px;
	}
	
	#portfolio-filter-wrapper ul {
		margin: 0;
	}
	
	#portfolio-filter-wrapper ul li {
		margin: 0;
		display: inline-block;
		margin-right: 10px;
		font-family: 'nevisBold', Arial;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	#portfolio-filter-wrapper ul li:last-child {
		margin-right: 0;
	}
	
	#portfolio-filter-wrapper ul li a {
		color: #404040;
		text-decoration: none;
		padding: 5px 20px;
	}
	
	#portfolio-filter-wrapper ul li a:hover {
		color: #d44b45;
	}
	
	#portfolio-filter-wrapper ul li .active {
		background-color: #fff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		color: #d44b45;
	}
	
/**************************************
	PORTFOLIO PROJECTS
**************************************/

	#portfolio-wrapper {
		padding-left: 0px;
		height: 80%;
		position: relative;
	}
	
	.project-grid {
		margin-bottom: 30px;
		display: block;
		height: auto;
	}
	
	.project-grid h4{
		margin-bottom: 0;
		font-family: 'nevisBold', Arial;
		font-size: 12px;
		text-transform: uppercase;
		
	}
	
	#content .project-grid h4 {
		text-shadow: 0px 0px 0 transparent, 0px 0px 0 transparent;
	}
	
	.project-grid h4 a {
		text-decoration: none;
		color: #404040;
	}
	
	.project-grid p {
		margin-bottom: 0;
		font-family: "Droid Serif", Arial, serif;
		font-size: 10px;
		color: #808080;
		font-style: italic;
		line-height: 15px;
	}
	
	.project-grid .project-images {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 5px;
	}
	
	.project-grid .thumb, .project-grid .thumb img {
		display: block;
	}
	
	.project-grid .overlay {
		width: 100%;
		height: 100%;
		display: block;
		background-color: #d44b45;
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		z-index: 8000;
		display: none;
	}
	
	.project-grid .overlay .overlay-wrapper {
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10001;
	}
	
	.project-grid .overlay span{
		background-color: #fff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		color: #d44b45;
		display: inline-block;
		z-index: 9000;
		position: relative;
		top: 40%;
		left: 0;
		padding: 5px 20px;
		font-family: 'nevisBold', Arial;
		font-size: 12px;
		text-transform: uppercase;
		opacity: 1;
	}
	
/**************************************
	PORTFOLIO SINGLE
**************************************/	

	.portfolio-single .project-slider {
		width: 610px;
		margin-right: 20px;
		float: left;
	}
	
	.portfolio-single .project-info {
		width: 310px;
		float: left;
	}
	
	.flex-container ul, .flex-container ol {
		margin-left: 0;
	}
	
	.flex-container ul li {
		margin-left: 0;
		padding-left: 0;
	}
	
	.project-single {
		margin-bottom: 60px;
	}
	
	.portfolio-single .project-single-header {
		margin-bottom: 40px;
	}
	
	#content .post.portfolio-single {
		margin-bottom: 20px;
		margin: 0 10px 20px 10px;
	}

	.project-info h2.header-single {
		font-family: 'nevisBold', Arial;
		font-size: 22px;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	.project-info p.filters {
		margin-bottom: 0;
		font-family: "Droid Serif", Arial, serif;
		font-size: 13px;
		color: #808080 !important;
		font-style: italic;
		line-height: 18px;
		margin-bottom: 5px !important;
	}
	
/**************************************
	SLIDER STYLES
**************************************/

	#content.full-slider-content {
		margin-top: -100px !important;
	}
	
/**************************************
	SHORTCODES
**************************************/
	
	.header-shortcode {
		margin-bottom: 20px;
	}
	
/****************
	[header]
/***************/	

	.header {
		position: relative;
	}

	.header h1 {
		background: url("../images/line-gray.png") transparent repeat-x left center;
		
	}
	
	.header h1 span {
		background-color: #fff;
		padding-right: 10px;
	}
	
	.header .button {
		text-transform: uppercase;
	}
	
	.header .button-span {
		display: inline-block;
		padding-left: 10px;
		background-color: #fff;
		position: absolute;
		right: 0px;
		top: 2px;
	}

/****************
	[member]
/***************/

	.member {
		margin-bottom: 35px;
	}

	.member-profile {
		width: 120px;
		float: left;
		
	}
	
	.member-profile img {
		display: block;
		margin-bottom: 10px;
	}
	
	.member-profile .social-icons img {
		display: inline-block;
		margin: 0;
		margin-right: 10px;
	}
	
	.member-content {

		margin-left: 145px;
	}
	
	.member-content h3 {
		margin-bottom: 0px;
	}
	
	.member-content em {
		margin-bottom: 0px;
		display: block;
		font-family: "Droid Serif", Arial, serif;
		font-size: 13px;
		color: #808080 !important;
		margin-bottom: 10px;
	}
	
/****************
	[testimonial_slider]
/***************/

	.testimonial-slider {
	
	}
	
	.testimonial-slider .testimonial-content {
		border: 1px solid #bfbfbf;
		padding: 15px 20px;
				background-color: #f0f0f0;
				
		background-image: url("../images/testimonial_pattern.png");
		position: relative;
	}
	
	.testimonial-slider .testimonial-content:after, .testimonial-slider .testimonial-content:before { 
		top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; 
	} 
	
	.testimonial-slider .testimonial-content:after { 
				border-top-color: #e8e8e8; border-width: 10px; left: 80%; margin-left: -10px; 
			}		
	
	.testimonial-slider .testimonial-content:before { 
	
		border-top-color: #bfbfbf; border-width: 11px; left: 80%; margin-left: -11px; 
		
	}
	
	.testimonial-slider .testimonial-content blockquote {
		padding: 0;
		margin: 0;
		color: #404040;
		font-family: Arial, serif;
		font-size: 18px;
		font-style: normal;
		border: none;
		text-align: center;
		border-bottom: 1px solid #404040;
		padding-bottom: 10px;
	}
	
	.testimonial-slider .testimonial-content p.author {
		padding: 0;
		margin: 0 !important;
		color: #404040;
		font-family: Arial, serif;
		font-size: 12px;
		font-style: italic;
		border: none;
		text-align: center;
		padding-top: 10px;
	}

	.testimonial-slider .testimonial {
		display: none;
	}
		
	.testimonial-wrapper .testimonial-nav-previous {
		width: 20px; height: 30px;
		background: url("../images/prev_arrow.png");
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 10px 10px;
		display: block;
		overflow: hidden;
		text-decoration: none;
		float: left;
		margin-right: 5px;
	}
	
	.testimonial-wrapper .testimonial-nav-next {
		width: 20px; height: 30px;
		background: url("../images/next_arrow.png");
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 12px 10px;
		display: block;
		overflow: hidden;
		text-decoration: none;
		float: left;
		margin-right: 5px;
	}
	
	.syntaxhighlighter {
		padding: 20px 0;
	}
	
/****************
	[recent_projects]
/***************/

	#portfolio-wrapper.portfolio-shortcode {
	
	}
	
	#portfolio-wrapper.portfolio-shortcode .project-grid {
		margin-left: 8px;
		margin-right: 7px;
		margin-bottom: 20px;
	}
	
/****************
	[recent_posts]
/***************/
	
	.latest-posts {
	
	}
	
	#content .latest-posts .date p{
		font-family: 'Arial', Arial !important;
		font-size: 10px;
		text-transform: uppercase;
		color: #404040 !important;
		margin: 0 !important;
	}
	
	#content .latest-posts .date p.year {
		position: relative;
		top: -5px;
	}
	
	#content .latest-posts .meta h1 {
		font-family: 'Arial', Arial, serif;
		font-size: 18px;
		text-transform: capitalize;
		margin: 0px;
		text-shadow: 0px 0px 0 transparent, 0px 0px 0 transparent;
	}
	
	#content .latest-posts .meta h1 a {
		color: #588628;
	}
	
	#content .latest-posts .meta h1 a:hover {
		border-bottom: 1px solid #cd3976;
	}
	
	#content .latest-posts .post {
		margin-bottom: 30px;
	}
	
/****************
	[label]
/***************/

	.label {
		width: 50px;
		float: left;
	}
	
	.label-content {
		margin-left: 70px;
		margin-bottom: 5px;
	}
	
/****************
	[social_icon]
/***************/

	.social-footer {
		display: inline-block;
		margin-right: 8px;
		padding-top: 5px;
	}
	
/****************
	[contact_form]
/***************/

	.loader {
		text-align: center;
		padding: 10px;
		display: none;
	}
	
	#result {
		padding-top: 15px;
	}
	
	#result .error {
		margin: 0;
	}
	
/***************
	[video]
***************/

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
/*******************
	[table]
*******************/

	table {
		border: 1px solid #ccc;
	}
	
	table th {
		background-color: #d44b45 !important;
		color: #fff !important;
		font-weight: bold;
	}
	
		
	
/*******************
	* INTERNET FIXES *
*******************/

	a {
		cursor: pointer !important;
	}

	.ie7 #content .project-grid a {
		text-decoration: none !important;
	}

	.ie7 #menu-wrapper header #logo img {
		position: relative;
		top: 13px;
	}

	.ie7 #menu-wrapper nav li {
		float: left;
	}
	
	.ie7 #down-footer-wrapper nav li {
		float: left;
	}
	
	.ie7 #down-footer-wrapper p {
		padding-top: 10px;
	}
	
	.ie7 #sidebar .widget .searchform input[type="text"] {
		width: 75%;
		height: 21px;
	}
	
	.ie7 #footer-wrapper .widget .searchform input[type="text"] {
		width: 80%;
		height: 21px;
	}
	
	.ie7 #portfolio-filter-wrapper ul li {
		float: left;
	}
	
	.ie7 .testimonial-wrapper .testimonial-nav-previous, .ie7 .testimonial-wrapper .testimonial-nav-next {
		padding-right: 0px;
	}
	
	.ie7 #content .form-comment input[type="text"] {
		width: 85% !important;
	}
	
	.ie7 #content .form-comment #url{
		width: 93.5% !important;
	}
	
	.ie7 #content .form-comment textarea {
		width: 94% !important;
	}
	
	.ie7 .flex-full-container .flex-caption h2 {
		background-color: transparent;
		color: #d44b45;
	}
	
	.flex-content-container .flex-caption h2 {
		color: #d44b45;
	}
	
	.flex-full-container .flex-caption h2 {
		color: #fff;
		background-color: #d44b45;
	}
	
	.flex-content-container .flex-caption p {
		color: #000 !important;
	}

.tweet_text{float: left;
clear: both;
width: 262px;
color: #fff;}

.tweet_list a{
color: #c7c7c7 !important;
}

.excerpts{width:100%; float:left;}
.excerpts p {text-align:left;}
.excerpts p img{float:right; margin-left:15px; max-width:300px; display:block;}
.flex-caption{
   display: block;
width: 163px !important;
left: 504px !important;
position: absolute !important;
padding: 10px !important;
top: 42.2% !important;
 }

.flex-caption a{width:173px !important; padding:10px;}
#ufo-field-id-938 {margin-top:-25px; padding:5px;}
#text-2 { margin-left: -40px;}


#social-icons{
    position: absolute;
    right: 0;
    top: -15px;
    width:330px;	
}

#social-icons h4{
    color: #666;
    font-family: 'Arial',Arial;
    font-size: 18px;
    padding:15px 10px 0 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    float:left;
}


#social-icons div.mr_social_sharing_wrapper{
    width:auto;
	float:right;
}

.blog #content .header, .blog .container .alpha {
	width:650px !important;
}