@charset "utf-8";
/* CSS Document */

/*==========================*/
/*===  4.1. Heading Font ===*/
/*==========================*/

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

/* Blogging */

#blogRight {
float: right;
margin: 0 0 0px 25px;
}

#tagListing {
margin-bottom: 15px;
padding: 8px 5px 5px 5px;
width: 200px;
}

#tagListing li a{
color: #444;
text-decoration:none;
}

#tagListing li a:hover{
text-decoration:underline;
}

#latestPosts {
padding: 8px 5px 5px 5px;
width: 200px;
}

.entry {
font-family: Helvetica,Arial,sans-serif;
}

.entry p {
line-height: 1.5em;
margin-bottom: 15px;
}


#latestPosts h2 {
color: #333;
font-family:'LeagueGothicRegular', Helvetica, Arial; 
}

#tagListing h2 {
color: #333;
font-family:'LeagueGothicRegular', Helvetica, Arial; 
}

.blogThumb {
float:left;
margin:0 15px 0px 0;
border: 1px solid #bbb;
padding: 3px;
}
#blogcontent {
width: 650px;
color: #444;
text-align: justify;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
font-size:1.1em;
line-height: 1.5em;
font-weigth:none;
float:left;
}

#blogcontent li {
margin-bottom: 10px;
color: #333;
}

#blogcontent h2 {
font-size:1.8em;
font-weight:normal;
font-family:'LeagueGothicRegular', Helvetica, Arial; 
margin: 0 0 20px 0;
}

#blogcontent .subtitle {
font-size:1.3em;
font-weight:normal;
font-family:'LeagueGothicRegular', Helvetica, Arial; 
margin: 0 0 10px 0;
color: #888;
}


#blogcontent .title {
font-size:2.5em;
font-weight:normal;
font-family:'LeagueGothicRegular', Helvetica, Arial; 
margin: 0 0 5px 0;
color: #444;
}


#blogcontent h2 a {
color:#ccc;

}

#bloghomecontent {

color: #333;
text-align: justify;
font-family: Helvetica,Arial,sans-serif;
font-size:1.0em;
line-height: 1.3em;
font-weight:none;
}



#bloghomecontent .postdetails {
font-size:1.3em;
font-weight:normal;
font-family:'LeagueGothicRegular', Helvetica, Arial; 
color:#888;
line-height: 1.5em;
}

#bloghomecontent h2 a {
color:#333;
text-decoration: none;
font-size:1.6em;
margin: 0 0 10px 0;
}

#bloghomecontent img {
border: 1px #000
padding: 5px;

}

#bloghomecontent h2 a:hover {
text-decoration: underline;
}

.line {
    border-top: 1px dotted #555;
    margin-bottom: 29px;
    margin-top: 28px;
}

.divider {
    clear: both;
    display: block;
    height: 0;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.posthomelinks {
font-size: 0.7em;
}

#post h2 {
     background-color: #89230f;
     background-color: #333;
     padding: 5px;
     width: 730px;
}

#post h2 a {
     color: #fff;
}

#post h2 a:hover {
     color: #fff;
     background-color: #333;
     text-decoration:underline;
}

#showcomments {
display: block;
background: #fff;
width: 620px;
padding: 5px;
margin-top: 10px;
}
#showcomments h3 {
	color:#000;
}
#showcomments li.quip-comment {
	background:#f5f5f5;
	border:1px solid #ddd;
	color:#333;
	margin:10px 0;
}
#showcomments li.quip-comment p {
	margin:5px 0;
}
#showcomments li.quip-comment p.quip-comment-meta {
	font-size:0.8em;
}
#showcomments li.quip-comment p.quip-comment-meta span {
	color:#003366;
	font-style:normal;
}
#showcomments li.quip-comment p.quip-comment-meta span.quip-comment-author span {
	color:#003366;
	font-weight:bold;
}
#showcomments li.quip-comment p.quip-comment-meta a:hover {
	background:none;
	text-decoration:underline;
}
#showcomments li.quip-comment p.quip-comment-meta span.quip-comment-createdon {
	font-size:0.9em;
}
#showcomments li.quip-comment div.quip-comment-text p {
	font-size:0.85em;
	margin:0 0 5px 0;
	padding:0;
}
#leavecomment div.quip-add-comment .required {color:#ff0000;}
#leavecomment div.quip-fld,#leavecomment div.quip-checkbox {
	margin:5px 0;
}
#leavecomment div.quip-fld label {
	color:#888;
	display:block;
	float:none;
	font-size:0.8em;
}
#leavecomment div.quip-checkbox label {
	color:#888;
	font-size:0.8em;
	width:23%;
}
#leavecomment div.quip-fld input,#leavecomment textarea {
	background:#f9f9f9;
	border:1px solid #ccc;
	box-shadow:inset 0 0 5px #666;
	font-size:0.8em;
	-moz-box-shadow:inset 0 0 5px #666;
	-webkit-box-shadow:inset 0 0 5px #666;
}
#leavecomment textarea {font-size:1em;}
#leavecomment p {
	font-size:0.8em;
	color:#888;
}

#showcomments p {
font-size: 1em;
color: #333;
}

#leavecomment {
font-size: .9em;
color: #333;
}

#leavecomment h2 {
font-size: 1.3em;
margin: 5px;
}


.ditto_summaryPost a {
text-decoration: none;
}

.ditto_summaryPost h2 a {
text-decoration: none;
color: #333;
font-size:1.3em;
}
#webinar_outline {float:left; width: 700px;}

#facebookwidget {
width:310px;
float:right;
margin-left: 15px;
}

#homeleft {
float:left;
width: 500px;
}
.ditto_info {
	color:#333;
	font-size:0.8em;
        margin-left: 10px;
}

.ditto_summary {
	font-size:0.9em;
        margin-left: 10px;
	color:#222;
}

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
#homelist ol li {
padding-left: 10px;
indent: 10px;
}
body {
	background:url(../images/body-bg.jpg) #2f2e2e bottom left repeat-x fixed;
	/*font-family:Verdana,Arial,Helvetica,sans-serif;
        font-family: "Trebuchet MS",serif; */
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;

	line-height:1;
	margin:0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
        vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/* Begin page defaults */

a {
	color:#fa6d0e;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#fbaa30;
	text-decoration:none;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {
	background:url(../images/header-bg.gif) top left repeat-x;
	text-align:center;
}
#pageWrapper {
	margin:0 auto;
	text-align:left;
	padding:383px 0 10px 0;
	position:relative;
	width:926px;
}

/* Header */

#header {
	left:0;
	position:absolute;
	overflow:visible;
	top:0;
	width:926px;
}
#logo {
	height:91px;
	left:0;
	position:absolute;
	top:30px;
	width:358px;
}
#slogan {
	height:46px;
	position:absolute;
	right:0;
	top:66px;
	width:269px;
}

/* Nav */

#topNav {
	background:url(../images/topNav-bg.gif) top left repeat-x;
	margin:137px 0 0 0;
	z-index:999;
}
#topNav ul {
	background:url(../images/topNav-end.gif) top right no-repeat;
	height:42px;
	z-index:999;
}
#topNav ul li {
	background:url(../images/topNav-divide.gif) top right no-repeat;
	float:left;
  font-family:Verdana,Arial,Helvetica,sans-serif;	
  font-size:0.9em;
	list-style-type:none;
	position:relative;
	z-index:999;
}
#topNav ul li a {
	color:#000;
	display:block;
	line-height:42px;
	padding:0 26px;
	text-decoration:none;
	z-index:999;
}
#topNav ul li a:hover, #topNav ul li:hover a, #topNav ul li.hover a {
	background:#fa6d0e;
	color:#fff;
}

#topNav ul li.active a {
	background:#666666;
	color:#fff;
}

#topNav ul li.firstItem a {
	background:url(../images/topNav-firstItem-bg.gif) top left no-repeat;
	color:#000;
	padding-left:22px;
	padding-right:22px;
}
#topNav ul li.firstItem a:hover {
	background-position:0 -80px;
	color:#fff;
}
#topNav ul li ul {
	background:#fa6d0e;
	border:1px solid #efefef;
	border-width:1px 1px 1px 1px;
	display:none;
	height:auto;
	left:0;
	position:absolute;
	top:41px;
	width:13.5em;
	z-index:999;
}
#topNav ul li:hover ul, #topNav ul li.hover ul {
	display:block;
}
#topNav ul li ul li {
	background:none;
	float:none;
	font-size:0.8em;
	z-index:999;
}
#topNav ul li ul li a, #topNav ul li ul li.firstItem a {
	background:none;
	color:#fff;
	line-height:1.75em;
	padding:5px 10px;
	z-index:999;
}
#topNav ul li ul li a:hover {
	background:#fbaa30;
}

#topImg {
	background:url(../images/topImg-bg.jpg) top left no-repeat;
	height:203px;
	margin:-1px 0 0 0;
}
#topImgGallery {
	background:url(../images/topImg-bg.jpg) top left no-repeat;
	height:203px;
	margin:-1px 0 0 0;
}

/* Content*/

#contentWrapper {
	background:url(../images/content-bg.jpg) #fff top left repeat-x;
	margin:-1px 0 0 0;
	padding:20px 0 0 0;
}
#contentWrapper #contentBot {
	background:url(../images/contentBot.gif) top left no-repeat;
	clear:both;
	height:13px;
}
#content {
	line-height:1.3em;
	margin:0 15px;
}
#content h1, #content h2, #content h3 {
	color:#444444;
	font-size:2.8em;
	font-weight:bold;
	margin:5px 0 5px 0;
       font-family:'LeagueGothicRegular', Helvetica, Arial; 
}
#content h2, #content h3 {
	color:#0033cc;
	font-size:1.3em;
}
#content h3 {
	font-size:1.1em;
        color: #e25b00;
        margin:0;
}

#content h1 {
	line-height:1.1em;
}
#content p {
	font-size:0.8em;
	margin:15px 0;
}
#content ol, #content ul {
	margin:10px 0;
}
#content ol ol, #content ol ul, #content ul ol, #content ul ul {
	margin:5px 20px;
}
#content ol li, #content ul li {
	font-size:0.8em;
	margin:2px 25px;
}
div.thumbscontainer ul.thumbs li {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
	width:216px;
}
div.thumbscontainer ul.thumbs li span {
	display:block;
	text-align:center;
}
.thumb_shadow {
	background:url(../images/thumb-shadow.png) 0 0 no-repeat;
	height:125px;
	padding:1px 6px 6px 1px;
	width:125px;
}

/* Footer */

#footer {
	background:url(../images/footer-bg.jpg) #324882 top left no-repeat;
	height:70px;
	margin:20px 25px 10px 25px;
	width:876px;
}
#footer p {
	color:#fff;
	font-size:0.8em;
	line-height:70px;
	text-align:center;
}
p#footerSlogan {
	color:#fff;
	font-size:0.8em;
	line-height:1.5em;
	text-align:center;
}

#footer a {
	color:#fff;
	line-height:70px;
	text-align:center;
        font-weight: normal;
        text-decoration: none;
}
#socialmedia {
        float: right;
        margin-left:15px;
        width: 180px;
}
#socialmedia ul {
list-style-type:none;
}

#socialmedia a {
    text-decoration:none;
    color: #aaa;
    font-size: 1.2em;
    line-height: 1.2em;
}

#socialmedia a:hover {
    text-decoration:underline;
    color: #fa6d0e;
}

#blogarea {
width: 650px;
text-align: justify;
float:left;
}

#blogarea h1, #content h2, #content h3 {
	color:#fa6d0e;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 5px 0;
       font-family:'LeagueGothicRegular', Helvetica, Arial; 
        line-height:1.2em;

}
#blogarea h2, #content h3 {
	color:#0092ef;
	font-size:1.1em;
}
#content #blogFootNav li {
	display:inline;
	list-style-type:none;
	margin:2px 10px;
}

 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
 	
#content div.galleriffic div.gal_main {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    float: right;
    width: 595px; 
}
#content div.galleriffic div.gal_main a, #content div.galleriffic div.navigation a {
    text-decoration: none;
    color: #777;
}
#content div.galleriffic div.gal_main a:focus, #content div.galleriffic div.gal_main a:hover, #content div.galleriffic div.gal_main a:active {
    text-decoration: underline;
}
#content div.galleriffic div.controls {
    margin-top: 5px;
    height: 23px;
}
#content div.galleriffic div.controls a {
    padding: 5px;
}
#content div.galleriffic div.ss-controls {
    float: left;
}
#content div.galleriffic div.nav-controls {
    float: right;
}
#content div.galleriffic div.slideshow-container {
    position: relative;
    clear: both;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#content div.galleriffic div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 595px;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#content div.galleriffic div.slideshow {

}
#content div.galleriffic div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#content div.galleriffic div.slideshow a.advance-link {
    display: block;
    width: 595px;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}
#content div.galleriffic div.slideshow a.advance-link:hover, #content div.galleriffic div.slideshow a.advance-link:active, #content div.galleriffic div.slideshow a.advance-link:visited {
    text-decoration: none;
}
#content div.galleriffic div.slideshow img {
    vertical-align: middle;
    border:none !important;
}
#content div.galleriffic div.download {
    float: right;
}
#content div.galleriffic div.caption-container {
    position: relative;
    clear: left;
    height: 75px;
}
#content div.galleriffic span.image-caption {
    display: block;
    position: absolute;
    width: 595px;
    top: 0;
    left: 0;
}
#content div.galleriffic div.caption {
    padding: 12px;
}
#content div.galleriffic div.image-title {
    font-weight: bold;
    font-size: 1.4em;
}
#content div.galleriffic div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}
#content div.galleriffic div.navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#content div.galleriffic ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}
#content div.galleriffic ul.thumbs li {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 0;
    list-style: none;
}
#content div.galleriffic a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #ccc;
}
#content div.galleriffic ul.thumbs li.selected a.thumb {
    background: #000;
}
#content div.galleriffic a.thumb:focus {
    outline: none;
}
#content ul.thumbs img {
    border: none;
    display: block;
}
#content div.galleriffic div.pagination {
    clear: both;
}
#content div.galleriffic div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}
#content div.navigation div.bottom {
    margin-top: 12px;
}
#content div.galleriffic div.pagination a, #content div.galleriffic div.pagination span.current, #content div.galleriffic div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
}
#content div.galleriffic div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
#content div.galleriffic div.pagination span.current {
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
div.galleriffic div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}


/* Quip Comments */


#quip-add-comment-qcom input, #quip-add-comment-qcom textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #999;
}

#quip-add-comment-qcom textarea{
    resize:vertical;
}

.quip-fld{
    margin:10px 0 0 0;
}

.quip-comment-createdon a{
    font-style:normal;
}

.quip-reply-link{
   display:none;
}

div.quip-comment-body, div.quip-comment-alt {
   padding:0px 7px;
}

#content .quip-comment-text p{
    padding-top:0px;
}
