/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #F3F3F3;
	color: #868686;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	border-top: 3px solid #FFCC00;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px Tahoma, Geneva, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #305D87;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #51555c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #305D87;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 21px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left 6px;
	list-style:none;
	padding-left:12px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	/*border-top:1px solid #cecfd1;*/
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

.wpcf7-not-valid-tip {
	color: #000;
}

.wpcf7-validation-errors { /* Shaun hack to show the form over the footer :( */
	position: absolute;
	z-index: 999;
	background-color: #ffc;
	color: #000;
}

.wpcf7-mail-sent-ok {
	background-color: #cfc;
	color: #000;	
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family: Tahoma, Geneva, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.by-line {
	display: none;
}
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #7C7C7C;
	border: 1px solid #616161;
	/*border-bottom: 0px none;*/
	/*border-color: #616161 #aaa #aaa #cecfd1;*/
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:0px;
	background: transparent url(img/bg-nav-divider.png) no-repeat left top;
}
.nav li.first-child,
.nav li li {
	background: none;
}
.nav a:hover,
.nav li.current_page_item a,
.nav li.current_page_item li a:hover {
	text-decoration: none;
	background: transparent url(img/bg-nav-a.png) repeat-x center bottom;
}
.nav li.current_page_item li a {
	background: none;
}
.nav li a {
	display:block;
	color:#E9E9E9;
	text-shadow:0 1px 0 #232A30;
	font-size: 12px;
	line-height: 47px;
	padding: 0 15px;
}
.nav li li a {
	font-size: 12px;
	font-weight: normal !important;	
	padding: 4px 7px;
	line-height: normal;
}
.nav li li a:hover {
	color:#FFCC00 !important;
}
.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
p.smalltext {
	font-size: 11px;
}
h1.entry-title,
h1.page-title,
h2.widget-title,
h2.comments-title,
.grey, .white {
	text-transform: uppercase;
}
h2.widget-title a {
	color: #fff !important;
}
h1.entry-title,
h1.entry-title a,
h1.page-title {
	color: #fff;
}
.grey {
	color: #ccc;
	font-size: 18px;
}
.white {
	color: #fff;
	font-size: 18px;
}
.blue {
	color: #305D88;
}
#footer h1.entry-title {
	color: #ffcc00
}
#footer .col-3 h1.entry-title,
#footer .col-4 h1.entry-title {
	margin-bottom: 0px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #305D88;
}
.entry-content .border {
	border: 3px solid #ccc;
	margin: 0 15px 0 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}
.wrapper,
.wrapper-3col {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#header {
	background: #003366 url(img/bg-header-rep.png) repeat-x left top;
	height: 149px;
}
#header .wrapper {
	background: url(img/bg-header.png) no-repeat center top;
}
#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {	
	width: 190px;
	height: 100px;
	display: block;
	float: left;
	background: transparent url(img/ali-logo.png) no-repeat center -3px;
	
}
#header #blog-title a {
	text-decoration: none;
	width: 190px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}
#header #blog-description {
	display: none;
}
#header form#cfct-search {
	float:right;
	background: transparent url(img/bg-searchbox.png) no-repeat center top;
	width: 255px;
	height: 35px;
	margin-top: 20px;
	overflow: hidden;
}
#header form#cfct-search div {
	padding: 7px 12px;
}
#header form#cfct-search input#cfct-search-input {
	border: 0px none;
	background: none;
	width: 200px;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #E0E0E0;
}
#header form#cfct-search input#cfct-search-button {
	border: 0px none;
	background: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display:inline-block;
}
#header .toplinks {
	margin: 7px 0 0;
	width: 750px;
	float: right;
}
#header .toplinks a {
	display: block;
	float: right;
	text-indent: -9999px;
	height: 24px;
	margin: 0 10px 0 0;
}
#header .toplinks a:hover {
	background-position: center top !important;
}
#header .toplinks a.download {
	background: transparent url(img/toplink-download.png) no-repeat center bottom;
	width: 169px;
}
#header .toplinks a.subscribe {
	background: transparent url(img/toplink-subscribe.png) no-repeat center bottom;
	width: 204px;
}
#navigation {
	margin-top: 1px;
	height: 47px;
}
#navigation a,
#navigation a:visited {
	/*font-weight: bold;*/
	text-transform: uppercase;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}

#sub-header {
	background: #999 url(img/bg-subheader-rep.png) repeat-x center top;
}
#sub-header .wrapper {
	background: transparent url(img/bg-subheader.png) no-repeat center bottom;
	position: relative;
}
#sub-header .wrapper #bannerOverlay {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	background: transparent url(img/bg-banner.png) no-repeat center top;
	width: 960px;
	height: 294px;
}
#sub-header .wrapper #formOverlay {
	position: absolute;
	z-index: 999;
	top: 50px;
	right: 40px;
	overflow: hidden;
	width: 200px;
	color: #fff;
}
#sub-header .wrapper #formOverlay form span {
	width: 65px;
	padding: 0 0 5px;
	display: block;
	float: left;
}
#sub-header .wrapper #formOverlay form .text {
	width: 125px;
	float: left;
	border: 1px solid #ccc;
}
#sub-header .wrapper #formOverlay form .textarea {
	width: 120px;
	height: 40px;
	float: left;
	border: 1px solid #ccc;
}
#sub-header .wrapper #formOverlay form .enquire-now {
	display: block;
	width: 80px;
	height: 20px;
	background: transparent url(img/header-button.png) no-repeat center top !important;
	border: 0px none !important;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	margin:0 8px 0 0;
	/* below fixes to hide value for iE */
	color:transparent;
	font-size: 0;
	line-height: 0;
}

#sub-header .wrapper .breadcrumb {
	padding: 5px 10px;
	color: #2F5C88;
	font-size: 11px;
}
#main {
	padding: 24px 0;
	border-top: 5px solid #CCCCCC;
	background: url(img/bg-main.png) no-repeat center top;
}
#main .wrapper {
	background: transparent url(img/bg-main-rep.png) repeat-y center top;
}
#main .wrapper-3col {
	background: transparent url(img/bg-main-rep-3col.png) repeat-y center top;
}

#main .topcap,
#main .botcap {
	width: 960px;
	margin: 0 auto;
}
#main .topcap {background: transparent url(img/bg-main-top.png) no-repeat; height: 29px;}
#main .botcap {background: transparent url(img/bg-main-bot.png) no-repeat top; height: 10px;}

#main .topcap-3col,
#main .botcap-3col {
	width: 960px;
	margin: 0 auto;
}
#main .topcap-3col {background: transparent url(img/bg-main-top-3col.png) no-repeat; height: 29px;}
#main .botcap-3col {background: transparent url(img/bg-main-bot-3col.png) no-repeat top; height: 10px;}

#content {
	float: left;
	padding-bottom: 24px;
	margin-left: 10px;
	width: 580px;
	/*background-color: #fff;*/
}

#sidebar {
	/*background-color: #fff;*/
	float:left;
	margin: -29px 0 0 20px;
	padding: 0 0 10px;
	width: 350px;
}

/* --------------- 3COL LAYOUT ---------------------*/
.wrapper-3col #sidebar-left {
	float:left;
	margin: -29px 0 0;
	padding: 0 0 10px;
	width: 240px;

}
.wrapper-3col #content {
	float: left;
	padding-bottom: 24px;
	margin-left: 10px;
	margin-right: 10px;
	width: 450px;
	/*background-color: #fff;*/
}
.wrapper-3col #sidebar {
	/*background-color: #fff;*/
	float:left;
	margin: -29px 0 0 10px;
	padding: 0 0 10px;
	width: 240px;
}

#footer {
	clear: both;
	border-top: 2px solid #ffCC00;
	background: #003366;
	color: #F9F9F9;
}
#footer a,
#footer a:visited {
	color: #F9F9F9;
}
#footer .wrapper {
	overflow:hidden;
	background: #003366 url(img/bg-footer.png) no-repeat center bottom;
	height: 265px;
	padding-top: 30px;
}
#footer #bottomnav {
	background: url(img/bg-bottomnav.png) repeat-x left top;
	overflow: hidden;
	height: 49px;
	line-height: 49px;
	text-shadow:0 1px 0 #6C6C6C;
}
#footer p#generator-link {
	margin: 0px auto;
	width: 960px;
}
#footer #developer-link {
	/*display: block;
	float: right;*/
	/* fix for IE */
	display:inline-block;
	margin:0 0 0 554px;
}
#footer .col-1,
#footer .col-2 {
	float: left;
	width: 320px;
	margin: 0 10px;
	padding: 0 10px;
}
#footer .col-3,
#footer .col-4 {
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0 10px;
}
#footer .col-3 {
	margin-bottom: 37px;
}


/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
	padding: 0 10px;
}
.page, .post, .page-title {
	margin-top: -24px;
}
.excerptpage .page, .excerptpage .post {
	margin-top: 0px;
}
.hentry .edit {
	background-color:#036;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:10px;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	/*width: 510px;*/
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.hentry ul {
	margin-left: 20px;
}
.hentry ol {
	margin-left: 20px;
}

.archive {
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin:25px 0;
}
.archive .full {
	margin-top:18px;
}
.excerptpage {
	padding-top: 30px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 20%;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #003366;
}
.excerpt strong.entry-title a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-bottom:1px dotted #CECFD1;
	margin:18px 0;
	padding: 0 0 1px 0;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#003366;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 20px; /* 14 */
	line-height: 20px;
	color:#fff;
	margin: 0 0 .58333334em 0;
}
.wrapper h2.widget-title {
	background: transparent url(img/bg-widget-title.png) no-repeat;
	height: 25px;
	padding: 5px 20px 21px 0px;
	margin: 0 0 0 0;
	text-align: right;
}
.wrapper-3col h2.widget-title {
	background: transparent url(img/bg-widget-title-3col.png) no-repeat;
	height: 25px;
	padding: 5px 0 21px 20px;
	margin: 0 0 0 0;
}
.widget .textwidget {
	padding: 0 20px;
}
.widget ul {
	padding: 0 10px;
}
.widget_rss ul {
	padding: 0 20px !important;
}
.widget_rss ul li {
	background-position: left 6px !important;
}
.widget_rss ul span.rss-date {
	display: block;
	font-size: 9px;
	font-style: italic;
	color: #999999;
}
.widget ul.media {
	padding: 0 11px;
	margin: 0;
}
.widget ul.media li {
	background: none !important;
	padding: 0px;
}
.widget ul.media li a {
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #F6F6F6;	
	background: #fff url('img/media-centre.png') no-repeat 6px 2px;
	color: #878787 !important;
	text-transform: uppercase;
	padding-left: 30px;
}
.widget ul.media li a:hover {
	text-decoration: none;
	background-color: #F9F9F9;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	overflow:hidden;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}
#sidebar ol {
	margin-left: 26px;
}

.widget a.sidebar-more-link { 
	display: block;
	text-indent: -9999px;
	height: 23px;
	width: 119px;
	margin: 10px 10px 0 0;
	background: transparent url(img/sidebarlink-readmore.png) no-repeat center bottom;
	clear: both;
}

.widget a.sidebar-more-link:hover {
	background-position: center top !important;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #003366;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

/* UI Tabs
----------------------------------*/
#tabs {
	margin-bottom: 10px;
}
.tabs-content {
	background: transparent url(img/bg-switcher.png) no-repeat;
	width: 607px;
	float:left;
	height:164px;
	margin-left:0px;
	line-height:13px;
}
#tabs a.color-red {background: transparent url(img/bullet_red.png) no-repeat left center;}
#tabs a.color-gre {background: transparent url(img/bullet_green.png) no-repeat left center;}
#tabs a.color-blu {background: transparent url(img/bullet_blue.png) no-repeat left center;}
#tabs a.color-yel {background: transparent url(img/bullet_yellow.png) no-repeat left center;}

.ui-tabs {
	zoom: 1;
	color:#fff;
	margin: 5px 0;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	width: 340px;
	margin: 15px -7px 0 7px;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	display: block;
	width: 340px;
	height: 34px;
	border-bottom-width: 0 !important;
	margin: 0;
	padding: 0;
	background: none;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	display: block;
	width: 320px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 15px;
	color:#fff;
	text-shadow:0 1px 0 #555;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.ui-state-hover {
	background: transparent  url(img/bg-tabs-active.png) no-repeat;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
/*.ui-tabs .ui-tabs-nav li.ui-state-disabled a,*/
/*.ui-tabs .ui-tabs-nav li.ui-state-processing a*/ {
	cursor: text;
	text-shadow: none;
	font-weight: bold;
	
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	margin: 0 15px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

.tabs-content .tab-pic {
	float: left;
	padding: 5px;
	margin-left: 2px;
	position: relative;
}
.tabs-content .tab-pic .png {
	position: absolute;
	z-index: 201;
	top: -5px;
	left: 5px;
	border: 0px none;
	display: none !important;
}
.tabs-content .tab-pic img {
	border: 1px solid #A2A2A2;
}
.tabs-content .tab-content {
	padding: 0 0 0 200px;
	font-size: 11px;
}

/* Tabs Buttons */
.tab-content .tab-link {
	margin: 15px 0 0;
	width: 370px;
	float: right;
}
.tab-content .tab-link a {
	display: block;
	float: right;
	text-indent: -9999px;
	height: 23px;
	margin: 0 10px 0;	
}
.tab-content .tab-link a:hover {
	background-position: center top !important;
}
.tab-content .tab-link a.tab-download-link {
	background: transparent url(img/tablink-download.png) no-repeat center bottom;
	width: 147px;
}
.tab-content .tab-link a.tab-more-link {
	background: transparent url(img/tablink-more.png) no-repeat center bottom;
	width: 109px;
}
ul.solutions {
	list-style: none;
	margin-top: -14px;	
}
ul.solutions li {
	background: none;
	display: block;
	float: left;
	width: 160px;
	padding: 0;
}
ul.solutions li a {
	display: block;
	width: 160px;
	height: 76px;
	text-indent: -9999px;
}
ul.solutions li.sol-01 a {background: transparent url(img/solution-01.png) no-repeat;}
ul.solutions li.sol-02 a {background: transparent url(img/solution-02.png) no-repeat;}
ul.solutions li.sol-03 a {background: transparent url(img/solution-03.png) no-repeat;}
ul.solutions li.sol-04 a {background: transparent url(img/solution-04.png) no-repeat;}

ul.solutions li.sol-01 a:hover,
ul.solutions li.sol-01 a.active {background: transparent url(img/solution-01-ov.png) no-repeat;}
ul.solutions li.sol-02 a:hover,
ul.solutions li.sol-02 a.active {background: transparent url(img/solution-02-ov.png) no-repeat;}
ul.solutions li.sol-03 a:hover,
ul.solutions li.sol-03 a.active {background: transparent url(img/solution-03-ov.png) no-repeat;}
ul.solutions li.sol-04 a:hover,
ul.solutions li.sol-04 a.active {background: transparent url(img/solution-04-ov.png) no-repeat;}

.widget .small-col {
	width: 155px;
	float: left;
	padding: 0 10px 0 9px;
}
.widget #media {
	border-left: 1px solid #ccc;
}
.widget .greybox {
	background: #E0E0E0 url(img/bg-greybox.png) repeat-x center top;
	margin: 0 10px 0 0;
	padding: 10px 10px 0;
}
.widget .greybox ul {
	margin: 0;
	padding: 0 10px 10px 0;
}
.widget .greybox a.archivelink {
	display: block;
	width: 116px;
	height: 26px;
	background: transparent url(img/greybox-archive-link.png) no-repeat;
	text-indent: -9999px;
	float: right;
}
.widget .greybox a:link,
.widget .greybox a:visited {color: #858585;}
.widget .greybox a:hover,
.widget .greybox a:active {color: #858585;}


#footer a:link,
#footer a:visited {color:#F8F8F8; text-decoration: none;}
#footer a:hover,
#footer a:active {color: #cccccc; text-decoration: underline;}

#footer .col-1 ul li {
	margin: 0;
	display: block;
	width: 140px;
	float: left;
}

#footer form p {margin: 0;}
#footer form .enquire-now {
	display: block;
	width: 120px;
	height: 20px;
	background: transparent url(img/enquire-button-footer.png) no-repeat top;
	text-indent: -9999px;
	border: 0px none;
	float: right;
	/* below fixes to hide value for iE */
	color:transparent;
	font-size: 0;
	line-height: 0;
}
#footer form .text,
#footer form .textarea,
#footer form .select {
	width: 160px;
	display: block;
	float: left;
}
#footer form .select {
	width: 170px;
}
#footer form span {
	width: 140px;
	padding: 0 10px 10px 0;
	display: block;
	float: left;
	font-size: 14px;
	text-align: right;
}
img.border {
	border: 3px solid #CCC;
	background-color: #ECECEC;
	padding: 1px;
}
#download-page form#download-page-search {display: none;}
#download-page h3,
.blue {
	font-size: 20px;
	text-transform: uppercase;
}
#download-page h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #ffcc00;
}
#download-page ul li {
	background: none;
	padding-left: 0px;
}
.newsarchive {
	display: block;
	width: 90px;
	height: 20px;
	background: transparent url('img/but-news-archive.png') no-repeat;
	float: right;
	text-indent: -9999px;
	margin-top: 10px;
}
.video {
	/*clear:both;*/
	float:left;
	padding:0 10px 0 0;
}
.sticky {
	background: #F9F9F9 url('img/sticky-banner.png') no-repeat right top;
	border-top: 1px dotted #CECFD1;
}
#primary-sidebar .client-logos a img {
	padding: 0 10px;
}

