/*==============================================
[Magenta color stylesheet magenta.css]

Author:	SINDEVO.COM - Smart Internet Development
Template:	Mobix - Mobile Web APP Template
================================================*/

/*===============================================*/
/* MAIN COLOR */
/*===============================================*/	
a, blockquote span {
color: #fff;
}
a.button_full, a.button_small, .call_button a{
background-color:#FFF; 
width: 93%;
}
.button {
border: 1px solid #fff;
color: #fff;
}
.button.active {
background: #fff;
}
#pages_maincontent h3{
color:#833545;
}
.photo-categories a.active{
background-color:#833545;
}
.post_date{
color:#fff;
}
.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
background: #833545;
}
.contactform input.form_submit, .loginform input.form_submit, .commentform input.form_submit, label.form-submit{ 
	background-color:#FFF;
	color: #038C00;
	font-weight: 700;
}
ul.responsive_table li:first-child{
    background-color: transparent;
    color: #FFFFFF;
    width: 100%;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 1.3em;
}
li.table_row{
background-color:transparent;
}
.blog_nav a{
background-color:#833545;
}
/*===============================================*/
/* HOME BG AND PAGES HEADER BG */
/*===============================================*/	
.homepage{
background: url(../../images/colors/magenta/grasachtergrond.png) repeat center center !Important ;
background: #038c00 !important;
background-attachment:fixed;
-webkit-background-size: 100%; 
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover;
}
.navbarpages{
background:url(../../images/colors/magenta/header.jpg) no-repeat center center;
}
/*===============================================*/
/* MAIN NAV LINKS */
/*===============================================*/	
.main-nav ul li{

}
.main-nav ul li a{
color:#FFF;
}
/*===============================================*/
/* POPUPS AND TOOLBAR */
/*===============================================*/	
.popup, .page_content_menu{
    background: url(../../images/colors/magenta/grasachtergrond.png) repeat center center !Important ;
background: #038c00;
}
.popup-login, .popup-signup, .popup-forgot{
background-color:#038c00;
}
.toolbar:before {
  background-color: #038c00;
}
/*===============================================*/
/* LEFT AND RIGHT SLIDE PANEL */
/*===============================================*/	
.panel {
background:#fff;
border-right: #038C00 1px solid;
}
.user-nav ul li, ul.popular_posts li{	
border-bottom:1px #038C00 solid;
}
/* MENU OPENER ICON */
ul.toolbar_icons li.menuicon{
}

/* PANEL CLOSE BUTTON */
.close_popup_button a{
	left: -15px;
    margin-top: 7px;
}