@charset "utf-8";
/*
Theme Name: Hyperblimp
Theme URI: http://www.hyperblimp.com/
Description: custom themed created for Hyperblimp.com
Version: 1
Author: Marco Paulo Diala
Author URI: http://www.oxzenmedia.com/
Tags: grey, white, blue, green

*/
/*--------------------GENERAL-----------------*/
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main-wrapper {
	width: 860px;
	margin: 20px auto;
}
a{
	font-weight: bold;
	color: #2265d8;
	text-decoration: none;
}
a:hover{
	color: #39b54a;
}
p {
	line-height: 18px;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
/*--------------------VIDEOS-----------------*/
.banner {
	width: 860px;
	height: 181px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	float: left;
}
.banner img, .banner span{
	margin: 15px 0 0 15px;
}
.videos {
	width: 470px;
	height: 315px;
	float: left;
}
.more-videos {
	text-align: center;
	display: block;
	height: auto;
	width: 265px;
	background-image: none!important;
	border: none!important;
}
/*--------------------NAVIGATION-----------------*/
.navi {
	width: 860px;
	height: 41px;
	float: left;
	background-image: url(images/navi-bg.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}
.navi img {
	float: left;
}
.navi-links{
	height: 41px;
	float: left;
	margin: 0 25px;
}
.navi-links ul {
	margin: 0;
	padding: 0;
	height: 37px;
}
.navi-links ul li.middle{
	display: inline;
	padding: 0 28px 0 28px;
	float: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
.navi-links ul li.first{
	display: inline;
	padding: 0 30px 0 30px;
	float: left;
	border-right: 1px solid #cccccc;
}
.navi-links ul li.last{
	display: inline;
	padding: 0 30px 0 30px;
	float: left;
	border-left: 1px solid #ffffff;
}
.navi-links ul li a{
	font-weight: bold;
	color: #2265d8;
	text-decoration: none;
	padding: 11px 0 11px 0;
	display: block;
}
.navi-links ul li a:hover{
	color: #39b54a;
}
/*------------------------- Dropdown Menu -------------------------*/
.navi li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 1;
	/*top: 28.6em;*/
}
.navi li:hover ul {
	left: auto;
	color:#FFFFFF;
	list-style: none;
	margin: 0 0 0 -44px;
	padding: 0 5px;
	width: auto;
}
.navi li:hover ul li {
	padding: 5px 5px;
	width: 120px;
	display: block;
	background-color: #ececec;
}
.navi li ul li {
	font-size: 11px;
	border-bottom: 1px #cccccc solid;
	border-top: 1px #ffffff solid;
}
.navi #subnav a  {
	color: #2265d8;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	height: 14px;
	padding: 0;
}
.navin #subnav li a .hover{
	color: #39b54a;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: none;
	height: 14px;
}
.navi #subnav a:hover{
	color: #39b54a;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	height: 14px;
}
.navi li:hover ul, .navi li.sfhover ul {
	left: auto;
}
/*--------------------HOME CONTENT-----------------*/
.content-container {
	width: 820px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px 20px;
}
.content-container ul {
	margin-left: 20px;
}
.content-container li {
	line-height: 18px;
}
.content-container h1 {
	font-size: 18px;
	font-weight: bold;
	color: #39b54a;
	margin-bottom: 15px;
}
.home-content {
	width: 330px;
	float: right;
	margin: 5px 0 0 0;
}
.home-content h1 {
	font-size: 22px;
	font-weight: bold;
	color: #39b54a;
}
.home-content p {
	font-size:14px;
	line-height:22px;
	margin:10px 0;
}
/*--------------------INSIDE CONTENT-----------------*/
.right-panel {
	width: 70%;
	float: right
}
.left-panel {
	width: 26%;
	float: left;
}
.right-panel h1 {
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #39b54a;
	margin: 10px 0;
}	
#sidebar h2 {
	width: 202px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #39b54a;
	margin: 10px 0;
	padding: 5px 0 0 10px;
	background-image: url(images/sidebar-header-bg.png);
	background-repeat: no-repeat;
}
#sidebar ul li ul li {
	margin-left: 30px;
	list-style: disc;
}
.post-date {
	width: 46px;
	height: 48px;
	background-image: url(images/date-bg.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.post-date h3 {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 1px;
}
.post-date h2 {
	font-size: 20px;
	margin-top: 5px;
}
.post {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.post h2 {
	font-size: 18px;
	font-weight: bold;
}
.entry {
	float: left;
	margin-top: 10px;
	line-height: 18px;
}
.team {
	float: left;
	width: 800px;
	margin: 0 10px 10px 10px;
}
.team h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2265D8;
}
.team img {
	float: right;
	margin: 25px 0 20px;
	border: 2px #cccccc solid;
}
.team-text {
	float: left;
	width: 620px;
}
.solutions {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.solutions img {
	float: left;
	border: 2px #cccccc solid;
	margin-right: 10px;
}
.solutions p {
	margin: 10px 0 0 0;
}
.solutions strong {
	font-weight: bold;
	color: #ffffff;
}
.solutions-table {
	float: right;
	border: 1px #ffffff solid;
	margin-right: 15px;
}
.solutions-custom {
	float: right;
	border: 1px #ffffff solid;
	margin-right: 15px;
	width:  320px;
	line-height: 18px;
}
.solutions td {
	padding: 5px;
	border: 1px #ffffff solid;
}
.contact-form {
	border-left:1px solid #E6E6E6;
	float:left;
	line-height:18px;
	margin-left:30px;
	padding-left:30px;
	width:420px;
}
.contact-details {
	float: left;
	width: 200px;
}
.contact-details strong {
	font-weight: bold;
}
.table-header {
	background-color: #2265D8;
}
.dark-gray {
	background-color: #e0e0e0;
}
.light-gray {
	background-color: #f5f5f5;
}
.powered-by, .powered-by a, .powered-by a:hover {
	color: #FFFFFF
}
ul.list1 {
	list-style: disc;
	margin: 0 0 0 40px;
}
/*--------------------FOOTER-----------------*/
.footer {
	width: 860px;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}
/*-------------------VIDEOS-------------------*/
#tabs {
	text-align:center;
}
#tabs  li { 
	line-height: 15px;
	 
}
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 125px;
  width: 500px;
  /* Add scroll-bars */
  overflow: auto;
  padding: 5px;
  margin: 0 auto;
  background-color: #efefef;
  border: 1px #cccccc solid;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 2500px;
  padding: 0px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px!important;
  margin: 0!important;
  width: 126px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 11px;
  color: #000000;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 11px;
  color: #000000;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
.tab {
	width: 500px;
	height: 365px;
	margin: 0 auto 10px auto;
}