/**
 * Theme Name: Reflow
 * Theme URI: http://reflow.tv/
 * Description: Theme for Reflow.tv based on the Hybrid theme framework.
 * Version: 1.0
 * Author: Elio Rivero
 * Author URI: http://ilovecolors.com.ar
 * Template: hybrid
 *
 * Copyright (c) 2010-2020 Reflow.tv  All rights reserved.
 * http://reflow.tv
 * 
 */

/* Reset CSS styles */
@import url('../hybrid/library/css/reset.css');

/* Get plugins CSS */
/*@import url('../hybrid/library/css/plugins.css');*/


/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	font: 14px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	/*background: #fff url(images/bghw.png) repeat-x 4px 0px;*/
	background: #fff;
	color: #737373;
	
	width: 100%;
	display: table;
	}

/* Body container */
.page-template-page-blog #body-container,
.singular-post #body-container  {
	/*background: url(images/bghb.jpg) no-repeat top center;*/
	background:url(images/reflow-header-slice.gif) repeat-x;
	
	}
#body-container,
.post-template-post-widgets #body-container{
	/*background: url(images/bghi.jpg) no-repeat top center;*/
	background:url(images/reflow-header-slice.gif) repeat-x;
	margin-left: -10px;
	
}


/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #35a6c8;
	text-decoration: none;
	}
a:hover, a:active {
	color: #27A0C4;
	}
.entry-content a {
	color: #35a6c8;
	}
.entry-content a:hover{
	color:#27A0C4;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, serif;
	color: #444;
	}
h1 {
	font-size: 24px;
	color: #27A0C4;
	margin: 10px 0 40px;
}
.search h1,
.archive h1{
	margin-bottom: 10px;
}
h2 { 
	font-size: 21px;
	color: #27a0c4;
	margin: 10px 0 20px;
	clear:both;
}

/* Horizontal divider*/
hr{
	background:none repeat scroll 0 0 #EEEEEE;
	clear:both;
	display:block;
	height:1px;
	width:810px;
}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Palatino, Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 20px 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 20px 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	float:left;
	list-style: none;
	margin: 0;
	width:621px;
	overflow:hidden;
	display: block;
}

#navigation li {
	float: left;
	margin: 0px 0px 0 0;
	font: normal normal normal 12px/12px Tahoma, Arial, sans-serif;
	height:128px;
	overflow:hidden;
}
#navigation a {
	display: block;
	color: #fff;
	padding: 0px 0px 0px;
	height: 125px;
	text-indent:-99999px;
	overflow: hidden;
}
#navigation .tagline{
	font-size: 12px;
	text-indent:-99999px;
}
#navigation #home a{
	background: url(images/nb.jpg) no-repeat top left;
	width: 104px;
}
#navigation #retailers a{
	background: url(images/nb.jpg) no-repeat -104px 0px;
	width: 104px;
}
#navigation #stats a{
	background: url(images/nb.jpg) no-repeat -208px 0px;
	width: 104px;
}
#navigation #gallery a{
	background: url(images/nb.jpg) no-repeat -90px 0px;
	width: 100px;
}
#navigation #solutions a{
	background: url(images/nb.jpg) no-repeat -190px 0px;
	width: 75px;
}
#navigation #blog a{
	background: url(images/nb.jpg) no-repeat -312px 0px;
	width: 104px;
}
#navigation #about a{
	background: url(images/nb.jpg) no-repeat -416px 0px;
	width: 104px;
}
#navigation #contact a{
	background: url(images/nb.jpg) no-repeat -520px 0;
	width: 101px;
}

#navigation #home a:hover{
	background-position: bottom left;
}
#navigation #retailers a:hover{
	background-position: -104px -125px;
}
#navigation #stats a:hover{
	background-position: -208px -125px;
}
#navigation #gallery a:hover{
	background-position: -104px -125px;
}
#navigation #solutions a:hover{
	background-position: -190px -125px;
}
#navigation #blog a:hover{
	background-position: -312px -125px;
}
#navigation #about a:hover{
	background-position: -416px -125px;
}
#navigation #contact a:hover{
	background-position: -520px -125px;
}


/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 226px;
}
#header {
	overflow: hidden;
	width: 970px;
	height: 226px;
	margin: 0px auto;
	position: relative;
}
#site-title {
	float: left;
	width: 250px;
	line-height: 35px;
	font-size: 28px;
	margin:40px 60px 0 -5px;
}
#site-title a {
	display:block;
	height:69px;
	text-indent:-9996px;
	width:220px;
	background: url(images/logos.png) no-repeat bottom left;
}
#site-title a:hover {
	background: url(images/logos.png) no-repeat top left;
}
#site-description {
	display: none;
}

/**
 * Displays header of each page
 * 
 */
h1.page-title{
	display: block;
	text-indent:-99999px;
	width: 810px;
	height: 168px;
	margin-bottom: 15px;
}
.page-gallery h1{
	background: url(images/headourwork.png) no-repeat top left;
}
.page-solutions h1{
	background: url(images/headsolutions.png) no-repeat top left;
}
.page-about h1{
	background: url(images/headabout.png) no-repeat top left;
}
.page-contact h1{
	background: url(images/headcontact.png) no-repeat top left;
}
.page-stats h1{
	background: url(images/headstats.png) no-repeat top left;
}
.page-retailers h1{
	background: url(images/headretailers.png) no-repeat top left;
}
.page-portfolio h1{
	background: url(images/portfolio.png) no-repeat top left;
}
/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	/* width:  580px;
	 * right: 45px;*/
	right:125px;
	width:480px;
	
	height: 363px;
	clear:both;
	position:absolute;
	bottom: 0px;
	
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header object{
	margin:0 auto;
	display: block;
}
#utility-header .widget-inside div,
#utility-header .widget-inside img {
	
	}


/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background:#FFFFFF;
	}
.page-template-page-blog #container,
.singular-post #container{
	padding: 70px 0;
}
.post-template-post-widgets #container{
	padding: 60px 0;
}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.content {
	overflow: hidden;
	float: left;
	padding: 0 20px 20px 0;
	background: none;
	}
.page-template-no-widgets .content,
.primary-inactive.secondary-inactive .content{
	
	}
.singular-page .page {
	width: 810px;
	padding: 0 75px 20px;
	}

/**
* Posts
************************************************/
.page-template-blog .post,
.page-template-quick-post .post {
	margin-bottom: 20px;
}

/* Post title */
.entry-title {
	font:bold 30px/30px "Trebuchet MS",Tahoma,Arial,sans-serif;
	margin-bottom:10px;
}
.entry-title a {
	color: #27A0C4;
}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font: normal normal bold 24px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-stretch:condensed;
}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
}
.post{
	clear:both;
	margin-bottom:20px;
	margin-left:40px;
	overflow:hidden;
	width:550px;
}
.post-template-post-widgets .post{
	margin-left:75px;
	width:810px;
}

/* Byline */
.byline {
	border-bottom:1px solid #E6E6E6;
	color:#999999;
	font-size:0.9em;
	font-style:italic;
	margin-bottom:20px;
	padding-bottom:10px;
}
.archive .byline,
.search .byline {
	margin: 0 0 3px 0;
	border-bottom: none;
}
.archive h2,
.search h2{
	clear: none;
}
.byline a {
	font-style: normal;
	
}
.byline .author a{
	color: #999999;
}
.byline .author a:hover {
	color: #35A6C8;
}
/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	padding-left:10px;
	clear: both;
}
.page-template-page-blog .entry-content,
.page-template-page-blog .entry-summary, 
.singular-post .entry-content,
.singular-post .entry-summary,
.archive .entry-content,
.archive .entry-summary,
.search .entry-content,
.search .entry-summary {
	padding-left: 0px;
}
.entry-content ul,
.entry-content p,
.entry-summary ul,
.entry-summary	 p{
	margin-bottom: 20px;	
}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	font-size: 12px;
	color: #777;
	border-top:1px solid #E6E6E6;
	height:60px;
	position: relative;
	
}
.entry-meta a {
	font-style: normal;
}
.entry-meta .post_tag{
	display:block;
	float:left;
	padding:10px 0 0;
	width: 400px;
	padding-top:10px;
}
.ilc-share{
	float:right;
}
ul.ilc-share li{
	background: none;
	padding: 0;
	float: right;
	position:relative;
	overflow: visible;
	margin-left:5px;
}
.ilc-share a{
	text-indent: -99999px;
	display: block;
	width:  40px;
	height: 46px;
}
.ilc-share .twittit a{
	background: url(images/btnshare2.png) no-repeat bottom right;
}
.ilc-share .twittit a:hover{
	background-position: bottom left;
}
.ilc-share .sharefb a{
	background: url(images/btnshare2.png) no-repeat top right;
}
.ilc-share .sharefb a:hover{
	background-position: top left;
}
.ilc-share li a span {
	color:#000000;
	display: none;
	position: absolute;
	top: -20px;
	left: -80px;
	width: 123px;
	height: 23px;
	background: url(images/sharett.gif) no-repeat;
}
.ilc-share .twittit a span{
	background-position: bottom left;	
}
.ilc-share .sharefb a span{
	background-position: top left;	
}

/* Page links */
p.pages {
	font-weight: bold;
}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
}

/* Series */
.series-title {
	font-size: 1.2em;
}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
.single .author-profile p {
	margin: 0 0 9px 0;
}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
}

/* Page templates */
.author-profile {
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color:#737373;
	margin-bottom:20px;
	margin-left:40px;
	overflow:hidden;
	padding:20px 25px;
	width:500px;
}
.page-template-biography .author-profile {
	margin: 0;
}
.author-profile .author-name {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:0;
}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: normal normal bold 20px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 40px;
}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
.attachment object.video {
	width: 100%;
	height: 360px;
}
.attachment object.audio {
	width: 100%;
}
.attachment-image .post-meta-data {
	clear: left;
}
.attachment .download {
	display: block;
	margin-bottom: 20px;
}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	border-top:1px solid #E6E6E6;
	margin-left:40px;
	margin-top:20px;
	overflow:hidden;
	width:550px;
}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 30px 9px 0 0;
}
.widget-title {
	height: 19px;
	margin: 0 0 15px 0;
	font: bold 18px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #27a0c4;
	clear:both;
	padding-left:60px;
}
.widget-title a {
	color: #f7f7f7;
}
.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget ul li {
	padding: 0 0 0 18px;
	background: url(images/bullet.gif) no-repeat 3px 7px;
}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
}
.content .widget-title a {
	color: #093653;
}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: right;
	width: 320px;
}
.post-template-post-widgets #widget-container{
	display: none;
} 
#primary {
	overflow: hidden;
	float: right;
	padding-left:20px;
	width:300px;
}
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 153px;
	margin: 0 0 0 14px;
}
#tertiary {
	overflow: hidden;
	float: right;
	width: 153px;
}
#primary .widget ul li {
	margin: 0 0 10px;
	padding: 0 5px 5px 20px;
	background: url(images/bullet.gif) no-repeat 5px 5px;
	border-bottom: 1px solid #eee;
}
#primary .widget ul li a{
	color: #737373;
	font-size: 14px;
}
#primary .widget ul li a:hover{
	color: #27A0C4;
}
#primary .widget ul ul {
	margin: 5px 0 0 0;
}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
}

/**
* Comments
************************************************/
#comments-template {
	margin-left:40px;
	margin-top:20px;
	width:550px;
}

/* Comment headers */
#comments-number, #reply {
	color:#737373;
	font-size:14px;
}
#comments-number{
	font-weight:normal;
}
#reply{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#respond{
	margin-top:70px;
}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
}

/* Individual comments */
#comments li {
	border-top:1px solid #DDDDDD;
	color:#737373;
	margin:20px 0 15px;
	overflow:hidden;
	padding-top:30px;
}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	font-size: 18px;
}
#comments .comment-author .fn{
	font-style: normal;
}

#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}

/* Forms */
.text-input {
	display:block;
	width:188px;
	height: 10px;
	margin-bottom: 20px;
}
.page-template-quick-post .text-input {
	width: 97.5%;
}
.text-input,
textarea,
#comments-template label {
	font: 14px/20px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #737373;
}
textarea {
	clear: left;
	display: block;
	width: 288px;
	color: #737373;
	height:152px;
}
.text-input,
textarea{
	border:1px solid #cfe1e7;
	background: #e9f5f9;
	padding:10px;
}
.credentials{
	float: left;
	margin-right: 30px;
	width: 210px;
	overflow: hidden;
	height:200px;
}
.form-textarea{
	float: left;
	clear: right;
	width: 310px;
	overflow: hidden;
}
.form-submit{
	clear:both;
	display:block;
	position:relative;
	height:50px;
}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	color: #d00;
	border: none;
}
.button:hover {
	cursor: pointer;
}
#submit{
	clear: left;
	display: block;
	overflow: hidden;
	background: url(images/btnsubmitc.png) no-repeat top left;
	text-indent: -99999px;
	width: 112px;
	height: 41px;
	position: absolute;
	
	left: 235px;
}
#submit:hover{
	background-position: bottom left;
}
#reset{
	background:none no-repeat scroll 0 0 transparent;
	position:absolute;
	right:110px;
	top:5px;
}
.search-form input {
	margin-right: 9px;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 35px;
	}
#subsidiary .widget {
	margin:0 50px 0 0;
	overflow:hidden;
	padding:145px 0 0 0;
	float: left;
	width: 130px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #777;
	}
#subsidiary .widget-title {
	font: bold 30px "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 0 0 15px;
	color: #bbb;
	text-indent:-99999px;
	display: block;
	height: 27px;
	}
#subsidiary a {
	color: #aaa;
	}
#subsidiary .widget ul {
	margin: 0 0 80px;
	}
#subsidiary .widget ul li {
	padding: 0 5px 3px 0px;
	background: transparent;
	border-bottom: 1px solid #141414;
	padding-bottom: 10px;
	}
#subsidiary .widget a{	
	color: #737373;
}
#subsidiary .widget a:hover{	
	color: #27a0c4;
}
#subsidiary .widget-pages .widget-title{
	background: url(images/fexplore.png) top left no-repeat;
	width: 75px;
	
}
#subsidiary .social .widget-title{
	background: url(images/fsocial.png) top left no-repeat;
	width: 89px;
}
#subsidiary .projects .widget-title{
	background: url(images/fprojects.png) top left no-repeat;
	width: 81px;
}

#subsidiary #twitter-tools{
	background: url(images/ftwitter.png) no-repeat top left;
	width: 288px;
	height: 168px;
	display: block;
	margin-right: 0px;
	padding: 95px 80px 0 92px;
	font: 12px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #648ea3;
	line-height:20px;
	
	position:relative;
}
#subsidiary #twitter-tools .widget-title{
	display: none;
}
#subsidiary #twitter-tools ul li{
	border: none;
}
#subsidiary #twitter-tools ul li a{
	color: #27a0c4;
}
#subsidiary #twitter-tools ul li a:hover{
	color: #0078aa;
}
#subsidiary #twitter-tools .aktt_more_updates a{
	display:block;
	height:36px;
	width:188px;
	background: url("images/ffollow.png") top left no-repeat;
	text-indent: -99999px;
	
	position: absolute;
	bottom: 44px;
	left:  138px;
}
#subsidiary #twitter-tools .aktt_more_updates a:hover{
	background-position: bottom left;
}


/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 0px 0 0 0;
	background: url(images/bgftop.png) repeat-x 0px 67px;
	}
#footer {
	background:url("images/bgfbottom.png") repeat-x scroll left bottom #000000;
	color:#F7F7F7;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	}
#footer a {
	font-style: normal;
	color: #ffffff;
	}
#footer .copyright {
	display: inline;
	margin-bottom: 0;
	color: #c4e4ec;
	background:url("images/bgf.png") no-repeat scroll center top transparent;
	padding-top: 14px;
	display: block;
	width: 960px;
	overflow: hidden;
	height: 36px;
	margin: 0 auto;
	font-size: 12px;
	line-height:14px;
	}

/**
 * Solutions page. Special width.
 */
.singular-page .page-solutions{
	width: 960px;
	padding: 0px;
}
.page-solutions h1.page-title{
	margin-left:75px;
	width:810px;
}
.page-solutions h2,
.page-solutions ul,
.page-solutions p{
	margin-left:85px;
	width:810px;
}
.page-solutions .entry-content,
.page-solutions .entry-summary {
	margin-left: 0;
	padding-left: 0;
}

.page-about blockquote{
	font-style: normal;
	padding: 0;
	margin: 0 80px 0 0;
	float: left;
	width:  310px;
	height: 200px;
}
.page-about h2{
	margin-bottom: 5px;
}

.page-contact .rf-map{
	display:inline;
	float:left;
	margin-right:25px;
}
.page-contact .rf-map img{
	margin-left:10px;
}
.page-contact .entry-content{
	float: left;
	width: 300px;
	padding-left: 0;
	clear: none;
}
.page-contact h2{
	margin-top: 0px;
}
.page-contact h1{
	margin-bottom: 35px;
}
.page-contact .entry-content ul,
.page-contact .entry-content p {
	margin-bottom:10px;
}
.page-contact{
	overflow:hidden;
	margin-bottom: 30px !important;
}
.wpcf7 {
	background:url("images/bgcontact.png") no-repeat scroll 57% top transparent;
	clear:both;
	display:block;
	height:310px;
	margin-left:85px !important;
	overflow:hidden;
	width:960px;
}
.wpcf7 .left-block{
	float: left;
	margin-right: 20px;
	margin-top:38px;
	width: 280px;
}
.wpcf7 .right-block{
	float: left;
	width: 220px;
	margin-top:38px;
}
.wpcf7 .rf-submit{
	clear:both;
}
.wpcf7 .form-title{
	float:left;
	margin-right:90px;
}
.wpcf7 .label{
	float: left;
	width: 60px;
	overflow:hidden;
	margin-right: 20px;
}
span.wpcf7-form-control-wrap{
	float:left;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 200px;
	background: none;
	border: none;
	padding: 0px;
	color: #4faac4;
}
.wpcf7 p{
	margin-bottom:19px;
	overflow:hidden;
}
.wpcf7 p.nomb{
	margin-bottom:0px;
}
.wpcf7 .right-block textarea{
	margin-left:12px;
	margin-top:20px;
	width:207px;
	height:99px;
}
.wpcf7 .rf-submit input{
	background: url(images/btnsubmit.png) no-repeat;
	width: 83px;
	height: 41px;
	display:block;
	text-indent: -99999px;
	margin-left:292px;
	margin-top:10px;
	overflow: hidden;
}
.wpcf7 .rf-submit input:hover{
	background-position: bottom left;
}
div.wpcf7-response-output  {
	width:810px !important;
}

/* Widget for blog intro on the scrap paper */
.widget_rf_blogintro{
	height:110px;
	line-height:15px;
	margin-bottom:70px;
	padding:70px 90px 20px 15px;
}
.archive .widget_rf_blogintro,
.taxonomy .widget_rf_blogintro,
.search .widget_rf_blogintro{
	display: none;
}

.widget-search{
	background: url(images/wsearch.png) no-repeat;
}
.widget-categories{
	background: url(images/wcats.png) no-repeat;
}
#primary .widget-pages{
	background: url(images/wpages.png) no-repeat;
}

/* Widget search */
.widget-search .search-text {
	background:none repeat scroll 0 0 #ceeeff;
	border:medium none;
	color:#737373;
	height:30px;
	padding:0 10px;
	width:240px;
	position:absolute;
	left: 0px;
}
.widget-search #search-form{
	display:block;
	height:35px;
	position:relative;
}
.widget-search #search-submit{
	background: url(images/btngo.png) no-repeat;
	display: block;
	width:  72px;
	height: 41px;
	margin: 0;
	text-indent: -99999px;
	position:absolute;
	top:-5px;
	right: 0px;
	overflow:hidden;
}
.widget-search #search-submit:hover{
	background-position: bottom left;
}
.widget-search .widget-title{
	margin-bottom:30px;
}



/*.header-block22{
			width:100%;
			position:relative;
			background:url(images/reflow-header-slice.gif) repeat-x;
			height:483px;
			}
			
			
.header22{
		width:930px;
		margin:auto;
		position:relative;
		}
		
		
.top-menu-block22{
		width:930px;
		float:left;
		height:50px;
		position:relative;
		}

.scenestealer22{float:left; padding-top:15px;}
.top-menu22{float:right; position:relative; padding-top:17px;}


.glossymenu22{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	height: 33px;
	list-style: none;
	float:right;
}

.glossymenu22 li{
	float:left;
}

.glossymenu22 li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight:normal;
	padding:0 0 0 8px; 
	height: 33px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
	margin-left:4px;	
}

.glossymenu22 li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; 
}

.glossymenu22 li.current_page_item a, .glossymenu22 li a:hover{
	color: #fff;
	background: url(images/reflow-nav-left.gif) no-repeat; 
	background-position: left;
}

.glossymenu22 li.current_page_item a b, .glossymenu22 li a:hover b{
	color: #fff;
	background: url(images/reflow-nav-right.gif) no-repeat right top; 
}




.top22{
	width:930px;
	float:left;
	position:relative;
	padding-top:30px;
	height:258px;
	}
	
.top-left22{
			width:540px;
			padding-right:20px;
			float:left;
			position:relative;
			}
			
.top-right22{
			float:right;
			position:relative;
			}
			
.text22{color:#FFFFFF; font-size:20px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
.text122{color:#FFFFFF; font-size:13px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
.text222{color:#27A0C4; font-size:18px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
.text322{color:#8C738C; font-size:14px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}





.icon-field22{
			width:930px;
			float:left;
			position:relative;
			padding-top:55px;
			}
			
.icon-left22{float:left; position:relative; margin-left:0px;}
.icon-right22{float:right; position:relative;}


.retailers-field{
			width:830px;
			float:left;
			position:relative;
			padding-top:55px;
			padding-left:50px; 
			padding-right:50px;
			background-color:#FFFFFF;
			margin-top:20px;
			}
			
.retailers-field h2{border-bottom:1px solid #F2F2F2; padding-bottom:5px;}

.shopping-text{color:#A5A5A5; font-size:24px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}

.top-left-home{
			width:350px;
			padding-right:20px;
			float:left;
			position:relative;
			}
			
.top-right-home{
			width:550px;
			float:right;
			position:relative;
			}*/
			
			

.header-block{
			width:100%;
			position:relative;
			height:388px;
			}
			
.header-block2{
			width:100%;
			position:relative;
			height:166px;
			}
			
			
			
.header{
		width:930px;
		margin:auto;
		position:relative;
		}
		
		
.top-menu-block{
		width:930px;
		float:left;
		height:50px;
		position:relative;
		}

.scenestealer{float:left; padding-top:5px;}
.top-menu{float:right; position:relative; padding-top:17px;}


.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	height: 33px;
	list-style: none;
	float:right;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight:normal;
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 33px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
	margin-left:4px;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current_page_item a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/reflow-nav-left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current_page_item a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/reflow-nav-right.gif) no-repeat right top; /*right tab image path*/
}




.top{
	width:930px;
	float:left;
	position:relative;
	padding-top:30px;
	}
	
.top-left-home{
			width:350px;
			padding-right:20px;
			float:left;
			position:relative;
			}
			

			
.top-right{
			float:right;
			position:relative;
			}
			
.top-right-home{
			width:550px;
			float:right;
			position:relative;
			}
			
.text{color:#FFFFFF; font-size:20px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
.text1{color:#FFFFFF; font-size:13px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
.text2{color:#27A0C4; font-size:18px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
.text3{color:#8C738C; font-size:14px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}


.icon-field{
			width:930px;
			float:left;
			position:relative;
			padding-top:55px;
			}
			
.icon-left{float:left; position:relative; margin-left:0px;}
.icon-right{float:right; position:relative;}


.retailers-field{
			width:830px;
			float:left;
			position:relative;
			padding-top:55px;
			padding-left:50px; 
			padding-right:50px;
			background-color:#FFFFFF;
			margin-top:20px;
			}
			
.retailers-field h2{border-bottom:1px solid #F2F2F2; padding-bottom:5px;}

.shopping-text{color:#A5A5A5; font-size:24px; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
			
.top-left{
			width:350px;
			padding-right:20px;
			float:left;
			position:relative;
			}

