/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://ropse.com/twentyfifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Alex Agha
 Author URI:   http://ropse.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain: twentyfifteen-child
*/


/*this is an ol method and no longer best practice, instead using functions.php. Check thislink: http://codex.wordpress.org/Child_Themes
@import url("../twentyfifteen/style.css");*/




/*All the following are added by Alex*/

/*this will remove the "Edit" at the buttom of pages*/
.entry-footer{display:none;}


/*this will remove the "Proudly powered by WordPress"*/
.site-footer{display:none;}

/*left menu bar*/
//#zn_nivo, .slider-wrapper{height:550px!important;}



/*Widens the text,content area*/
//.site-content {width: 80.5882%;}

*/



/*


//the blue side bar
body:before, .site-header {
	background-color: #dd4b9e;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}




//check this
body:before {background-color: #dd4b9e;
font-size: 10%;
}
.sidebar {
		//font-size:x-small;
		font-size: 10%;
		color: #dd4b9e;
		background-color: #dd4b9e;

		float: left;
		margin-right: -100%;
		max-width: 413px;
		position: relative;
		width: 29.4118%;
	}

*/






