/**************************************************
 *	Minimal Desire Light Color Theme
 **************************************************/
body {
	color: #979797;
	background-color: #f1f1f1;
	background-image: url("../../images/light/bg-pattern.png");
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.sidebar-box .meta-category,
.meta-client .meta-client-name,
.section-head span,
.portfolio-box h2,
.page-title,
span.dropcap,
.cite,
.tabs ul li a {
	color: #222222;
}

#searchform input,
#respond input,
#respond textarea,
#contact-form-wrap input,
#contact-form-wrap textarea{
	color: #979797;
	border: solid 1px #e8e8e8;
}

#searchform input{
	border: solid 2px #e8e8e8;
}


#main-nav ul li a {
	color: #222;
}

#slider,
#home-featured-image,
.portfolio-box,
.post-box {
	-moz-box-shadow: 0 1px 7px #d3d3d3; 
	-webkit-box-shadow: 0 1px 7px #d3d3d3; 
	box-shadow: 0 1px 7px #d3d3d3; 
}

.bottom-border,
#main-nav ul li ul,
#sidebar,
.sidebar-box,
.portfolio-box,
#portfolio-filter,
#single-blog-post,
#blog-posts .post,
#blog-posts .blog-pagination .prev,
#blog-posts .blog-pagination .next,
.post-box,
#comments li .comment-wrap,
.comments-navigation,
#fullwidth,
#archives,
#page-404,
#contact,
#default-page,
#searchform input,
#respond input,
#respond textarea,
#contact-form-wrap input,
#contact-form-wrap textarea, 
.tabs ul li.ui-state-active a,
pre, 
code{
	background-color: #ffffff;
}

#main-nav ul li ul {
	border: solid 1px #eee;
	border-bottom: solid 2px #81caea;
}

#main-header,
#sidebar,
#portfolio-filter,
#single-blog-post,
#blog-posts .post,
.sidebar-box,
.section-head,
#fullwidth,
#archives,
#page-404,
#contact,
#default-page,
#blog-posts .blog-pagination .prev,
#blog-posts .blog-pagination .next,
#comments li .comment-wrap,
.comments-navigation,
.widget-tweet{
	border-bottom: solid 2px #e8e8e8;
}

.title-line {
	border-bottom: solid 2px #f1f1f1;
}

.sidebar-box .meta-date,
.sidebar-box .meta-number,
.sidebar-box .meta-title {
	border-bottom: solid 2px #f1f1f1;
}

.meta-client {
	background-color: #f9f9f9;
	border-top: solid 2px #f1f1f1;
}

#blog-posts .post .post-meta {
	border-right: solid 2px #e8e8e8;
}

#comments .comment-header {
	border-bottom: solid 2px #f1f1f1;
}

.section-comments .respond-link a{
	border-left: solid 2px #f1f1f1;
}

.section-head span,
#blog-posts .post .post-meta {
	background-image: url("../../images/light/section-head-pattern.png");
}

#blog-posts .blog-pagination .prev,
#blog-posts .blog-pagination .next {
	background-image:url("../../images/light/blog-pagination.png");
}

.hover-plus {
	background-image: url("../../images/light/portfolio-black-plus.png");
}

.sidebar-box .meta-link {
	background-image:url("../../images/light/portfolio-link-light.png");
}

ul.ln-checklist li {
	background: url("../../images/light/ul-check-light.png") no-repeat 0 4px;
}

.nivo-directionNav a {
	background-image:url("../../images/light/slider-controlls.png");
}

#widget-flickr .flickr_badge_image a {
	background-color: #e8e8e8;
}

.tabs-content {
	border: solid 1px #e8e8e8;
}

.tabs ul li.ui-state-active a{
	border-bottom: solid 2px #bbbbbb;
	
}

pre, code {
	border: solid 1px #e8e8e8;
	border-left: solid 2px #bbbbbb;
}

.toggle h4{
	background-color: #f1f1f1;
	border: solid 1px #e8e8e8;
}
	
.toggle .toggle-content{
	border: solid 1px #e8e8e8;
	border-top: none;
}

.toggle .ui-icon{
	background: url(../../images/light/toggle-closed.png) no-repeat;
}
.toggle .ui-state-active .ui-icon{
	background: url(../../images/light/toggle-opened.png) no-repeat;
}