/*
Theme Name: Pitch Premium
Theme URI: http://siteorigin.com/theme/pitch/
Author: SiteOrigin
Author URI: http://siteorigin.com/
Version: 2.3.1
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Pitch is a simple, minimal business and portfolio theme. It uses custom post types to make it easy to add your content. Pitch also features a big bold slider to put your work front and center.
Tags: gray, two-columns, fixed-width, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/

/* =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,
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 {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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-collapse: collapse;
	border-spacing: 0;
}

/* =General 
-------------------------------------------------------------- */

body {
	background: #f4f4f4;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px; 
	padding:25px 0 0;
}

.container {
	position: relative;
	width: 960px;
	
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.separator {
	height: 7px;
	
	background: url(images/pattern.png) repeat;
	margin: 20px 0;
}

/* =Internet Explorer Fixes 
-------------------------------------------------------------- */

/* =Top Bar 
-------------------------------------------------------------- */

#topbar {
	background: #2c2c2c;
	box-shadow: 0 6px 0 rgba(0,0,0,0.05);
	font-size: 11px;
	padding: 15px 0;
}

#topbar-menu {
	float: right;
	text-align: right;
	word-wrap: break-word;
}

#topbar-menu li.menu-item {
	display: block;
	float: left;
	margin-left: 25px;
}

#topbar-menu li.menu-item a {
	color: #f4f4f4;
	text-decoration: none;
}

/* =Top Bar  : Topbar Dropdown 
-------------------------------------------------------------- */

#topbar-menu li.menu-item {
	position: relative;
	
}

ul#topbar-menu li.menu-item a {
}

ul#topbar-menu ul.sub-menu {
	position: absolute;
	top: 1em;
	left: 50%;
	
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: none;
	margin-left: -60px;
	min-width: 120px;
	z-index: 99;
}

ul#topbar-menu li:hover ul.sub-menu {
	display: block;
	padding-top: 15px;
}

ul#topbar-menu ul.sub-menu .sub-wrapper {
	position: relative;
	
	background: #346094;
	padding: 2px 0;
	text-align: center;
}

ul#topbar-menu ul.sub-menu .sub-wrapper .pointer {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 18px;
	height: 8px;
	
	background-image: url(../images/sprites/topbar-pointer.png);
	margin-left: -9px;
}

ul#topbar-menu ul.sub-menu li {
	float: none;
	margin-left: 0;
	padding: 8px 0;
}

ul#topbar-menu ul.sub-menu li a {
	white-space: nowrap;
}

/* =Logo 
-------------------------------------------------------------- */

#logo {
	width: 100%;
	
	margin: 35px 0;
}

#logo a {
	text-decoration: none;
}

#logo h1 {
	color: #f4f4f4;
	display: inline-block;
	font-family: 'Maven Pro', sans-serif;
	font-size: 48px;
	letter-spacing: -2px;
}

/* =Logo  : Search Bar 
-------------------------------------------------------------- */

#logo #searchform {
	position: absolute;
	top: 50%;
	right: 0;
	
	margin-top: -16px;
}

#logo #searchform #s {
	width: 200px;
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	border: 1px solid #E2E2E2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.06);
	color: #707070;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	font: italic 11px 'Droid Serif', serif;
	outline: 2px #FAFAFA solid;
	padding: 8px 10px;
}

#logo #searchform #s:focus {
	outline: none;
}

#logo #searchform #searchsubmit {
	display: none;
}

/* =Main Menu 
-------------------------------------------------------------- */
a.logo-new img {width:250px; height:auto;}
/*#mainmenu {
	margin: 35px 0;
	word-wrap: break-word;
}

ul#mainmenu-menu {
	position: relative;
	
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	border: 1px solid #e5e5e5;
	/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#333333', endColorstr='
#f9f9f9',GradientType=0);*/
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#333333, endColorstr=#f9f9f9); /* IE6 & IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#333333, endColorstr=#f9f9f9)"; /* IE8 */
}

ul#mainmenu-menu li.menu-item {
	position: relative;
	
	border-right: 1px solid #ffffff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

ul#mainmenu-menu li.menu-item a {
	color: #7ba3dc;
	display: block;
	padding: 20px 40px;
	text-decoration: none;
}

ul#mainmenu-menu li.menu-item a:hover {
	background: #346094;
	color:#FFF;
} */

/* =Main Menu  : Scaled Menu 
-------------------------------------------------------------- */

/* #mainmenu.scaled .container > div {
	width: 100%;
	height: 52px;
	
	display: table;
}

#mainmenu.scaled ul#mainmenu-menu {
	height: 52px;
	
	display: table-row;
}

#mainmenu.scaled li.menu-item {
	width: auto;
	height: 52px;
	
	border: none;
	display: table-cell;
	float: none;
}

#mainmenu.scaled li.menu-item a {
	border: 1px solid #e5e5e5;
	border-width: 1px 1px 1px 0;
	text-align: center;
}

#mainmenu.scaled li.menu-item:first-child a {
	border-left-width: 1px;
}

#mainmenu.scaled ul#mainmenu-menu ul.sub-menu li {
	border-width: 0;
	display: block;
}

#mainmenu.scaled ul#mainmenu-menu ul.sub-menu a {
	border: 1px solid #e5e5e5;
} */

/* =Main Menu  : Main Dropdown 
-------------------------------------------------------------- */

/* ul#mainmenu-menu li.menu-item a {
	height: 52px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #346094;
	display: block;
	padding: 20px 40px;
	text-decoration: none;
}

ul#mainmenu-menu ul.sub-menu {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
	
	background: #f9f9f9;
	border: none;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: none;
	z-index: 99;
}

ul#mainmenu-menu li:hover ul.sub-menu {
	display: block;
	color:ffffff
}

ul#mainmenu-menu ul.sub-menu li {
	border: none;
	display: block;
	float: none;
	font-weight: normal;
}

ul#mainmenu-menu ul.sub-menu li a {
	height: auto;
	
	line-height: 13px;
	padding: 18px 18px 18px 18px;
} */

/* =Slider 
-------------------------------------------------------------- */

#slider {
	margin: 35px 0;
}

/* =Slider  : Slides 
-------------------------------------------------------------- */

#slider .slides {
	line-height: 0;
}

#slider .slides img {
	width: 100%;
	
}

/* =Slider  : Indicators 
-------------------------------------------------------------- */

#slider .indicators-wrapper {
	width: 100%;
	
	border-collapse: collapse;
	display: table;
}

#slider .indicators {
	background: #f1f1f1;
	display: table-row;
}

#slider .indicators .indicator {
	height: 100%;
	
	border-bottom: 1px solid #c6c6c6;
	border-top: 3px solid #c9c9c9;
	cursor: pointer;
	display: table-cell;
}

#slider .indicators .indicator .indicator-container {
	position: relative;
	
	padding: 20px 25px;
}

#slider .indicators .indicator.active {
	border-top-color: #bbbbbb;
}

#slider .indicators .indicator.active .indicator-container {
	background-color: #ebebeb;
}

#slider .indicators .indicator .pointer {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 10px;
	height: 5px;
	
	background: url(images/sprites/slide-active-pointer.png) no-repeat;
	margin-left: -10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#slider .indicators .indicator.active .pointer {
	opacity: 1;
	visibility: visible;
}

/* CSS3 Animations */

#slider .indicators .indicator,
#slider .indicators .indicator .pointer {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#slider .indicators .indicator h4 {
	color: #5e5e5e;
	font: bold 13px 'Droid Sans', sans-serif;
}

#slider .indicators .indicator p {
	color: #777777;
	font: italic 11px 'Droid Serif', serif;
	margin-top: 2px;
	min-height: 1em;
}

/* =Slider  : Indicators  : Indicator Widths 
-------------------------------------------------------------- */

#slider .indicator-group-2 {
	width: 50%;
	
}

#slider .indicator-group-3 {
	width: 33.3333%;
	
}

#slider .indicator-group-4 {
	width: 25%;
	
}

#slider .indicator-group-5 {
	width: 20%;
	
}

#slider .indicator-group-6 {
	width: %16.6667;
	
}

/* =Call To Action 
-------------------------------------------------------------- */

#call-to-action {
	margin: 25px 0 35px;
}

#call-to-action .container {
	/*background: url(http://cloudoptions.zippysites.com/wp-content/uploads/2013/02/clo1.png);*/
background: url(http://www.cloudoptions.com/wp-content/uploads/2013/03/hero-2.jpg);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 150px;
}

#call-to-action h3 {
	background: url(images/home-caption-text.png) no-repeat;
	color: transparent;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	position: absolute;
	top: 12%;
	left: 24px;
	padding-top:143px;
}

#call-to-action a {
	position: absolute;
	top: 75%;
	right: 55px;	
	background: url(http://www.cloudoptions.com/wp-content/uploads/2013/04/learn-more.png) no-repeat;
	padding: 16px 36px;;
	color: transparent;
	
/*background:#3e6694;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font: italic 12px 'Droid Serif', serif;
	text-transform: uppercase;
	margin-top: -17px;
	padding: 10px 40px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	opacity: 0.9;*/
}


.blackbar {
	background:url(http://www.cloudoptions.com/wp-content/uploads/2013/03/black-back.png) repeat-x;
height: 48px;
position: absolute;
top: 63%;
width: 958px;
left: 0;
}
/* =Feature List 
-------------------------------------------------------------- */

#site-features {
}

a.learn  {color:#346094; font-weight: bold; }
a.learn:hover  {color: #333; text-align:right; font-weight: bold;}

#site-features .feature-list {
	margin: 0 -15px;
}

#site-features .feature {
	width: 33.3333%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
	padding-bottom: 20px;
}

#site-features .feature-lastrow {
	padding-bottom: 0; /*width:100%;  temp */
}

#site-features .feature .icon {
	position: relative;
	width: 40px;
	height: 40px;
	
	background: url(images/sprites/feature.png) no-repeat;
	float: left;
}

#site-features .feature .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: -8px 0 0 -8px;
}

#site-features .feature h3 {
	color: #3b3b3b;
	font: bold 16px 'Droid Sans', sans-serif;
	margin: 0 0 0 55px;
	padding-top: 10px;
}

#site-features .feature h3 a {
	color: #346094;
	text-decoration: none;
}

#site-features .feature p {
	color: #474747;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 20px;
}

/* =Home Loop 
-------------------------------------------------------------- */

.home-loop {
	margin: 25px 0;
}

.home-loop .container {
}

/* =Home Loop  : Nav 
-------------------------------------------------------------- */

.home-loop .nav {
	float: right;
}

.home-loop .nav a {
	width: 24px;
	height: 21px;
	
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
}

.home-loop .nav a.next {
	background: url(images/sprites/home-posts-nav-next.png) no-repeat;
}

.home-loop .nav a.prev {
	background: url(images/sprites/home-posts-nav-prev.png) no-repeat;
}

.home-loop h3 {
	color: #3b3b3b;
	font: bold 16px "Droid Sans", sans-serif;
	margin-bottom: 20px;
}

.home-loop .post-list {
	width: 9999px;
	
	overflow: hidden;
}

.home-loop .post-list-wrapper {
	margin: 0 -10px;
	/*overflow: hidden;*/
}

/* =Home Loop  : Post 
-------------------------------------------------------------- */

.home-loop .post-list li.post {
	width: 225px;
	
	float: left;
	padding: 0 10px;
}

.home-loop .post-list li.post a {
	text-decoration: none;
}

.home-loop .post-list li.post img {
	margin-bottom: 13px;
}

.home-loop .post-list li.post .placeholder {
	width: 225px;
	height: 150px;
	
	background: #E9E9E9;
	display: block;
	margin-bottom: 13px;
}

.home-loop .post-list li.post.type-client img {
	width: auto !important;
	height: auto;
	
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.home-loop .post-list li.post h4 {
	color: #3b3b3b;
	font: bold 12px 'Droid Sans', sans-serif;
	margin-bottom: 9px;
	text-align: center;
}

.home-loop .post-list li.post p {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}

/* =Blog Post Loop 
-------------------------------------------------------------- */

#loop {
	/*width: 620px;*/
	width:auto;
	
	float: left;
}

#loop.loop-posts {
}

#loop.loop-posts .post,
#loop.loop-posts > div {
	margin-bottom: 60px;
}

#loop.loop-posts .sticky {
}

#loop.loop-posts .post-info {
	width: 120px;
	
	float: left;
}

/* =Blog Post Loop  : Date 
-------------------------------------------------------------- */

#loop.loop-posts .post-info .date {
	background-image: url(images/pattern.png);
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 20px;
}

#loop.loop-posts .post-info .date .day {
	font-size: 30px;
}

#loop.loop-posts .post-info .date .month-year {
	float: right;
	line-height: 1.25em;
	padding-top: 1px;
}

#loop.loop-posts .post-info .extras {
	font-size: 11px;
	text-align: right;
}

#loop.loop-posts .post-info .extras div {
	margin-bottom: 8px;
}

#loop.loop-posts .post-info .extras a {
	color: #474747;
	text-decoration: none;
}

#loop.loop-posts .post-info .extras a:hover {
	text-decoration: underline;
}

#loop.loop-posts .post-main {
	margin-left: 160px;
}

#loop.loop-posts .post-main .content {
	color: #5e5e5e;
	line-height: 1.5em;
}

#loop.loop-posts .post-main h2.post-title {
	font: bold 14px 'Droid Sans', sans-serif;
	margin: 15px 0;
}

#loop.loop-posts .post-main h2.post-title a {
	color: #474747;
	text-decoration: none;
}

#loop.loop-posts .post-main .read-more {
	margin-top: 25px;
}

#loop.loop-posts .post-main .read-more a {
	color: #303030;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#loop.loop-posts .post-main .read-more a i {
	width: 6px;
	height: 10px;
	
	background: url(images/sprites/read-more-arrow.png) no-repeat;
	display: inline-block;
	margin: 0 0 -1px 5px;
}

/* =Archive 
-------------------------------------------------------------- */

h1#archive-title {
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-size: 25px;
	margin-bottom: 25px;
	margin-top:35px;
}

/* =Archive  : Navigation 
-------------------------------------------------------------- */

/* =Project Archive 
-------------------------------------------------------------- */

#projects {
	margin: 0 -10px;
}

#projects .project {
	width: 245px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
}

#projects .project .wrapper {
	position: relative;
	
}

#projects .project a.image {
	background: #F0F0F0 url(images/loader.gif) no-repeat center center;
	display: block;
	line-height: 0;
}

#projects .project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: #000;
	display: block;
	opacity: 0;
	visibility: hidden;
}

#projects .project .info {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: block;
	opacity: 0;
	visibility: hidden;
}

#projects .project .overlay {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#projects .project .info {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#projects .project:hover .overlay {
	opacity: 0.7;
	visibility: visible;
}

#projects .project:hover .info {
	opacity: 0.9;
	visibility: visible;
}

#projects .project .info h3 {
	position: absolute;
	top: 15px;
	left: 0;
	
	background: #000;
	color: #CCC;
	display: inline-block;
	font: italic 16px 'Droid Serif', serif;
	padding: 10px;
}

#projects .project .info p {
	position: absolute;
	right: 0;
	bottom: 15px;
	
	background: #000;
	color: #CCC;
	display: inline-block;
	font: normal normal 14px 'Droid Sans', sans-serif;
	padding: 10px;
}

/* =Post Single 
-------------------------------------------------------------- */

#post-single {
	margin: 35px 0;
}

#post-single .separator.first {
	margin-top: 0px;
}

#post-single .separator.light {
	opacity: 0.4;
}

#post-single h1.post-title {
	color: #474747;
	font: 26px 'Droid Sans', sans-serif;
	margin-bottom: 25px;
}

/* =Post Single  : General Content 
-------------------------------------------------------------- */

.entry-content {
	color: #555;
	line-height: 22px;
}

.entry-content p {
	margin: 0 0 1.5em 0;
}

.entry-content ol {
	list-style-type: decimal;
	padding-left: 1.5em;
}

.entry-content ul {
	list-style-type: disc;
	padding-left: 1.5em;
}

.entry-content ul li,
.entry-content ol li {
	line-height: 1.5em;
}

.entry-content a {
	color: #1e7cd2;
}

.entry-content a:hover {
	color: #4593ec;
}

.entry-content strong,
.entry-content b {
	color: #444;
	font-weight: bold;
}

.entry-content em,
.entry-content i {
	font-style: italic;
}

.entry-content blockquote {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	padding-left: 2em;
}

.entry-content blockquote cite {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-top: 1em;
}

.entry-content sup,
.entry-content sub {
	position: relative;
	height: 0;
	
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
	
}

.entry-content sub {
	top: .5ex;
	
}

.entry-content .flexslider {
	margin: 1.5em 0;
}

/* =Post Single  : General Content  : Definition list 
-------------------------------------------------------------- */

.entry-content dl {
	margin-top: 1.5em;
}

.entry-content dl dt {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.entry-content dl dd {
	margin-bottom: 1em;
	padding-left: 1.5em;
}

/* =Post Single  : General Content  : Table 
-------------------------------------------------------------- */

#post-single table {
	width: 100%;
	
}

/* =Post Single  : General Content  : Images 
-------------------------------------------------------------- */

.entry-content img {
	height: auto;
	
	max-width: 100%;
}

.alignnone {
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}

a img.alignnone {
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */ 
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	height: auto;
	
	border: 0 none;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px;
}

/* =Post Single  : General Content  : Headings 
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	margin: 1.5em 0;
}

.entry-content h1 {
	font-size: 1.8em;
}

.entry-content h2 {
	font-size: 1.7em;
}

.entry-content h3 {
	font-size: 1.6em;
}

.entry-content h4 {
	font-size: 1.45em;
}

.entry-content h5 {
	font-size: 1.375em;
}

.entry-content h6 {
	font-size: 1.2em;
}

/* =Post Single  : Page 
-------------------------------------------------------------- */

#post-single.type-page .post-container,
#post-single.error-404 .post-container,
#post-single.type-forum .post-container,
#post-single.type-topic .post-container {
	width: 620px;
	min-height:650px;
	float: left;
}

/* =Post Single  : Post 
-------------------------------------------------------------- */

#post-single.type-post {
}

#post-single.type-post .post-container {
	width: 620px;
	
	float: left;
}

#post-single.type-post .post-info {
	color: #777;
	font: italic 11px 'Droid Serif', serif;
	margin-bottom: 15px;
	margin-top: -18px;
}

#post-single.type-post .post-info a {
	color: #505050;
	text-decoration: none;
}

/* blog social media 
---------------------------------------------------------------*/

#blog-social-media-buttons {
	margin-bottom: 22px;
}

/* =Post Single  : Project 
-------------------------------------------------------------- */

/* =Post Single  : Project  : Images 
-------------------------------------------------------------- */

#post-single.type-project #project-images {
	width: 600px;
	
	float: left;
}

#post-single.type-project #project-images .image {
	position: relative;
	
	line-height: 0;
}

#post-single.type-project #project-images .pagination {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	
	display: block;
	text-align: center;
}

#post-single.type-project #project-images .pagination li {
	display: inline-block;
	margin: 0 1px;
}

#post-single.type-project #project-images .pagination li a {
	width: 10px;
	height: 11px;
	
	background: url(images/sprites/image-pagination-normal.png) no-repeat;
	display: block;
}

#post-single.type-project #project-images .pagination li.active a {
	background: url(images/sprites/image-pagination-active.png) no-repeat;
}

#post-single.type-project #project-images img {
	width: 100%;
	height: auto;
	
}

#post-single.type-project #project-info {
	width: 320px;
	
	float: right;
}

#post-single.type-project #project-info h1 {
	color: #474747;
	font: 16px 'Droid Sans', sans-serif;
}

#post-single.type-project #project-info .excerpt {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}

#post-single.type-project .skills {
	color: #777777;
}

#post-single.type-project .skills strong {
	color: #474747;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-right: 4px;
}

#post-single.type-project .skills a {
	color: #777777;
	font-family: 'Droid serif', sans-serif;
	font-style: italic;
	text-decoration: none;
}

/* =Pagination 
-------------------------------------------------------------- */

#loop .pagination .separator {
	clear: both;
}

#loop .pagination .nav-next {
	float: right;
	padding-right: 10px;
}

#loop .pagination .nav-previous {
	float: left;
	padding-left: 10px;
}

#loop .pagination a {
	color: #5e5e5e;
	text-decoration: none;
}

/* =Comments 
-------------------------------------------------------------- */

#comments {
	margin-top: 35px;
}

/* =Comments  : Single Comment 
-------------------------------------------------------------- */

#comment-list {
	margin-top: -5px;
}

.comment,
.pingback {
	list-style: none;
	margin: 35px 0;
}

.comment.bypostauthor {
}

.comment .avatar-container {
	position: relative;
	width: 65px;
	height: 65px;
	
	box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
	float: left;
}

.comment .avatar-container .shadow {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 65px;
	height: 8px;
	
	background: url(images/sprites/comment-shadow.png) no-repeat;
}

.comment .comment-text {
	margin-left: 90px;
}

.comment .comment-text .content {
	color: #6a6a6a;
	margin-bottom: 20px;
}

.comment .comment-separator {
	position: relative;
	width: 9px;
	height: 1px;
	
	background: #ababab;
	margin-bottom: 15px;
}

.comment .comment-separator a.comment-reply-link {
	position: absolute;
	top: -6px;
	left: 24px;
	
	color: #303030;
	font-size: 10px;
	text-decoration: none;
}

.comment .comment-info {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.comment .comment-info .comment-author,
.comment .comment-info .comment-author a {
	color: #303030;
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	text-decoration: none;
}

.comment .comment-info .comment-date {
	color: #5e5e5e;
}

/* =Comments  : Single Comment  : Pingback 
-------------------------------------------------------------- */

.pingback .pingback-title,
.pingback .pingback-title a {
	color: #303030;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}

.pingback .pingback-date {
	color: #5e5e5e;
	margin-bottom: 10px;
}

.pingback .pingback-content {
	color: #474747;
}

/* =Comments  : Single Comment  : Multi Levels 
-------------------------------------------------------------- */

.comment .comment {
	margin-left: 90px;
}

/* =Comments  : Respond 
-------------------------------------------------------------- */

h3#reply-title,
h3#reply-title a,
h3#comments-title {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 1.5em;
}

#comment-list #respond {
	background: #EFEFEF;
	border: 1px solid #E2E2E2;
	padding: 20px;
}

#comment-list .comment #respond {
	margin-left: 90px;
}

#respond {
	margin-bottom: 35px;
}

#commentform #comment,
#commentform .comment-form-field input {
	border: 1px solid #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font: italic 12px 'Droid Serif', serif;
	padding: 10px;
}

#commentform .comment-form-field input {
	display: inline-block;
	margin-right: 20px;
}

#commentform #comment {
	width: 100%;
	height: 200px;
	
}

#commentform .comment-form-field input:focus,
#commentform .comment-form-field input:hover,
#commentform #comment:hover,
#commentform #comment:focus {
	border-color: #C0C0C0;
}

#commentform .comment-form-field label {
	color: #525252;
	font-size: 11px;
}

#commentform .logged-in-as {
	color: #777;
	margin-bottom: 15px;
}

#commentform .logged-in-as a {
	color: #1e7cd2;
	text-decoration: none;
}

#commentform .comment-form-field,
#commentform .comment-form-comment {
	margin-bottom: 10px;
}

#commentform input[type=submit] {
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	border: 1px solid #cbc9c9;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	color: #525252;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
	font: bold 10px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 14px 20px;
	text-shadow: 0 1px 0 #FFF;
}

#commentform input[type=submit]:hover {
	border: 1px solid #BBB;
}

/* =Sidebar 
-------------------------------------------------------------- */

#sidebar {
	width: 280px;
	
	float: right;
	word-wrap: break-word;
}

#sidebar .widget {
	color: #767676;
	list-style: none;
	margin-bottom: 40px;
}

#sidebar img {
	height: auto;
	
	max-width: 100%;
}

#sidebar .widget .separator {
	height: 5px;
	
	background: #eeeeee url(images/pattern.png) repeat;
	border: solid #dedede;
	border-width: 1px 0;
	margin-top: 20px;
}

#sidebar .widget h2.widgettitle {
	color: #3b3b3b;
	font: 14px 'Droid Sans', sans-serif;
	margin-bottom: 20px;
}

#sidebar .widget div {
	line-height: 1.5em;
}

#sidebar .widget a {
	color: #5e5e5e;
	text-decoration: none;
}

#sidebar .widget ul li {
	margin-bottom: 3px;
}

/* =Footer and Copyright 
-------------------------------------------------------------- */

#footer {
	position: relative;
	min-width:960px;
	background: url(images/footer.png) repeat;
	margin-top: 45px;
	padding: 20px 0;
}

#footer .container {
	width: 990px;
	
	display: table;
}

#footer .pointer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 15px;
	
	background: url(images/sprites/footer-pointer.png) no-repeat;
	margin-left: -15px;
	z-index: 2;
}

/* =Footer and Copyright  : Widgets 
-------------------------------------------------------------- */

#footer ul.widgets {
	width: 100%;
	
	display: table-row;
}

#footer li.widget {
	display: table-cell;
	padding: 0 15px;
}

#footer li.widget h2.widgettitle {
	color: #dbdbdb;
	font: 14px 'Droid Sans', sans-serif;
	line-height: 1em;
	margin-bottom: 30px;
	font-weight:bold;
}

#footer li.widget {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 1.5em;
}

#footer li.widget p {
	margin-top: 1em;
}

#footer li.widget a {
	color: #e1e1e1;
	font-weight: 500;
	text-decoration: none;
}

#footer li.widget a:hover {
	color: #ccc;
	font-weight: 500;
	text-decoration: underline;
}

#copyright {
	background: #181818;
	box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
	color: #b6b6b6;
	font-size: 10px;
	padding: 8px 0 5px;
	text-align: center;
	min-width:960px;
}

#copyright a {
	color: #CCC;
	text-decoration: none;
}

/* =Flex Slider 
-------------------------------------------------------------- */

.gallery-caption {
}

.flexslider {
	position: relative;
	width: 100%;
	
	margin-bottom: 40px;
}

.flexslider img {
	width: 100%;
	height: auto;
	
}

.flexslider ul,
.flexslider ol {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.flexslider .shadow,
#project-images .shadow {
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 600px;
	height: 31px;
	
	background: url(images/sprites/shadow-large.png) no-repeat center center;
}

.flexslider .flex-control-nav {
	display: none;
}

.flexslider .flex-direction-nav {
}

.flexslider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 26px;
	
	display: block;
	margin-top: -13px;
	opacity: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flexslider:hover .flex-direction-nav a {
	opacity: 1;
}

.flexslider .flex-direction-nav a.prev {
	left: 25px;
	
	background: url(images/sprites/gallery-prev.png) no-repeat;
}

.flexslider .flex-direction-nav a.prev:active {
	left: 20px;
	
}

.flexslider .flex-direction-nav a.next {
	right: 25px;
	
	background: url(images/sprites/gallery-next.png) no-repeat;
}

.flexslider .flex-direction-nav a.next:active {
	right: 20px;
	
}
.contact-form .field label {
	width: 80px !important;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #6c6a67;
	display: inline-block;
	padding-right: 31px;
	text-align: left !important;
}
.contact-form .field input[type=submit] {margin-left:0 !important;
	background:url(images/b_submit_cloud.png) repeat-x;
	border: 1px solid #cbc9c9;
	color:#fff !important;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal !important;
	letter-spacing:2px;
	text-shadow:none;

}
.contact-form .field input[type=submit]:hover {
	background:url(images/b_submit_cloud_hover.png) repeat-x;
	text-shadow:0px 0px 2px #fff;
	-webkit-transition-property: color, background, text-shadow;
-webkit-transition-duration: 0.4s, 0.4s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: color, background;
-moz-transition-duration: 0.4s, 0.4s;
-moz-transition-timing-function: linear, ease-in;
}

/* new navi */

#menu_wrapper .nav ul,#menu_wrapper div .nav {
list-style:none;
display:block;
float:right;
text-transform:uppercase;
margin: 19px 0 0;
padding:0;

}

#menu_wrapper .nav ul li,#menu_wrapper div .nav li {
display:block;
float:left;
margin:0;
}

#menu_wrapper .nav ul li ul li,#menu_wrapper div .nav li ul li {
clear:both;
width:100%;
margin:0;
padding:0;
border:0;
}

#menu_wrapper .nav ul li a,#menu_wrapper div .nav li a {
display:inline-block;
color:#3e6694;
font-size:13px;
font-weight:700;
margin:0 5px;
/*padding:30px 16px 25px;*/
padding:10px 16px;
text-decoration:none; /*border:1px solid #fff;*/ 
}

#menu_wrapper .nav ul li a.hover,#menu_wrapper .nav ul li a:hover,#menu_wrapper div .nav li a.hover,#menu_wrapper div .nav li a:hover {
color:#fff;
background:#111;
}

#menu_wrapper div .nav li.current-menu-item > a,#menu_wrapper div .nav li.current-menu-parent > a,#menu_wrapper div .nav li.current-menu-ancestor > a {
color:#fff;
background:#79a2da;
}

#menu_wrapper div .nav li ul li.current-menu-ancestor a {
color:#000;
}

#menu_wrapper .nav ul li ul,#menu_wrapper div .nav li ul {
display:none;
list-style:none;
background:#fff;
position:absolute;
width:182px;
height:auto;
z-index:1000;
text-transform:none;
border:1px solid #E5E5E5;
-moz-box-shadow:4px 4px 2px -2px #ccc;
-webkit-box-shadow:4px 4px 2px -2px #ccc;
box-shadow:4px 4px 2px -2px #ccc;
margin:0 0 0 5px;
padding:0;
}

#menu_wrapper .nav ul li ul li ul,#menu_wrapper div .nav li ul li ul {
position:absolute;
left:245px;
top:0;
margin-top:4px;
display:none;
z-index:99999;
opacity:1;
border-top:1px solid #E5E5E5;
}

#menu_wrapper div .nav li ul li a,#menu_wrapper div .nav li.current-menu-item ul li a,#menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a,#menu_wrapper .nav ul li.current-menu-item ul li a,#menu_wrapper .nav ul li ul li.current-menu-item a,#menu_wrapper div .nav li.current-menu-parent ul li a,#menu_wrapper div .nav li ul li.current-menu-parent a {
color:#555;
display:block;
background:transparent;
height:auto;
}

#menu_wrapper .nav ul li ul li a,#menu_wrapper div .nav li ul li a,#menu_wrapper div .nav li.current-menu-parent ul li a {
width:142px;
margin:0;
display:block;
border-bottom:1px solid #ebebeb;
border-top:0;
font-weight:400;
font-size:13px;
border-left:0;
border-right:0;
padding:8px 20px;
}

#menu_wrapper .nav ul li ul li:last-child a,#menu_wrapper div .nav li ul li:last-child a {
border-bottom:1px solid transparent;
}

#menu_wrapper .nav ul li ul li a:hover,#menu_wrapper .nav ul li ul li a:hover,#menu_wrapper div .nav li ul li a:hover,#menu_wrapper div .nav li ul li a:hover,#menu_wrapper div .nav li.current-menu-item ul li a:hover,#menu_wrapper div .nav li.current-menu-parent ul li a:hover {
background:#111;
color:#fff;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a { color: #3e6694; }

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover { background: #79a2da; }

#menu_wrapper div .nav li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent a, #menu_wrapper div .nav li.current-menu-ancestor > a { /*background: #3e6694;*/ bavkground:#79a2da;}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a { color: #3e6694; }

#menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover { background: #79a2da; color: #fff; }

#menu_wrapper .nav ul li:hover ul,#menu_wrapper div .nav li:hover ul {
display:block;
}
a.logo-new {width:300px; display:block;}
.width200 {width:200px;}
ul.social {list-style:none;margin:7px 0 0; display:inline-block; padding:0;}
ul.social li {float:left;}
ul.social li a {text-indent:-99999px; text-decoration:none; display:block; width:24px; height:25px; margin:0 5px 0 0;}
ul.social li a:hover {opacity:0.8; }
a.email-icon {background:url(images/email.png) no-repeat}
a.linkedin-icon {background:url(images/linkedin.png) no-repeat}
a.twitter-icon {background:url(images/twitter.png) no-repeat}
a.gplus-icon {background:url(images/google-plus.png) no-repeat}
.team-page h3 {margin:0; display:block !important;}
.team-page img {-webkit-box-shadow: 4px 0px 5px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    4px 0px 5px rgba(50, 50, 50, 0.6);
box-shadow:         4px 0px 5px rgba(50, 50, 50, 0.6); border: 1px solid #cbc9c9;}
.imgshadow {-webkit-box-shadow: 4px 0px 5px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    4px 0px 5px rgba(50, 50, 50, 0.6);
box-shadow:         4px 0px 5px rgba(50, 50, 50, 0.6); border: 1px solid #cbc9c9;}
.bio {margin-left:171px;}

/* blockquotes */
/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
	}
	.testimonials div.testi_item {
		padding:1.5em;
		margin-bottom:2em;
		margin-right:5px;
		background: url(images/quotes.png) no-repeat 10px 10px #fff;
		border: 1px solid #e8e7e7;
		}
		.name-testi {
			padding:0 0 0 2.2em;
			text-align:right;
			font-weight:bold;
			display:block;
			color:#444;
			}
			.name-testi a {
				font-weight:normal;
				}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item blockquote {
			border:none;
			padding:15px 0 15px 60px;
			margin:0;
			}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				color:#888;
				display:block;
				}
			.testimonials div.testi_item blockquote a:hover {
				color:#000;
				}
/* =Home Loop  : Post 
-------------------------------------------------------------- */

.home-loop .bxslider li.post {
	width: 225px;
	
	float: left;
	padding: 0 10px;
}

.home-loop .bxslider li.post a {
	text-decoration: none;
}

.home-loop .bxslider li.post img {
	margin-bottom: 13px;
}

.home-loop .bxslider li.post .placeholder {
	width: 225px;
	height: 150px;
	
	background: #E9E9E9;
	display: block;
	margin-bottom: 13px;
}

.home-loop .bxslider li.post.type-client img {
	width: auto !important;
	height: auto;
	
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.home-loop .bxslider li.post h4 {
	color: #3b3b3b;
	font: bold 12px 'Droid Sans', sans-serif;
	margin-bottom: 9px;
	text-align: center;
}

.home-loop .bxslider li.post p {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}
.bx-wrapper {margin:0 !important;}
.bx-wrapper .bx-viewport {box-shadow:none !important; border:0 !important;}
.bx-wrapper .bx-controls-direction a {top:32% !important;}
.bx-wrapper .bx-next {right:24px !important;}
.indent {margin-right:367px;}
.techo {text-indent:-99999px; display:block; background:url(images/techstar-logo.png) no-repeat; width:69px; height:49px; margin:10px 0 0;}
.wid-white {color:white;}

.li-slideset {float: left;
list-style: none;
position: relative;
width: 225px;
padding: 0 10px;
}

.wk-slideset {width:980px; margin-left: -6px !important;}
.li-slideset img {
width: auto !important;
height: auto;
box-shadow: 0 1px 2px rgba(0,0,0,0.15); max-width:100%;
}
#id_1 {display:none;}
.htitle_6 {display:none;}
.bx-wrapper .bx-viewport {left:0 !important}


.personnel-shortcode {
	background-color:#f8f8f8;
	padding-bottom:10px;
	margin-bottom:20px;
	height:341px;
}
.personnel-shortcode:hover {box-shadow:0px 0px 16px #ccc;
-webkit-transition-property: box-shadow;
-webkit-transition-duration: 0.7s, 0.7s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: box-shadow;
-moz-transition-duration: 0.7s, 0.7s;
-moz-transition-timing-function: linear, ease-in;
}
.personnel-shortcode.dark {
	background:#373737 url(images/dark-pattern.png);
}
.personnel-shortcode .personnel-post {
	color:#5f5f5f;
	padding:10px 8px;
	text-align:center;
	text-shadow:1px 1px 3px transparent;
}
.personnel-shortcode a {color:#555; text-decoration:none;}
.personnel-shortcode.dark .personnel-post {
	color:#efefef;
	text-shadow:none;
}
.personnel-shortcode .personnel-image {
	text-align:center;
	/*background-color:#3e6694;*/
}
.personnel-shortcode .personnel-image img:hover {/*filter: none;*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0); -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;}
.personnel-shortcode .personnel-image img {

	display:block;
	margin:10px auto 0;
	max-width:100%;	
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	/*padding-top:6px;*/
-webkit-border-radius: 50%;
border-radius: 50%;
}
.personnel-shortcode a {text-align:center !important;}
.personnel-shortcode .personnel-name {
	padding-bottom:10px;
	margin:10px;
	color:#373737;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
}
.personnel-shortcode.dark .personnel-name {
	color:#ffffff;
	border-bottom:1px solid #3f3f3f;
}
.personnel-shortcode .personnel-details {
	padding:0 10px;
}
.personnel-shortcode.dark .personnel-details {
	color:#8b8b8b;
}
.personnel-shortcode.dark .personnel-details a:hover {
	color:#ffffff;
}
.personnel-shortcode .personnel-details strong {
	background:#a1a1a1;
	color:#ffffff;
	margin-left:-10px;
	margin-right:5px;
	padding-left:10px;
	padding-right:5px;
	border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
}
.grid_3, .grid_4, .grid_6, .grid_2 {
display: inline;
float: left;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
.grid_3 {width:300px;}
.grid_3 img, .grid_4 img {width:200px; height:200px;}
.grid_4 {width:220px;}
.grid_6 {width:460px;}
.grid_2 {width:140px;}
#bio p, #bio1 p, #bio2 p, #bio3 p, #bio4 p, #bio5 p, #bio6 p, #bio7 p, #bio8 p, #bio9 p, #bio10 p, #bio11 p, #bio15 p, #bio16 p, #bio17 p, #bio18 p, #bio19 p, #bio20 p, #bio21 p, #bio22 p {margin: 0 0 15px;}
.pers-margin_1, .pers-margin_5, .pers-margin_9, .pers-margin_13, .pers-margin_17, .pers-margin_21 {margin-left:0;}
.pers-margin_4, pers-margin_8, .pers-margin_12, .pers-margin_16, .pers-margin_20 {margin-right:0;}
.desaturate { filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */

 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
}