/* @override http://cubeletice.com/wp-content/themes/cubelet/style.css */

/* @override http://cubeletice.com/wp-content/themes/cubelet/style.css */

/* @override http://cubeletice.com/wp-content/themes/cubelet/style.css */

/**
 * Theme Name: Cubelet Ice
 * Description: A custom theme for http://www.cubeletice.com, based on Hybrid
 * Author: Mark Barilla
 * Author URI: http://mbarilla.com
 * Version: 0.1
 * Template: hybrid
 *
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */

/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, 24px or 25px margins and line-height (don't use reset.css with these) */

@import url('../hybrid/library/css/18px.css');

/* @import url('../hybrid/library/css/20px.css'); */

/* @import url('../hybrid/library/css/21px.css'); */

/* @import url('../hybrid/library/css/22px.css'); */

/* @import url('../hybrid/library/css/24px.css'); */

/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */

/* @import url('../hybrid/library/css/2c-l-fixed.css'); */

/* @import url('../hybrid/library/css/2c-r-fixed.css'); */

/* @import url('../hybrid/library/css/3c-l-fixed.css'); */

/* @import url('../hybrid/library/css/3c-r-fixed.css'); */

/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Plugins CSS */

/* @import url('../hybrid/library/css/plugins.css'); */

/* Drop-downs CSS */

/* @import url('../hybrid/library/css/drop-downs.css'); */

/* Hybrid's default CSS */

/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #454545;
}

/* Wrapper for everything inside of the body */

#body-container {
			background: url(/wp-content/themes/cubelet/images/bg-main.png);
}

/**
* Elements
************************************************/

/* Hyperlinks */

a:link, a:visited {
	color: #02468a;

}

a:hover, a:active {
	color: #00a5db;
}

/* Headers */

h1 {
	font-size: 2.6em;
	color: #333;

}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #02468a;
text-shadow: #b1b1b1 1px 2px 2px;
filter: dropshadow(color=#b1b1b1, offx=1, offy=2);
}

h4 {
	font-weight: bold;
	color: #666;
}

h5 {
	
}

h6 {
	
}

/* Text elements */

strong {
	
}

em {
	
}

cite {
	
}

abbr {
	
}

acronym {
	
}

sup {
	
}

sub {
	
}

address {
	
}

ins {
	
}

dfn {
	
}

del {
	
}

/* Paragraphs */

p {
	font-size: 1.32em;
}

/* Unordered lists */

ul {
	list-style-type: disc;
	font-size: 1.3em;
}

ul li ul {
	font-size: .8em;
	padding: 0 0 0 20px;
}

/* Ordered lists */

ol {
	font-size: 1.3em;
}

ol li {
	
}

/* Defition lists */

dl {
	font-size: 1.3em;
	
}

dt {
	
}

dd {
	
}

/* Blockquotes */

blockquote {
	padding: 18px 18px 10px;
	background-color: #f3f3f3;
	font-style: italic;
	margin: 0 0 18px;

	border: 1px solid #ccc;
-webkit-box-shadow: 1px 1px 2px #ccc;
-moz-box-shadow: 1px 1px 2px #ccc;
box-shadow: 1px 1px 2px #ccc;
}

blockquote p {
	margin: 0 0 8px;	
}

span.testimonial-name {
	font-weight: bold;
	display: block;
	border-top: 1px solid #ccc;
	margin: 8px 0 0;
	text-align: right;
	padding: 4px 0 0;
	color: #064172;
}

blockquote em {
	
}

/* Object */

object {
	
}

/* Code */

code {
	
}

pre {
	
}

pre code {
	
}

/* Tables */

table {
	
}

caption {
	
}

tr {
	
}

th {
	
}

td {
	
}

/* Forms */

form {
	
}

textarea {
	
}

input {
	
}

label {
	
}

option {
	
}

/* Notes */

.note {
	
}

/* Warnings/Alerts */

.warning, .alert {
	
}

/* Errors */

.error {
	
}

/* Downloads */

.download {
	
}


/**
* Images
************************************************/

/* Normal images */

.entry-content img {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 24px 18px;
-webkit-box-shadow: 2px 2px 3px #a6a6a6;
-moz-box-shadow: 2px 2px 3px #a6a6a6;
box-shadow: 2px 2px 3px #a6a6a6;  
}

a img {
	
}

img.alignleft {
	margin-left: 0;
}

img.alignright {
	margin-right: 0;
}

.entry-content .clear {
	padding: 0;
}

/* WP Smilies */

img.wp-smiley {
	
}

/* Thumbnails */

.thumbnail {
	
}

/* WP Captions [caption] */

.wp-caption {
	
}

.wp-caption img {
	
}

.wp-caption p {
	
}

/* Gallery [gallery] */

.gallery {
	
}

.gallery img {
	
}

/* Avatars */

.avatar {
	
}

/**
* Header
************************************************/

/* Contains entire header */

#header-container {
	border-bottom: solid 1px #b4ccd3;
	background: url(/wp-content/themes/cubelet/images/bg-header-container.png) repeat-x;
}

/* Contains site title and tagline */

#header {
	height: 120px;
	overflow: visible;
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2000;
}

/* Site title */

#site-title {
	display: block;
	height: 160px;
	width: 175px;
}

#site-title a {
	display: block;
	height: 160px;
	width: 175px;
	background: url(/wp-content/themes/cubelet/images/logo-cubelet-header.png) no-repeat;
	text-indent: -9999px;
}

#site-title a span {
	
}

/* Site description/tagline */

#site-description {
	display: none;
}


#site-info {
	display: block;
	height: 20px;
	width: 320px;
	position: absolute;
	right: 0;
	top: 30px;
	background: url(/wp-content/themes/cubelet/images/bg-siteinfo.png) no-repeat;
}	
#site-info p {
	text-indent: -9999px;
	margin: 0;
}
/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */

#primary-menu {
	position: absolute;
	top: 77px;
	right: 0;
	height: 43px;
}

/* Wrapper for unordered list of menu items */

#primary-menu div.menu {
	
}

/* Menu list. */

#primary-menu ul {
	margin: 0;
	padding: 0;
}

#primary-menu li {
	display: block;
	height: 43px;
	width: 157px;
	float: left;
	
}

#primary-menu li a {
	display: block;
	height: 43px;
	width: 157px;
	background-image: url(/wp-content/themes/cubelet/images/nav.png);
	text-indent: -9999px;
	
	}

#primary-menu li.current-menu-item {
	
}


/*Nav Background Images */
#primary-menu li.menu-item-83 a{
	background-position: 0 0;
}
#primary-menu li.menu-item-84 a{
	background-position: -157px 0;
}
#primary-menu li.menu-item-82 a{
	background-position: -314px 0;
}
#primary-menu li.menu-item-81 a{
	background-position: -471px 0;
}
#primary-menu li.menu-item-80 a{
	background-position: -628px 0;
}
/*Nav Background Images - Hover */

#primary-menu li.menu-item-83 a:hover {
	background-position: 0 -43px;
}
#primary-menu li.menu-item-84 a:hover{
	background-position: -157px -43px;
}
#primary-menu li.menu-item-82 a:hover{
	background-position: -314px -43px;
}
#primary-menu li.menu-item-81 a:hover{
	background-position: -471px -43px;
}
#primary-menu li.menu-item-80 a:hover{
	background-position: -628px -43px;
}
/*Nav Background Images - Active */
#primary-menu li.menu-item-83.current-menu-item a{
	background-position: 0 -86px;
}
#primary-menu li.menu-item-84.current-menu-item a{
	background-position: -157px -86px;
}
#primary-menu li.menu-item-82.current-menu-item a{
	background-position: -314px -86px;
}
#primary-menu li.menu-item-81.current-menu-item a{
	background-position: -471px -86px;
}
#primary-menu li.menu-item-80.current-menu-item a{
	background-position: -628px -86px;
}




/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */

#container {
	overflow: auto;
	width: 960px;
	margin:  0 auto;

}

.home #container {
	width: auto;
}
/**
	* Content
	************************************************/

/* Contains site's main content */

#content {
	width: 710px;
	float: left;
	margin: 0 0 40px;
	position: relative;
}

.singular-page #content{
	padding: 50px 0 0;
}

.singular-post #content,
.archive #content,
.blog #content {
		background: url(/wp-content/themes/cubelet/images/bg-page-content.png) repeat-y;
		padding: 32px 0 0;
}
.home #content {
	width: 100%;
	height: 300px;
	float: none;
	background: url(/wp-content/themes/cubelet/images/bg-home-content.jpg) repeat-x;
	border-bottom: solid 1px #6990bd;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: visible;
}

.home #content #sliderHolder {
		background: url(/wp-content/themes/cubelet/images/bg-home-bluemetal.jpg) no-repeat center;

}

.home #content #slider {
	width: 960px;
	height: 300px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.home #content #slider div {
	width: 825px;
	margin: 0 auto;
	top: 15px;
	position: relative;
	}
	
.home #content #slider div img{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	}

.home #content #post-3 {
	display: none;
}
/* Breadcrumb trail */

.breadcrumb {
	display: none;
}

.breadcrumb-trail {
	
}

/* Archive and search <div> before posts are listed */

.archive-info
		.author-info {
	
}

.term-info
		.category-info {
	
}

.tag-info {
	
}

.date-info {
	
}

.search-info {
	
}

p.no-data {
	padding: 0 40px;
}

/* Archive and search page titles. */

.archive-title,
.author-title,
.date-title,
.category-title,
.search-title,
.tag-title {
	margin: -8px 35px 18px;
	padding: 8px 5px 3px;
	color: #7e7e7e;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
	border-bottom: solid 1px #cdcdcd;
text-shadow: #b1b1b1 1px 1px 2px;
filter: dropshadow(color=#b1b1b1, offx=1, offy=1);

}

.archive-description {
	display: none;
}

/* Entry wrapper <div> */

.hentry {
	padding: 18px 30px 32px 40px;
}

.singular-page .hentry {
	padding: 0;
}

.page {
}

/* Post, page, and 404 page titles */

.entry-title {
		font-weight: bold;
	color: #02468a;
text-shadow: #b1b1b1 1px 2px 2px;
filter: dropshadow(color=#b1b1b1, offx=1, offy=2);
}

.singular-post h1.entry-title  {
	padding: 0 0 12px;
	border-bottom: solid 1px #ccc;
	margin: 0 0 18px;
	line-height: 1.2em;
}

.post-title {
	font-size: 2.4em;
	padding: 0;
}

.page-header {
	display: block;
	height: 95px;
	width: 710px;
	position: relative;
	background: url(/wp-content/themes/cubelet/images/page-header-blank.png) no-repeat;

}
.page-header h1 {
	float: left;
	font-size: 2.8em;
	font-weight: bold;
	margin: 0;
	padding: 35px 40px;
	color: #fefefe;
}

.page-header p {
	padding: 16px 40px 10px 250px;
	font-weight: bold;
	color:#fefefe;
	font-size: 1.5em;
	line-height: 1.8emm;
	text-shadow: #043451 1px 2px 2px;
filter: dropshadow(color=#043451, offx=1, offy=2);
}

#post-2 .page-header h1,
#post-5 .page-header h1,
#post-10 .page-header h1,
#post-90 .page-header h1,
#post-95 .page-header h1,
.page-header.blog h1 {
	text-indent: -9999px;
}

.page-95 .page-header p {
	padding: 35px 40px 10px 300px
}

#post-2 .page-header {

	background: url(/wp-content/themes/cubelet/images/page-header-about.png) no-repeat;
}

#post-5 .page-header {

	background: url(/wp-content/themes/cubelet/images/page-header-products.png) no-repeat;
}

#post-10 .page-header {

	background: url(/wp-content/themes/cubelet/images/page-header-services.png) no-repeat;
}

#post-90 .page-header {

	background: url(/wp-content/themes/cubelet/images/page-header-contact.png) no-repeat;
}

#post-95 .page-header {

	background: url(/wp-content/themes/cubelet/images/page-header-health.png) no-repeat;
}

.page-header.blog {
	background: url(/wp-content/themes/cubelet/images/page-header-blog.png) no-repeat;
	margin: 50px 0 0;
}
.attachment-title {
	
}

.error-404-title {
	
}

/* Author and date byline */

.byline {
	font-style: italic;
	font-size: 1.2em;
	color: #939393;
	margin: -10px 0 12px;
}

.blog .byline {
	display: none;
}

/* Full entries */

.page .entry-content {
	padding: 0 80px 0 0;
	background: url(/wp-content/themes/cubelet/images/bg-page-content.png) repeat-y;

}

.entry-content div {
	padding: 32px 0 20px 60px;
}

#post-5 .entry-content,
#post-5 .entry-content div {
	padding: 0;
}

.content-round-corner {
	height: 20px;
	margin: 0 0 -40px;
	background: url(/wp-content/themes/cubelet/images/bg-page-content-bottom.png) repeat-y;

}

.blog .content-round-corner,
.archive .content-round-corner,
.singular-post .content-round-corner {
	margin: 0 0 -20px;
}
#post-5  #products-holder {
	padding: 20px 0 0;
	overflow: auto;
}

#products-holder h3 {
	display: block;
	width: 250px;
	height: 60px;
	margin: 0;
	text-indent: -9999px;	
}

h3#h3-bagged-ice {
		background: url(/wp-content/themes/cubelet/images/h3-baggedice.png) no-repeat;
}
h3#h3-industrial-ice {
		background: url(/wp-content/themes/cubelet/images/h3-industrialice.png) no-repeat;
}

div.product.three-across {
	width: 180px;
	margin: -40px 20px 0 0;
	float: left;
	text-align: center;

}

div#lb7 {
	margin: -40px 0 0 50px;
}

div#lb20 {
	margin: -40px 30px 0;
}

div.product h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #02468a;
text-shadow: #b1b1b1 1px 2px 2px;
filter: dropshadow(color=#b1b1b1, offx=1, offy=2);
}

div.product.two-across {
	width: 355px;
	margin:  0;
	float: left;
	text-align: center;
}

div#industrialBlock h4 {
	margin: -5px 0 18px 35px;
}

#products-holder img {
	border: none;
	background: none;
	padding: 0;
margin: 0;
	-webkit-box-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
box-shadow:  0 0 0 transparent;
}
/* Excerpts (introduced) */

.entry-summary {
	
}

/* Using <!--nextpage--> */

p.page-links a {
	
}

/* More link <!--more--> */

a.more-link {
	
}

/* Entry metadata */

.entry-meta {
	margin: 0;
	font-size: 1em;
	border-top: solid 1px #ccc;
	padding: 5px 0;
}

.entry-meta a:link,
.entry-meta a:visited {
	font-weight: bold;
	color: #454545;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #00a5db;

}
.entry-meta span.edit {
	display: block;
	margin: 0 0 0 10px;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}


.singular-page a.post-edit-link {
	background: #7c7c7c;

	color: #fefefe;
	display: block;
	padding: 5px 15px;
}

.singular-page .entry-meta{
		border-top: none;
}
.singular-page a.post-edit-link:hover {
	background-color: #013769;
}

/* Post series */

.series {
	
}

.series-title {
	
}

/* Navigation links */

.navigation-links {
	overflow: auto;
	font-weight: bold;
	font-size: 1.3em;
	background-color: #0e4171;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; 
position: absolute;
right: 0;
width: 700px;
}

.navigation-links .previous {
	float: left;
	padding: 5px 10px;
}

.navigation-links .next {
	float: right;
	padding: 5px 10px;

}

.navigation-links a {
	color: #fefefe;
}

.navigation-links a:hover {
		color: #ccc;

}
/* WP PageNavi (plugin) */

.wp-pagenavi {
	
}

.wp-pagenavi .pages {
	
}

.wp-pagenavi .current {
	
}

.wp-pagenavi .extend {
	
}

.wp-pagenavi a {
	
}

/* Attachment image navigation */

.navigation-attachment {
	
}

/**
		* Comments template
		************************************************/

/* Wrapper for entire comments area */

#comments-template {
	padding: 0 40px;
}

/* Comments section headers/titles */

.comments-header {
	
}

#comments-number {
	
}

/* Comments closed paragraph */

p.comments-closed {
	
}

/* Main comments section */

#comments {
	
}

#comments ol {
	margin: 0;
	list-style-type: none;
}

/* Individual comments (note that WordPress has even/odd backwards) */

#comments li {
	border-bottom: 1px solid #e5e5e5;
	overflow: auto;
	padding: 18px 5px;
	font-size: .7em;
}

#comments li li {
	
}

#comments li li li {
	
}

#comments li li li li {
	
}

#comments li.even {
	
}

#comments li.odd {
	background-color: #f5f5f5;
}

#comments li.thread-even {
	
}

#comments li.thread-odd {
	
}

#comments li.author {
	
}

#comments li.trackback {
	
}

#comments li.pingback {
	
}

/* Comment avatars */

#comments .avatar {
	float: left;
	margin: 0 20px 18px 0;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
-webkit-box-shadow: 2px 2px 3px #a6a6a6;
-moz-box-shadow: 2px 2px 3px #a6a6a6;
box-shadow: 2px 2px 3px #a6a6a6;  }

/* Comment metadata */

#comments .comment-meta {
	
}

#comments .comment-meta cite {
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
}

/* Comment text */

#comments .comment-text {
	
}

/* Paged comments navigation */

#comments-template .paged-navigation {
	
}

#comments-template .paged-navigation .page-numbers {
	
}

#comments-template .paged-navigation .next {
	
}

#comments-template .paged-navigation .prev {
	
}

/* Main comment form div */

#respond {
	padding: 18px 5px;
}

/* Comment form title */

#reply {
	
}

/* Comment form elements */

p#cancel-comment-reply {
	
}

#respond form {
	background-color: #f3f3f3;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
border: solid 1px #cdcdcd;
padding: 18px;
margin: 0 0 18px;
}

#respond form label {
	display: block;
	width: 120px;
}

#respond .form-author,
#respond .form-email,
#respond .form-url  {
	margin: 0 0 8px;
}


#respond .form-textarea {
	
}

#respond textarea {
	
}

#respond #submit {

}

#respond #submit:hover {
	
}

/**
		* Utility widget sections (see other widget code below)
		************************************************/

/* All utility widget sections (except widgets template) */

.utility {
	
}

/* Before content */

#utility-before-content {
	
}



/* After post but before comments */

#utility-after-single {
	
}

/*Home Page */
/* After content */

#utility-after-content {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	overflow: visible;
	background: url(/wp-content/themes/cubelet/images/blue-burst.png) no-repeat center center;
	padding: 20px 0;
	
}
body.singular-page-3 #utility-after-content div.widget{
	height: 200px;
	width: 300px;
	float: left;
	position: relative;
	margin: 0 0 20px;
}



body.singular-page-3 #utility-after-content #text-3 {
	background: url(/wp-content/themes/cubelet/images/home-feature-products.png) no-repeat;
	margin: 0 20px 0 0;
}

body.singular-page-3 #utility-after-content #text-4 {
	background: url(/wp-content/themes/cubelet/images/home-feature-services.png) no-repeat;
	margin: 0 20px 0 0;
	width: 320px;
}

body.singular-page-3 #utility-after-content .widget_text h3,
body.singular-page-3 #utility-after-content .widget_text ul,
#primary #text-5.widget h3,
#primary #text-6.widget h3 {
	text-indent: -9999px;
	list-style-type: none;
}

body.singular-page-3 #utility-after-content #text-3 a,
body.singular-page-3 #utility-after-content #text-4 a,
#primary #text-5.widget a,
#primary #text-6.widget a {
	display: block;
	height: 19px;
	width: 85px;
	position: absolute;
	right: 17px;
	bottom: 35px;
	background: url(/wp-content/themes/cubelet/images/homefeature-btn.png);
	text-indent: -9999px;
}

body.singular-page-3 #utility-after-content #text-4 a {
	right: 27px;
}
body.singular-page-3 #utility-after-content #text-3 a:hover,
body.singular-page-3 #utility-after-content #text-4 a:hover,
#primary #text-5.widget a:hover,
#primary #text-6.widget a:hover {
	background-position: 0 -19px;
}

body.singular-page-3 #twitbar {
	background: url(/wp-content/themes/cubelet/images/home-feature-twitter.png) no-repeat;
}

body.singular-page-3 #twitbar ul li {
	list-style-type: none;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
	width: 220px;
	position: absolute;
	top: 72px;
	left: 45px;
	color: #004e8c;
}
body.singular-page-3 #twitbar ul li span {
	display: block;
	padding: 0 0 8px;
	border-bottom: solid 1px;
}	

body.singular-page-3 #twitbar h3 {
	text-indent: -9999px;
}

body.singular-page-3 #twitbar ul li a {
	float: right;
}
body.singular-page-3 #twitbar ul li span a {
	float: none;
}

/* After page but before comments */

#utility-after-page {
	
}

/* Widgets page template widgets */

.page-template-widgets #content .widget {
	
}

/**
	* Widget sections (Primary and Secondary)
	************************************************/

/* Widgets in general */

.widget {
	
}

.widget-inside {
	
}

.widget-title {
	
}

/* Primary widget section */

#primary {
	width: 235px;
	float: right;
	margin: -50px 0 0;
}

.singular-page #primary {
	margin: 0;
	padding: 95px 0 0;

}
#primary .widget {
	padding: 0;
	position: relative;
	
}


#primary .widget#text-5,
#primary .widget#text-6 {
	width: 235px;
	height: 175px;
	background: url(/wp-content/themes/cubelet/images/sub-feature-services.png) no-repeat;
	margin: 0 0 15px;
}

#primary .widget#text-6 {
	background: url(/wp-content/themes/cubelet/images/sub-feature-products.png) no-repeat;
}


#primary .widget#text-5,
#primary .widget#text-5 *,
#primary .widget#text-6,
#primary .widget#text-6 *{
	background-color: transparent;
	border: none;
-webkit-box-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;}

#primary .widget#text-5 a,
#primary .widget#text-6 a {
	bottom: 21px;
	right: 21px;
}

#primary .widget-inside {
	float: right;
	background-color: #e1e1e1;
	margin: 0 8px 18px 0;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
border: solid 1px #cdcdcd;
width: 219px;
}

#primary .widget-title {
	margin: 0 0 4px;
	padding: 10px 10px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	text-shadow: none;
	color: #707070;}

#primary .widget ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 10px;
	border-bottom: solid 1px #ccc;
	font-size: 1.1em;
}
#primary .widget ul.hidden {
	text-indent: -9999px;
	}

#primary .widget ul li {
	border-top: solid 1px #ccc;
	font-size: 1.1em;
}

#primary .widget ul ul {
	padding: 0;
	border-bottom: none;
	margin: 0 0 8px;
}
#primary .widget ul li li {
	font-size: .9em;
	border-top: none;
	padding: 0 0 0 10px;
}


#primary .widget ul li a:link,
#primary .widget ul li a:visited {
	display: block;
	background-color: #e7e7e7;
	padding: 4px 10px;

}

#primary .widget ul li a:hover {
	background-color: #f1f1f1;
}



/* Secondary widget section */

#secondary {
	
}

#secondary .widget {
	
}

#secondary .widget-inside {
	
}

#secondary .widget-title {
	
}

#secondary .widget ul {
	
}

#secondary .widget ul li {
	
}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */

#footer-container {
	background: url(/wp-content/themes/cubelet/images/bg-footer.png) repeat-x;
height: 120px;
}

#footer-container a:link,
#footer-container a:visited {
	color: #6fcae8;
}

#footer-container a:hover,
#footer-container a:active {
	color: #fefefe;
}


/* Footer section */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;

}

#footer h2.footer-logo {
	display: block;
	height: 105px;
	width: 105px;
	position: absolute;
	top: 5px;
	left: 0;
		background: url(/wp-content/themes/cubelet/images/logo-cubelet-footer.png) no-repeat;
	text-indent: -9999px;

	}

#footer .copyright {
	padding: 0 0 0 120px;
	color: #fefefe;
	font-weight: bold;
	font-size: .9em;
	
}

p.footer-ipia {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 130px;
	height: 95px;
	margin: 0;
		background: url(/wp-content/themes/cubelet/images/logo-ipia.png) no-repeat;

}

p.footer-ipia a {
	display: block;
	width: 130px;
	height: 100px;
	text-indent: -9999px;
}
/* Subsidiary widget section */

#subsidiary {
	padding: 40px 0 0 120px;
	overflow: auto;}

#subsidiary .widget {
	
}

#subsidiary .widget-inside {
	
}

#subsidiary .widget-title {
	display: none;
}

#subsidiary .widget ul {
	overflow: auto;
	list-style-type: none;
	margin: 0;
}

#subsidiary .widget li {
	float: left;
	font-weight: bold;
	padding: 0 15px 0 0;
}















html
{
height: 100%;
}

body
{
height: 100%;
}

#body-container
{
position: relative;
min-height: 100%;
}

* html #body-container
{
height: 100%;
}

#container
{
padding-bottom: 130px;
}

#footer-container
{
position: relative;
margin-top: -120px;
}


