 /*
Theme Name: CleanMag
Theme URI: http://www.wpexplorer.com
Description: CleanMag WordPress theme by AJ Clarke from <a href="http://www.wpexplorer.com">WPExplorer.com</a>
Author: AJ Clarke
Version: 1.0
License: Do as you wish with this theme!
*/

/*import site GS*/
@import url(/wp-content/themes/cleanmag/css/site.css);
/*
body {
    background: #E9E9E9 url(images/white-texture.png) repeat;
    font-size: 12px;
    line-height: 1.5em;
	letter-spacing: 0.5px;
    color: #717171;
    font-family: 'Istok Web', arial, serif;
}
*/
body {
	font-family:Georgia, Times, serif;
	font-size:14px;
	font-style:normal;
	line-height:25px
}

#sidebar {
	font-size: 13px;
    line-height: 1.5em;
	letter-spacing: 0.5px;
    color: #717171;
    font-family: 'Istok Web', arial, serif;
}

a {
	color: #A11F23;
}

a:hover{
	color: #ef4034;
}

#navigation{
	background: #A11F23;
}

.menu-main-container {
	font-size: 13px;
    line-height: 1.5em;
	letter-spacing: 0.5px;
    color: #717171;
    font-family: 'Istok Web', arial, serif;
    background: #A11F23;
}

.menu-pages-container {
	font-size: 13px;
    line-height: 1.5em;
	letter-spacing: 0.5px;
    color: #717171;
    font-family: 'Istok Web', arial, serif;
    background: #A11F23;
}

.sf-menu a {
	color: #FFF;
	background: #A11F23;
}

.sf-menu a:hover {

}

.entry-title h2 {
	color: #A11F23;
}