/*
 Theme Name:   Butterfly
 Theme URI:    http://smartsitestudio.com/butterfly-wp-theme/
 Description:   Simple light modern landing page using twentythirteen as a parent theme.
 Author:       Ivan Marinkovic
 Author URI:   http://smartsitestudio.com
 Template:     twentythirteen
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light,dark
*/
.navbar {
    background-color: #FFFFFF;
}
.site-header{
    background-color: #F9F9F9;
}
.site-title h1{
    color: #FFFFFF;
}
.entry-title a:hover{
color:#49B5E7;
text-decoration: none;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
    color: #49B5E7;
	background-color: #FFFFFF;
}
.site-footer .sidebar-container {
background:url(img/pattern_bg.jpg) repeat left top;
}
a {
	color: #71C576;
	text-decoration: none;
}
a:visited {
color: #044C40;
}
.entry-meta a {
color: #71C576;
}
.entry-meta a:hover {
color: #688E14;
}
.site-footer .widget a {
color:  #71C576;
}
.site-footer a {
color:  #71C576;
}
.widget a {
color:  #71C576;
}
.attachment .hentry {
	background-color:#FFFFFF;
}
.paging-navigation {
	background-color: #FFFFFF;
}
.archive-header {
	background-color: #FFFFFF;
}
.page-header {
	background-color: #FFFFFF;
}
.error404 .page-title:before {
	color: #71C576;
}
.error404 .page-wrapper {
	background-color: #FFFFFF;
}
.site-footer {
	background-color: #FFFFFF;
	color: #686758;
}
.comment-respond {
background-color: #FFFFFF;
}
.paging-navigation .meta-nav{
background-color: #71C576;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #F56EAB; /* Old browsers */
	border-bottom: 0px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #222222; /* Old browsers */

}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #F56EAB; /* Old browsers */

	}
.post-navigation  a{
color:  #49B5E7;
}
.nav-links a{
color:  #49B5E7;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor,.alignright, .alignleft, .aligncenter{
}









