/* Colors ============================================================= */

body, #supersized li  { 
	color: #666;	
	background: url("../images/light-bg.png") repeat fixed 0 0 transparent;
}

a {
	color:#111;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
}

.logo, .top-bg, .main-nav ul li a, .bg-slider-ctrl span, .audio-ctrl  {
    background-color: #000;
}

.blog-entry a:hover, .post-entry a:hover {
	color: #111;
}

.main-nav li a {
	color: #fff;
}

.top-bg {
    height: 20px;
    width: 100%;
}

.home-teaser a {
	color: #1BC4DE;
}

.inner-content .divider {
	border-bottom: 1px dashed #e5e5e5;
}

.blog-entry {
	border-left: 1px dashed #e5e5e5;
}
	
.main-nav ul li a:hover, .main-nav .sub-menu li a:hover, ul#thumb-list li:hover, ul#thumb-list li.current-thumb, .pagination .current, button:hover, input.submit:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .pagination a:hover, .main-nav .current-menu-parent > a, .main-nav .current-menu-item  > a, .linkto:hover .gallery-title, .linkto:hover .portfolio-title, .blog-entry .moretag:hover, .bg-slider-ctrl span:hover {
	background-color: #1BC4DE;
	color: #111111;
}

.totop:hover, .single .post-tags a:hover, .nivo-prevNav:hover, .nivo-nextNav:hover, #slidecaption, .tipsy-inner, .audio-ctrl:hover{
	background-color: #1BC4DE;
}

.blog-title a:hover, .blog-meta a:hover, .format-standard .blog-thumb a:hover, .format-image .blog-thumb a:hover, .flickr_badge_image a:hover, .portfolio-thumb a:hover, .gallery-thumb a:hover, .widget-img a:hover, .sub-footer a:hover, a:hover, .current-menu-item, .nivoSlider:hover, .filter a:hover, .filter .active, .blog-entry a, .post-entry a{
	color: #1BC4DE;
}

.pagination .current,.pagination a:hover,.single .post-tags a:hover, .filter a:hover, .filter .active,	.moretag:hover,	.logo a {
	border-color: #1BC4DE;
}

.preloader { 
	background:url(../images/loader.gif) center center no-repeat #fff!important;
}

.filter a:hover, .filter .active, .logo a {
	border-bottom: 2px solid #1BC4DE;
}

.filter a {
	color: #555;
}

.gallery-title, .portfolio-title {
	border-bottom-color: #1BC4DE;
}

.post-navigation .totop:hover {
	background: url("../images/slider/arrow_up_d.gif") no-repeat scroll center center #1BC4DE;
}

.nivo-prevNav:hover, .post-navigation .prev-l:hover {
	background: url("../images/slider/arrow_left.gif") no-repeat scroll center center #1BC4DE;
}

.nivo-nextNav:hover, .post-navigation .next-l:hover {
	background: url("../images/slider/arrow_right.gif") no-repeat scroll center center #1BC4DE;
}

.container, .content, 
.sidebar  .widget-title > span {
    background: #fff;
}

.container, .content, .main-nav, .logo, .top-bg, .home-teaser, .bg-slider-ctrl {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3); 
}

.home-teaser {
    background: none repeat scroll 0 0 #000;
	color: #fff;
}

#wap-wap {
	background: url('../images/white-bg.png');
	color: #444444;
}

blockquote {
    color: #333;
}

.blog-meta {
	color: #666;
}

.blog-meta a {
	color: #111111;
}

.blog-date {
	border-top: 2px solid #1BC4DE;
	background: #f1f1f1;
}

.format-standard .blog-thumb a, .format-image .blog-thumb a, .flickr_badge_image a, .nivoSlider, .portfolio-thumb a, .gallery-thumb a {
	display: block;
	color: #232323;
}

.flickr_badge_image a, .widget-img a {
	border: 3px solid;
	display: block;
	color: #e9e9e9;
}

#progress-bar, .over-more, .over-more-title {
	background: #1BC4DE;
	color: #111111;
}

 button, input.submit, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #555;
	color: #fff;
}

.widget ul li {
    padding: 2px 0 2px 12px;
	background: url('../images/menu-arr.gif') no-repeat left 9px transparent;
	
}

::selection {
	background: #1BC4DE;
	color: #000000;
}
::-moz-selection {
	background: #1BC4DE;
	color: #000000;
}

#thumb-back {
    background: url("../images/slider/arrow_left_d.gif") no-repeat scroll center center transparent;
    left: 0;
}
#thumb-forward {
    background: url("../images/slider/arrow_right_d.gif") no-repeat scroll center center transparent;
    right: 0;
}

.tabs ul.tabs-nav li a {
   	color:#666666;
    border: 1px solid #ddd;
    display: block;
    padding: 10px 20px;
    background-image: linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
}
.tabs ul.tabs-nav li.ui-tabs-active a {
  	background: #ffffff;
    border-bottom-color: #fff;
    color:#333333;
}
.tabs .tab {
    border: 1px solid #ddd;        
    clear: both;    
    padding: 20px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.sidebar .widget-title {
    background: url("../images/divider.gif") repeat scroll 0 0 transparent;
}


#hideall{
	background: url("../images/slider/full_scrt.gif") no-repeat scroll center 35px transparent;	
}


#next-slide {
	background: url("../images/slider/arrow_right.gif") no-repeat scroll center 35px transparent;	
}

#prev-slide {
	background: url("../images/slider/arrow_left.gif") no-repeat scroll center 35px transparent;	
}

#showall{
	background: url("../images/slider/show_scrt.gif") no-repeat scroll center 35px transparent;
}