/*
Light Skin CSS 
*/

body {
	background: #fff;
	color: #555;
}

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

pre {
	border-color: #eee;
	background: #fff;
}

a {
	color: #333;
}

a:hover {
	color: #111;
}

.team-member-content {
	background: #fff;
}

ul.team-member-social li a {
	color: #555;
}

#page-content p {
	color: #555;	
}

input, textarea {
	background: #fff;
	border-color: #ccc;
	color: #333;
}

#portfolio {
	background: #fff;
	color: #555;
}

#portfolio article:first-child {
	color: #555;
	background: #fff;
}

.portfolio-item-content {
	color: #555;
	background: #fff;
}

#project-navigation-overlay {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#project-top a, #project-navigation #project-navigation-info-name {
	color: #555;
}

#project-navigation ul li ul li a {
	color: #555;
}

.portfolio-item h2, .portfolio-item h3 {
	color: #555;
}

.portfolio-item hr {
	background: #555;
}
	
#project-navigation ul li ul li:first-child {
	border-bottom: 1px solid #eee;
}

.portfolio-element .info-box {
	background: #fff;
	color: #555;
}

.portfolio-element .info-box h1, .portfolio-element .info-box h2, .portfolio-element .info-box h3, .portfolio-element .info-box h4, .portfolio-element .info-box h5, .portfolio-element .info-box h6 {
	color: #555;
}

footer {
	color: #555;
	background: #fff;
	border-top: 1px solid #eee;
}

#social-icons li a {
	color: #555;
}

#page-title {
	background: #fff;
	border-bottom: 1px solid #eee;
}

h1.entry-title a {
	color: #555;
}

a.more-link {
	border: 1px solid #eee;
	color: #333;
}

.accordion div {
	background: #fff;
}

#page-content h3.accordion {
	background: #fff;
	border-bottom: 1px solid #eee;	
}

#page-content h3.accordion:hover {
	background: #fff;
}

#commentform input[type=submit], .wpcf7-form-control.wpcf7-submit {
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px 12px;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

#commentform input[type=submit]:hover, .wpcf7-form-control.wpcf7-submit:hover, #searchform #searchsubmit:hover {
	border-color: #999;
	background: #fff;
}

#page-content .wpcf7-form p {
	color: #555;
}

.widget {
	border-bottom: 1px solid #eee;
}

#page-left .entry-meta {
	border-color: #eee;
}

h3.leave-reply, h3.comments_number {
	border-color: #eee;
}

.comment_author, .comment_author a {
	font-weight: bold;
	color: #555;
}

.commentmetadata a {

color: #777;
font-size: 13px;

}

.commentmetadata a:hover {
	color: #555;
}

#commentform label {
	color: #555;
}

#page-left .entry-meta {
	color: #555;
}

#page-left .entry-meta li a {
	color: #555;
}

.quote h1 {
	color: #fff;
}

.portfolio-element .info-box p {
	color: #555;
}

.author-quote {
	border-color: #eee;
}

ul.ui-tabs-nav li.ui-tabs-active a {
	background: #fff;
	border: 1px solid #ccc;
}

ul.ui-tabs-nav li a {
	background: #fff;
	border: 1px solid #eee;
	color: #555;
}

.comment_author a {
	color: #555;
}

.portfolio-item-end {
	color: #333;
}

pre {
	color: #555;
}

#post-links {
	background: #fff;
	border-top: 1px solid #eee;
}

#post-links a {
	color: #333;
}

.youtube_desc, .vimeo_desc {
	background: #fff;
	color: #555;
	border: 1px solid #eee;
}

.sticky {
	background: #eee;
	border: 3px solid #888;
}

.comment_body  table tr, .comment_body  table td, .comment_body table th {
	border-color: #eee;
	box-sizing: border-box;
	padding: 3%;
}

#page-left table tr, #page-left table td, #page-left table th, #page-full-width table tr, #page-full-width table td, #page-full-width table th {
	border-color: #eee;
	box-sizing: border-box;
	padding: 3%;
	text-align: center;
}

#page-right table tr, #page-right table td, #page-right table th {
	border-color: #eee;
	box-sizing: border-box;
	padding: 3%;
	text-align: center;
}

.entry-content table tr, .entry-content table td, .entry-content table th {
	border-color: #eee;
	box-sizing: border-box;
	padding: 3%;
}

@media (min-width: 0px) and (max-width: 700px) {

	#page-right {
			border-top: 1px solid #eee;
	}
	
	#footer-right {
		border-color: #eee;
	}

}