body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/* GENERAL STYLES */

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}/* https://sonspring.com/journal/clearing-floats */

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px/20px Arial,Helvetica,Sans-serif; color: #555; background-color: #fff; margin-top:35px}

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Georgia, serif; color: #222; font-weight:normal; }
h1  {font-size: 2em } h2  {font-size: 1.8em;} h3  {font-size: 1.6em;} h4  {font-size: 1.2em;} h5  {font-size: 1em;} h6  {font-size: 0.8em;}

p {margin: 0; font:16px/24px Georgia, serif; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 5px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; margin-bottom:10px;}

.hide { display: none; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #3088ff; text-decoration:underline;}
a:hover {text-decoration:underline; color:red; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: underline; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { padding:10px 0 40px; }

#socials-icons {
  position: absolute;
  right: 0;
  top: 0;
}

#socials-icons ul {
  position: relative;
}

#socials-icons li {
  float: left;
  margin-left: 10px;
}

#socials-icons li a{}

#main{}
#sidebar{}

#main-nav{float:right;}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation{font:16px/45px sans-serif;border-top:1px solid #dbdbdb; border-bottom:5px solid #dbdbdb;padding:0; margin-bottom:30px; background: none repeat scroll 0 0 #f5f9fa;}

/* #navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 5px;padding:6px 15px 3px 0;margin-right:10px;} */
#navigation ul.rss li{display:inline;padding:0 10px 0 0;}
#navigation ul.rss li a{color:#c63f00;text-decoration:none;}
#navigation ul.rss li a:hover{text-decoration:underline;}

.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; margin-left:10px; }
.nav a {
  display: block;
  height: 45px;
  line-height: 18px;
  padding: 5px 30px;
  position: relative;
  text-decoration: none;
  z-index: 100;
  font: 16px/45px Arial,sans-serif !important;
/*   background:url("images/menu-item.jpg") repeat scroll 0 -55px transparent; */
  border-left: 1px solid #DDDEE0;
}
/* .nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {background: url("images/menu-item.jpg") repeat scroll 0 0 transparent; color: #FFFFFF;} */
.nav li li.current_page_item { background:none; }
.nav li  { float:left; width: auto; margin: 0;}
.nav li:first-child a {border:none;}
.nav li a.sf-with-ul { padding-right:20px; }
.nav li ul li a  { /*text-shadow:0 1px 0 #fff;*/ }
.nav li ul li a { /*border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;*/}
.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected { /*border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;*/}

	/* 2.2.1 Drop-down menus */
	.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
	.nav li ul li  { background:#eee; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb;}
	.nav li ul li a  { width:160px; color:#555; font-size:0.8em; line-height:18px; }
	.nav li ul li a.sf-with-ul { padding:5px 10px; }
	.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul { background:#eaeaea;}
	.nav li ul ul  { margin: -30px 0 0 180px; }
	.nav li ul ul li a  {  }
	.nav li ul li ul li a  {  }
	
	.nav li:hover,.nav li.hover  { position:static; }
	.nav li:hover ul ul, .nav li.sfhover ul ul,
	.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
	.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
	.nav li:hover ul, .nav li.sfhover ul,
	.nav li li:hover ul, .nav li li.sfhover ul,
	.nav li li li:hover ul, .nav li li li.sfhover ul,
	.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }
	
/*	.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:40%;width:10px;height:10px;text-indent:-999em;overflow:hidden;} */
	.nav li ul .sf-sub-indicator {background:url(/main/resource/arrowsuperfishright) no-repeat;}
	
	/* 2.2.2 Top Navigation (optional) */
	#top { background: #000; }
	#top .nav { margin:0; }
	#top .nav a { color:#ddd; padding:8px 10px; line-height:18px; text-decoration:none; text-shadow:none; }
	#top .nav li  {  }
	#top .nav li a.sf-with-ul { padding-right:20px; }
	#top .nav .sf-sub-indicator { top:40%; }
	
	#top .nav a:hover, 
	#top .nav li.current_page_item a, 
	#top .nav li.current_page_parent a,
	#top .nav li.current-menu-ancestor a,
	#top .nav li.current-cat a,
	#top .nav li.current-menu-item a,
	#top .nav li.sfHover a { background: #222; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	
	#top .nav li ul  { background: #222; margin:0; padding:0px; width: 180px; border: none; z-index:999;
		/* Box Shadow */
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		box-shadow: 0 2px 2px rgba(0,0,0,.1);
	}
	#top .nav li ul, #top .nav li ul li:last-child a {
		/* Border Radius */
		border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; 
	}
	#top .nav li ul li { background:none; border:none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
	#top .nav li ul li a  { padding:8px 10px; width:160px; color:#ddd; background: none; font-size:0.9em;}
	#top .nav li ul li a:hover  { background: #000; }
	#top .nav li ul li a.sf-with-ul { padding-right:10px; }
	#top .nav li ul ul  { margin: -34px 0 0 180px; }
	
	#top .nav li:hover, #top .nav li.hover  { position:static; }
	#top .nav li:hover ul ul, #top .nav li.sfhover ul ul,
	#top .nav li:hover ul ul ul, #top .nav li.sfhover ul ul ul,
	#top .nav li:hover ul ul ul ul, #top .nav li.sfhover ul ul ul ul { left:-999em; }
	#top .nav li:hover ul, #top .nav li.sfhover ul,
	#top .nav li li:hover ul, #top .nav li li.sfhover ul,
	#top .nav li li li:hover ul, #top .nav li li li.sfhover ul,
	#top .nav li li li li:hover ul, #top .nav li li li li.sfhover ul  { left:auto; }


/* 2.3 Header */
#header {
  clear: both;
  height: 40px;
  padding: 40px 0 30px;
  position: relative;
}

#logo {
float: left;
  /*width: 475px;
  position: relative;
  height: 109px;
  left: 20px;
  position: absolute;
  top: 0; */
}
#logo img  { }
#logo .site-title { line-height: inherit; margin-bottom: 5px; }
/* #logo .site-title, #logo .site-description  { font-family:Georgia, serif; color: #000; } display:none; */
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
/*#logo .site-description { color:#999; font:14px Georgia, serif; }*/

#topad {float:right;}

#searchAskButton{
float:left;
height:49px;
width:200px;
margin-top:-2px;
text-indent:-9999em;
background:url(/resource/1331683214000/generics_btn) no-repeat!important;
}
#searchAskInput{
background:#FFF;
border:solid 1px #ccc;
width:550px;
line-height:30px;
padding-left:5px;
height:30px!important;
margin:5px 5px 0 20px;
}

/* 2.4 Content */
#content{padding:0 0 0px; position:relative; background: none repeat scroll 0 0 #FFFFFF;}

.shadow-t {
  background: url("/main/resource/contentts") repeat scroll 0 0 transparent; 
  height: 19px;
  position: absolute;
  top: -14px;
  width: 1012px;
}
.shadow-r {
  background: url("/main/resource/contentrs") repeat scroll 0 0 transparent; 
  height: 278px;
  position: absolute;
  right: -5px;
  top: -14px;
  width: 5px;
}
.shadow-l {
  background: url("/main/resource/contentls") repeat scroll 0 0 transparent; 
  height: 278px;
  position: absolute;
  left: -5px;
  top: -14px;
  width: 5px;
}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .tertiary { float:left; margin-right:0; } 
#sidebar .last { margin:0; } 

/* 2.6 Footer */
#footer{padding: 20px 0;border-top: 4px solid #e6e6e6; color:#999;}
#footer p {font:italic normal 14px Georgia, serif;}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}
#footer .col-left { padding-left:10px; }
#footer .col-right { padding-right:10px; }


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.breadcrumbs { margin-bottom: 1.5em; }

.archive_header  { display: none; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 5px solid; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post, .search .page  { margin: 0 10px 40px; }

.post.sticky {}

.post .title, .page .title  { font:normal bold 24px/24px Arial, Helvetica, sans-serif;margin: 0 0 15px; }
.post .title a:link, .post .title a:visited,
.page .title a:link, .page .title a:visited{ color:#222; }

.post-meta {margin: 1em 0 1.5em 0;font:1em/1em sans-serif;color:#999; font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase;}
.post-meta .small {}
.post-meta .author {text-transform: capitalize;}
.post-more { clear:both; text-transform:uppercase; border-bottom:1px solid #DDDEE0; padding:10px 0; font:11px/16px sans-serif;}
/* .post p.tags{color:#999; background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;} */
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited { text-transform: uppercase; }
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover { text-decoration:underline; color:red;}

.post .post-embed { margin-bottom:30px; }

.entry  {}
.entry .page-link { margin: 0 0 1.2em; }

/* 3.1 Typographic Elements */

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }

.entry p  { margin-bottom: 1.2em; }

/* .entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444; } */
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7); }

img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; width: auto; margin: 5px 15px 15px 0; }
.alignright  { float: right; width: auto; margin: 5px 0 15px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .gallery-caption {}

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; background:rgba(255,255,255,0.7); border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi { clear:both;font-size:11px; padding:10px 15px; border:1px solid #e6e6e6; background:#fafafa; border-width:1px 0 4px; }
.nav-entries a, 
.wp-pagenavi a:link, .wp-pagenavi a:visited, 
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover,
.wp-pagenavi span.extend, .wp-pagenavi span.pages{ display: block; font:italic 12px/16px Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.post-entries { clear:both; margin-top:-20px; }
.post-entries a:link, .post-entries a:visited { font-size:0.9em; color:#888; }

.wp-pagenavi { margin: 0 !important; text-align: center !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important; background:rgba(0,0,0,0.1) !important; color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important; border:1px solid rgba(0,0,0,0.2) !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover {display:inline; padding: 3px 7px !important; background: #ddd !important; background:rgba(0,0,0,0.1) !important; border:1px solid #bbb !important; border:1px solid rgba(0,0,0,0.2) !important;}
.wp-pagenavi span.extend, .wp-pagenavi span.pages { display:inline;background:none !important; border:none !important; color:#666 !important; }

.woo-pagination { margin: 0; text-align: center; clear: both; display: block; }
.woo-pagination a:link,
.woo-pagination a:visited { display: inline; text-decoration: none; color: #666; padding: 3px 7px; border: 1px solid #DDDDDD; }
.woo-pagination span.extend, .woo-pagination .page-numbers { border: none; color: #666; }
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .woo-pagination span.current {
	/* Border Radius */ 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active { border:1px solid #dedede; background: #fafafa; }
.woo-pagination .current, .woo-pagination a:hover { padding: 3px 7px; background: #EEEEEE; border: 1px solid #bbb; }

/* 3.4 Single Post Author */
#post-author { background: #fafafa; padding:15px; border:1px solid #e6e6e6; border-width:4px 0 1px; margin: 0 0 1.5em; }
#post-author h3 { margin-bottom: 0px; }
#post-author .profile-image { float:left; margin:0 15px 5px 0; padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
#post-author .profile-link {  }
.author #post-author { margin-bottom:30px; }

/* 3.5 Tumblog Styling */
.post { position: relative; }
/*  .post .post-icon a  { float:right; display: block; overflow: hidden; width: 51px; height: 0; padding-top: 51px; background: url(images/ico-post-icons.png) no-repeat 0 0; } */
.post .post-icon.link a  { background-position: 0 0; }
.post .post-icon.video a  { background-position: 0 -53px; }
.post .post-icon.article a  { background-position: 0 -106px; }
.post .post-icon.audio a  { background-position: 0 -160px; }
.post .post-icon.image a  { background-position: 0 -213px; }
.post .post-icon.quote a  { background-position: 0 -266px; }
.post .audio { margin-bottom: 1.8em;}

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 10px 0; font-size:12px; }

.widget > div {
  /*background: none repeat scroll 0 0 #E6E6E6;
  display: block;
  height: auto;
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 3px 3px 3px 3px;*/
}

.widget h3  { margin: 0 0 20px 0; padding:0 0 15px; text-transform:uppercase; font:normal bold 14px Arial, Helvetica, sans-serif; color:#555; border-bottom:3px solid #e6e6e6; }
.widget p { font:12px/20px Arial, Helvetica, sans-serif; margin-bottom:15px; }

.widget ul  { clear:both; padding-left:10px; list-style-position:inside; list-style-type:disc;}
.widget ul li  {}
.widget ul li a  { padding: 0 0 0 5px; line-height: 22px; text-decoration: none; }
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

#footer-widgets { border-top:1px solid #e6e6e6; padding:10px 0; }
#footer-widgets .block { padding:20px 0 0 20px; width:210px; float:left; }

/* 4.2 Specific Widgets */

/* SEARCH FORM */
.searchform  { width: 99%; position: relative; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.searchform input.s  {  padding: 8px; width:85%; margin:0; border:none; background: none; color:#777;  }
.searchform input.submit { position: absolute; top:6px; right:10px; border:none; margin:0; padding:0; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 8px 8px;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:0 0 10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:rgba(0,0,0,.05);padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }

/* TWITTER */
.widget_woo_twitter .back { padding: 15px 25px 10px; background: #f8f8f8; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.widget_woo_twitter ul { background: none; padding-left:0; }
.widget_woo_twitter ul li { border-bottom: 1px solid #e6e6e6; padding: 10px 0px; list-style:none;}
.widget_woo_twitter ul li a { padding: 0px; }
.widget_woo_twitter ul li .time { color:#999; }
.widget_woo_twitter p { padding-top: 10px; }
.widget_woo_twitter p a { color:#222; }
.widget_woo_twitter ul li .content { font-size: 16px; font-family: Georgia, serif; }
.widget.widget_woo_twitter h3 { border-bottom:none; padding:0; margin:0; padding-bottom: 15px; }

/* Feedback */

.feedback .pagination { margin-top: 20px; }

/* 4.3 WooTabs */
#tabs {	background:#e6e6e6; height:auto; display: block; padding:5px; margin-bottom:0px; }

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#F8F8F8; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; }

#tabs .inside { background:#F8F8F8; padding:5px;}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; list-style: none; padding-left: 0px; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px Georgia, serif; padding:0; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }

#tabs { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topright:3px;	-moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }
#tabs .inside .list { display:none; }
#tabs .inside .list:first-child { display:block; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:40px 0 0;padding:40px 0 0 0; border-top:1px solid #e6e6e6; border-top:1px solid rgba(0,0,0,0.07);}
#comments h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#comments .comment.thread-even { background: #fafafa; background: rgba(0,0,0,0.02); border-bottom:1px solid #e6e6e6; border-bottom:1px solid rgba(0,0,0,0.07); }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .bypostauthor {}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background:#FFFFFF; color:#555555 !important; text-shadow:none; }
#comments .reply a:hover { background:#fafafa; }

#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation {}
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 40px 0 0; }
#respond h3 { color:#333; font-weight:normal; margin-bottom:20px; }
#respond #reply-title small { display: block; font-size: 14px; margin-top: 5px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
/*  .button, .button:visited, .reply a, #respond .form-submit input#submit { font-family:Verdana, Geneva, Arial, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; } */
.button, .button:visited, .reply a, #respond .form-submit input#submit { background-color:#444; }
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active, #respond .form-submit input#submit:active { top: 1px; }
.small.button, .reply a { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .medium.button, #respond .form-submit input#submit { font-size: 12px; line-height: 1; }
.large.button { font-size: 14px; padding: 8px 14px 9px; }
.button, .medium.button, #respond .form-submit input#submit { text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.button, .reply a, #respond .form-submit input#submit { -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border: 1px solid rgba(0,0,0,.25); border-bottom-color: rgba(0,0,0,.35); }
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover { opacity:0.9; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
/*  p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; } */
/* p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px; } */
/* p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; } */
/* p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(images/ico-info.png) no-repeat 20px 13px; } */
/* p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px; } */

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:70%;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}
.three-col-left #contact-page ol.forms textarea, 
.three-col-middle #contact-page ol.forms textarea, 
.three-col-right #contact-page ol.forms textarea { width: 65%; }
.three-col-left #contact-page ol.forms input#sendCopy, 
.three-col-middle #contact-page ol.forms input#sendCopy, 
.three-col-right #contact-page ol.forms input#sendCopy { float: left; }

/* 6.4 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; font: normal normal normal 14px Arial, sans-serif; font-weight: bold; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; font-size: 12px !important; }
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label { font-size: 12px !important; }
.gform_footer { font-size: 13px !important;}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
letter-spacing: 0px; }

.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* 6.5 Tumblog */
.entry .quote, .entry .video  { margin-bottom:1.5em; }
.entry .quote blockquote { font-style:italic; }
.entry .quote cite { text-align: right; font-style: normal; display: block; font: 0.9em sans-serif; }
.entry .quote cite:before  { content: '~ ' }

/* 6.6 Subscribe & Connect */
#connect { background: #fafafa; margin:0 0 1.5em; padding:15px; border:1px solid #e6e6e6; border-width:1px 0 4px; clear:both; }
#main #connect .col-left, #connect .col-right { width:48%; }
#connect h3 { margin-bottom: 10px; }
#connect p { margin: 0 0 1em; }
#connect .newsletter-form { margin: 0 0 1em; }
#connect .newsletter-form .input {  }
#connect .newsletter-form .email { width:140px; }
#connect .newsletter-form .submit { cursor:pointer; padding: 3px 5px; margin:0 0 0 5px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
#connect .social { }
#connect .social a { opacity:0.8; }
#connect .social a:hover { opacity:1; }
#connect .related-posts { border-left:1px solid #e6e6e6; padding-left:15px; }
#connect .related-posts ul { list-style: outside disc; margin:5px 0 5px 15px; }
.widget #connect { background: none; padding: 0; border:none; }
.widget #connect .fl, .widget #connect .fr { float:none; }

/* 6.7 Featured Posts Shortcode */
.woo-sc-featured-posts ul { float: left; clear: both; list-style: none; padding-left: 0px; }
.woo-sc-featured-posts ul li { float: left; clear: both; list-style: none; margin-bottom: 10px; }
.woo-sc-featured-posts ul li .thumbnail { float: left; margin-right: 10px; }
.woo-sc-featured-posts ul li .related-title { float: left; }

/*-------------------------------------------------------------------------------------------*/
/* 7. LAYOUTS */
/*-------------------------------------------------------------------------------------------*/

/* 7.1 Site width */
.width-1200 .col-full { width:1200px; }
.width-980 .col-full { width:980px; }
.width-960 .col-full { width:960px; }
.width-940 .col-full { width:940px; width:1012px; }
.width-880 .col-full { width:880px; }
.width-760 .col-full { width:760px; }

.width-1200 #wrapper { width:1200px; margin-left:auto; margin-right:auto; }
.width-980 #wrapper { width:980px; margin-left:auto; margin-right:auto; }
.width-960 #wrapper { width:960px; margin-left:auto; margin-right:auto; }
.width-940 #wrapper { width:940px; margin-left:auto; margin-right:auto; }
.width-880 #wrapper { width:880px; margin-left:auto; margin-right:auto; }
.width-760 #wrapper { width:760px; margin-left:auto; margin-right:auto; }

.width-1200 #footer-widgets .block {width:275px}
.width-980 #footer-widgets .block {width:220px}
.width-960 #footer-widgets .block {width:215px}
.width-880 #footer-widgets .block {width:195px}
.width-760 #footer-widgets .block {width:165px}


/* 7.2 two-col-left */
.two-col-left #main-sidebar-container { display:inline; }
.two-col-left #main-sidebar-container #main{width:640px; float:left; display:inline; }
.two-col-left #main-sidebar-container #sidebar{width:300px; float:right; display:inline; margin-right:10px; }
.two-col-left-1200 #main-sidebar-container #main { width:800px; }
.two-col-left-1200 #main-sidebar-container #sidebar{width:370px; float:right; display:inline; }
.two-col-left-980 #main-sidebar-container #main { width:650px; }
.two-col-left-960 #main-sidebar-container #main { width:630px; }
.two-col-left-880 #main-sidebar-container #main { width:550px; }
.two-col-left-760 #main-sidebar-container #main { width:480px; }
.two-col-left-880 #main-sidebar-container #sidebar { width:300px; }
.two-col-left-760 #main-sidebar-container #sidebar { width:250px; }


/* 7.3 two-col-right */
.two-col-right #main-sidebar-container { display:inline; }
.two-col-right #main-sidebar-container #main{width:610px; float:right; display:inline; }
.two-col-right #main-sidebar-container #sidebar{width:300px; float:left; display:inline; }
.two-col-right-1200 #main-sidebar-container #main { width:800px; }
.two-col-right-1200 #main-sidebar-container #sidebar{width:370px; float:left; display:inline; }
.two-col-right-980 #main-sidebar-container #main { width:650px; }
.two-col-right-960 #main-sidebar-container #main { width:630px; }
.two-col-right-880 #main-sidebar-container #main { width:550px; }
.two-col-right-880 #main-sidebar-container #sidebar { width:300px; }
.two-col-right-760 #main-sidebar-container #main { width:480px; }
.two-col-right-760 #main-sidebar-container #sidebar { width:250px; }

/* 7.4 three-col-left */
.three-col-left #main-sidebar-container { width:760px; float:left; position:relative; display:inline; }
.three-col-left #main-sidebar-container #main{width:440px; float:left; display:inline; }
.three-col-left #main-sidebar-container #sidebar{width:300px; float:right; display:inline; }
.three-col-left #sidebar-alt { float:right; width:160px; margin:0; display:inline;  } 
.three-col-left-1200 #main-sidebar-container { width:1000px; }
.three-col-left-1200 #main-sidebar-container #main { width:680px; }
.three-col-left-1200 #sidebar-alt { float:right; width:180px; margin:0; display:inline;  } 
.three-col-left-980 #main-sidebar-container { width:800px; }
.three-col-left-980 #main-sidebar-container #main { width:480px; }
.three-col-left-960 #main-sidebar-container { width:780px; }
.three-col-left-960 #main-sidebar-container #main { width:460px; }
.three-col-left-880 #main-sidebar-container { width:740px; }
.three-col-left-880 #main-sidebar-container #main { width:420px; }
.three-col-left-880 #main-sidebar-container #sidebar { width:300px; }
.three-col-left-880 #sidebar-alt { width:120px; } 
.three-col-left-760 #main-sidebar-container { width:620px; }
.three-col-left-760 #main-sidebar-container #main { width:350px; }
.three-col-left-760 #main-sidebar-container #sidebar { width:250px; }
.three-col-left-760 #sidebar-alt { width:120px; } 

/* 7.5 three-col-middle */
.three-col-middle #main-sidebar-container { width:760px; float:right; position:relative; display:inline; }
.three-col-middle #main-sidebar-container #main{width:440px; float:left; display:inline; }
.three-col-middle #main-sidebar-container #sidebar{width:300px; float:right; display:inline; }
.three-col-middle #sidebar-alt { float:left; width:160px; margin:0; display:inline;  } 
.three-col-middle-1200 #main-sidebar-container { width:1000px; }
.three-col-middle-1200 #main-sidebar-container #main { width:680px; }
.three-col-middle-1200 #sidebar-alt { float:left; width:180px; margin:0; display:inline;  } 
.three-col-middle-980 #main-sidebar-container { width:800px; }
.three-col-middle-980 #main-sidebar-container #main { width:480px; }
.three-col-middle-960 #main-sidebar-container { width:780px; }
.three-col-middle-960 #main-sidebar-container #main { width:460px; }
.three-col-middle-880 #main-sidebar-container { width:740px; }
.three-col-middle-880 #main-sidebar-container #main { width:420px; }
.three-col-middle-880 #main-sidebar-container #sidebar { width:300px; }
.three-col-middle-880 #sidebar-alt { width:120px; } 
.three-col-middle-760 #main-sidebar-container { width:620px; }
.three-col-middle-760 #main-sidebar-container #main { width:350px; }
.three-col-middle-760 #main-sidebar-container #sidebar { width:250px; }
.three-col-middle-760 #sidebar-alt { width:120px; } 

/* 7.6 three-col-right */
.three-col-right #main-sidebar-container { width:760px; float:right; position:relative; display:inline;  }
.three-col-right #main-sidebar-container #main{width:440px; float:right; display:inline; }
.three-col-right #main-sidebar-container #sidebar{width:300px; float:left; display:inline; }
.three-col-right #sidebar-alt { float:left; width:160px; margin:0; display:inline;  } 
.three-col-right-1200 div#wrapper #main-sidebar-container { width:1000px; }
.three-col-right-1200 div#wrapper #main-sidebar-container #main { width:680px; }
.three-col-right-1200 #sidebar-alt { float:left; width:180px; margin:0; display:inline;  } 
.three-col-right-980 div#wrapper #main-sidebar-container { width:800px; }
.three-col-right-980 div#wrapper #main-sidebar-container #main { width:480px; }
.three-col-right-960 div#wrapper #main-sidebar-container { width:780px; }
.three-col-right-960 div#wrapper #main-sidebar-container #main { width:460px; }
.three-col-right-880 #main-sidebar-container { width:740px; }
.three-col-right-880 #main-sidebar-container #main { width:420px; }
.three-col-right-880 #main-sidebar-container #sidebar { width:300px; }
.three-col-right-880 #sidebar-alt { width:120px; } 
.three-col-right-760 #main-sidebar-container { width:620px; }
.three-col-right-760 #main-sidebar-container #main { width:350px; }
.three-col-right-760 #main-sidebar-container #sidebar { width:250px; }
.three-col-right-760 #sidebar-alt { width:120px; } 


/*-------------------------------------------------------------------------------------------*/
/* 8. TEMPLATES / SLIDER */
/*-------------------------------------------------------------------------------------------*/

/* 8.1 WooSlider */
.one-col-1200 #loopedSlider, .one-col-1200 #loopedSlider .container { width: 1200px; }
.one-col-980 #loopedSlider, .one-col-980 #loopedSlider .container { width: 980px; }
.one-col-960 #loopedSlider, .one-col-960 #loopedSlider .container { width: 960px; }
.one-col-940 #loopedSlider, .one-col-940 #loopedSlider .container { width: 940px; }
.one-col-880 #loopedSlider, .one-col-880 #loopedSlider .container { width: 880px; }
.one-col-760 #loopedSlider, .one-col-760 #loopedSlider .container { width: 760px; }

.two-col-left-1200 #loopedSlider, .two-col-left-1200 #loopedSlider .container, .two-col-right-1200 #loopedSlider, .two-col-right-1200 #loopedSlider .container { width: 800px; }
.two-col-left-980 #loopedSlider, .two-col-left-980 #loopedSlider .container, .two-col-right-980 #loopedSlider, .two-col-right-980 #loopedSlider .container { width: 650px; }
.two-col-left-960 #loopedSlider, .two-col-left-960 #loopedSlider .container, .two-col-right-960 #loopedSlider, .two-col-right-960 #loopedSlider .container { width: 630px; }
.two-col-left-940 #loopedSlider, .two-col-left-940 #loopedSlider .container, .two-col-right-940 #loopedSlider, .two-col-right-940 #loopedSlider .container { width: 610px; }
.two-col-left-880 #loopedSlider, .two-col-left-880 #loopedSlider .container, .two-col-right-880 #loopedSlider, .two-col-right-880 #loopedSlider .container { width: 550px; }
.two-col-left-760 #loopedSlider, .two-col-left-760 #loopedSlider .container, .two-col-right-760 #loopedSlider, .two-col-right-760 #loopedSlider .container { width: 480px; }

.three-col-left-1200 #loopedSlider, .three-col-left-1200 #loopedSlider .container, .three-col-middle-1200 #loopedSlider, .three-col-middle-1200 #loopedSlider .container, .three-col-right-1200 #loopedSlider, .three-col-right-1200 #loopedSlider .container { width: 680px; }
.three-col-left-980 #loopedSlider, .three-col-left-980 #loopedSlider .container, .three-col-middle-980 #loopedSlider, .three-col-middle-980 #loopedSlider .container, .three-col-right-980 #loopedSlider, .three-col-right-980 #loopedSlider .container { width: 480px; }
.three-col-left-960 #loopedSlider, .three-col-left-960 #loopedSlider .container, .three-col-middle-960 #loopedSlider, .three-col-middle-960 #loopedSlider .container, .three-col-right-960 #loopedSlider, .three-col-right-960 #loopedSlider .container { width: 460px; }
.three-col-left-940 #loopedSlider, .three-col-left-940 #loopedSlider .container, .three-col-middle-940 #loopedSlider, .three-col-middle-940 #loopedSlider .container, .three-col-right-940 #loopedSlider, .three-col-right-940 #loopedSlider .container { width: 440px; }
.three-col-left-880 #loopedSlider, .three-col-left-880 #loopedSlider .container, .three-col-middle-880 #loopedSlider, .three-col-middle-880 #loopedSlider .container, .three-col-right-880 #loopedSlider, .three-col-right-880 #loopedSlider .container { width: 420px; }
.three-col-left-760 #loopedSlider, .three-col-left-760 #loopedSlider .container, .three-col-middle-760 #loopedSlider, .three-col-middle-760 #loopedSlider .container, .three-col-right-760 #loopedSlider, .three-col-right-760 #loopedSlider .container { width: 350px; }

#loopedSlider .container { overflow:hidden; position:relative; }
#loopedSlider .slides { min-height:200px; position:absolute; top:0; left:0; display:none; }
#loopedSlider { margin:0 auto 40px; padding:0; position:relative;}
#loopedSlider .nav-buttons { list-style-type:none; margin:0; padding:0; position:relative;}

#loopedSlider .content { position:absolute; left:0px; top:20px; }
#loopedSlider .content h2 a { float:left; color:#fff; margin-bottom:0; padding:5px 20px;}
#loopedSlider .content h2 a:hover { text-decoration:underline;  }
#loopedSlider .content p { clear:both; float:left; color:#ccc; padding:5px 20px 10px 20px; }
#loopedSlider .content p, #loopedSlider .content h2 a{ background:rgb(0,0,0); background:rgba(0,0,0,.7); max-width:350px; }

/* 8.1.1 Pagination */
#loopedSlider.has-pagination { margin-bottom: 50px; }
#loopedSlider .pagination-wrap { text-align: center; margin: 10px 10px 20px 10px; position: absolute; width: 97%; z-index: 10; }
#loopedSlider .pagination { display: inline; }
#loopedSlider .pagination li { display: inline-block; margin-right: 2px; width: 12px; height: 12px; }
#loopedSlider .pagination li a { background: transparent url( 'images/slider-pagination.png' ) no-repeat left top; display: block; width: 12px; height: 12px; text-indent: -9999px; }
#loopedSlider .pagination li.current a { background-position: left -12px; }

body.ie7 #loopedSlider .pagination li { display: inline; zoom: 1; }

/* 8.2 Magazine template */
.magazine .block { float:left; width:48%; }
.magazine .block.last { float:right; }

.magazine #loopedSlider a.previous { position:absolute; bottom:10px; right:50px; opacity:0.8; z-index: 999; }
.magazine #loopedSlider a.next { position:absolute; bottom:10px; right:15px; opacity:0.8; z-index: 999; }
.magazine #loopedSlider a.previous:hover, #loopedSlider a.next:hover { opacity:1; }

/* 8.2 Business template */
.business #loopedSlider, .business #loopedSlider .container { width:auto; }
.business #loopedSlider a.previous { position:absolute; top:45%; left:-40px; opacity:0.8;}
.business #loopedSlider a.next { position:absolute; top:45%; right:-40px; opacity:0.8;}
.business #loopedSlider a.previous:hover, #loopedSlider a.next:hover { opacity:1; }
.business #loopedSlider .entry { padding:0 15px; }
.business h2, .business h3, .business h4, .business h5, .business h6 { margin-top:0.3em; }

/* 8.3 Footer Widgets 1-4 Columns */
#footer-widgets.col-1 .block { padding:20px 0 0 0px; width:100%; float:left; }
#footer-widgets.col-2 .block { padding:20px 0 0 3%; width:45%; float:left; }
#footer-widgets.col-3 .block { padding:20px 0 0 2.4%; width:30%; float:left; }
#footer-widgets.col-4 .block { padding:20px 0 0 2%; width:22.5%; float:left; }

/* 8.5 Portfolio */
#portfolio a.thumb { display: block; margin: 0px; margin-right: 30px; margin-bottom: 30px; }
/* #portfolio a.thumb:hover { text-decoration: none; background: url("images/portfolio-hover.png") no-repeat 50% 50%; } */
#portfolio .block h2 { font-size:18px; margin-bottom:15px; }

#portfolio .group.portfolio-img a.thumb { margin-bottom: 0px; margin-right: 0px; height: auto; }
#portfolio .group.portfolio-img a.thumb:hover { background-position: 50% 45%; }
#portfolio .group.portfolio-img  { float: left; display: block; margin:0 10px 30px; }
#portfolio .group.portfolio-img h3 { font-size: 14px; }

#portfolio #port-tags { margin: 0 10px 20px;padding: 0 0 20px;}
#portfolio #port-tags .port-cat { text-transform:uppercase; font-size: 12px; }
#portfolio #port-tags .port-cat a { padding: 2px 6px; margin: 0 0 0 5px; background: #fff; border: 1px solid #BFD4D9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#portfolio #port-tags .port-cat a:hover, 
#portfolio #port-tags .port-cat a.current { text-decoration:none; background:#eee; }

/* 8.5.1 Single Portfolio Item */
body.single-portfolio.one-col #post-gallery, body.single-portfolio.one-col .post-embed { float: left; margin-bottom: 20px; width: 60%; }
body.single-portfolio.one-col-980 #post-gallery, body.single-portfolio.one-col-980 .post-embed { width: 55%; }
body.single-portfolio.one-col-960 #post-gallery, body.single-portfolio.one-col-960 .post-embed { width: 55%; }
body.single-portfolio.one-col-940 #post-gallery, body.single-portfolio.one-col-940 .post-embed { width: 55%; }
body.single-portfolio.one-col-880 #post-gallery, body.single-portfolio.one-col-880 .post-embed { width: 55%; }
body.single-portfolio.one-col-760 #post-gallery, body.single-portfolio.one-col-760 .post-embed { width: 45%; }

body.single-portfolio.two-col-left #post-gallery, 
body.single-portfolio.two-col-right #post-gallery, 
body.single-portfolio.two-col-middle #post-gallery, 
body.single-portfolio.three-col-left #post-gallery, 
body.single-portfolio.three-col-right #post-gallery, 
body.single-portfolio.three-col-middle #post-gallery, 
body.single-portfolio.two-col-left .post-embed, 
body.single-portfolio.two-col-right .post-embed, 
body.single-portfolio.two-col-middle .post-embed, 
body.single-portfolio.three-col-left .post-embed, 
body.single-portfolio.three-col-right .post-embed, 
body.single-portfolio.three-col-middle .post-embed { float: none; margin-bottom: 20px; }


#post-gallery .slides_control .slide { display: none; } /* Prevents the gallery from displaying incorrectly on first load. */
#post-gallery .photo-caption { background: #FFFFFF; padding: 5px; display: block; position: relative; width: 100%; top: -50px; z-index: 99; }
#post-gallery .photo-caption {
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}
#post-gallery .pagination li { display: inline; padding-right: 10px; margin: 15px 4px 15px 0; }
#post-gallery .pagination .jcarousel-prev, #post-gallery .pagination .jcarousel-next { cursor: pointer; width: 7px; height: 10px; position: absolute; top: 45%; }
/* #post-gallery .pagination .jcarousel-prev { background: transparent url(images/ico-gallery-prev.png) no-repeat left top; left: -15px; } */
/* #post-gallery .pagination .jcarousel-next { background: transparent url(images/ico-gallery-next.png) no-repeat right top; right: -15px;  } */
#post-gallery .pagination .jcarousel-prev-disabled,
#post-gallery .pagination .jcarousel-next-disabled {
	filter: alpha(opacity=20); /* internet explorer */
	-khtml-opacity: 0.2;      /* khtml, old safari */
	-moz-opacity: 0.2;       /* mozilla, netscape */
	opacity: 0.2;           /* fx, safari, opera */
}

body.single-portfolio .hentry { float: right; width: 40%; }
body.single-portfolio.two-col-left .hentry, 
body.single-portfolio.two-col-right .hentry, 
body.single-portfolio.two-col-middle .hentry, 
body.single-portfolio.three-col-left .hentry, 
body.single-portfolio.three-col-right .hentry, 
body.single-portfolio.three-col-middle .hentry { float: none; width: auto; }

/* 8.5.2 Portfolio Items In Archive Screens */

body.search .portfolio .portfolio-img { margin: 0 10px 10px 0; }

/*-------------------------------------------------------------------------------------------*/
/* 9. BROWSER SPECIFIC */
/*-------------------------------------------------------------------------------------------*/

/* IE6 */
.ie6 .nav .sf-sub-indicator { display:none; }
.ie6 .nav li a:hover { text-decoration:none; }
.ie6 .nav li a.sf-with-ul { padding-right:10px; }
.ie6 .button, .ie6 .button:visited { margin:0; color:#555 !important; font-weight:normal; } .reply a {  color:#555 !important; }
.ie6 .button, .ie6 .button:visited{ padding:6px 0; margin:0;  }
.ie6 .widget input.submit { float:right; }
.ie6 #loopedSlider .content p, .ie6 #loopedSlider .content a h2 { width:300px; }
.ie6 .business #loopedSlider a.previous { top:150px; }
.ie6 .business #loopedSlider a.next { top:150px; }

/* IE7 */
.ie7 .nav li a {_height: 0;zoom: 1;} /* IE7 Fix */
.ie7 .button, .button:visited {  padding:7px 6px; margin:0; }
.ie7 .nav-entries a, 
.ie7 .wp-pagenavi a:link, .ie7 .wp-pagenavi a:visited, 
.ie7 .wp-pagenavi .current, .ie7 .wp-pagenavi .on, .ie7 .wp-pagenavi a:hover,
.ie7 .wp-pagenavi span.extend, .ie7 .wp-pagenavi span.pages{ font-style:normal !important; }
.ie7 #comments, .ie7 .comment-container, .ie7 .reply a  { position: static; }

.ie7 #footer-widgets .widget_woo_feedback  { zoom: 1; }

/* IE8 */
.ie8 .button, .ie8 .button:visited {  padding:10px 15px; margin:0; }

.area {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 3px solid #CCCCCC;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 0 6px #888888;
  padding: 20px;
  width: 250px;
}

.noRowsHeader {
    width: 120px;
}

#signup-maps {
/*   background: url("images/msg-bg.png") repeat scroll 0 0 transparent; */
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 20px #797979;
  margin: 140px 0 0 30px;
  padding: 20px;
  position: absolute;
  z-index: 200;
}

#signup-maps-bg {
/*   background: url("images/msg-mapbg.png") repeat scroll 0 0 transparent; */
  height: 610px;
  position: absolute;
  width: 630px;
}

#signup-maps p{color: #222222; font-size: 18px; line-height: 22px;}

#signup-maps .small{font-size:12px; color:#fd2a00; margin-top: 20px;}

.logo-area {
  float: left;
  height: 200px;
  width: 120px;
}

.form-area {
  float: left;
  margin-right: 50px;
  width: 400px;
}

.form-area .title-img {
  display: block;
  margin: 27px 0;
}

#signup-maps input[type="email"] {
/*   background: url("images/msg-input-text.png") repeat scroll 0 0 transparent; */
  border: medium none;
  color: #888888;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  padding: 4px;
  width: 277px;
}

#signup-maps input[type="submit"] {
/*   background: url("images/msg-input-submit.png") repeat scroll 0 0 transparent; */
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  height: 39px;
  padding: 4px 20px;
}

#new_room{
line-height:30px;
margin-left:420px;
}
.sub-menu li a{
background:#f5f9fa!important;
color:#3d3d3d!important;
width:180px!important;
}
.sub-menu li a:hover{
background:#ececec!important;
color:#3d3d3d!important;
}



			#bottom_subnav {
				color: #7E7D7D;
				line-height: 12px;
				margin-right: -25px;
				margin-top: 4px;
				text-align: right;
				border-bottom:  solid 3px #ccc;
				padding-bottom: 15px;
				margin-bottom: 20px;
			}

			#bottom_subnav a {
				color: #7E7D7D;
				font: 12px Arial;
				text-decoration: none;
			}
			#bottom_subnav a:hover {
				text-decoration: underline;
			}		

			#copyright p{
				font-size:11px;
			}
			
			
/* 		div.form { background:url(images/form_bg.png) no-repeat; width:280px; height:400px; margin-top:58px; } */
		.form p { width:280px; margin:20px 0 0 0px; font-size:12px; }

		.form input[type="text"], .form input[type="email"] { width:201px; height:15px; border:1px solid #e7e7e7; padding:3px; margin-bottom:7px; }

		.form input.company { width:132px; }

		.checkbox_label { font:normal 12px Arial; }

		.form select { height:26px; width:65px; padding:3px; border:1px solid #e7e7e7; *position:absolute; }

		div.inputs_wrapper { margin:20px 0 0 40px; width:257px; }

		h2.small { text-align:center;font:normal 14px Arial; line-height:20px; padding:13px 20px 2px 20px; }
		
		a.contact_me, a.access_free_tool { display:block; width:225px; height:33px; }

/* 		a.contact_me { background:url(images/getreport.png) no-repeat; } */
		
		div.form_checkbox_wrapper { margin:5px 0 20px; }
		
#topbar{
top:0px;
background:#da664f;
text-align:center;
padding:8px;
position:fixed;
z-index:2000;
float:left;
width:100%;
border-bottom:solid 4px #FFF;
color:#FFF;
font-family:Arial;
font-weight:bold;
-moz-box-shadow:    3px 3px 5px 2px #ccc;
-webkit-box-shadow: 3px 3px 5px 2px #ccc;
box-shadow:         3px 3px 5px 2px #ccc;
}
#topbar a{
/* background:url(images/report.png) repeat-x; */
padding:3px 10px 3px 10px;
color:#FFF;
text-decoration:none;
margin-left:10px;
-moz-box-shadow:    0px 0px 2px 0px #2c2626;
-webkit-box-shadow: 0px 0px 2px 0px #2c2626;
box-shadow:         0px 0px 2px 0px #2c2626;
font-size:12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#topbar a:hover{
-moz-box-shadow:    0px 0px 2px 0px #2c2626;
-webkit-box-shadow: 0px 0px 2px 0px #2c2626;
box-shadow:         0px 0px 10px 0px #FF0000;
}		

		a.contact_me { margin:0px 0 0 75px;  }			
		
		
#tfaContent{
	width:550px;	
	float:left;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
}
#tfaContent textarea{
	width:550px;
	margin-top:5px;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:12px;
}
#tfaContent select{
	margin-top:5px;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
}
#tfaContent input[type="text"]{
	width:550px;
	margin-top:5px;
	font-family:"Helvetica Neue",Helvetica,sans-serif;
	font-size:12px;
}
.post-2873 .title{
padding-left:15px;
}	
.post-2877 {
padding-left:15px;

}

/* body {background-image:url(/main/resource/bgImg)!important;background-repeat:repeat-x;background-position:top center;border-top:0px solid #002a94;} */
#wrapper {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 980px;
}
#bottom_subnav{margin-right: 0;}

a:link, a:visited {color:#3a83d1}
a:hover, .post-more a:hover, .post-meta a:hover, .post p.tags a:hover {color:#3a83d1}
.button, .reply a {background-color:#3a83d1}
#header {background-repeat:no-repeat;background-position:top center;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;border:0px solid ;}
#logo {padding-left:0px;}#topad {padding-right:0px;}
#logo .site-title a {font:normal 40px/1em 'PT Serif', arial, sans-serif;color:#444444;}
/*#logo .site-description {font:14px/1em 'PT Serif', arial, sans-serif;color:#999999;} */
#logo .site-description {font: normal 12px Tahoma; position: absolute;margin: -16px 0 0 81px;color: #848282; }
body, p { font:normal 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#555555; }
h1 { font:normal 28px/1.5em 'PT Serif', arial, sans-serif;color:#444444; }
h2 { font:normal 24px/1.5em 'PT Serif', arial, sans-serif;color:#444444; }
h3 { font:normal 20px/1.5em 'PT Serif', arial, sans-serif;color:#444444; }
h4 { font:normal 16px/1.5em 'PT Serif', arial, sans-serif;color:#444444; }
h5 { font:normal 14px/1.5em 'PT Serif', arial, sans-serif;color:#444444; }
h6 { font:normal 12px/1.5em 'PT Serif', arial, sans-serif;color:#444444; }
.post .title, .page .title, .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {font:bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif;color:#444444;}
.post-meta { font:normal 11px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#868686; }
.entry, .entry p{ font:normal 16px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#555555; }
.post-more {font:normal 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#868686;border-top:0px solid #000000;border-bottom:1px solid #DDDEE0;}
#post-author, #connect {border-top:1px solid #e6e6e6;border-bottom:4px solid #e6e6e6;background-color:#fafafa}
.nav-entries, .wp-pagenavi, .woo-pagination {border-top:1px solid #e6e6e6;border-bottom:4px solid #e6e6e6; padding: 12px 0px; }
.nav-entries a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover, .wp-pagenavi span.extend, .wp-pagenavi span.pages, .woo-pagination { font:italic 12px/1em 'PT Serif', arial, sans-serif;color:#777777; }
.wp-pagenavi a:link, .wp-pagenavi a:visited, .woo-pagination a, .woo-pagination a:hover, .wp-pagenavi span.extend, .wp-pagenavi span.pages, .wp-pagenavi span.current {color:#777777!important}
.widget h3 {font:bold 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#000000;border-bottom:3px solid #000000;}
.widget_recent_comments li, #twitter li { border-color: #000000;}
.widget p, .widget .textwidget { font:normal 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#555555; }
.widget {font:normal 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;color:#555555;padding:10px 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#tabs .inside li a { font:bold 12px/1.5em 'PT Serif', arial, sans-serif;color:#555555; }
#tabs .inside li span.meta, #tabs ul.wooTabs li a { font:normal 11px/1.5em "Trebuchet MS", Tahoma, sans-serif;color:#777777; }
.nav a, #navigation ul.rss a { font:normal 16px/1em Arial, sans-serif;color:#555555; }
.nav li a:hover, .nav li.sfHover a.sf-with-ul {background-color:#ffffff}
.nav li.current_page_item a, .nav li.current-menu-ancestor a, .nav li.selected, .nav li.current-menu-item a, .nav li.current_page_parent a { background-color:#ffffff; }
#navigation {border-top:0px solid #000000;border-bottom:0px solid #000000;border-left:0px solid #00000;border-right:0px solid #00000;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#top .nav a { font:normal 16px/1em Arial, sans-serif;color:#ddd; }
#footer, #footer p { font:italic 14px/1em 'PT Serif', arial, sans-serif;color:#777777; }
#footer {border-top:4px solid #dbdbdb;border-bottom:0px solid ;border-left:0px solid ;border-right:0px solid ;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.magazine #loopedSlider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
.magazine #loopedSlider .content .excerpt p { font:normal 12px/1.5em Arial, sans-serif;color:#cccccc; }
.business #loopedSlider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; }
.business #loopedSlider .content p { font:normal 12px/1.5em Arial, sans-serif;color:#cccccc; }
.archive_header { font:normal 18px/1em Arial, sans-serif;color:#555555;border-bottom:5px solid #e6e6e6;}




/*
.searchNavigation {
  vertical-align: middle;
  vertical-align:text-middle;
  border: 2px double  #737373;
  border-radius: 15px 15px 15px 15px;
  height: 75px;
  margin: 0 13px;
  padding: 10px;
  border-left:medium inset #FFFFFF;  
  border-top:medium inset #FFFFFF;  
  border-right:medium inset #FFFFFF;  
  border-bottom:medium inset #FFFFFF;
}
*/
.searchNavigation {
  height: 60px;
}

.buttonsNavigation {
  float:left;
  border: 2px double  #737373;
  border-radius: 15px 15px 15px 15px;
  height: 150px;
  margin: 0 13px;
  padding: 10px;
  border-left:medium inset #FFFFFF;
  
  border-top:medium inset #FFFFFF;
  
  border-right:medium inset #FFFFFF;
  
  border-bottom:medium inset #FFFFFF;
}

/*
body .tab, body .tab a {
  color: #B2B2B2;
  font-family: Arial,Helvetica,sans-serif;
  text-shadow: 0 1px 0 #FFFFFF;
}
*/
.tab td {
  background: none repeat scroll 0 0 transparent;
  border-bottom-color: transparent;
  padding: 0;
}

.tab td:first-child div{border-left: none;}

.tab td div, .tab .last div {
  background: none repeat scroll 0 0 transparent;
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #fff;
}

.tab .last div{border-right: none;}



.tab td.currentTab {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-weight: bold;
}

.tab .currentTab div {
  background: none repeat scroll 0 0 transparent;
}

body .currentTab, body .currentTab a {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
}

.bodyDiv {
  background-color: transparent;
  border-bottom: medium none;
  
}

.sidebarModule {
  background-color: #FFFFFF;
  border: 4px solid #3F8699;
  border-radius: 8px 8px 8px 8px;
  margin: 0 0 14px 14px;
}

.sidebarModuleHeader, .nestedModule .sidebarModuleHeader {
  background-color: transparent;
  color: #444444;
  font-family: Arial,Helvetica,sans-serif;
}

.sidebarModuleHeader h1, .sidebarModuleHeader h2, .sidebarModuleHeader h3, .sidebarModuleHeader h4, .sidebarModuleHeader h5, .sidebarModuleHeader h6 {
  color: #444444;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}

.sidebarModuleHeader h2 label{text-align: center;}
/*-------------------------------------------
// this is the input controls on the site
//-------------------------------------------*/
textarea {
background:#FFF;

/*width:125px;*/
/*line-height:30px;*/
padding-left:2px;
/*height:30px!important;*/
margin:1px 1px 0 20px;
border: 1px solid #ccc;  

    -moz-border-radius: 10px;  

    -webkit-border-radius: 10px;  

  border-radius: 10px;  

    -moz-box-shadow: 2px 2px 3px #666;  
    -webkit-box-shadow: 2px 2px 3px #666;  
  box-shadow: 2px 2px 3px #666;  

  padding: 4px 7px;  
  outline: 0;  
    -webkit-appearance: none;  

}

div.searchAskInputContainer {
border-style:solid;
border-width:2px;
border-color:#FF0000;
}

input:hover, textarea:hover {
  border: 1px solid #a6a6a6;
}

input:focus, textarea:focus {
  border: 1px solid #3caad8;
}
/*-------------------------------------------
// this is the button controls on the site
//-------------------------------------------*/
.btn, .button, .formulaButton, .btnWhatsNew {
  /*background: #127ACF;*/
  /*border: 1px solid #328CB2;*/
  box-shadow: none;
  /*color: #000000;*/
  cursor: pointer;
  display: inline;
  font-family: 'Verdana','Geneva',sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #127ACA;
}
#createNew {
  display: block;
  height: 35px;
  position: static;
}

#createNew .menuButtonButton {
  background: url("/main/resource/bgdropdown") no-repeat scroll right top #FFFFFF;
  border: 1px solid #6699CC;
  border-radius: 6px 6px 6px 6px;
  color: #989999;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 33px;
  line-height: 33px;
  padding: 0 4px;
  text-shadow: 0 1px 0 #FFFFFF;
  text-transform: uppercase;
}

#createNew.menuButtonActivated .menuButtonButton{
  background: url("/main/resource/bgdropdown") no-repeat scroll right bottom #FFFFFF;
  border-radius: 6px 6px 0 0;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 #127ACA;
}

#createNew .menuButtonMenu a {
  background-color: #FAFBFC;
  border-color: #E3E4E5;
  border-image: none;
  border-style: solid;
  border-width: 1px 0 0;
  color: #989999;
  font-family: 'Arial','Helvetica',sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  min-height: 26px;
  padding: 0 2px 0 6px;
  text-align: left;
  text-shadow: 0 1px 0 #FFFFFF;
}

#createNew .menuButtonMenu a:hover {
  background: url("/main/resource/bgbtn") repeat-x scroll 0 0 transparent;
  border-color: #E3DEB8;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 #127ACA;
}

.searchModule .standardSearchElementBody select, .bFilter select, select {
  background: url("/main/resource/bgdropdown") no-repeat scroll left top #FFFFFF;
  border: 1px solid #6699CC;
  border-radius: 6px 6px 6px 6px;
  font-size: 12px;
  height: 33px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 7px;
  color: #989999;
  text-shadow: 0 1px 0 #FFFFFF;
}

.searchModule .standardSearchElementBody select:focus, .bFilter select:focus, select:focus {
  background: url("/main/resource/bgdropdown") no-repeat scroll left bottom #FFFFFF;
  color:#000;
}

.primaryPalette, .secondaryPalette, .tertiaryPalette, .individualPalette .primaryPalette, .individualPalette .secondaryPalette, .individualPalette .tertiaryPalette, .bPageBlock .pbFooter {
  background: url("/main/resource/bggr1") repeat-x scroll 0 0 #FFFFFF;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
}

.bPageBlock .pbHeader {
  background: url("images/bg-gr1s.jpg") repeat-x scroll 0 0 #FFFFFF;  
}                                                                                           

 .bPageBlock {
  background: url("/main/resource/bggr1") repeat-x scroll 0 0 #FFFFFF;  
}

.pbHeader h3 {
font-size: 18px;
}


.pbHeader .pbTitle h2, .pbHeader .pbTitle h2 a, .pbHeader .pbTitle h3, .pbHeader .pbTitle h3 a, .pbSubheader h3, .pbSubheader h3 a {
  color: #444444;
  font-family: Arial,Helvetica,sans-serif;
  margin: 8px;
}

.list td, .list th, body.oldForecast .list .last td, body.oldForecast .list .last th {
  border-bottom: 1px solid #444444;
}

.highlight td, .highlight th {
  background: url("/main/resource/bgbtn") repeat-x scroll 0 0 #39A2CF;
}

.highlight td a, .highlight th a{
  color: #FFFFFF;
  text-shadow: 0 -1px 0 #127ACA;
}
.data2Col {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
.requiredInput {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
#TimeZoneSidKey {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
#LocaleSidKey {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
#LanguageLocaleKey {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
.list .headerRow th, .list .headerRow th a {
  border-bottom-color: #444;
  color: #444;
  font-family: Arial,Helvetica,sans-serif;
}

.searchScopeHeader {
  color: #444444;
  display: block;
  font-weight: bold;
  margin: 1.5em 0;
  padding: 0.2em;
}

.infoIcon {
  background-image: url("/main/resource/infotitle");
  background-position: 0 1px;
  height: 16px;
  width: 16px;
}

.mouseOverInfo {
  background: url("/main/resource/infotitle") no-repeat scroll 10px 10px #EFF1F2;
  border-color: #3CAAD8;
  border-image: none;
  border-radius: 8px 8px 8px 8px;
  border-style: none none solid;
  border-width: medium medium 4px;
  bottom: 20px;
  box-shadow: 0 0 2px #000000;
  color: #000000;
  display: none;
  font-weight: normal;
  left: 22px;
  opacity: 0;
  padding: 30px 10px 10px;
  position: absolute;
  white-space: normal;
  width: 20em;
  z-index: 11;
}

.bPageBlock .pbBody {
  background-color: transparent;
  margin: 0;
  /*max-width: 710px;*/
  max-width: 762px;
  padding-top: 15px;
}

#HomeMain {
  /*background-image: url("images/background.png");*/
  height: 60px;
  background-repeat:no-repeat;
}
/*
.sidebarCell, #sidebarDiv {
  width: 0px;
}
*/
#HomeContent {
  height: 140px;
}

#LeftContent {
  float: left;
  width: 33%;
  height: 93%;
}

#MiddleContent {
  float: left;
  width: 33%;
  height: 93%;
}

#RightContent {
  float: left;
  width: 30%;
  height: 93%;
}

#neworder {
  margin-left: 30px;
  margin-top: 78px;
  background-image: url("/main/resource/neworderrequest");
  background-repeat:no-repeat;
  display: block;
  width: 199px;
  height: 26px;
}

#viewpending {
  margin-top: 78px;
  margin-left: 30px;
  background-image: url("/main/resource/viewpendingrequest");
  background-repeat:no-repeat;
  display: block;
  width: 199px;
  height: 26px;
}

#viewresults {
  margin-top: 78px;
  margin-left: 30px;
  background-image: url("/main/resource/viewrequesthistory");
  background-repeat:no-repeat;
  display: block;
  width: 199px;
  height: 26px;
}

#lookuptext {
  margin-top: 90px;
  margin-left: 15px;
  width: 210px;
}

#quickfind {
  margin-top: 1px;
  margin-left: 20px;
  background-image: url("/main/resource/quickfind");
  background-repeat:no-repeat;
  display: block;
  width: 199px;
  height: 26px;
}

#SelectReport {
  margin-top: 90px;
  margin-left: 20px;
  width: 220px;
}

#SelectDateRange {
  margin-top: 4px;
  margin-left: 20px;
  width: 220px
}

#runreport {
  margin-left: 110px;
  margin-top: 4px;
  background-image: url("/main/resource/runreport");
  background-repeat:no-repeat;
  display: block;
  width: 128px;
  height: 36px;
}

/*-------------------------------------------
// this is the tab navigation
//-------------------------------------------*/
.tabNavigation {
  
  background: url("images/bg-gr1-1.jpg") repeat-x scroll 0 0 transparent;
  /*border: 1px solid #737373;*/
  border-radius: 8px 8px 8px 8px;
  /*height: 36px;
  margin: 0px 13px;
  padding: 0;
  position: absolute;
  top: -144px;
  right: -20px;*/
  float: right;
  height: 36px;
  margin: 0px 0px;
  padding: 0;
}
/*
a.tabNavigation:link {color:#B2FF99;}
a.tabNavigation:visited {color:#FFFF85;}
a.tabNavigation:hover {color:#FF704D;}
a.tabNavigation:active {color:#FF704D;} 
*/
.noTableFooter {
  margin-left: 0px;
}

.bRelatedList {
  font-size: 11.3px;
}

#quickstartcontainer {
/*width: 736px;
height: 71px;
border-radius: 13px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border: 1px solid #CECECE;
background: white;*/
margin-left: auto;
margin-right: auto;
height: 60px;
}

#quickstartbar {
width: 630px;
height: 52px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border: 1px solid #CECECE;
margin-left: auto;
margin-right: auto;
margin-top: 9px;
background: url("/main/resource/bglineal") repeat-x;
padding-left: 8px;
}

#searchform {
width: 740px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
font-size: 12px;
}

.roundedtextbox {
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border: 1px solid #CECECE;
width: 100px;
font-size: 11px;
margin-right: 12px;
}

#qssubmit {
/*margin-left: 10px;*/
}

.btn2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.btn2:hover {
	background-color:#5cb811;
}.btn2:active {
	position:relative;
	top:1px;
}
/* Symbol * before property is used for IE7 */
#MainPage_Page\3AsiteLogin {
display: block;
width: 1px;
/* margin-left: auto; */
margin-right: auto;
margin-left: 120px;
*margin-left: 400px;
}

.title {
display: none;
}                 

#MainPage_Page\3AMessage {
display: block;
width: 350px;
margin-left: auto;
margin-right: auto;
}

#MainPage_Page\3AsiteLogin\3AloginComponent\3AloginForm\3Ausername {
margin-left: 10px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border: 1px solid #CECECE;
}

#MainPage_Page\3AsiteLogin\3AloginComponent\3AloginForm\3Apassword {
margin-left: 10px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border: 1px solid #CECECE;
}

.sidebarModule {
border: 1px solid #DDD;
}

.sidebarModule h2 {
display: block;
font-size: 12px;
}

.brandPrimaryBgr{
background: url("/main/resource/bglineal") repeat-x;
}

#mainvideos {
margin-top: 40px;
border: 1px solid #CECECE;
border-radius: 8px;
height: 880px;
}


#pevideos1 {
margin-top: 10px;
height: 220px;
}

#pevideos2 {
margin-top: 0px;
/*height: 220px;*/
}

#pevideo1 {
 float: left;
 margin-left: 20px;
 margin-top: 18px;
}

#pevideo2 {
 float: left;
 margin-left: 48px;
 margin-top: 18px;
}

#pevideo3 {
 float: left;
 margin-left: 20px;
 margin-top: 18px;
}

#pevideo4 {
 float: left;
 margin-left: 48px;
 margin-top: 18px;
}

#pevideo5 {
 float: left;
 margin-left: 20px;
 margin-top: 18px;
}

#pevideo6 {
 float: left;
 margin-left: 48px;
 margin-top: 18px;
}

#pevideo7 {
 float: left;
 margin-left: 20px;
 margin-top: 18px;
}

#videosheader {
background: url("/main/resource/bglineal") repeat-x;
height: 28px;
border-radius: 8px;
}

#videosheader h2{
text-align: center;
font-size: 16px;
display: block;
margin-left: auto;
margin-right: auto;
}

.mainTitle {
font: normal 20px 'PT Serif', arial, sans-serif;
}

.pbSubheader h3{
font: normal 18px 'PT Serif', arial, sans-serif;
}

.tabNavigation .tab A{
color: blue;
font-weight: bold;
}

.tabNavigation .tab .currentTab A{
color: black;
font-weight: bold;
}

.listviewtitle h2{
display: block;
font: normal 14px/1.5em 'PT Serif', arial, sans-serif;
text-align: center;
margin-bottom: 16px;
margin-top: 16px;
}

.listviewtitle {
background: url("/main/resource/bglineal") repeat-x;
}

#qsssn {
width: 30px;
}

#j_id0\3Asve_form1\3ApageBlock1\3Aimage2{
display: block;
float:	left;
}

#j_id0\3Asve_form1\3ApageBlock1\3AoutputField95 {
margin-left: 20px;
display: block;
float: left;
}

#j_id0\3Asve_form1\3ApageBlock1\3Aimage1{
float: left;
display: block;
}

#qsfirstname1 {
/*margin-top: 12px;*/
}

#map {
margin-left: 250px;
width: 160px;
}

#sidebarDiv .htmlAreaComponentModule{
display: none;
}

.dateFormat {
display: none;
}

.bPageBlock .detailList .dataCol {
/*width: 50%;*/
  /*pointer-events: none !important;*/
}

.btn2 {
background-image: url("/img/bgButtonx.gif")
}

#j_id0\3Asearchform {
margin-top: 12px;
font-size: 12px;
}

#quickinvitecontainer {
margin-left: auto;
margin-right: auto;
height: 60px;
}

#quickinvitebar {
width: 700px;
height: 52px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border: 1px solid #CECECE;
margin-left: auto;
margin-right: auto;
margin-top: 9px;
background: url("/main/resource/bglineal") repeat-x;
padding-left: 8px;
}

#j_id0\3Aquickinvitesearchform {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
font-size: 12px;
}

#j_id0\3Asve_form1\3ApageBlock1\3ApageBlockSection1{
margin-top: 26px;
}

#j_id0\3Asve_form1\3ApageBlock1\3AoutputField1{
display: block;
margin-top: 4px;
}

.actionColumn{
display: none;
}

#logo img{
float: left;
}

#logo .site-description{
position: absolute;
margin-top: 58px;
margin-left: -130px;
width: 530px;
}

.dataCell {
border-top: 1px solid;
}
#logo .site-description2{
position: absolute;
margin-left: 245px;
width: 200px;
font-size: 12px;
font-family: tahoma;
color: #848282;
}
.btn{
display : none;
}
.chatterexpando .feedpage{
display : none !important;
}
.metadata{
display : none;
}
.labelCol{
  pointer-events: none !important;
}
.filterOverview {
    display: none !important;
}
#hotlist_mode {
    display: none;
}
#hotlist .btn {
    display: none;
}