/*==========================================================================================
	
Light CSS File
This file contains styles related to the colour scheme of the theme

==========================================================================================*/

body {
	color: #37393c;
	background: url(../images/light/body_bg.png) no-repeat top left fixed #fff;
}

input,
textarea {
	background: #fff;
	color: #9fa2a6;
}

.widget input,
.widget textarea,
.entry-content input,
.entry-content textarea {
	border: 1px solid #e4e4e4;
}

button:hover,
#back-to-top:hover,
#submit:hover { color: #fff; }

input::-webkit-input-placeholder,
input:-moz-placeholder {
    color: #9fa2a6;
}

#footer-bottom { background: url(../images/light/dot_bg.png) top left repeat-y #fff; }

#flickr_badge_wrapper,
#container {
	background: url(../images/light/dot_bg.png) top left repeat-y;
}

#overlay {
	background: url(../images/light/overlay_bg.jpg) repeat;
	color: #e4e4e4;
}

#overlay-trigger a { background: url(../images/light/overlay_trigger.png) top right; }

#overlay-trigger a:hover { background: url(../images/light/overlay_trigger.png) top left; }

#overlay-trigger a.active { background: url(../images/light/overlay_trigger.png) bottom right; }

#overlay-trigger a:hover.active { background: url(../images/light/overlay_trigger.png) bottom left; }

.comment-author a,
.entry-header,
.entry-title,
.entry-title a { color: #37393c; }

.client span,
.published span,
.comment-count span,
.single-page-navigation .nav-previous a,
.single-page-navigation .nav-next a,
.entry-category span,
pre,
.entry-content blockquote,
.middot,
#footer,
#footer a,
a {
	color: #9fa2a6;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4,
.entry-content h5, 
.entry-content h6,
.entry-content a,
.comment-body a,
#footer a {
	border-bottom: 1px dotted #b2b2b2;
}

#commentform label span,
.single-page-navigation .nav-previous a,
.single-page-navigation .nav-next a,
.cancel-comment-reply a,
#respond h3 span,
.comment-wrap,
#comments span,
.single .entry-header,
#footer,
.wp-pagenavi span.current,
.hentry,
.page-caption,
.page-title {
	background-color: #fff;
}

.page-caption {
	color: #9fa2a6;
}

.post-wrap.odd { 
	background: url(../images/light/seperator.png) right top repeat-y; 
}

.post-thumb-overlay {
	background: url(../images/light/overlay.png);
}

.single-page-navigation .nav-previous a:hover,
.single-page-navigation .nav-next a:hover,
.comment-meta a:hover,
#footer a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.entry-meta a:hover {
	color: #37393c;
}

.wp-pagenavi a {
	background: #fff;
	color: #9fa2a6;
}

.sep span {
	border-bottom: 1px solid #e4e4e4;
}

#submit,
button,
.format-link .entry-title,
.quote-wrap,
#back-to-top {
	background: #37393c;
	color: #fff;
}

.format-link .entry-title a { 
	border-bottom: 1px dotted #737577;
	color: #fff;
}

.arrow-up { background: url(../images/light/arrow-up.png) left center no-repeat }

.entry-header { background: url(../images/light/side_dot.png) repeat-x left center; }

.entry-header .holder { background: #fff; }

.quote-left { background: url(../images/light/quotes.png) left top; }

.quote-right { background: url(../images/light/quotes.png) right top; }

.comment .avatar { border-right: 1px solid #e4e4e4; }