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

.border-left{
	border-left: 1px solid #ccc;
}
#left {
	/*background-image: url(../img/left-noshadow.png);
	background-repeat: repeat-y;
	/*border-left:1px solid #ccc;*/
}
#right {
	/*background-image: url(../img/rightnoshadow.png);
	background-repeat: repeat-y;
	/*border-right:1px solid #ccc;*/
}
#title{
	font-size:20px;
	color:#666;
	display:block;
}
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../img/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }
/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	/*height:100px;
	font-size:14px;
	background-color: #bccbcc; */
	background: url(../img/panges_bg.gif) repeat-x;
	background-color: #FFFDEE;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, html {
	margin-left: 0px;
	margin-top: 0px;
	background: #FFF repeat-x url('../img/page-bg.gif');
	height:100%;
}
#searchbox{
	background:#435a79;
	color:#FFF;
	font-size:10px;
	width:450px;
	height:58px;
}
#mainTable{
	

}
#mainDiv{
	width:100%;
	min-height:90%;
	background: url('../img/page-bg.gif') repeat-x #FFF;
}
#mainContent{
	text-align:justify;
	font-size:12px;
	top:10px;
}
#mainContent h1{
	text-align:left;
}
#contact{
	border: 1px solid #000;
}
.contactBox{
	margin-left:8px;
	text-align:left;
}
.qitem {
	/* width and height must be even number */
	width:130px;
	height:130px;	
	
	/* some styling for the item */
	border:0px solid #ccc;	
	margin:5px 5px 5px 0;
	
	/* make sure the four divs are hidden after changing the position */
	overflow:hidden;
	
	/* absolute position enabled for children elements*/
	position:relative;
	
	/* display item in single row */
	float:left;
	
	/* hand symbol for ie and other browser */
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	}

	/* styling for caption, position absolute is a must to set the z-index */
	.qitem .caption {
		text-align:left;
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h4 {
			font-size:10px;
			padding:20px 5px 0 8px;
			margin:0;
			color:#369ead;
		}

		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



/* Generic setting for corners */
.topLeft, .topRight, .bottomLeft, .bottomRight {
	/* allow javascript to move the corners */
	position:absolute;
	background-repeat: no-repeat; 
	z-index:200;
}

/* set the background position for different corners */
.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}

-->
<!--
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
-->
/************* TOGGLE VIEWS ************************/
#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:180px;
}

#toggle-view li {
	margin:10px;
	border-bottom:1px solid #ccc;
	position:relative;
	cursor:pointer;
	text-align:left;
}

#toggle-view h3 {
	margin:0;
	font-size:14px;
}

#toggle-view span {
	position:absolute;
	right:5px; top:0;
	color:#ccc;
	font-size:13px;
}

#toggle-view p {
	margin:5px 0;
	display:none;
}
#toggle-view-benefits {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
}

#toggle-view-benefits li {
	margin:2px;
	position:relative;
	cursor:pointer;
	text-align:left;
}

#toggle-view-benefits h4 {
	margin:0;
	margin-left:15px;
	position:relative;
	left:15px;
	font-weight:normal;
	font-size:12px;
	color:#666;
}

#toggle-view-benefits span {
	position:absolute;
	left:0px; top:0;
	color:#000;
	font-size:13px;
}

#toggle-view-benefits p {
	margin:5px 0;
	margin-left:15px;
	display:none;
}



#toggle-view-archive {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding-right: 30px;
}

#toggle-view-archive li {
	margin:10px;
	border-bottom:1px solid #ccc;
	position:relative;
	cursor:pointer;
	text-align:left;
}

#toggle-view-archive h3 {
	margin:0;
	font-size:14px;
}

#toggle-view-archive span {
	position:absolute;
	right:5px; top:0;
	color:#ccc;
	font-size:13px;
}

#toggle-view-archive p {
	margin:5px 0;
}


/************* END TOGGLE VIEWS ************************/

/* FANCY BOX CSS */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 999994;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 999990;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

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

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

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

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

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

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('../img/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 999993;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

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

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

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 999992;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('../img/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('../img/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('../img/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('../img/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/blank.gif');
	z-index: 999997;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right{
	right:0px
}

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

#fancybox-left-ico {
	background: transparent url('../img/fancy_nav_left.png') no-repeat;
	left:20px;
}

#fancybox-right-ico {
	background: transparent url('../img/fancy_nav_right.png') no-repeat;
	left:auto;
	right:20px;
}

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

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

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

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 999801;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}
/* END OF FANCY BOX CSS */
/* MENU CSS */
ul.sf-menu li{
	float: left;
	height:29px;
	text-align:center;
}
ul.sf-menu li ul li{
	text-align:left;
}
ul.sf-menu li a{
	height: 10px;
	border-right:1px solid #FFF;
}
ul.sf-menu li a{
	/*for swirly hover use this
	background:url(../img/menu-rollover.jpg) repeat 0 0;
	*/
	/* fading menu */
	background:url(../img/menu-rollover-fade-bluewhite.jpg) repeat 0 0;
	display:block;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	height:17px;
}
ul.sf-menu li ul li a{
	line-height:15px;
}
ul.sf-menu li a:hover {
	background-position:50px 0;
}
#menu-services{
	width:100px;
}
#menu-services ul li{
	width:150px;
}
#menu-products{
	width:97px;
}
#menu-blog{
	width: 70px;
}
#menu-home{
	width: 80px;
}
#menu-events{
	width: 90px;
}
#menu-spacer{
	width:5px;
}
#menu-byrole{
	width:97px;
}
#menu-support{
	width:92px;
}

#menu-resources{
	width:110px;
}
#menu-support ul li{
	width:150px;
}
#menu-company{
	width:107px;
}
/* END OF MENU CSS */
/* SUPER FISH CSS */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:99998;
}
#menu-itsuite{
	left:160px;
	top:0px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	
	position:		absolute;	
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	border-left:1px solid #CCC;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.3em; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#000;
}
.sf-menu li {
		
}
.sf-menu li li {
	height: 27px;
	z-index:9999;
}
#menu-products li {
 width: 160px;
}
#menu-resources li{
	width:150px;
}
#menu-support li{
	width:130px;
}

#spacSubMenu li{
	width:140px;
	left:30px;
}
#hieSubMenu li{
	width:140px;
	left:30px;
}

.sf-menu li li li {
}
.sf-menu a:focus, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}
/** ARROWS ARE seperately in style_ie + style_ie8 + style_ff

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/shadow.png') bottom right no-repeat;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END SUPERFISH CSS */
.shareLinks{
	color:#00F;
}
.spac-odd{
	background: #d4e2fe;
}
#spac-table-head{
	color:#FFF;
	font-weight:bold;
	background: #008cb3;
}
/** IT SUITE CSS */
#it-suite_container {
	margin:0;
	width:100%;
}
.it-suite_item {
	margin-right:3px;
	float:left;
	width:130px;
	height:130px;
	border:none;
	position:relative;
	overflow:hidden;
}
#it-suite_container img {
	position:absolute;
	border:none;
}
/* preloader css */
#imageLoaderSplashArea
{
	border: 3px double #ccc;
	width: 300px;
	padding: 5px;
	margin: auto;
}
#imageLoaderSplashArea .splashScreenImage
{
	border: none;
}
/* end of preloader css */
h2{
	color:#666;
}
#footer{
	text-align:center;
}

#mainContentDiv{
	min-height: 400px;	
}
.spacMainTabs{
	height:150px;
}
.spac-more{
	position: relative;
	top:130px;
	left:370px;
}
#itsuiteheader{
	font-size:18px;
}
.tbOdd{
	background:#FF9;
}
h4{
	padding:0;
	margin:0;
}
h4:target{
	background-color:#039;
	color:#FFFFFF;
}
#HIEcomp{
	list-style:square;
}
#HIEcomp li{
	margin-bottom:20px;
}
.HIEStages_Head{
	color:#FFFFFF;
	cursor:pointer;
	padding:5px;
}
#stage1{
	background:#333333;
}
#stage2{
	background:#CC6600;
}
#stage3{
	background:#00009A;
}
#stage4{
	background:#009933;
}
#stage5{
	background:#000032;
}
#HIEStagesExpand{
	/*background:#069;
	color:#FFF;*/
	color:#0000FF;
	padding:5px;
	float:left;
	cursor:pointer;
}
#HIEStagesCollapse{
	/*background:#900;
	color:#FFF;*/
	color:#0000FF;
	padding:5px;
	float:right;
	cursor:pointer;
}
#HIEStageButtons{
	clear:both;
	text-align:center;
	height:30px;
}

/* wordpress css */
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	/*line-height: 24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #0000FF;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 10px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #0000FF;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.widget-container, .widget_recent_entries,
.widget-title{
	font-size:12px;
}
.widget-container, .widget_recent_entries{
}

a.topLink:link {
	color: #CCC;
	text-decoration: none;
}
a.topLink:visited {
	text-decoration: none;
	color: #CCC;
}
a.topLink:hover {
	text-decoration: none;
	color: #FFF;
}
#blogTitle{
	font-weight: bold;
}
.size-medium {
border: 1px solid #000000;
}
.snowflake {
	position: absolute;
}
#featured{ 
	width:620px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #bccbcc; 
	height:350px; 
	background:#FFFFFF;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:0px; 
	list-style:none; 
	padding:0; margin:0; 
	width:270px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:0px 0; padding-left:0px;  
	padding-right:13px;
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:6px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:70px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{
	background:url('../img/selected-item.gif') top right no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#bccbcc; 
}
#featured .ui-tabs-panel{ 
	width:600px; height:350px;
	left:270px;
	background:#999; position:relative;
}
#featured .ui-tabs-panel{ 
	/*background: url('images/transparent-bg.png'); */
	cursor:pointer;
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
	cursor: pointer;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
