/*
Theme Name: ImageLink
Description: The theme for the ImageLink Website.
Version: 1.0
Author: Xi-Lin Yeh / Conchita Yu
Author URI: http://www.lightduck.com/
*/

/* Begin Typography & Colors */
*{
	margin:0px;	
	padding:0px;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight:normal;
	color: #5F747F;
}
#container{
	width: 960px;
	margin:0px auto;
}
a{
	text-decoration:none;
	color: #077cb7;
}
a:hover{
	color: #8FC0EF;
}
a img{
	border:none;
}
h1{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	color: #077cb7;
}
h2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #077cb7;
}
h3{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #077cb7;
	padding-bottom: 7px;
}
h4{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #077cb7;
}
p{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
.smallText{	font-size: 0.9em; }
.tinyText{	font-size: 0.8em; line-height: 1.4em;}
.gold{
	color: #e39c1a;
}
/*Header and Navigation*/
.clear{
	clear:both;
	visibility:hidden;
	height:0px;
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
}
.spacer{
	width: 100%;
}
#header{
	padding: 20px 0px;
	margin-bottom:20px;
	width: 100%;
	height:55px;
	overflow:visible;
	display:block;
	position:relative;
}
#header #logo{
	float:left;
	width: 248px;
	margin-right:20px;
}
#header #headerRight{
	float:right;
	width: 131px;
	display:block;
	line-height:1.3em;
}
#header #headerRight a{
	text-decoration:underline;
}
#header #headerLeft{
	float:left;
	width: 829px;
	display:block;
}
#header #searchForm{
	background-image:url(images/searchBox.png);
	background-repeat: no-repeat;
	height:10px;
	width:121px;
	padding: 5px;
	margin-bottom:5px;
	margin-top:13px; 
	position: relative; }
#header #searchForm .searchText{
	border:none; background:none;
	font-size: 1em;
	line-height: 1em;
	color:#738091;
	width: 100px;
}
#header #searchForm .submitBtn{
	background-image:url(images/submitSearch.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:10px;
	width:11px;
	position:absolute;
	right: 5px;
	top:5px;
	border:none;
}
#header #searchForm .submitBtn:hover{
	background-image:url(images/submitSearchOver.png);
}
#header #headerNav{
	float:left;
	width: 540px;
	display:block;
	position:relative;
}
#header #headerNav .menu-header ul{
	list-style:none;
}
#header #headerNav .menu-header .menu li{
	float:left;
	width: 87px;
	padding:10px 0px 10px 20px;
	display:block;
	position:relative;
	overflow:visible;
}
#header #headerNav .menu-header .sub-menu{
	position:absolute;
	width: 280px;
	display:none;
	padding:10px 0px 20px 0px;	
}
#header #headerNav .menu-header .menu li li a{
	font-size: 14px;
	letter-spacing: 0px;
}
#header #headerNav .menu-header .menu li a{
	font-size: 16px;
	letter-spacing: 1px;
}
#header #headerNav .menu-header .menu li li{
	padding:10px 20px 0px 20px;
	width: 240px;
}
#header #headerNav .menu-header .menu li:hover a{
	color:#FFFFFF;
}
#header #headerNav .menu-header .menu li:hover a:hover{
	color: #8FC0EF;
}
#header #headerNav .menu-header .menu li:hover{
	background-color:#077CB7;
	-moz-border-radius: 5px 5px 0px 0px ;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
#header #headerNav .menu-header li:hover ul{
	background:url(images/menu-bg.jpg) no-repeat top left;
	left: 0px;
	top:39px;
	display:block;
	-moz-border-radius: 0px 5px 5px 5px ;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#header #headerNav #menu-item-778:hover{
	background-color:#077CB7;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#header #headerNav .menu-header .menu li:hover li{
	background:none;
}
#footer{
	border-top: 1px solid #738091;
	margin:20px 0px;
	padding-top:20px;
	line-height: 1.6em;
	width: 960px;
}
#footer .partnerLogos{
	float:right;
	width: 350px;
	text-align:right;
}
#footer .menu-footer ul {
	list-style:none;
}
#footer .menu-footer ul li{
	float:left;
	width:107px;
	margin-right: 15px;
}
#footer .menu-footer ul li li{
	width: 100%;
	margin-right: 0px;
	float:none;
	margin-top:5px;
	line-height: 1.2em;
}
#footer .menu-footer ul li a{
 color: #077cb7;
 font-weight:bold;
 font-size: 1.1em;
}
#footer .menu-footer ul li li a{
	color: #738091;
	font-size: 0.9em;
	font-weight:normal;
}
#footer .copyright{
	color: #077cb7;
	padding-top:20px;
}
.talignright{
	text-align:right;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
/*ELEMENTS */
div.button{
	height: 23px;
}
div.button .left{
	float:left;
	height: 24px;
	width: 4px;
}
div.button .middle{
	float:left;
	background-color: #e39c1a;
	color: #FFFFFF;
	height:10px;
	line-height:10px;
	font-weight: bold;
	font-size:1em;
	padding:7px;
	text-align:center;
}
div.button .middle a{
	color: #FFFFFF;
}
div.button .middle a:hover{
	color: #f1cd8c;
}
div.button .right{
	float:left;
	height: 24px;
	width: 4px;
}
div.pointer{
	height:24px;
}
div.pointer .left{
	float:left;
	height: 24px;
	width: 4px;
}
div.pointer .left-middle{
	float:left;
	background-color: #96a0ac;
	color: #FFFFFF;
	height:10px;
	line-height:10px;
	font-weight: bold;
	font-size:1em;
	padding:7px;
	text-align:center;
}
div.pointer .left-middle a{
	color: #FFFFFF;
}
div.pointer .left-middle a:hover{
	color: #e5e8eb;
}
div.pointer .right-middle{
	float:left;
	background-color: #077cb7;
	color: #FFFFFF;
	height:10px;
	line-height:10px;
	font-weight: bold;
	font-size:1em;
	padding:7px;
	text-align:center;
}
div.pointer .right-middle a{
	color: #FFFFFF;
}
div.pointer .right-middle a:hover{
	color: #c8e0f5;
}
div.pointer .middle{
	float:left;
	width: 9px;
	height: 24px;
}
div.pointer .right{
	float:left;
	height: 24px;
	width: 4px;
}
/* LAYOUT */
.bannerHeader{
	margin-bottom:20px;
}
#content #banner.bannerHeader h1{
	font-weight:bold;
}
.bannerTextRight{
	width: 439px;
	height: 310px;
	background:url(images/bannerRightTall.jpg) no-repeat top left;
	padding:20px;
	float:right;
}
.bannerTextLeft{
	width: 440px;
	height: 310px;
	background:url(images/bannerRightTall.jpg) no-repeat top left;
	padding:20px;
	float:left;
}
.bannerImgLeft{
	width:480px;
	height:350px;
	float:left;
}
.bannerImgRight{
	width: 479px;
	height:350px;
	border-left:1px solid #FFFFFF;
	float:right;
}
#content .page-header{
	border: 1px solid #077CB7;
	width: 928px;
	padding:15px;
	margin-top:20px;
	margin-bottom:20px;
}
.page-header .page-title{
	width: 454px;
	float:left;
}
.page-header .page-title h2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	line-height:1.2em;
	font-weight:normal;
	color: #077cb7;
	margin-bottom: 75px;
	display:block;
}
.page-header .page-description{
	border-left:1px solid #e39c1a;
	padding-left:9px;
	width:444px;
	float:right;
}
.page-header .page-description p{
	font-size:1.6em;
	line-height: 1.4em;
}
.section{
	margin-bottom:20px;
}
.section h3{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #6e6e6e;
	font-weight:bold;
	font-size: 2.4em;
}
.section h4{
	font-weight:bold;
	font-size: 1.8em;
	margin-bottom: 20px;
}
.section h5{
	font-weight:bold;
	font-size: 1.4em;
	margin-bottom: 5px;
}
.section p, .postcontent .entry p{
	margin-bottom:10px;
}
.section ul, .section ol{
	list-style:none;
	margin-bottom:20px;
}
.section li{
	border-left: 1px solid #e39c1a;
	padding-left:9px;
	font: 1.2em/1.4em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.section #recaptcha_widget_div img{
	margin-bottom:0;
}
.section img{
	margin-bottom:20px;
}
.marginLeft{
	margin-left:20px;
}
.marginBottom{
	margin-bottom:20px;
}
.oneColumn{
	width: 225px;
}
.twoColumn{
	width: 470px;
}
.threeColumn{
	width: 715px;

}
.fourColumn{
	width: 960px;
}
div.postnavigation{
	width:100%;
	margin-bottom: 10px;
}
.postcontent .entry{
	margin-bottom:50px;
}
.postcontent .comments h3{
	font-weight:bold;
	font-size:1.8em;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #738091;
}
.postcontent .commentlist .comment{
	margin-bottom: 15px;
}
.postcontent #respond #commentform p{
	margin-bottom:10px;
}
.postcontent #respond label{
	display:inline-block;
	width: 50px;
}
.postcontent .comment-meta{
	margin-bottom:5px;
}
.postcontent .comment-meta , .postcontent .comment p{
	margin-left:10px;
}
.postcontent .comment-author{
	font-size: 1.4em;
	padding-bottom:5px;
	padding-left:9px;
	border-left: 1px solid #e39c1a;
}
.postcontent .post-title{
	border: 1px solid #077CB7;
	width: 683px;
	padding:15px;
	margin-bottom: 20px;
}
div.postHighlight{
	border: 1px solid #077CB7;
	width: 928px;
	padding:15px;
	position:relative;
	margin-top:20px;
}
.postHighlight .post-title{
	width: 454px;
	float:left;
}
.postHighlight .post-date{
	width:454px;
	position:absolute;
	bottom:15px;
	left:15px;
	font-size: 18px;
	font-weight:bold;
}
.postHighlight .post-excerpt{
	border-left:1px solid #e39c1a;
	padding-left:9px;
	width:444px;
	float:right;
}
.postHighlight .post-excerpt .readMore{
	font-size: 9px;
	margin-top:10px;
}

.postHighlight .post-excerpt p{
	font-size:1.6em;
	line-height: 1.4em;
}
.postHighlight .post-title h2, .postcontent .post-title h2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	line-height:1.2em;
	font-weight:normal;
	color: #077cb7;
	margin-bottom: 75px;
}
.postcontent .post-title .post-date, .postHightlight .post-title .post-date{
	font-size: 1.8em;	
	font-weight:bold;
	color: #6e6e6e;
}
.postListing-row{
	padding-bottom:20px;	
}
.postListing .post-date{
	font-size:1em;
	font-weight: bold;
	color: #6e6e6e;
	padding-left:9px;
	border-left: 1px solid #e39c1a;
	float:left;
	width:120px;
}
.postListing .post-excerpt{
	float:left;
	width: 340px;
}
div.news-navigation, div.search-navigation{
	border-bottom:1px solid #6e6e6e;
	margin:20px 0px;
	padding-bottom:5px;
	text-align:right;
}
div.search-bottom-navigation{
	border-top:1px solid #6e6e6e;
	margin:20px 0px;
	padding-top:5px;
	text-align:right;
}
#wp_page_numbers{
	font-size: 1.2em;
	float:right;
}
#wp_page_numbers ul{
	list-style:none;
}
#wp_page_numbers li{
	float:left;
	padding:3px;
}
#wp_page_numbers a{
	color: #e39c1a;
}
#wp_page_numbers .active_page a{
	font-weight:bold;
	color: #6e6e6e;
}
#post-sidebar #recentNewsBox{
	list-style:none;
}
#post-sidebar #recentNewsBox li{
	margin-bottom:20px;
}
#post-sidebar #recentNewsBox li .title{
	width: 109px;
	border-left: 1px solid #e39c1a;
	padding-left: 9px;
	margin-right:10px;
}
#post-sidebar #recentNewsBox li .button{
	width:90px;
}
/*SFX*/
.il-collapsed{
	width:100%;
}
div.il-expandable, div.il-expandable-no{
	width:100%;
}
.il-expandable-cell, .il-cell{
	border-left:1px solid #e39c1a;
	padding-left:9px;
	width:444px;
	margin-bottom:20px;
}
.il-expandable-title{
	float:left;
	width:320px;
	margin-right:20px;
}

.il-expandable .il-expandable-title h4{
	font-weight:normal;
	margin-bottom: 0px;
}
.il-expand-button, .il-static-button{
	float:right;
	width: 100px;
}
.il-small-expandable-cell, .il-small-cell{
	border-left:1px solid #e39c1a;
	padding-left:9px;
	width:215px;
	margin-bottom:20px;
}
.il-small-expandable-title{
	float:left;
	width:95px;
	margin-right:20px;
}
.il-small-expandable-title h5{
	font-weight:bold;
	color:#077CB7;
	font-size: 1.1em;
	line-height: 1.4em;
}

/*FORMS*/

.required{
	color:#e39c1a;
}
.formError{
	color: #EE5555;
	border: 1px dotted #077CB7;
	width: 928px;
	padding: 15px;
	margin-bottom:20px;
}
.ilForm{
}
.ilForm .largeTxt{
	font-size: 1.2em;
	color: #077CB7;
}
.ilForm table td{
	padding-bottom: 10px;
}
.ilForm table td input{
	border:none;
	background: url(images/input175.png) no-repeat top left;
	height: 14px;
	padding: 4px;
	width: 167px;
	font-size: 1.1em;
}
.ilForm table td .recaptcha_input_area input{
	background: none;
}
.ilForm textarea{
	border:none;
	background: url(images/textarea300.png) no-repeat top left;
	height: 92px;
	padding: 4px;
	width: 292px;
}
.ilForm label{
	font-size: 1.1em;
}
.ilForm #submitButton{
	background:url(images/submitButton.png);
	height: 25px;
	width:95px;
	border:none;
}
.ilForm #submitButton:hover{
	background:url(images/submitButtonOver.png);
}
/*Front Page */
#banner{
	width: 960px;
	height: 350px;
	overflow:none;
	display:block;
	color: #FFFFFF;
}
#banner h1{
	font-size: 3.6em;
	color: #FFFFFF;
	font-weight:normal;
	margin-bottom:15px;
}
#banner h2{
	font-size: 1.8em;
	color: #FFFFFF;
}
#banner h2 a{
	color: #FFFFFF;
}
#banner h2 a:hover{
	color: #8FC0EF;
}
#banner h3{
	font-size: 1.2em;
	line-height:1em;
	font-weight:normal;
	color:#FFFFFF;
	padding-bottom: 0px;
}
#banner p{
	font-size:1.5em;
	line-height: 1.3em;
}
#bannerRight{
	width: 479px;
	height:350px;
	border-left:1px solid #FFFFFF;
	float:left;
}

#bannerRightTop{
	width: 439px;
	height: 235px;
	background:url(images/bannerRight.jpg) no-repeat top left;
	padding:20px;
	overflow:hidden;
}
#bannerRightBottom{
	width: 439px;
	padding:20px;
	height:33px;
	background-color: #077cb7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #738091;
}
#bannerLeft{
	width:480px;
	height:350px;
	float:left;
}
/* Modulebox */
.moduleBox .titleBox{
	padding: 10px 0px;
	width: 100%;
	border-bottom:1px solid #738091;
}
.moduleBox .contentBox{
	width: 100%;
	padding:20px 0px;
}
#frontpage .moduleBox{
	width:470px;
	float:left;
}
#frontpage #newsList, #frontpage #productList{
	list-style:none;
}
#frontpage #newsList .newsBox{
	padding-bottom:20px;
}
#frontpage #newsList .dateBox{
	font-size:1em;
	font-weight: bold;
	color: #6e6e6e;
	padding-left:9px;
	border-left: 1px solid #e39c1a;
	float:left;
	width:120px;
}
#frontpage #newsList .excerptBox{
	float:left;
	width: 340px;
}
#frontpage .infoBox {
	width: 215px;
	float:left;
	padding-right: 20px;
}
#frontpage .productsListBox{
	width: 235px;
	float:left;
}
#frontpage .productsListBox .nameBox{
	width: 100px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	border-left: 1px solid #e39c1a;
	padding-left: 9px;
	margin-right: 33px;
}
#frontpage .productBox{
	width: 235px;
	padding-bottom:20px;
}
#frontpage .titleBox .title{
	float: left;
	width: 380px;
}
#frontpage #infoBox .excerptBox{
	float:left;
	width: 340px;
}
.search-result{
	padding-left:15px;
	border-left: 1px solid #e39c1a;
}
.login-form{
}
.login-form label{
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	width: 100px;
}
.login-form .input-row{
	margin-bottom: 5px;
}
.login-form input{
	padding: 3px;
	font-size: 1.2em;
	border: 1px solid #738091;
}
.callout-box{
	border:1px solid #e39c1a;
	width: 233px;
}
.callout-left{
	float:left;
	width: 63px;
	padding: 10px;
	background-color: #e39c1a;
	color: #FFFFFF;
}
.callout-left p{
	font-size: 1.8em;
	line-height:1.1em;
	text-align:center;
	font-weight:bold;
}
.callout-right{
	float:right;
	padding:10px;
	width: 130px;
}
.callout-right p{
	font-size: 1.4em;
	text-align:center;
}
#webinarSignupBox .section h4{
	margin-bottom:5px;
}
#video-overlay{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.3);
}
#video-box{
	position:absolute;
	top:50%;
	left: 50%;
	margin-left:-460px;
	margin-top:-300px;
	padding: 10px;
	box-shadow:2px 2px 1px #666;
	background: #ffffff;
}
#video-box-video{
	margin-bottom:10px;
}
#video-close{
	position:relative;
	left:45%;
}