
/*
	LIGHT STYLE
*/

body { 
width:100%;
padding: 0;
margin: auto;
background-color:#fff;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .intro:first-letter { 
	color:#333;
	//text-shadow: 1px 1px 0px #ddd, 2px 2px 0px #999;
}
#nav li.active, #nav > li:hover, #nav ul li { 
	//background: #6da63f;
	color:#6da63f;
}

.show-grid [class*="span"] { background-color: #e5e5e5; }

input, textarea { border-color:#ddd; }
.featured-posts img { border-color:#fff; }
.well, .footer, pre, .table th, .table td, .commentlist .children > li { border-color:#c4c4c4; }

#portfolio .item, .accordion-group .accordion-heading .accordion-toggle, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .pagination a:hover, .pagination .current a, .commentlist .comment-body { background-color: #fff; }

.nav > li > a:hover, .accordion-group.active .accordion-group .accordion-heading .accordion-toggle:hover { 
background-color: #fafafa; }

.header-wrap, .content h2, .tagline, .blog-part h3, .content .tagline, .search-widget, .media-box { 
border-color:#ccc; }

input, textarea { outline:3px solid #fff; }

input:focus, textarea:focus { border-color:#ccc; outline-color:#fff; background-color:#fafafa; }

.input-append .send:hover { border-color: #aaa; }

/* footer dark style */
.footer { 
		color:#333;
		border-top:0px solid #ddd;
		background-color:#e4e4e4;
	}

.footer b { 
		color:333;
		background-color:#e4e4e4;
		padding:0px 10px 0px 0px;
	}
.footer a {
	color:#333;
	text-decoration:underline;
}
footer a:hover {
	background-color: #6da63f;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}
.footer li {
	list-style-image: url('../img/background/arrow.gif');
}
.footer li a:link {
	text-decoration:none;
}
.footer li a:hover {
	background-color: #6da63f;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}
.footer address strong { color: #fff; }
.footer .social li a {
	background-color:#222;
	}
#twitter-list ul li span, #flickr_badge_wrapper img { border-color: #222; }
#twitter-list ul li span { background: #333; background: rgba(0, 0, 0, .3); }
.footer .widget ul.list li a {
	color:#333;
}
.footer .widget ul.list li a:hover {
	color:#333;
}
.copy-info {
background-color:#fff;
border-top:1px solid #ddd;
margin:10px 0px 10px 0px;
}