/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */

body {
    background: #fff;
    font-family: 'Modern No. 20', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.item {
    width: 300px;
    float: left;
    margin: 0 20px 20px 0;
    padding: 7px 0;
    background: #000;
    border: 1px solid #000;
    border-width: 1px 0;
}

#logo {
	overflow: hidden;
	background: #fff;
	width: 260px;
	min-height: 92px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 20;
	position: relative;
}


}

.widget ul ul { margin-left: 20px; }

#sidebar .widget {
	padding: 7px 20px;
	margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

#primary-menu {
    text-transform: uppercase;
    position: absolute;
    top: 100px;
	left: 0;
	width: 100%;
	z-index: 10;
}

}

.page-template-default #content .hentry,
.page-template-template-fullwidth-php #content .hentry,
.single #content .hentry {
    padding: 7px 0;
    border: 0;
    background: #fff;
    border: 1px solid #fff;
    border-width: 1px 0;
    overflow: hidden;
}