/*   
Theme Name: Clustrix
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Cristian Antohe
Author URI: http://cozmoslabs.com
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');


/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

img.alignnonesmall {
	margin-bottom:0px;
	margin-right:5px;
	vertical-align:middle;
}
/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:990px;
	height:161px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    /*width:940px;
    margin:0 auto;*/
}
#main {
    width:990px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:704px;
    float:left;
}
#content {
    margin:0 0 0 0;
    width:604px;
    overflow:hidden;
	padding:35px 50px 0 50px;
}

.home #container, .home #content{
	width:990px;
	padding:0;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:990px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;    
}

#inner-siteinfo {
    clear:both;
    width:990px;
    margin:0 auto;
}


#image-header{
	width:990px;
	margin:0 auto;
	height:328px;
	position:relative;
}


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    line-height:18px;
}
p, ul, ol, dd, pre {
    margin-bottom:12px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 12px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
	background:#a7a7a7;
    border:0;
	color:#a7a7a7;
    height:1px;
    margin-bottom:12px;
}
a:link {
    color:#f17f00;
	text-decoration:none;
}
a:visited {
    color:#f17f00;
	text-decoration:none;
}
a:active,
a:hover {
    color: #f17f00;
	text-decoration:underline;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	height:161px;	
	background:url('images/header_background.jpg') no-repeat;
	background-position:100% 0px;	
	border-bottom:1px solid #fff;
	
}
#branding {
    padding:0;
}

#logo-image{
	float:left;
	width:225px;
	height:110px;
	padding-top:51px;	
}
#access{
	float:left;
	width:740px;
	background:url('images/access_background.jpg') no-repeat top left;
}

#menu{
	margin:60px 0 0 50px;
}


#blog-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #f17f00;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {   
    height:161px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	border-bottom:none;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.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;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
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;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border:none;
	float:left;
	width:710px;
	
}
.sf-menu a {
	border:none;
	padding:15px 16px;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-size:16px;
	line-height:27px;
	font-weight:bold;
	text-shadow: #000 1px 1px 0px;
	color:#FFF;
	text-indent:-9999px;
}
.sf-menu  .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom:none;			
}

.sf-menu > li > a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}

.sf-menu > li.current_page_item > a, .sf-menu > li.current_page_ancestor > a{
	background:url('images/menu_hover_right.jpg') no-repeat right top;
	color:#FFB432;
}

.sf-menu li {
	background:none;
	
}

.sf-menu > li {
	margin-left:18px;
}

.sf-menu li li {
	background:none;
}
.sf-menu li li li {
	background:		#9AAEDB;
}

.sf-menu > li:hover, .sf-menu > li.sfHover{
	background:url('images/menu_hover_left.jpg') no-repeat left top;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a{
	background:url('images/menu_hover_right.jpg') no-repeat right top;
}

.sf-menu .page-item-9{
	background:url('images/menu/news-events.jpg') no-repeat left top;
	width:116px;
}

.sf-menu .page-item-9:hover, .sf-menu .page-item-9.sfHover, .sf-menu .page-item-9.current_page_item.sfHover, .sf-menu .page-item-9.current_page_ancestor.sfHover{
	background:url('images/menu/news-events-hover.jpg') no-repeat left top;
	
}

.sf-menu .page-item-9.current_page_ancestor, .sf-menu .page-item-9.current_page_item{
	background:url('images/menu/news-events-current.jpg') no-repeat left top;
	
}

.sf-menu .page-item-5{
	background:url('images/menu/about-us.jpg') no-repeat left top;
	width:85px;
}

.sf-menu .page-item-5:hover, .sf-menu .page-item-5.sfHover, .sf-menu .page-item-5.current_page_item.sfHover, .sf-menu .page-item-5.current_page_ancestor.sfHover{
	background:url('images/menu/about-us-hover.jpg') no-repeat left top;
	
}

.sf-menu .page-item-5.current_page_ancestor, .sf-menu .page-item-5.current_page_item{
	background:url('images/menu/about-us-current.jpg') no-repeat left top;
	
}

.sf-menu .page-item-21{
	background:url('images/menu/solutions.jpg') no-repeat left top;
	width:86px;
}

.sf-menu .page-item-21:hover, .sf-menu .page-item-21.sfHover, .sf-menu .page-item-21.current_page_item.sfHover, .sf-menu .page-item-21.current_page_ancestor.sfHover{
	background:url('images/menu/solutions-hover.jpg') no-repeat left top;
	
}

.sf-menu .page-item-21.current_page_ancestor, .sf-menu .page-item-21.current_page_item{
	background:url('images/menu/solutions-current.jpg') no-repeat left top;
	
}


.sf-menu .page-item-7{
	background:url('images/menu/products.jpg') no-repeat left top;
	width:86px;
}

.sf-menu .page-item-7:hover, .sf-menu .page-item-7.sfHover, .sf-menu .page-item-7.current_page_item.sfHover, .sf-menu .page-item-7.current_page_ancestor.sfHover{
	background:url('images/menu/products-hover.jpg') no-repeat left top;
	
}

.sf-menu .page-item-7.current_page_ancestor, .sf-menu .page-item-7.current_page_item{
	background:url('images/menu/products-current.jpg') no-repeat left top;
	
}


.sf-menu .page-item-8{
	background:url('images/menu/resources.jpg') no-repeat left top;
	width:96px;
}

.sf-menu .page-item-8:hover, .sf-menu .page-item-8.sfHover, .sf-menu .page-item-8.current_page_item.sfHover, .sf-menu .page-item-8.current_page_ancestor.sfHover{
	background:url('images/menu/resources-hover.jpg') no-repeat left top;
	
}

.sf-menu .page-item-8.current_page_ancestor, .sf-menu .page-item-8.current_page_item{
	background:url('images/menu/resources-current.jpg') no-repeat left top;
	
}

.sf-menu .page-item-10{
	background:url('images/menu/support.jpg') no-repeat left top;
	width:78px;
}

.sf-menu .page-item-10:hover, .sf-menu .page-item-10.sfHover, .sf-menu .page-item-10.current_page_item.sfHover, .sf-menu .page-item-10.current_page_ancestor.sfHover {
	background:url('images/menu/support-hover.jpg') no-repeat left top;
	
}

.sf-menu .page-item-10.current_page_ancestor, .sf-menu .page-item-10.current_page_item{
	background:url('images/menu/support-current.jpg') no-repeat left top;
	
}


.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active {
    background:url('images/menu_hover_right.jpg') no-repeat right top;
	outline:		0;
    color:#FFB432;
}
.sf-menu ul {
    border:none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:46px; /* overriding essential styles */
	left:-5px;
	background:url('images/dropdown_ul_backgound.png') no-repeat bottom;
	padding-bottom:20px;
	width:183px !important;		
	
	
}
.sf-menu ul ul {
    margin-top:0;
}

.sf-menu ul li, .sf-menu ul .sfHover{
	background:url('images/dropdown_background_bottom.png') no-repeat bottom left !important;
	padding-bottom:8px;
}


.sf-menu ul .last-li{
	background:url('images/dropdown_background_bottom_last.png') no-repeat bottom left !important;
}

.sf-menu ul a {
    width:133px;
	background:url('images/dropdown_background_top.png') no-repeat top left;
	background-color:#646464 transparent;	
	padding:13px 10px 9px 43px;
	margin:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-weight:normal;
	font-size:12px;	
	line-height:14px;
	text-shadow: #000 1px 1px 0px;
	text-indent:0;
	
}
.sf-menu ul a:hover, .sf-menu ul a:active {
    background:url('images/dropdown_hover_background_top.png') no-repeat top left !important;
	background-color:#646464 transparent !important;	
	color:#FFF;
	
}

.sf-menu li ul .current_page_item  a{
	background:url('images/dropdown_hover_background_top.png') no-repeat top left !important;
	background-color:#646464 transparent !important;
}


/* =Home Image Placeholder
-------------------------------------------------------------- */

#header-holder{
	/*background:url('images/header_holder_background.png') repeat-x;*/
	background:url('images/slider_bg.png') top left repeat-x;
}

#image-header{
	/*background:url('images/home_placeholder_background.jpg') no-repeat top left;
	background-color:#3F3F3F;*/
	background:url('images/header_holder_background.png') repeat-x;
	z-index:0;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0 0 0px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #f17f00;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size:25px;
    line-height:26px;
    padding:0 0 12px 0;
	color:#000;
	border-bottom:1px solid #A7A7A7;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #f17f00;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #f17f00;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size:16px;
    font-weight:normal;
	line-height:18px;
    padding:0;
	margin-bottom:22px;
}


.entry-content h2 {
    font-size: 13px;
	color: #ea8d01;
	font-weight: bold;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
}

.entry-content h3 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size:16px;
    font-weight:normal;
	line-height:18px;
    padding:0;
	margin-bottom:22px;
}
.entry-content h4 {
    font-size:11px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content li{
	margin-bottom:10px;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #f17f00;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #f17f00;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
/* =DSFAQ's
-------------------------------------------------------------- */
.dsfaq_ol_quest{
	list-style:disc;
}
.dsfaq_ol_quest>li{
	font-size:12px;
	/*font-weight:bold;*/
}
.dsfaq_tools{
	margin-bottom:10px;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #f17f00;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #f17f00;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #f17f00;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #f17f00;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#f17f00;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #f17f00;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #f17f00;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FFB432;
}
.aside h3 {
    font-size:18px;   
    line-height:24px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 0 0;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/

.main-aside{
	width:286px;
}

.main-aside ul {
    padding:0 0 0 9px;
}
.main-aside h3 {
}

.main-aside > ul > li {
	padding:0 0 0 22px;
	margin-bottom:15px;
}
.main-aside ul ul {   
	list-style:none;
	padding:0;
}
#primary, #secondary {
    background:url('images/aside_background.jpg') no-repeat top left;
    padding:18px 0 0 0;
    margin-bottom:22px;
	border:none;
	min-height:580px;
}

#secondary {
	padding-top:38px;
}

#secondary ul ul{
	border-bottom:1px solid #444;
	padding-bottom:20px;
}

#secondary ul ul li{
	padding-left:15px;
}

#secondary a:hover{

}



/*
    Content Asides
*/
#content .aside {
    border:none;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:30px 0 0 0;    
}

#subsidiary ul{
	list-style:none;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

#subsidiary ul a{
	text-decoration:none;
	color:#FFDCB6;
}
#subsidiary ul a:hover{
	text-decoration:underline;
}
#subsidiary  > #first > ul > li > ul > li{
	float:left;
	font-size:13px;
	font-weight:bold;
	width:140px;
}

#subsidiary  > #first > ul > li > ul > li > ul{
	font-size:10px;
	font-weight:normal;
	line-height:12px;
}
#subsidiary  > #first > ul > li > ul > li > ul >li{
	margin-bottom:5px;
}



#subsidiary  #first{
	width:840px;
	float:left;
}

#subsidiary  #first .widgettitle{
	display:none;
}

#subsidiary  #second{
	float:left;
	width:100px;
}

#subsidiary  #second img{
	margin-right:4px;
}

#subsidiary  #second li li{
	margin-bottom:5px;
	font-weight:bold;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:10px;
	border:none;
	background:url('images/footer_background.jpg') repeat-x;
	background-color:#f18000;
}

#subsidiary {
	background:url('images/subsidiary_background.jpg') no-repeat top left;
	min-height:130px;
	background-color:#f18000;
}

#siteinfo {
	background:url('images/siteinfo_background.jpg') no-repeat top left;
	height:25px;
    color:#FFEEDB;
    font-size:10px;
    line-height:25px;
    padding:0 10px 0 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #f17f00;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#f17f00 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#f17f00 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}



/* =Home Page / Home Page Asides
-------------------------------------------------------------- */
.home #wrapper{
	background:url('images/home_wrapper_background2.jpg') repeat-x center 0px;
}

.home #main{
	background:url('images/home_main_background.jpg') no-repeat left 0px;
}



#content .home-aside{
	float:left;
	padding-top:13px;
	margin-bottom:0;
}

#content .home-aside > ul{
	padding:0 10px;
}

#content .home-aside  ul ul{
	list-style:none;
	color:#333;
	font-size:11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	line-height:13px;
}

#content .home-aside  ul ul li{
	background:url('images/home_list_background.png') no-repeat;
	padding-left:28px;
	margin-top:10px;
}

#content .home-aside  ul ul li a{
	color:#F17F00;
	text-decoration:none;
}

#content .home-aside  ul ul li a:hover{
	text-decoration:underline;
}

#content .home-aside  ul #podsnewswidget-3 ul li a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#content .home-aside  ul #podsnewswidget-3 ul li a:hover{
	color:#F17F00;
}
#content #home-two  .pods-news-widget p{
	padding-bottom:3px;
}
#content #home-two  .pods-news-widget .read-more a{
	color:#f17f00;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#content #home-two  .pods-news-widget .read-more a:hover{
	text-decoration:underline;
}

#content #home-three .widget_frontpostswidget .post-title{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-bottom:3px;
}

#content #home-three .widget_frontpostswidget .post-title:hover{
	color:#F17F00;
}


#content #home-three .widget_frontpostswidget p{
	display:inline;
}

#content #home-four .post-title, #content #home-one .post-title{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-bottom:3px;	
}

#content #home-four .post-title:hover, #content #home-one .post-title:hover{
	color:#f17f00;
	text-decoration:none;
	cursor:pointer;
}

#content #home-four div{
	margin-bottom:10px;
}

#content #home-one div{
	margin-top:10px;
}

.product-image{
	margin:5px 0 5px 0;
}

#content #home-one .alignleft, #content #home-four .alignleft{
	margin-right:5px;
}

#home-one{
	background:url('images/home_one_background.jpg') no-repeat top left;
	margin:0;
}

#home-two{
	background:url('images/home_two_background.jpg') no-repeat top left;
	margin:0;
}

#home-three{
	background:url('images/home_three_background.jpg') no-repeat top left;
	margin:0;
}

#home-four{
	background:url('images/home_four_background.jpg') no-repeat top left;
	margin:0;
}


#content .home-aside .widgettitle{
	text-transform:uppercase;
	color:#000;
	font-size:22px;
	font-family:RotisSemiSans ExtraBold,Arial,sans-serif;
	font-style:normal;
	text-indent:-9999px;
}

#home-one .widgettitle{
	background:url('images/home_one_title.png') no-repeat top left;
}

#home-two .widgettitle{
	background:url('images/home_two_title.png') no-repeat top left;
}

#home-two p{
	margin-bottom:0;
}

#home-three .widgettitle{
	background:url('images/home_three_title.png') no-repeat top left;
}


#home-four .widgettitle{
	background:url('images/home_four_title.png') no-repeat top left;
	width:230px;
}
/* =Other
-------------------------------------------------------------- */


#main{
	background:url('images/main_background.jpg') no-repeat top left;
}

#wrapper{
	background:url('images/wrapper_background.jpg') no-repeat top left;
}


#siteinfo{
	background-color:#FFA42C;
}


/* =Primary Asides
-------------------------------------------------------------- */
#sub-page-menu  {
	color:#000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size:16px;
	margin-bottom:35px;
}


#sub-page-menu .widgettitle{
	text-transform:uppercase;
	font-style:normal;	
	font-family:RotisSemiSans ExtraBold,Arial,sans-serif;
	font-size:25px;
	margin-top:18px;
	text-indent:-9999px;
	height:28px;
	width:184px;
	
}

.parent-pageid-5 #sub-page-menu .widgettitle{
	background:url('images/side_titles/side_title_about.png') no-repeat top left;
}

.parent-pageid-21 #sub-page-menu .widgettitle{
	background:url('images/side_titles/side_title_solutions.png') no-repeat top left;
}

.parent-pageid-7 #sub-page-menu .widgettitle{
	background:url('images/side_titles/side_title_products.png') no-repeat top left;
}

.parent-pageid-8 #sub-page-menu .widgettitle, .pageid-8 #sub-page-menu .widgettitle{
	background:url('images/side_titles/side_title_resources.png') no-repeat top left;
}

.parent-pageid-9 #sub-page-menu .widgettitle, .pageid-9 #sub-page-menu .widgettitle{
	background:url('images/side_titles/side_title_news.png') no-repeat top left;
}

.parent-pageid-10 #sub-page-menu .widgettitle{
	background:url('images/side_titles/side_title_support.png') no-repeat top left;
}

#sub-page-menu  a{
	color:#000;
	text-decoration:none;	
}

#sub-page-menu  ul a{
	padding-left:30px;
	background:url('images/product_widgett.jpg') no-repeat top left;	
	padding-bottom:3px;
	display:block;
	padding-top:2px;
}

#sub-page-menu li a:hover, #sub-page-menu ul li.current_page_item a{
	color:#666;
	background:url('images/product_widgett_hover.jpg') no-repeat top left;
	
}

#sub-page-menu ul{
	padding-top:16px;
}

#sub-page-menu ul li{	
	margin-top:5px;	
	
}

#text-4  {
	color:#FFF;
	background:url('images/resources_background.jpg') no-repeat;
	background-color:#444;
	font-size:12px;
	padding-bottom:15px;
}

#text-4 .widgettitle {
	line-height:56px;
	font-size:20px;
	font-style:normal;
}

#text-4 img{
	margin-right:5px;
}

#text-4 ul li {
	margin-top:5px;
	padding-right:10px;
}

#text-4 ul li a{
	text-decoration:none;
	color:#fff;
	
}

#text-4 ul li a:hover{
	color:#ccc;
}

#text-5{
	background:url('images/tco_savings_background.jpg') no-repeat top left;
	height:100px;
	color:#444;
	font-size:12px;
	text-shadow: #FFF 3px 3px 3px;
}

#text-5 p {
	margin-left:55px;
	padding-top:13px;
}
#text-5 span{
	font-size:16px;
}

#text-5 a{
	display:block;
	color:#444;
	text-decoration:none;
}



/* =Pages
-------------------------------------------------------------- */


.footnote{
	font-size:10px;
	line-height:12px;
	font-style:italic;
}

#contact-form-table, #contact-form-table tr{
	border:none;
}

#contact-form-table td{
	padding:10px 10px 10px 10px;
}


p.team{
	padding-left:120px;
}

p.investors{
	padding-left:210px;
}

/* =search 
-------------------------------------------------------------- */

.widget_thematic_search{
	background-color:#444; 
	float:left;	
}

.widget_thematic_search .widgettitle{
	display:inline;
	float:left;
	padding:12px 5px 0 0;
	font-style:normal;
}


.widget_thematic_search label {
	color:#fff;
	text-transform:lowercase;
	font-size:12px;

}

#searchform{
	float:left;
	padding:15px 13px 6px 5px;
	margin:0;
}

.widget_thematic_search #s{
	border:1px solid #abadb3;
	padding:3px !important;
	background:#f4f4f4; 
	width:186px;
}

/* =News & Events
-------------------------------------------------------------- */


ul.pods-news, ul.pods-press-releases, ul.pods-events{
	font-size:13px;
}

ul.pods-news, ul.pods-press-releases, ul.pods-events, ul.years{
	list-style:none;
	margin-left:0;
	font-weight:bold;
}

ul.pods-news li , ul.pods-press-releases li , ul.pods-events li {
	border-bottom:1px solid #ccc;
	padding:10px 5px 10px 10px;
}

ul.pods-news li p, ul.pods-press-releases li p, ul.pods-events li p{
	margin-bottom:0;
}

ul.pods-news li a, ul.pods-press-releases li a, ul.pods-events li a{
	font-weight:normal;
}

ul.years{
	float:right;
}

ul.years li{
	float:left;
	display:inline-block;
	border-right:1px solid #666;
	padding:0 5px 0 5px;
	font-weight:normal;
}

ul.years li.last-year{
	border:none;
}

.slug-news-events .more{
	float:right;
}

.slug-news-events .entry-content{
	padding-top:0;
}
.slug-news-events .entry-content h3{
	font-weight:bold;
	padding-top:10px;
	margin-bottom:0;
}

.press-releases-detail .entry-title a {
	float:right;
	font-size:12px;
	color:#f17f00;
}
.press-releases-detail .entry-title a:hover {
	text-decoration:underline;
}
/* =Homepage Slideshow
-------------------------------------------------------------- */
#prev, #next{
	position:absolute;
	z-index:100;
	top:270px;
}

#prev{
	left:0;
}

#next{
	right:0;
}

#slideshow{
	
}

/* =TCO Savings*/

#tco-input{
	border:1px solid #c9c9c9;
}
#tco-input .label-holder{
	border-bottom:1px solid #c9c9c9;
	padding:5px;
	
}
#tco-input label{
	width:355px;
	display:inline-block;
	font-size:20px;
	padding:5px 10px;
}

#tco-input span{
	display:inline-block;
	width:60px;
	padding-right:5px;
	text-align:right;
}
#tco-input input{
	width:80px;
	border:1px solid #c0b8a4;
	border-top:1px solid #837d70;
	background:url(images/tco_input_bg.png) top left repeat-x #fff4da;
	padding:5px;
	font-size:16px; 
}
#tco-input #calculatesavings{
	border:none;
	display:block;
	background:url(images/calculate_savings.png) center center no-repeat;
	width:165px;
	height:35px;
	margin:10px auto;
}


#tco-input .tco_tooltip{
	background:url("images/circle-small.gif") no-repeat left top ;
	color:#ab9560;
	display:inline-block;	
	font-size:17px;
	font-weight:bold;
	height:20px;
	margin:0px 9px 4px 0;
	overflow:hidden;
	padding:5px 0 0 7px;
	text-decoration:none;
	width:18px;
	font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
	vertical-align:middle;
}

#tco-input .tco_tooltip:hover{
	background-position:left -25px;
	color:#ff9900;
	text-decoration:none;
	cursor:pointer;
}

#cost-savings-total{
	display:none;
	margin-top:20px;
}
#cost-savings-total td{
	font-size:16px;
	text-transform:uppercase;
}
#cost-savings-total td.total-savings-label{
	background:#fff4da;
	border-right:1px solid #ccc;
}

#cost-savings{
	display:none;
	margin-top:20px;
}
#cost-savings th{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	background:#ffcc7d;
}
#cost-savings .even{
	background:#fff4da;
}




/* Tooltip*/


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;	
}
#tooltip h3, #tooltip div { margin: 0; }



