/*
Theme Name: GKM2 
Author: GKM2 Solutions
Author URI: http://www.gkm2solutions.com.au
*/
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol,ul
{
	list-style: none;
}

blockquote,q
{
	quotes: none;
}

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

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body
{
	line-height: 20px;
	font-family: 'Droid Sans',Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #666;
	background: #f4f4f4 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg.png);
}

a
{
	text-decoration: none;
	color: #00b7f3;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.ui-tabs-hide
{
	display: none;
}

br.clear
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	padding-bottom: 5px;
	color: gray;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: lighter;
	font-family: 'Droid Sans', Arial, sans-serif;
	text-shadow: none;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
	color: gray;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 14px;
}

p
{
	padding-bottom: 10px;
	line-height: 24px;
}

strong
{
	font-weight: 700;
	color: #1c1c1c;
}

cite,em,i
{
	font-style: italic;
}

pre,code
{
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}

ins
{
	text-decoration: none;
}

sup,sub
{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup
{
	bottom: .8em;
}

sub
{
	top: .3em;
}

dl
{
	margin: 0 0 1.5em;
}

dl dt
{
	font-weight: 700;
}

dd
{
	margin-left: 1.5em;
}

blockquote
{
	margin: 1.5em;
	padding: 1em;
	color: #666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}

blockquote p
{
	padding-bottom: 0;
}

input[type=text],input.text,input.title,textarea,select
{
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border-color: #2D3940;
	color: #3e3e3e;
}

input[type=text],input.text,input.title,textarea,select
{
	margin: .5em 0;
}

textarea
{
	padding: 4px;
}

img#about-image
{
	float: left;
	margin: 3px 8px 8px 0;
}

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

* html .clearfix
{
	zoom: 1;
}

/* IE6 */
:first-child+html .clearfix
{
	zoom: 1;
}

/* IE7 */
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#container
{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	background: #fff;
}

#header
{
	position: relative;
	padding: 0 35px 0 0;
	height: 162px;
}

#logo
{
	float: left;
}

p#slogan
{
	display: none;
	float: left;
	font-size: 12.5px;
	color: #66929c;
	text-transform: uppercase;
	padding-top: 0;
	margin-left: -143px;
	margin-top: 27px;
	font-family: 'Droid Sans', Arial, sans-serif;
}

#additional-info
{
	position: absolute;
	top: 0px;
	right: 0px;
}




#search-form
{
	float: right;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/search-bg.png) no-repeat;
	width: 195px;
	height: 28px;
}

#search-form #searchinput
{
	background: none;
	border: none;
	float: left;
	margin: 4px 0 0 5px;
	width: 149px;
	padding-left: 4px;
	font-size: 11px;
	color: #a3a3a3;
	text-shadow: 1px 1px 0 #FFF;
}

#search-form #searchsubmit
{
	background: #fff;
}

#quote
{
	text-align: center;
	width: 890px;
	margin: 0 auto;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 38px;
	padding-bottom: 25px;
}

#category-name h3
{
	color: #3b3b3b;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 28px;
}

#category-name p
{
	color: #929292;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 20px;
}

#content-area
{
	padding: 45px 48px 35px;
}

body.home #content-area
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/top-category-bg.png) no-repeat;
}

#services
{
	margin-bottom: 40px;
}

.service
{
	float: left;
	width: 244px;
	margin-right: 66px;
}

.last
{
	margin-right: 0;
}

.service h3.title
{
	margin-bottom: 4px;
	margin-left: 5px;
}

h3.title,#et-control-panel h3.control_title
{
	color: #1d1d1d;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 20px;
}

h3.title
{
	text-transform: uppercase;
	color: #333;
}
	
	.home h3.title {
		color: #00b7f3;
	}

.home h3.title a {color:#00b7f3}
.service .thumb
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/thumb-bg.png) no-repeat;
	width: 242px;
	height: 127px;
	position: relative;
	margin-bottom: 10px;
}

.item-image
{
	margin-top: 4px;
	margin-left: 4px;
}

span.more-icon
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/more-icon.png) no-repeat;
	position: absolute;
	display: block;
	height: 41px;
	left: 100px;
	top: 41px;
	width: 40px;
}

.service p
{
	margin-left: 5px;
}

#from-blog
{
	float: left;
	margin-left: 5px;
	width: 242px;
	margin-right: 66px;
}

#from-blog h3.title
{
	margin-bottom: 2px;
}

#from-blog ul li
{
	padding: 4px 16px;
	display: block;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/sidebar-bullet.png) no-repeat 0 12px;
}

#from-blog ul li a
{
	color: #929292;
	text-decoration: none;
}

#from-blog ul li a:hover
{
	color: #b2b2b2;
}

#latest-news
{
	height: 325px;
	width: 550px;
}

.latest-news-item
{
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}

.latest-news-item .img
{
	width: 80px;
	height: 66px;
	/*background: #919295;*/
	background: #fff;
	float: left;
	margin-right: 13px;
}

.latest-news-item .img img {
	display: block;
}

.latest-news-item .text
{
	float: left;
	width: 150px;
	position: relative;
	top: -2px;
	font-size: 97%;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
}

#multi-media-bar
{
	float: left;
	width: 550px;
}

#multi-media-bar h3.title
{
	margin-bottom: 10px;
}

#et-multi-media
{
	position: relative;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #dcdcdc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	padding: 14px 15px 14px 22px;
}

a#left-multi-media,a#right-multi-media
{
	position: absolute;
	top: 30px;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
}

a#left-multi-media
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/left-multi-media-arrow.png) no-repeat;
	left: -13px;
}

a#right-multi-media
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/right-multi-media-arrow.png) no-repeat;
	right: -13px;
}

#et-multi-media .thumb
{
	float: left;
	margin-right: 16px;
	position: relative;
	padding: 4px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

#et-multi-media .last
{
	margin-right: 0;
}

#et-multi-media .thumb a
{
	display: block!important;
}

span.more
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/more.png) no-repeat;
	position: absolute;
	display: none;
	height: 33px;
	left: 12px;
	top: 12px;
	width: 33px;
}

.et-video span.more
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/et-video-more.png) no-repeat;
}

#breadcrumbs
{
	font-size: 13px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	padding-top: 22px;
	padding-left: 22px;
	color: #1d1d1d;
	margin-bottom: 28px;
}

#breadcrumbs a
{
	color: #929292;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	color: #1d1d1d;
}

#breadcrumbs .raquo
{
	color: #929292;
}

#category-name
{
	text-align: left;
	width: 890px;
	/*margin: 0 auto;
	padding-top: 38px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/top-category-bg.png) no-repeat;*/
}

#category-inner
{
	text-align:center;
	/*background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/bottom-category-bg.png) no-repeat bottom left;
	padding-bottom: 28px;*/
}

#category-inner .description {
	padding-left: 50px;
}

h1.category-title
{
	color: #00b7f3;
	font-size: 28px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	padding-left: 48px;
	text-align:left;
}

p.description
{
	color: #929292;
	font-size: 20px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
}

#content
{
	padding: 0 10px 60px 48px;
	/*background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/content-bg.png) repeat-y 633px 0;*/
}


.fullwidth
{
	background: none!important;
}

#left-area
{
	width: 586px;
	float: left;
}

.fullwidth #left-area
{
	width: 100%;
}

#sidebar
{
	width: 258px;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}
#sidebar #ads .col2 {padding-left:15px}
#sidebar #ads td {padding-bottom:15px}

body.page #sidebar {
	padding-left: 0;
	padding-right: 20px;
}

#side-submenu {
	padding-bottom: 30px;
	color: #000;
}

#side-submenu h3.title {
	text-transform: uppercase;
	font-size: 18px;
}

#side-submenu ul {
	list-style: inside disc;
	margin-left: 2px;
}

#side-submenu li {
	padding-top: 4px;
}

#side-submenu a {
	color: #000;
}

.post
{
	/*padding: 35px 35px 25px 0;*/
	padding: 10px 35px 25px 0;
}

.post-thumbnail
{
	display: block;
	float: left;
	position: relative;
	margin-right: 35px;
	margin-top: 6px;
}

.post-thumb
{
	margin-top: 7px;
	margin-left: 7px;
}

span.post-overlay
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/post-overlay.png) no-repeat;
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

h2.title
{
	font-size: 25px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	padding-bottom: 15px;
}

h2.title a
{
	color: #1d1d1d;
	text-decoration: none;
}

h2.title a:hover
{
	color: #000;
}

.post p.meta-info
{
	padding-bottom: 9px;
	padding-top: 9px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	color: #d0d0d0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 11px;
}

.post p.meta-info a,p.description a
{
	color: #929292;
	text-decoration: none;
}

p.description a
{
	color: #6e6e6e;
}

.post p.meta-info a:hover,p.description a:hover
{
	color: #111;
}

a.read-more,.reply-container a,#commentform input#submit
{
	border: 1px solid #eaeaea;
	float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #1d1d1d;
	padding: 3px 10px;
	text-decoration: none;
	display: block;
	background: #fff;
}

.post ul,.comment-content ul
{
	list-style-type: disc;
	padding: 10px 0 10px 20px;
}

.post ol,.comment-content ol
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0 10px 2px;
}

.post ul li ul,.post ul li ol,.comment-content ul li ul,.comment-content ul li ol
{
	padding: 2px 0 2px 20px;
}

.post ol li ul,.post ol li ol,.comment-content ol li ul,.comment-content ol li ol
{
	padding: 2px 0 2px 35px;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
ul#top-menu
{
	position: absolute;
	bottom: 0;
	width: 876px;
	padding-left: 84px;
	background: #00bbe4;
}

ul#top-menu a
{
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 0 11px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#top-menu>li>a>span
{
	border-right: 1px solid #7fdff7;
	padding: 5px 30px 5px 31px;
}

ul#top-menu>li.menu-item-home>a>span
{
	border-left: 1px solid #7fdff7;
}

/* technologies and products - less padding */
ul#top-menu>li#menu-item-75>a>span
{
	padding-left: 20px;
	padding-right: 20px;
}

ul#top-menu .sf-sub-indicator
{
	display: none;
}

ul#top-menu a:hover
{
	color: #213840;
}

ul#top-menu a.sf-with-ul:hover,ul#top-menu li.sfHover a
{
	background-color: #b6e3f6;
	color: #000;
}

/* this covers the divider lines on hover */
ul#top-menu>li>a.sf-with-ul:hover,
ul#top-menu>li.sfHover>a.sf-with-ul
{
	position: relative;
	left: -1px;
}

ul#top-menu>li>a.sf-with-ul:hover>span,
ul#top-menu>li.sfHover>a.sf-with-ul>span
{
	border-right: 1px solid #b6e3f6;
	padding-left: 32px;
	padding-right: 29px;
}

ul#top-menu > li#menu-item-75 > a.sf-with-ul:hover > span,
ul#top-menu > li#menu-item-75.sfHover > a.sf-with-ul > span
{
	padding-left: 21px;
	padding-right: 19px;
}

ul#top-menu > li.current_page_item > a
{
	color: #333;
}

ul#top-menu li ul.sub-menu
{
	/*border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 3px 7px 7px 1px rgba(0,0,0,0.1);*/
	display: none;
	/*moz-border-radius: 10px;
	moz-border-radius-topleft: 0;
	moz-border-radius-topright: 0;
	moz-box-shadow: 3px 7px 7px 1px rgba(0,0,0,0.1);*/
	padding: 0;
	top: 40px!important;
	/*webkit-border-radius: 10px;
	webkit-border-top-left-radius: 0;
	webkit-border-top-right-radius: 0;
	webkit-box-shadow: 3px 7px 7px 1px rgba(0,0,0,0.1);*/
	z-index: 9999;
}

ul#top-menu ul li.first-item
{
	background: none;
}

ul#top-menu li:hover ul ul,ul#top-menu li.sfHover ul ul
{
	left: 0!important;
	top: 0px!important;
}
ul#top-menu ul.sub-menu ul {position:relative;top:0}
ul#top-menu ul.sub-menu li.col {background:none;float:left;width:183px}
ul#top-menu ul.sub-menu li.col-1 {background:url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/secondary-menu-bg.png) repeat-y right top}
ul#top-menu ul.sub-menu li.col ul {position:relative;top:0;width:183px;left:0}
ul#top-menu ul.sub-menu
{
	background:url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/menu_dropdown.png) no-repeat left bottom;
	padding:10px 0;
	width:375px;
	/*background: #b6e3f6;
	padding: 10px 0;
	width: 375px!important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity:85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:.85;*/
}

ul#top-menu ul.sub-menu li
{
	border-right: none;
	margin: 0!important;
	float: left;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/secondary-menu-bg.png) repeat-y right top;
}
ul#top-menu ul.sub-menu li li {background:none}

ul#top-menu ul.sub-menu li.even-item
{
	background-position: left top;
	position: relative;
	left: -2px;
}

ul#top-menu ul.sub-menu a
{
	color: #16282f;
	width: 150px;
	padding: 5px 10px 5px 26px!important;
	background: transparent;
}

ul#top-menu ul.sub-menu a:hover
{
	background:#00bae3;
	color: #FFF; 
}

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/
#featured
{
	position: relative;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-bg.png) no-repeat top center;
	margin-bottom: 12px;
}

a#left-arrow,a#right-arrow,#featured .nivo-prevNav,#featured .nivo-nextNav
{
	position: absolute;
	top: 143px;
	width: 40px;
	height: 44px;
	text-indent: -9999px;
	z-index: 40;
}

a#left-arrow,#featured .nivo-prevNav
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/left-arrow.png) no-repeat;
	left: -7px;
}

a#right-arrow,#featured .nivo-nextNav
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/right-arrow.png) no-repeat;
	right: -7px;
}

.featured-top-shadow
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-top-shadow.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 4px;
}

.featured-bottom-shadow
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-bottom-shadow.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
	height: 4px;
}

.featured-description
{
	position: absolute;
	width: 340px;
	height: 160px;
	top: 50px;
	right: 53px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-description.png);
	padding: 37px 33px 40px 40px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

h2.featured-title
{
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 28px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

h2.featured-title a
{
	text-decoration: none;
	color: #FFF;
}

.featured-description p
{
	color: #bebdbd;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	line-height: 21px;
}

a.readmore
{
	display: block;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/readmore.png);
	height: 27px;
	padding: 0 13px;
	color: #7b9297;
	font-size: 13px;
	font-family: 'Droid Sans', Arial, sans-serif;
	line-height: 27px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#featured a.readmore:hover
{
	color: #fff;
}

#controllers,.nivo-controlNav
{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 14px;
}

#controllers a,.nivo-controlNav a
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/controller1.png) no-repeat;
	display: block;
	height: 11px;
	margin-right: 4px;
	text-indent: -9999px;
	width: 11px;
	display: inline-block;
}

#controllers a.activeSlide,.nivo-controlNav a.active,#controllers a:hover,.nivo-controlNav a:hover
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/controller2.png) no-repeat;
}

.nivoSlider
{
	position: relative;
}

.nivoSlider img
{
	position: absolute;
	top: 0;
	left: 0;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}

.nivo-box
{
	display: block;
	position: absolute;
	z-index: 5;
}

/* Caption styles */
.nivo-caption
{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	opacity: .8;
/* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 8;
}

.nivo-caption p
{
	padding: 5px;
	margin: 0;
}

.nivo-caption a
{
	display: inline!important;
}

.nivo-html-caption
{
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav
{
	left: 0;
}

.nivo-nextNav
{
	right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav
{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 960px;
}

.nivo-controlNav a
{
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.nivo-controlNav a.active
{
	font-weight: 700;
}

#featured-modest
{
	position: relative;
	height: 340px;
	margin-top: 30px;
}

#featured-modest .slide
{
	position: absolute;
	top: 20px;
	left: 300px;
	z-index: 1;
	opacity: 0;
	width: 354px;
}

#featured-modest .active-block
{
	top: 0;
	left: 246px;
	z-index: 3;
	width: 462px;
}

#featured-modest .next-block,#featured-modest .prev-block
{
	top: 35px;
	z-index: 2;
}

#featured-modest .next-block
{
	left: 575px;
}

#featured-modest .prev-block
{
	left: 20px;
}

#featured-modest .active-block,#featured-modest .prev-block,#featured-modest .next-block
{
	opacity: 1;
}

.shadow-left,.shadow-right
{
	position: absolute;
	top: 35px;
	height: 234px;
	display: none;
}

.shadow-left
{
	left: -29px;
	width: 29px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/active-left-shadow.png) no-repeat;
}

.shadow-right
{
	right: -21px;
	width: 21px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/active-right-shadow.png) no-repeat;
}

a.featured-link
{
	text-indent: -9999px;
	width: 61px;
	height: 71px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured_active_link.png) no-repeat;
	position: absolute;
	right: -28px;
	top: 118px;
	display: none;
	z-index: 1000;
}

#featured-modest .featured-title
{
	position: absolute;
	bottom: 115px;
	width: 441px;
	left: 0;
	text-align: center;
	padding: 0 10px 26px;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-title-bg.png) no-repeat bottom center;
	display: none;
}

#featured-modest .description
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/description-bg.png) no-repeat;
	width: 411px;
	height: 86px;
	position: absolute;
	bottom: 0;
	left: 1px;
	padding: 26px 25px 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 20px;
	display: none;
}

#featured-modest .featured-title,#featured-modest #featured .description
{
	cursor: pointer;
}

#featured-modest .active-block .shadow-left,#featured-modest .active-block .shadow-right,#featured-modest .active-block .featured-title,#featured-modest .active-block .description
{
	display: block;
}

#featured-modest a.main
{
	display: block;
}

#featured-modest img.bottom-shadow
{
	position: absolute;
	bottom: -7px;
	left: 0;
}

#featured-modest .active-block img.bottom-shadow
{
	bottom: -10px;
}

.gotoslide
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/next-slide-overlay.png);
	width: 354px;
	height: 234px;
	display: none;
}

.gotoslide span
{
	position: absolute;
	top: 97px;
	display: block;
	width: 33px;
	height: 40px;
}

#featured-modest .next-block .gotoslide span
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-arrow.png) no-repeat;
	right: 99px;
}

#featured-modest .prev-block .gotoslide span
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/featured-arrow-left.png) no-repeat;
	left: 99px;
}

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
h3#comments
{
	color: #1d1d1d;
	font-size: 28px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 20px;
}

#comment-wrap
{
	margin-top: -18px;
	padding: 42px 35px 0 0;
}

.comment-body-outer
{
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/comment-top-bg.png) repeat-x;
}

.comment-body
{
	background: #fff;
	padding: 18px 14px 12px 100px;
	position: relative;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/comment-bottom-bg.png) bottom left repeat-x;
}

.avatar-box
{
	position: absolute;
	top: 17px;
	left: 19px;
	padding: 6px 0 0 6px;
}

.avatar-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/avatar-overlay.png) no-repeat;
}

.comment-date
{
	font-size: 12px;
	color: #d4d4d4;
	font-family: 'Droid Sans', Georgia, serif;
	font-style: italic;
	float: right;
}

span.fn, span.fn a
{
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	color: #1d1d1d;
	text-decoration: none;
}

span.fn a:hover
{
	color: #111;
	text-decoration: none;
}

.comment-arrow
{
	position: absolute;
	bottom: -19px;
	right: 45px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/comment-arrow.png) no-repeat;
	width: 18px;
	height: 19px;
}

.reply-container
{
	float: right;
}

.comment ul.children
{
	padding-left: 100px;
}

#commentform textarea#comment
{
	width: 96%;
}

#commentform input[type=text]
{
	width: 38%;
}

#commentform input,#commentform textarea
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/comment-inputs-bg.png) repeat-x;
	border: 1px solid #f0f0f0;
	color: #929292;
	font-size: 12px;
	padding: 12px 10px 12px 20px;
}

#commentform .hidden
{
	display: none;
}

li.comment #respond textarea
{
	width: 91%!important;
}

li.comment #respond input[type=text]
{
	width: 48%!important;
}

#trackbacks
{
	margin-bottom: 20px;
}

#trackbacks h3#comments,#respond h3#comments
{
	margin-bottom: 5px;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer
{
}

#footer-content
{
	width: 960px;
	min-height: 352px;
	background: #8f8f92 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/footer.png) no-repeat bottom;
}

#footer-widgets
{
	padding: 25px 48px 50px;
	border-bottom: 1px solid #969698;
	text-shadow: 1px 1px 1px #666;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/mssbs.png) no-repeat 5% 90%;
	position: relative;
}

.footer-widget
{
	width: 250px;
	width: 190px;
	margin-right: 34px;
	float: left;
	color: #fff;
}

.last
{
	margin-right: 0;
}

#footer-slogan
{
	font-size: 9.1px;
	color: #66929c;
	text-transform: uppercase;
	margin-left: 34px;
	margin-top: -30px;
}

#footer-copyright
{
	display: block;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 12px;
	color: #717171;
	margin-top: -9px;
}

.footer-widget p
{
	color: #fff;
}

#footer h4.widgettitle
{
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	padding-bottom: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
}

.footer-widget a
{
	color: #fff;
}

.footer-widget a:hover
{
	color: #fff;
	text-decoration: none;
}

.footer-widget ul
{
	margin-bottom: 8px;
}

.footer-widget ul ul
{
	margin-bottom: 0;
}

.footer-widget ul li
{
	padding: 0 0 7px 16px;
}

#footer ul li
{
	padding: 0;
}

#footer ul.menu>li
{
	padding-bottom: 10px;
}

#footer ul.menu>li>a
{
	text-transform: uppercase;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
}

#footer #my_twitter_tweetlist p
{
	display: none;
}

#footer #my_twitter_tweetlist em
{
	display: block;
}

#footer .my_twitter_follow_us
{
	display: none;
}

#footer .my_twitter_inside
{
	padding-top: 15px;
}

#footer .et-social-icons
{
	position: absolute;
	left: 48px;
	top: 185px;
	float: none;
	padding: 0;
}

#footer .et-social-icons a {
	padding-right: 3px;
}

div#copyright
{
	float: left;
	padding: 10px 0 20px 40px;
	color: #cdcdcd;
	font-size: 95%;
}

div#copyright a
{
	color: #cdcdcd;
}

div#hmd
{
	float: right;
	text-align: right;
	color: #cdcdcd;
	padding: 10px 40px 20px 0;
	font-size: 95%;
}

div#hmd a
{
	color: #cdcdcd;
}

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
.widget
{
	width: 230px;
	padding-bottom: 25px;
}

.widget h3.title
{
	padding-bottom: 10px;
	text-transform: uppercase;
}

.widget ul li
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/sidebar-bullet.png) no-repeat 0 7px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
}

.widget ul li a
{
	color: #929292;
	text-decoration: none;
}

.widget ul li a:hover
{
	color: #b2b2b2;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
div.post .new-post .aligncenter, .aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}

.wp-caption.alignleft
{
	margin: 0 10px 10px 0;
}

.wp-caption.alignright
{
	margin: 0 0 10px 10px;
}

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

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

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

img.alignleft
{
	display: inline;
	float: left;
	margin-right: 15px;
}

img.alignright
{
	display: inline;
	float: right;
	margin-left: 15px;
}

/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/
.nav ul
{
	position: absolute;
	top: -999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}

.nav li
{
	float: left;
	position: relative;
}

.nav a
{
	display: block;
	float: left;
}

.nav li:hover ul,ul.nav li.sfHover ul
{
	left: 0;
	top: 50px;
}

.nav li:hover li ul,.nav li.sfHover li ul
{
	top: -999em;
}

.nav li li:hover ul,ul.nav li li.sfHover ul
{
	left: 192px;
	top: 0;
}

.nav li:hover ul,.nav li li:hover ul
{
	top: -999em;
}

.nav li li
{
	display: block;
	padding: 0;
	float: left;
	height: auto!important;
}

.nav li ul
{
	width: 191px;
	z-index: 1000;
}

.nav li li a:link,.nav li li a:visited
{
	display: block;
	height: auto;
	float: left;
}

.nav li:hover
{
	visibility: inherit;
/* fixes IE7 'sticky bug' */
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}

#wp-calendar a
{
	display: block;
	text-decoration: none;
	font-weight: 700;
}

#wp-calendar a:hover
{
	text-decoration: underline;
}

#wp-calendar caption
{
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td
{
	padding: 3px 5px;
	color: #9f9f9f;
}

#wp-calendar td#today
{
	color: #FFF;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}

#wp-calendar #prev a,#wp-calendar #next a
{
	font-size: 9pt;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination
{
	overflow: hidden;
	padding: 15px 12px 0;
}

.wp-pagenavi
{
	position: relative;
	font-family: Kreon, Arial, sans-serif;
	color: #1d1d1d;
	font-size: 14px;
	text-align: right;
	padding: 15px 33px 0 0;
}

.wp-pagenavi a,.wp-pagenavi a:link
{
	padding: 5px 12px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #eaeaea!important;
	color: #413f36;
	background-color: #fff;
	font-weight: lighter;
	color: #1d1d1d;
	font-size: 14px;
}

.wp-pagenavi a:visited
{
	padding: 5px 12px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #eaeaea;
	background-color: #fff;
	color: #1d1d1d;
	font-size: 14px;
}

.wp-pagenavi span.pages
{
	padding: 5px 7px!important;
	margin: 2px!important;
	border: none!important;
	background-color: none;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: lighter;
}

.wp-pagenavi span.current,.wp-pagenavi span.extend,.wp-pagenavi a:active,.wp-pagenavi a:hover
{
	padding: 5px 12px!important;
	margin: 2px;
	background-color: #f6f6f6!important;
	border: 1px solid #eaeaea!important;
	color: #1d1d1d!important;
	font-size: 14px;
	font-weight: lighter;
}

.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi span.current,.wp-pagenavi span.extend,.wp-pagenavi a:active
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.readmore:hover,#sidebar div.custom-sidebar-block ul.control li a:hover,ul#cats-menu li a:hover,ul#page-menu li a:hover,div#slider-control div.featitem h2 a
{
	text-decoration: none;
}

.foursixeight
{
	margin: 0 0 15px 84px;
}

.et_pt_blogentry
{
	position: relative;
}

.media-description
{
	display: none;
	position: absolute;
	bottom: 63px;
	left: -58px;
	width: 140px;
	padding: 15px 15px 8px;
	z-index: 30;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d1d1d1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	font-family: 'Droid Sans', Georgia, serif;
	font-size: 12px;
	color: #929292;
	font-style: italic;
}

.media-arrow
{
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	bottom: -8px;
	left: 80px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/media-arrow.png) no-repeat;
}

#et-control-panel
{
	position: fixed;
	left: 0;
	top: 94px;
	width: 169px;
	z-index: 9000;
	color: #9f9f9f;
	text-shadow: 1px 1px 1px #fff;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-panel-bottom.png) no-repeat bottom left;
	padding-bottom: 18px;
}

#control-panel-main
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-panel-mainbg.png) repeat-y;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
}

#et-control-close
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-panel-closebutton.png) no-repeat;
	position: absolute;
	top: 17px;
	right: -41px;
	width: 45px;
	height: 40px;
	display: block;
}

.control-open
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-panel-openbutton.png) no-repeat!important;
}

#et-control-inner
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-inner.png) no-repeat;
	padding: 16px 16px 0;
}

#et-control-panel h3.control_title
{
	font-size: 15px;
	padding: 2px 0 10px;
	float: left;
}

#et-control-panel p
{
	font-style: italic;
	font-family: 'Droid Sans', Georgia, serif;
	font-size: 10px;
}

.et-sample-setting
{
	display: block;
	width: 29px;
	height: 29px;
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	text-indent: -9999px;
}

.et-sample-setting span.et-sample-overlay
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-link-overlay.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

#et-sample-color1
{
	background: #6a8e94;
}

#et-sample-color2
{
	background: #8da49c;
}

#et-sample-color3
{
	background: #b0b083;
}

#et-sample-color4
{
	background: #859a7c;
}

#et-sample-color5
{
	background: #c6bea6;
}

#et-sample-color6
{
	background: #b08383;
}

#et-sample-color7
{
	background: #a4869d;
}

#et-sample-color8
{
	background: #f5f5f5;
}

#et-sample-color9
{
	background: #4e4e4e;
}

#et-sample-color10
{
	background: #556f6a;
}

#et-sample-color11
{
	background: #6f5555;
}

#et-sample-color12
{
	background: #6f6755;
}

#et-sample-texture1
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg2.png) 14px 13px;
}

#et-sample-texture2
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg3.png);
}

#et-sample-texture3
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg4.png);
}

#et-sample-texture4
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg5.png);
}

#et-sample-texture5
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg6.png);
}

#et-sample-texture6
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg7.png);
}

#et-sample-texture7
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg8.png);
}

#et-sample-texture8
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg9.png);
}

#et-sample-texture9
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg10.png);
}

#et-sample-texture10
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg11.png) 139px 104px;
}

#et-sample-texture11
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg12.png);
}

#et-sample-texture12
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg13.png) 14px 14px;
}

#et-sample-texture13
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg14.png);
}

#et-sample-texture14
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg15.png);
}

#et-sample-texture15
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg16.png);
}

#et-sample-texture16
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/body-bg17.png);
}

.et-control-colorpicker
{
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/images/control-panel-colorpicker.png) no-repeat;
	width: 18px;
	height: 19px;
	display: block;
	float: right;
}

.et-font-control
{
	margin-top: 9px;
}

.colorpicker
{
	z-index: 10000;
}

#et_control_header_font,#et_control_body_font
{
	width: 73px;
}

#comment-wrap .navigation
{
	padding: 10px 0;
}

.nav-previous
{
	float: left;
}

.nav-next
{
	float: right;
}

h3#reply-title small
{
	display: block;
}

h3#reply-title small a
{
	font-size: 12px;
	letter-spacing: 0;
}

#commentform input[type=text]
{
	width: 40%;
	display: block;
	padding: 5px;
}

#commentform textarea#comment
{
	width: 91%;
}

.commentlist #respond textarea#comment
{
	width: 91%!important;
}

.commentlist #respond input[type=text]
{
	width: 40%;
	display: block;
	padding: 5px;
}

.comment_navigation_bottom,.comment_navigation_top
{
	padding-bottom: 12px;
}

#featured #slides
{
	height: 332px;
	overflow: hidden;
}

#media-slides
{
	height: 60px!important;
}

.media-slide
{
	width: 507px!important;
}
.page h1 {padding-left:325px}
/*.archive #left-area, .single #left-area, .search #left-area {width:100%;float:none}*/
#category-inner .description {font-size:14px;text-align:left}
.post p.meta-info {font-size:13px}
.addthis_toolbox {margin-bottom:15px}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/css/../images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/*------------------------------------------------*/
/*-------------------[SHORTCODES]-----------------*/
/*------------------------------------------------*/

.et-box { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0px 0px 10px; }
	.et-box-content { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-shadow: 1px 1px 1px #ffffff; padding: 16px 20px 8px 75px; min-height:35px; }
		.et-box-content strong { color: #000000; font-weight: bold; }
		.et-box-content h1, .et-box-content h2, .et-box-content h3, .et-box-content h4, .et-box-content h5, .et-box-content h6 { font-family: Century Gothic, Arial, sans-serif; } 
		
		
.et-info { border: 1px solid #cecb8e; }
	.et-info .et-box-content { color: #8c8a64; background: #f7f4b4 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-info.png) no-repeat 18px 13px; border: 1px solid #ffffea; }
		.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 { color: #6b6a54; }
		
.et-warning { border: 1px solid #e09b85; }
	.et-warning .et-box-content { color: #957368; background: #ffcebe url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-warning.png) no-repeat 18px 13px; border: 1px solid #ffeee8; }
		.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 { color: #8e5643; }
		
.et-download { border: 1px solid #91c184; }
	.et-download .et-box-content { color: #5c8a50; background: #c0f0b3 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-download.png) no-repeat 18px 13px; border: 1px solid #e9ffe3; }
		.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 { color: #3a7629; }
		
.et-bio { border: 1px solid #80a0c1; }
	.et-bio .et-box-content { color: #517193; background: #bedeff url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-bio.png) no-repeat 18px 13px; border: 1px solid #e7f3ff; }
		.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 { color: #4a6a8c; }

.et-shadow { border: 1px solid #cbc4c4; box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); }
	.et-shadow .et-box-content { color: #6d6e6e; background: #f1f1f1; border: 1px solid #ffffff; padding-left: 30px; }
		.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #4e4e4e; }
		

.et-tooltip { position: relative; }
	.et-tooltip-box { display: none; color: #6d6e6e; line-height: 18px; background: #ffffff; border: 1px solid #dbdbdb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: absolute; bottom:35px; left: -94px; width: 235px; padding: 20px 25px 22px 25px; box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
		.et-tooltip-arrow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-tooltip-arrow.png) no-repeat; width: 24px; height: 13px; display: block; position: absolute; bottom: -13px; left: 129px; }
		
		
.et-learn-more { background: #f9f9f9 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-learn-more-bg.png) repeat-x left top; border: 1px solid #e7e7e7; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 16px 13px 0px 18px; margin: 10px 0px; }
	.et-learn-more h3.heading-more { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-learn-more-closed.png) no-repeat right top; cursor: pointer; padding: 3px 45px 20px 0px; font: 18px Century Gothic, Arial, sans-serif; color: #535353; letter-spacing: 0px; }
	.et-learn-more h3.open { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-learn-more-opened.png) no-repeat right top; }
		.et-learn-more h3.heading-more span { display: block;  }
	.et-learn-more .learn-more-content { padding-bottom: 17px; /*display: none;*/ visibility: hidden; }
	.et_slidecontent .et-learn-more .learn-more-content { display: block; visibility: hidden; }
	.et-open .learn-more-content { display: block; visibility: visible !important; }
	
	
.et-simple-slider { background: #f9f9f9 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-learn-more-bg.png) repeat-x left top; border: 1px solid #e7e7e7; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 23px 40px 16px 40px; margin: 10px 0px 10px; position: relative; }
	.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 { font-family: Century Gothic, Arial, sans-serif; color: #333333; }
	.et-simple-slides { overflow: hidden; width: 100% !important; }
		.et-simple-slider div.et-slide { display: none; width:100% !important; }
		.et-simple-slider .et-slider-leftarrow, .et-simple-slider .et-slider-rightarrow { position: absolute; top: 44%; display: block; width: 25px; height: 25px; text-indent: -9999px; }
		.et-simple-slider .et-slider-leftarrow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-slider-left.png) no-repeat; left: -14px; }
		.et-simple-slider .et-slider-rightarrow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-slider-right.png) no-repeat; right: -13px; }
		
		
.one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative; }
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width:65.32%; }
.one_fourth { width:22%; }
.three_fourth { width:74%; }


a.small-button { padding-right: 17px; height: 32px; float: left; display: block; font: 14px Arial,sans-serif; color: #ffffff !important; margin: 8px 0px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; text-decoration: none; }
	a.small-button:hover { text-decoration: none; color: #eeeeee !important; }
	a.small-button span { height: 32px; display: block; line-height: 30px; padding: 0px 0px 0px 17px; }

a.smallblue { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-blue.png) no-repeat bottom right; }
	a.smallblue span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-blue.png) no-repeat; }

a.smalllightblue { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-lightblue.png) no-repeat bottom right; }
	a.smalllightblue span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-lightblue.png) no-repeat; }
	
a.smallteal { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-teal.png) no-repeat bottom right; }
	a.smallteal span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-teal.png) no-repeat; }

a.smallgreen { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-green.png) no-repeat bottom right; }
	a.smallgreen span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-green.png) no-repeat; }
	
a.smallorange { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-orange.png) no-repeat bottom right; }
	a.smallorange span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-orange.png) no-repeat; }
	
a.smallsilver { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-silver.png) no-repeat bottom right; color: #3d3d3d !important; text-shadow: 1px 1px 1px #ffffff !important; }
a.smallsilver:hover { color: #000000 !important; }
	a.smallsilver span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-silver.png) no-repeat; }

a.smallblack { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-black.png) no-repeat bottom right; }
	a.smallblack span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-black.png) no-repeat; }

a.smallred { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-red.png) no-repeat bottom right; }
	a.smallred span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-red.png) no-repeat; }
	
a.smallpurple { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-purple.png) no-repeat bottom right; }
	a.smallpurple span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-purple.png) no-repeat; }

a.smallpink { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-pink.png) no-repeat bottom right; }
	a.smallpink span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/small-button-pink.png) no-repeat; }
	
	
a.big-button { padding-right: 13px; height: 52px; float: left; display: block; font: 28px Arial,sans-serif; color: #ffffff !important; margin: 8px 0px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; text-decoration: none; }
	a.big-button:hover { text-decoration: none; color: #eeeeee !important; }
	a.big-button span { height: 52px; display: block; line-height: 49px; padding: 0px 5px 0px 17px; }

a.bigblue { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-blue.png) no-repeat bottom right; }
	a.bigblue span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-blue.png) no-repeat; }

a.bigpurple { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-purple.png) no-repeat bottom right; }
	a.bigpurple span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-purple.png) no-repeat; }
	
a.bigred { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-red.png) no-repeat bottom right; }
	a.bigred span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-red.png) no-repeat; }
	
a.bigorange { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-orange.png) no-repeat bottom right; }
	a.bigorange span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-orange.png) no-repeat; }
	
a.biggreen { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-green.png) no-repeat bottom right; }
	a.biggreen span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-green.png) no-repeat; }

a.bigteal, a.bigturquoise { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-turquoise.png) no-repeat bottom right; }
	a.bigteal span, a.bigturquoise span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/big-button-turquoise.png) no-repeat; }


a.icon-button { padding-right: 17px; height: 34px; float: left; display: block; font: 14px Arial,sans-serif; color: #474747 !important; margin: 8px 0px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/icon-button-bg-sprite.png) no-repeat right -34px; text-shadow: 1px 1px 1px #ffffff !important; text-decoration: none; }
	a.icon-button span.et-icon { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/icon-button-bg-sprite.png) no-repeat; height: 34px; display: block; }
		a.icon-button span.et-icon span { padding: 0px 0px 0px 40px; display: block; height: 34px; line-height: 32px; }
a.icon-button:hover { text-decoration: none; color: #000000 !important; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/icon-button-bg-sprite.png) no-repeat right bottom; }
	a.icon-button:hover span.et-icon { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/icon-button-bg-sprite.png) no-repeat left -68px; }

a.download-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/download-icon.png) no-repeat 14px 6px; }
a.search-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/search-icon.png) no-repeat 15px 8px; }
a.refresh-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/refresh-icon.png) no-repeat 14px 8px; }
a.question-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/question-icon.png) no-repeat 14px 9px; }
a.people-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/people-icon.png) no-repeat 14px 8px; }
a.warning-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/warning-icon.png) no-repeat 14px 8px; }
a.mail-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/mail-icon.png) no-repeat 14px 8px; }
a.heart-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/heart-icon.png) no-repeat 15px 10px; }
a.paper-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/paper-icon.png) no-repeat 15px 9px; }
a.notice-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/notice-icon.png) no-repeat 15px 9px; }
a.stats-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/stats-icon.png) no-repeat 15px 9px; }
a.rss-icon span.et-icon span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/rss-icon.png) no-repeat 15px 8px; }


.et-tabs-container { min-height: 200px; background: #f7f7f7 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/tabs-container-bg.png) repeat-x; border: 1px solid #dcdcdc; border-bottom: 1px solid #a2a2a2; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); position: relative; margin: 50px 0px 0px; }
	.et-tabs-container .et-tabs-control { margin: 0px !important; position: absolute; top: -36px; left: 30px; }
		.et-tabs-container .et-tabs-control li { list-style:none outside none; margin: 0px 3px 0px 0px !important; float: left; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-tabs-control.png) no-repeat bottom right !important; padding-right: 10px !important; height:35px; padding-left: 0 !important; }
			.et-tabs-container .et-tabs-control li a { font: 14px/37px Century Gothic, Arial; color: #515050 !important; text-shadow: 1px 1px 1px #ffffff !important; display: block; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-tabs-control.png) no-repeat !important; height:35px; padding-left:10px; }
			.et-tabs-container .et-tabs-control li a:hover { color: #000000 !important; text-decoration: none; }
		.et-tabs-container .et-tabs-control li.active { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-tabs-control-active.png) no-repeat bottom right !important; height:44px; margin-top:-8px !important; }
			.et-tabs-container .et-tabs-control li.active a { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-tabs-control-active.png) no-repeat !important; height:44px; line-height:44px; }
	.js .et-tabs-content > div { opacity: 0; }


.tabs-left { background: #fafafa url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/left-links-bg.png) repeat-y; border: 1px solid #dcdcdc; border-bottom: 1px solid #a8a8a8; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: relative; padding-left:210px; min-height: 170px; box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); margin-bottom: 15px; }
	.tabs-left .et-tabs-control { width: 191px; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; position: absolute; top: 0px; left: 0px; list-style:none outside none !important;
margin:0 !important; }
		.tabs-left .et-tabs-control { padding-top: 6px; }
			.tabs-left .et-tabs-control li { width: 190px; padding-right: 0px !important; padding-left: 0 !important; background: none !important; list-style: none !important; }
			.tabs-left .et-tabs-control li.active { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/tabs-left-link-active.png) no-repeat right 11px !important; padding-right: 7px !important;  }
				.tabs-left .et-tabs-control li a { color: #828282 !important; font: 14px Century Gothic, Arial, sans-serif; text-shadow: 1px 1px 1px #ffffff !important; display: block; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/tabs-left-link-bottombg.png) no-repeat bottom left; padding: 10px 10px 11px 32px; }
				.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a { text-decoration: none; color: #4e4e4e !important; }
	.tabs-left .et-tabs-content { padding: 23px 20px 23px 26px; margin-top:12px; } 
		.tabs-left .et-tabs-content h3 { padding-bottom: 14px; color: #333333; }
		

.author-shortcodes { margin-bottom: 15px; border: 1px solid #e1e1e1; border-bottom: 1px solid #979797; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/author-shortcodes-topbg.png) repeat-x; padding-top:1px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: relative; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
	.author-inner { background: #fbfbfb url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/author-bg.png) repeat-x bottom left; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 17px 21px 10px 17px; }
		.author-inner .author-image { width: 62px; position: absolute; padding-left:6px;
padding-top:6px; min-height: 85px; }
				.author-image img, .t-img img { border: none !important; }
			.author-inner .author-image .author-overlay { width: 69px; position: absolute; height: 75px; top: 0px; left: 0px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/author-overlay-bg.png) no-repeat; }
		.author-inner .author-info { padding-left: 83px; }


.et-protected { width: 315px; }
	.et-protected-form { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/password-protected-bg.png) no-repeat; height: 144px; margin-bottom: 10px; padding: 26px 33px 0px 30px; font-family: Arial, sans-serif; }
		.et-protected-form p { padding-bottom: 16px; }
		.et-protected-form p input { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/protected-input-bg.png) repeat-x; border: 1px solid #dadada; margin: 0px 0px 0px 14px; padding: 7px; width:150px; }
		.et-protected-form p input[type="password"] { margin-left: 16px; }
		.et-protected-form p input:focus { border-color:#2D3940; color:#3E3E3E; }
		.et-protected-form input.etlogin-button { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/protected-login-bg.png) no-repeat; border: none; width: 59px; height: 24px; float: right; color: #ffffff; font-size: 11px; text-shadow: -1px -1px 1px #000000;  font-family: Arial, sans-serif; }
		
		.et-protected-form label { color: #757575; font-size: 14px; }
		p.et-registration { text-align: right; font: 12px Georgia, serif; color: #757575; }
		p.et-registration a { color: #424242; font-style: italic; font-weight: bold; }
		
.et_slidecontent { width: 90%; }


.et-image-slider { background: #fbfbfb; border: 1px solid #e1e1e1; border-bottom: 1px solid #7a7a7a; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: relative; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); padding: 3px; margin-bottom:25px ; }
	.et-image-shadow { /*background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-image-slider-bottom.png) repeat-x; position: absolute; bottom: -6px;height: 5px; width: 88%; */ display: none; }
	.et-image-shadowleft { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-image-sliderleft-shadow.png) no-repeat; position: absolute; bottom: -16px; height: 16px; width: 161px; left: 0px; }
	.et-image-shadowright { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-image-sliderright-shadow.png) no-repeat; position: absolute; bottom: -16px; height: 16px; width: 161px; right: -22px; }
		.et-image { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
			.et-image span.et-image-overlay { display: block; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/et-image-overlay.png) no-repeat; width: 100%; height: 100%; position: relative; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
			
	.et-image-slider .controllers-wrapper { position: absolute; bottom: -26px; left: 380px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controllers-left.png) no-repeat; height: 44px; padding-left: 12px; z-index:30; }
		.et-image-slider .controllers-wrapper .controllers { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controllers-bg.png) repeat-x; height: 30px; padding-top: 14px; }
		.et-image-slider .controllers-wrapper .controllers, .et-image-slider .controllers-wrapper .controllers-right { float: left; }
		.et-image-slider .controllers-wrapper .controllers-right { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controllers-right.png) no-repeat; height: 44px; width: 8px; }
		
		.et-image-slider .controllers-wrapper a { text-indent: -9999px; display: block; float: left; width: 15px; height: 15px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controller.png) no-repeat; padding-right: 3px; }
			.et-image-slider .controllers-wrapper a:hover, .et-simple-slider a.et-slider-leftarrow:hover, .et-simple-slider a.et-slider-rightarrow:hover, .et-tabs-container .et-tabs-control li a:hover, .tabs-left .et-tabs-control li a:hover, a.small-button:hover, a.big-button:hover, a.icon-button:hover { border: none !important; }
.et-image-slider .controllers-wrapper a.active { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controller-active.png) no-repeat; }

.et-image-slider .controllers-wrapper a.left-arrow, .et-image-slider .controllers-wrapper a.right-arrow { width: 15px; height: 23px; position:relative; top:-4px; }
.et-image-slider .controllers-wrapper a.left-arrow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controllers-leftarrow.png) no-repeat; padding-right: 17px; }
.et-image-slider .controllers-wrapper a.right-arrow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/featured-controllers-rightarrow.png) no-repeat top right; padding-left: 16px; padding-right: 0px; }

.et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#201F1F !important; text-shadow: none !important; }
.et-learn-more a, .et-tabs-container a, .tabs-left a, .et-simple-slider a, .author-shortcodes a, .et-tooltip-box a { text-shadow: none !important; }

.et-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; }
	.et-custom-list ul li { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/list-checkmark.png) no-repeat 0 3px !important; padding-left: 25px !important; margin: 5px 0 !important; list-style: none !important; }
	.etlist-x ul li { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/list-x.png) no-repeat 0 3px !important; }
	.etlist-dot ul li { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/list-dot.png) no-repeat 0 5px !important; }
		.et-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }

.et-pricing { margin: 40px 0 10px; }
	.pricing-table { float: left; width: 200px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-content-bottom.png) no-repeat bottom left; padding-bottom: 22px; position: relative; margin-left: -1px; }
		.pricing-heading { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-header-blue.png) no-repeat bottom left; height: 80px; text-align: center; font-family: Century Gothic, sans-serif; }
			.pricing-heading h2 { padding: 20px 10px 0px; margin: 0 !important; font-size: 24px; color: #fff !important; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); background: none !important; font-weight: normal !important; }
			.pricing-heading p { color: #aacbe0; font-size: 14px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding: 0; margin-top: 2px; }
		.pricing-content { background: #eee url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-content-bg.png) repeat-y; }
			.pricing-tcontent { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-content-top.png) no-repeat; padding: 25px 6px 12px 7px; }
				.pricing-tcontent ul.pricing { padding: 0 !important; list-style: none !important; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-separator.png) no-repeat; margin: 0 !important; list-style-image: none !important; }
					.pricing-tcontent ul.pricing li { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-separator.png) no-repeat bottom left !important; color: #929292; text-shadow: 1px 1px 1px #fff; list-style: none !important; }
						.pricing-tcontent ul.pricing li span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/list-checkmark.png) no-repeat 26px 11px; display: block; padding: 8px 0 9px 48px; }
						.pricing-tcontent ul.pricing li.x-mark span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/list-x.png) no-repeat 26px 11px; }
						span.et-price { display: block; text-align: center; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-price-glow.png) no-repeat; height: 44px; font-size: 48px; color: #4a9d46; font-family: Georgia, serif; text-shadow: 1px 1px 0px #fff; padding: 2px 0 17px; line-height: normal; }
							span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
							span.et-price span.dollar-sign { font-size: 36px; }
		.pricing-table a.join-button { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/join-button.png) bottom right no-repeat; display: block; padding-right: 13px; height: 29px; position: absolute; left: 63px; bottom: -3px; font-size: 12px; color: #fff !important; font-weight: bold; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); text-decoration: none; font-family: Helvetica, Arial, sans-serif; }
			.pricing-table a.join-button span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/join-button.png) no-repeat; display: block; height: 29px; padding-left: 14px; line-height: 25px; }
			.pricing-table a.join-button:hover { text-decoration: none; color: #eee !important; cursor: pointer; border: none !important; }
			
	.pricing-big { width: 230px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-big-bottom.png) no-repeat left bottom; margin-top: -28px; }
		.pricing-big .pricing-heading { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-header-green.png) no-repeat left bottom; }
		.pricing-big .pricing-content {  background: #eee url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-big-content.png) repeat-y; }
			.pricing-big .pricing-tcontent { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/pricing-big-content-top.png) no-repeat; padding-left: 23px; padding-right: 20px; padding-top: 53px; }
			.pricing-big a.join-button { left: 78px; }
			.pricing-big span.et-price { margin-top: 17px; }
			.pricing-big .pricing-heading p { color: #a8d9d4; }
			
.et-testimonial-box { border: 1px solid #c6c6c6; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #fff; padding: 1px; position: relative; margin: 10px 0 35px; }
	.et-testimonial-content { min-height: 200px; background: #fff url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/testimonial-bg.png) bottom left repeat-x; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
		.et-testimonial { padding: 22px 28px 22px 48px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/testimonial-quotes.png) no-repeat 17px 24px; color: #424242; text-shadow: none; }
		.t-img { float: left; position: relative; margin: 4px 8px 5px 0; }
			.t-img img { margin: 6px 0 0 6px; }
			.t-img .t-overlay { position: absolute; top: 0px; left: 0px; }
		.t-img, .t-img .t-overlay { width: 69px; height: 74px; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/author-overlay-bg.png) no-repeat; }
		.t-info { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/testimonial-separator.png) repeat-x; padding: 13px 0 0; text-align: right; font-family: Georgia, serif; margin-top: 10px; }
			.t-info .t-author { font-size: 13px; color: #111111; display: block; }
			.t-info .t-position { font-size: 11px; color: #9c9c9c; font-style: italic; display: block; }
		.t-bottom-arrow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/testimonial-bottom-arrow.png) no-repeat; width: 23px; height: 23px; position: absolute; bottom: -22px; right: 38px; }
		.t-bottom-shadow { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/testimonial-bottom-shadow.png) no-repeat; width: 150px; height: 14px; position: absolute; bottom: -14px; left: 1px; }

.et-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }

.et_quote { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/left-quotes-big.png) no-repeat; padding-left: 57px; min-height: 40px; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
	.et_right_quote { width: 100%; }
.quote-center { font-size: 24px; line-height: 1.2; text-align: center; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/left-quotes-small.png) no-repeat 0px 3px; padding-left: 30px; }
	.quote-center .et_right_quote { padding-right: 30px; width: 95%; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/right-quotes-small.png) 100% 3px no-repeat; }
		
			
.et-tabs-container .et-tabs-control { padding: 0; }
.tabs-left .et-tabs-control { padding-left: 0; }
.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 { color:#201F1F !important; }

a.small-button, a.big-button, a.icon-button { cursor: pointer; font-weight: normal !important; text-decoration: none !important; }
.et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a { text-decoration: none !important; }

.tabs-left .et_slidecontent { background: #fafafa\9; }
.et-tabs-container .et_slidecontent { background: #f7f7f7 url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/shortcodes/images/tabs-container-bg.png) repeat-x\9; }
.et-learn-more .learn-more-content , .et-simple-slider .et_slidecontent { background: #f9f9f9\9; }

.t-info { position: relative; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */		
	
.last { margin-right: 0px !important; clear:right; }
.clear { clear:both; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/js/fancybox/images/fancybox.png') -55px -90px no-repeat;
}
.sitemap-col { float: left; margin: 0 2% 10px 0; width: 23%; }
#sitemap .last { margin-right: 0px; }
	.sitemap-col h2 { color: #111; font-size: 20px; font-family: Georgia, serif; border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: -3px; }
	.sitemap-col a { color: #464646 !important; }
	.sitemap-col a:hover { text-decoration: none; color: #000 !important; }
	.sitemap-col ul { list-style:none outside none; padding-left: 0px; margin-left: 0; }
		.sitemap-col ul li a { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/sitemap-page.png) no-repeat left center; padding: 4px 0px 4px 19px; display: block; }
	ul#sitemap-authors li a { display: inline-block; }
	
	ul#sitemap-categories li a { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/sitemap-category.png) no-repeat left center; }
	ul#sitemap-tags li a { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/sitemap-tag.png) no-repeat left center; }
	ul#sitemap-authors li a { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/sitemap-author.png) no-repeat left center; }	

.et_pt_blogentry { padding:17px 0px 15px; }
	h2.et_pt_title { font-size:24px; padding-bottom:14px; padding-left:2px; }
		h2.et_pt_title a { color: #111; }
		h2.et_pt_title a:hover { color: #000; text-decoration: none; }
	p.et_pt_blogmeta { border-bottom:1px solid #EBEBEB; border-top:1px solid #EBEBEB; color:#9E9E9E; font-family:Georgia,serif; font-size:12px; font-style:italic; margin-bottom:11px; padding:8px 5px 7px 4px; text-transform:uppercase; }
		p.et_pt_blogmeta a { color:#646464; }
		p.et_pt_blogmeta a:hover { color:#111; text-decoration: none; }		
	div.et_pt_thumb { height:191px; margin:0 20px 0 0; padding:8px 0 0 8px; position:relative; width:191px; }
		div.et_pt_thumb span.overlay { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/blog-image-overlay.png") no-repeat scroll 0 0 transparent; display:block; height:199px; left:0; position:absolute; top:0; width:199px; }
	.et_pt_blogentry a.readmore { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/blog-readmore.png") no-repeat right bottom; color:#282828; display:block; float:right; font-size:11px; height:27px; line-height:24px; padding-right:13px; text-shadow:1px 1px 1px #FFFFFF; }
		.et_pt_blogentry a.readmore span { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/blog-readmore.png") no-repeat; display:block; height:27px; padding:0 0 0 13px; }
		

#et_pt_gallery { padding: 15px 0px 0px 0px; margin-left: -33px; }
	.et_pt_gallery_entry { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/item-bottom-shadow.png") no-repeat scroll left bottom transparent; float:left; margin:0 0px 32px 33px; padding-bottom:5px; position:relative; width: 213px; height: 142px; }
		.et_pt_item_image { position:relative; top:0; height: 142px; }
			.et_pt_item_image img.portfolio { border:3px solid #E5E5E5; }
			.et_pt_item_image span.overlay { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/item-overlay.png") no-repeat; height:136px; left:3px; position:absolute; top:3px; width:207px; }
			.et_pt_item_image a.zoom-icon, .et_pt_item_image a.more-icon { display:block; height:61px; position:absolute; text-indent:-9999px; top:41px; width:61px; visibility: hidden; }
			.et_pt_item_image a.zoom-icon { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/zoom-icon.png") no-repeat; left:31px; }
			.et_pt_item_image a.more-icon { background:url("https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/readmore-icon.png") no-repeat; left:128px; }
	#et_pt_gallery .page-nav { clear: both; }

.input { border: 1px solid #d4d2d2 !important; border-radius: 8px  !important; -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; color: #303030 !important; padding: 7px !important; margin: 0px !important; }
input.input { width: 300px; }
textarea.input { width: 478px; height:130px; }	
	
#et-contact p input, #et-contact p textarea { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/contact_input.png) repeat-x #f7f7f7 !important; border: 1px solid #cccccc !important; width: 100% !important; color: #111111 !important; padding: 8px !important; }
#et-contact p textarea { width: 95% !important; }
#et-contact p #et_contact_captcha { width: 20px !important; }

#et-contact p .et_contact_error { border: 1px solid red !important; }

#et-contact .et_hidden { display: none; }

#et_contact_left, #et_contact_right { float: left; }
#et_contact_left { width: 70%; }
#et_contact_right { width: 17%; margin-left: 50px; }

#et_contact_submit, #et_contact_reset { border: 0px !important; color: #4c4b4b !important; float: right; font-size: 12px; text-shadow: 1px 1px 1px #fff; text-transform: uppercase; margin-right: 9px; height: 35px; }

#et_contact_submit { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/contact_submit.png) no-repeat; width: 73px; margin-right: 6px; }
#et_contact_reset { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/contact_reset.png) no-repeat; width: 61px; }

#et-search { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/et_search_bg.png) no-repeat; width: 574px; height: 172px; }
	#et-search-inner { padding: 19px 14px 0px 29px; }
		p#et-search-title { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/et_search_bottom.png) no-repeat bottom left; padding: 0px 0px 10px 10px; margin-left: -8px; margin-bottom: 13px; }
			p#et-search-title span { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/et_search_icon.png) no-repeat 0px 4px; display: block; padding: 0px 0px 0px 24px; font-size: 18px; color: #fff; text-shadow: 1px 1px 1px #8f8f8f; }
	#et-search-left { float: left; width: 448px; }
	#et-search-right { float: right; width: 82px; text-align: right; margin-top: -1px; }
	
	#et-searchinput { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/et-searchinput.png) no-repeat; width: 419px; height: 16px; border: none !important;    padding: 6px 12px 8px; color: #4E4E4E; margin-bottom: 4px; margin-top: 0; }
	
	p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: left; margin-right: 8px; }
	p#et_choose_cat { margin-right: 0px; }
	
	select#et-month-choice, select#et-cat { width: 161px; margin: 0px; font-size: 11px; color: #464646; }
	
	p#et_choose_posts, p#et_choose_pages { color: #5c5c5c; font-size: 11px; text-shadow: 1px 1px 1px #ebebeb; }
	p#et_choose_posts input, p#et_choose_pages input { margin-left: 0px; margin-right: 4px; }
	p#et-search-word { padding-bottom: 5px; }
	
	#et_search_submit { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/et_search_submit.png) no-repeat; border: medium none !important; color: #4c4b4b; font-size: 12px; padding: 7px 0 9px; text-shadow: 1px 1px 0px #fff; width: 73px; text-transform: uppercase; }
	
	p#et_choose_date select, p#et_choose_cat select { width: 145px\9; }

#et_pt_portfolio_gallery { padding: 15px 0px 0px 0px; margin-left: -70px; }
	.et_pt_portfolio_row { margin-bottom: 45px; }
		.et_pt_portfolio_item { float: left; margin-left: 70px; width: 272px; }
			.et_pt_portfolio_item h2 { color: #000; padding-bottom: 12px; }
			.et_pt_portfolio_entry { border: 1px solid #dadada; border-bottom: 1px solid #b7b7b7; background: #fff; padding: 5px; -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); margin-bottom: 7px; }
				.et_pt_portfolio_image { position: relative; }
					.et_pt_portfolio_image img { display: block; }
					.et_portfolio_more_icon, .et_portfolio_zoom_icon { display: block; height: 37px; position: absolute; top: 68px; width: 37px; text-indent: -9999px; display: none; }
					.et_portrait_layout .et_portfolio_more_icon, .et_portrait_layout .et_portfolio_zoom_icon { top: 142px; }
					.et_portfolio_more_icon { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/portfolio-more-icon.png) no-repeat; left: 94px; }
					.et_portfolio_zoom_icon { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/portfolio-zoom-icon.png) no-repeat; left: 134px; }
					.et_video .et_portfolio_zoom_icon { background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/portfolio-video-icon.png) no-repeat; }
					.et_pt_portfolio_overlay { width: 100%; height: 100%; background: url(https://sharepointgeorge.com/wp-content/themes/Chameleon/epanel/page_templates/images/gallery-overlay.png) no-repeat; display: block; position: absolute; top: 0px; left: 0px; }
	#et_pt_portfolio_gallery .page-nav { margin-left: 70px; padding-bottom: 10px; }

.et_portfolio_small { margin-left: -45px !important; }
	.et_portfolio_small .et_pt_portfolio_item { margin-left: 45px; width: 152px; }
	.et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px; }
		.et_portfolio_small .et_portrait_layout .et_portfolio_more_icon, .et_portfolio_small .et_portrait_layout .et_portfolio_zoom_icon { top: 67px; }
	.et_portfolio_small .et_portfolio_more_icon { left: 38px; }
	.et_portfolio_small .et_portfolio_zoom_icon { left: 77px; }
	
.et_portfolio_large { margin-left: -76px !important; }
	.et_portfolio_large .et_pt_portfolio_item { margin-left: 76px; width: 442px; }
	.et_portfolio_large .et_portfolio_more_icon, .et_portfolio_large .et_portfolio_zoom_icon { top: 124px; }
		.et_portfolio_large .et_portrait_layout .et_portfolio_more_icon, .et_portfolio_large .et_portrait_layout .et_portfolio_zoom_icon { top: 392px; }
	.et_portfolio_large .et_portfolio_more_icon { left: 178px; }
	.et_portfolio_large .et_portfolio_zoom_icon { left: 219px; }
	
#fancybox-title-float-main { text-shadow: none !important; }