/*
Theme Name: Sandbox
Theme URI: http://baradesign.com.au/
Description: Sandbox Template
Version: 1.6
Author: Matt McNamee
Author URI: http://baradesign.com.au
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* General Styles */

body {
	background:#FFFFFF;
	color:#333333;
	text-align:left;
	font-size:11px;
}

.rounded {
	/*background:url(../images/layout/box.jpg) bottom repeat-x #1D1D1D;*/
	background: none;
}

.hidden {
	display:none;
}
* {
	outline:none;
}

/* Header */
.header {
	margin: 0px auto 10px auto;
	background:url(images/layout/header-header-bg.jpg) no-repeat;
	position:relative;
	z-index:9;
	height:89px;
}

.header h2, .header h2 a {color:#FFFFFF; padding:5px; margin:0px; size:14px}

.footer {
	margin-bottom:5px;
	font-size:10px;
	width:904px;
	background:#e2e2e2;
	color:#9e9e9e;
	padding:5px;
	text-align:center;
	}
	
.footer a, .footer a:link {
	color:#9e9e9e;
	text-decoration:none;
}
.footer a:hover {
	color:#3fa8f4;
	text-decoration:underline;
}

/* WORDPRESS */
.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	font-size:10px
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#comments h3 {
	padding: 0;
	margin: 0px 10px 20px ;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-bottom: solid 1px #666666;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.backgroundTran {background:url(images/gradient.jpg) repeat-x center center;}
.backgroundTran:hover {background:#000}
/* End Various Tags & Classes*/

@charset "UTF-8";
/* CSS Document */


/* Featured */

.featured {
	height:356px;
	margin-top:-35px;
	margin-bottom:15px;
}

.featured a {
	font-weight:bold;
	text-decoration:none;
}

.intro h1 {
	font-size:45px;
} 

.intro {
	padding-top:30px;
	margin-left:20px;
}

p.link a, p.link a:visited, li.link a, li.link a:visited {
	padding:5px 9px;
	background:#999999;
	font-weight:bold;
}

p.link a:hover {
	background:#66b606;
	text-decoration:none;
}

p.biglink a {
	width:100%;
	display:block;
	text-align:center;
	padding:20px 0;
	background:#55A505;
	color:#CAE3B2;
	font:24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

p.biglink a:hover {
	background:#66b606;
}

/* Features */
.rbox {
	}

.leftShade {
	background:url(images/layout/sub-menu-bg.jpg) no-repeat;
	}

.rbox div.inner {
	padding:15px 25px 10px 25px;
}

.rbox div.error_message {
	padding:10px 10px 10px 35px;
}

.center {
	text-align:center;
}

/* Content */

.content {
	margin:0px auto;
	font-size:11px;
}

p.meta {
	margin:0;
	margin-bottom:20px;
	color:#444;
	font-size:11px;
}

h3.headline {
	margin-bottom:5px;
	padding-bottom:0;
	
}

.rbox h3 {
	margin:0 0 10px 0;
	
}

/* General */

.pagetitle {
	padding:20px 0 20px 0;
	width:100%;
	background: url(../images/banner/love.png) no-repeat top left;
	border:#000000;

}

.pagetitle h1 {
	
	margin:0px 24px;
	font-size:30px;
	text-align:left;
}

.content a img, a:link img {
	padding:3px;
	margin:5px;
	background:#333333
}

.content a:hover img {
	background:#6600CC;
	/*opacity:0.7; 
	filter:alpha(opacity=70);*/
}

.slider a img, .slider a:link img {
	background:none;
	padding:0px;
	border:none;
}

.clear {
	clear:both;
	display:block;
	margin:10px 0;
}

.mini p {
	font-size:90%;
}

img.left {
	float:left;
	border:none;
	margin:0 5px 5px 0;
}

h2 {
	border-bottom:1px dotted #eee;
}

.header h2 {
	border:none;
	margin-top:0px;
}

.video strong {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
}

.widget, .widget_text , .textwidget, #text-3, #text-4 { list-style:none;}

.video a {
	
}

.widgettitle {margin-top:20px;}

.video a:hover {
	color:#CCCCCC;
}

/* Pricing */

table.caseStudy {
	color: #DDDDDD;
	margin-top:55px;
}

table.caseStudy img {
	border:none;
	padding:0;
	background:none;
}

.caseStudy th, .caseStudy td {
	padding:10px;
	/*background:url(../images/blackbg.png) repeat-x top left*/
}

th.feature, td.feature {
	text-align:right;
	font-weight:bold;
}

.caseStudy th {
}

.caseStudy h3 {padding:0px; margin:0px;}

.caseStudy .odd td {
	/*background:url(../images/blackbg-2.png) repeat top left;*/
	border-top:solid 1px #330099;
}

.price {
	font-size:140%;
	color:#333;
}

/* Slider */

#slider {
    position: relative;
	z-index:0;
	width:100%;
	height:302px;
}

.scroll {
    height: 334px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	z-index:0
}

.scrollContainer, .scrollContainer div.panel {
    height: 334px;
    width: 100%;
	margin-bottom:20px;
}

ul.navigation {
    list-style: none;
    margin: 0;
	height:45px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
	color:#9E302C;
	margin:0 10px 0 0;
}

	
ul.navigation a:hover {
	color:#251E10;
}

ul.navigation a.selected {
   color:#251E10;
}

ul.navigation a:focus {
    outline: none;
}

.panel {
	position:relative;
}

.panel img {
	position:absolute;
	top:0;
	left:0;
	background:none;
	border:none;
}

.panel img:hover {
	background:none;
}

.panel p {
	line-height:18px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	z-index:9;
}
	
.scrollButtons.left {
    left: -20px;
	z-index:9;
}

.scrollButtons.right {
    right: -10px;
	z-index:9;
}


.hidden {
	display:none;
}

/* Tabs */

div#tab-container-1 {
	width: 100%;
	margin:20px 0 20px 0;
}



ul#tab-container-1-nav {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/layout/pixel.gif) bottom left repeat-x;
	margin:0;
	padding:0;
}



ul#tab-container-1-nav li {
	margin: 0 2px 0 0;
	float: left;
}



ul#tab-container-1-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #474747;
	border-bottom: 0;
	color: #666;
	background:url(../images/layout/box.jpg) bottom repeat-x #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
}



ul#tab-container-1-nav a:hover {
	background: #1d1d1d;
}



ul#tab-container-1-nav a.active {
	background: #1d1d1d;
	padding-bottom: 5px;
	cursor: default;
	color: #55A505;
}



.tab {
	clear: left;
	border: 1px solid #474747;
	border-top: 0;
	padding: 20px 20px 0 20px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	background:url(../images/layout/box.jpg) bottom repeat-x #1D1D1D;
}

object {
	margin-bottom:20px;
}

post-edit-link {float:left;}

#searchform {margin-top:-3px}

#searchform input, #searchform textarea, #searchform select { margin: 0; padding: 2px; color: #ccc; background: #605f5f; border: 1px solid #363636; margin: 5px 0; font-size:11px; float:left; border:solid 2px #8c8c8c;}   

#searchform input[type="submit"] {border:none;width:8px;text-indent:-555px; background:url(images/layout/arrow-right.png) no-repeat center;}
#searchform input[type="submit"]:hover {background:url(images/layout/arrow-right-blue.png) no-repeat center;}

.page-item a, .cat-item a {padding-left:4px;}

.tribox {
	float:left;
	width:30%;
	padding:10px;
	}
.tribox p {
	padding:0px;
	margin:0px;
	}

.tribox h2 {
	border-bottom: dotted 1px #CCCCCC;
	}

.tribox img {
	margin-top:12px;
	}

.folio .post {
	float:left;
	width: 290px;
	padding:0px;
	margin:3px 3px 0px 0px;
	background:url(../images/icons/magnify.png) no-repeat top left;
	}

.folio .post h5 {
	margin: -24px 3px 5px 10px;
	cursor:pointer;
	}

.imgbox {
	height:150px; 
	overflow:hidden;
	border: none;
	}

.imgbox strong {display:hidden}
.imgbox:hover strong {border:none; display:block; z-index:900; margin-bottom:-130px;}	

.post h5 {display:block;}

.content .imgbox a img, .content .imgbox a:link img, .content .imgbox a:hover img  {
	border:none;
	background:none;
	margin:0px;
	padding:0px;
	}
	
 a, a:link, a:visited {
	text-shadow:#CCC;
	text-decoration:underline;
	color:#333333
	}
a:hover {
	text-decoration:underline;
	color:#3fa8f4
	}

.noBack img {background:none; border:none;}

p img {
	background:transparent url(../images/imgglow.png) no-repeat right bottom;
	margin-bottom:-10px;
	padding-bottom:12px;
	}

/* DROP DOWN MENU */

#navigation { 
	float: left; 
	font: 400 12px Arial, Helvetica, sans-serif; 
	height: 28px;
	margin-top: 15px;
}

.sf-menu, .sf-menu * {
	 margin: 0; padding:0; 
	 list-style: none; 
}

.sf-menu { 
	line-height: 1.0;
}

#nav {
	float: left;
	width: auto;
}

.sf-menu ul { 
	position: absolute; 
	top: -999em; 
	width: 12em; 
	padding: 5px; 
	margin: -5px -5px 0; 
}

.sf-menu ul li { 
	width: 100%;
	background:none;
}	

.sf-menu li:hover { 
	visibility: inherit;
}	

.sf-menu li { 
	float: right; 
	position: relative; 
}

.sf-menu a { 
	display: block; 
	position: relative; 
	font-size:14px;
	color:#9e9e9e;
	padding: 10px 10px; 
	text-decoration:none; 
}

.sf-menu a:hover { 
	color:#606060;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul { 
	left:0; top: 2.4em; 
	z-index:99; 
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { 
	top: -999em; 
	margin-left:0px;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { 
	left: 12em; top:-0.0em;
}

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: 12em; 
	top: -0.1em; 
}


.sf-menu ul a { 
	text-transform: none; 
	border-left: none; 
	padding: 10px; 
	font-weight: 400; 
	padding: 10px; 
	background-image: none;
}

.sf-menu a.sf-with-ul { 
	padding-right: 2.25em; 
	min-width: 1px; 
}

.sf-sub-indicator { 
	position:absolute; 
	display:block; 
	right:.75em; 
	top:1.05em; 
	width:10px; 
	height:10px; 
	text-indent:-999em; 
	overflow:hidden; 
}

.current_page_item, .current_page_item a, .current_page_item a:link, .current-cat, .current-cat a, .current-cat a:link {
	color: #FFF;
	}

.current_page_item a:hover, .current-cat a:hover{
	color:#606060;
	}

hr{
	background: url(images/layout/hr_bg.png) no-repeat;
	width: 590px;
	height: 28px;
	border: 0;
	overflow: hidden;
}

/* ============== FEATURED SECTION  ================   */

.feat-section {
	overflow: hidden;
	height: 1%;/*for ie */
	display:inline-block;
	margin-top:15px;
}
.feat-section-pad {
	padding: 0px 2px;
	overflow: hidden;
	height: 1%;/*for ie */
	position: relative;
}
.feat-section img {
	background: none;
	padding: 0;
}
/* ============== THE SLIDER   ================   */

div.slider {/* required settings */
	position: relative;
	overflow: hidden;
	float: right;/* vertical scrollers have typically larger height than width */
	height:250px;
	width: 620px;
}
/* root element for SLIDER  items */

div.slider div.items {
	position: absolute;/* this time we have very large space for height */
	height: 20000em;
}
.slid_content {
	position: relative;
}
	.slid_content a img {opacity:1; -webkit-transition:opacity linear 0.5s;}
	.slid_content a img:hover {opacity:0.9; -webkit-transition:opacity linear 0.5s;}

.slid_desc {
  color: #eee;
	background: black;
	position:absolute;
	bottom:0;
	left:0;
	width: 620px;
	opacity: .80;
	filter:alpha(opacity=80);
}
.slid_desc_in {
	padding: 20px;
}
.slid_desc h2 {
	font-size: 20px;
	font-family: Verdana, New Roman, Tahoma;
	color: #fff;
	padding-bottom: 0.3em;
	text-transform: uppercase;
}
.slid_desc h3, .slid_desc a h3, .slid_desc a:visited h3 {
	font-size: 21px;
	color: #008BB9;
	margin:0px;
	padding:0px;
	padding-bottom: 0.3em;
}
#tabsHead {
	border-top:3px solid #333333;
	float:left;
	position:absolute;
	left:0px;
	z-index: 999;
	width: 267px;
	padding:18px 14px 6px;
	background: url(images/layout/header-box-highlight.jpg) left center no-repeat ;
}

#tabsHead h3 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:500;
}

#tabs {
	float: left;
	width: 295px;
	display: inline;
	color: #252525;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	border-bottom:3px solid #333333;
	border-top:2px solid #333333;
}
ul#tabs {margin:0px;}
#tabs li {
	padding: 0px 0px 0px 0px;
}
#tabs li .insid {
	padding: 5px 4px 4px 25px;
	background: #e2e2e2;
}
#tabs li.firstChild {
}
#tabs li.lastChild {
}
#tabs li a:link, #tabs li a:visited {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-left: -1px;
	text-decoration: none;
}
#tabs li.active {
	background: url(images/layout/header-box-highlight.jpg) left center no-repeat ;
	cursor: pointer;
}
#tabs li.hover {
	cursor: pointer;
}
#tabs li.hover .insid {
	background: url(images/layout/header-box-highlight.jpg) left center no-repeat ;
	color: #AAAAAA;
}
#tabs li.active .insid {
	background: url(images/layout/header-box-over.jpg) left top no-repeat ;
	color: #666;
}
#tabs h3 {
	color:#9a9a9a;
	padding: 7px 0px;
	margin:0px;
	font-size: 15px;
	font-family: Arial;
}
#tabs span {
	color: #799FB1;
}
#tabs li.hover h3, #tabs li.active h3 {
	color: #fff;
}
#tabs li.hover span, #tabs li.active span {
	color: #bbb;
}
div.slider div.items div.slid_content {
	height:250px;
	width: 620px;
}
div.slider div.items div.slid_content div.slid_content_in {
	padding: 20px;
}
.mid {
	width: 915px;
	background:none;
                 overflow: hidden;
	height: 1%; /* ie*/
	height: 5px;
}


.accordion { padding: 0; margin: 0 0 30px; width:100%; padding-top:20px}
.accordion ul {list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 250px;}
.accordion li { cursor: pointer; list-style-type: none; margin: 0; float: left; display: block; width: 250px;}
.accordion li div { padding: 20px; display: block; clear: both; float: left;}
.accordion a, .accordion a:link, .accordion a:visited { text-decoration: none; color: #3fa8f4; padding: 6px 20px; display: block; cursor: pointer; font-size:14px;}
	.accordion a:hover {color:#333333}

/* Level 2 */
ul.accordion li ul {list-style:disc url(images/layout/arrow-left-grey.png) inside;}
.accordion li ul li {background:#FFFFFF; width:100%; margin-left:-20px; padding-left:30px; padding-right:40px; cursor:pointer}
.accordion li ul li a:visited, .accordion li ul li a:link, .accordion li ul li a {color:#333333; font-weight:normal; font-size:12px}
	.accordion li ul li a:hover {color:#666666}
.accordion li ul li ul li {padding-left:50px;}

ul.styledList, .widget ul {list-style:disc url(images/layout/arrow-left-grey.png) inside;}
ul.styledList li, .widget ul li {border-top:dotted 1px #CCCCCC; padding-top:10px; padding-bottom:10px; }
ul.styledList {margin-left:0px;}
	.homeBoxWrap .body:hover ul.styledList {list-style:disc url(images/layout/arrow-left.png) inside;}

.homeBoxWrap {width:295px; padding:0px; margin-right:14px; float:left; margin-top:10px;}
.homeBoxWrap .head {background:url(images/home/blue-title-bg.jpg); padding:13px 40px 11px; color:white}
	.homeBoxWrap h2 {margin:0px; padding:0px; text-shadow:1px 1px 1px #000}
	.homeBoxWrap img {margin:0px; padding:0px}
.homeBoxWrap .body {padding: 15px 30px 15px 40px; background:#f0f0f0; min-height:160px}
	.homeBoxWrap .body:hover {background:#dadada}
.homeBoxWrap .foot {background:url(images/home/blue-foot-bg.jpg); padding:8px 52px 6px; color:white}
	.homeBoxWrap h2 a, .homeBoxWrap h2 a:link, .homeBoxWrap h2 a:visited {color:white}
	.homeBoxWrap h2 a:hover {color:#3fa8f4; text-decoration:underline}
	
.buttonReadMore {background:url(images/layout/button-readmore.jpg) no-repeat right top; color:#FFFFFF; padding:0 0 0 3px; text-align:left; width:123px; text-transform:uppercase; font-size:11px;}
	.buttonReadMore a {color:#FFFFFF; text-decoration:none}
	
.attachment-featured-image {margin: 0px !important; padding:0px !important;}

.newslinks-wrap {
	background:#3ea7f2 url(images/home/blue-shadow.jpg) no-repeat top left;
	width: 837px;
	padding: 12px 38px 30px;
	margin-top:30px;
	display:block;
}
	.newslinks-wrap, .newslinks-wrap a, .newslinks-wrap a:link, .newslinks-wrap a:visited, .newslinks-wrap a:hover {
		color:#FFF !important;
	}
	
.widget_kpg_cpl .current_page_item, .widget_kpg_cpl a.current_page_item { color:#3ea7f2; }
