/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         DEPUTIES
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

/* Get base CSS */
@import url('../twentyeleven/style.css');



body {
	padding: 0 1%;
}

#page {
	    margin: 4% auto;
	    max-width: 1000px;
	    border-radius: 15px;
	}

#branding hgroup {
	margin: 0 4%;
}
#access div {
	margin: 0 4%;
}
#primary {
	float: left;
	margin: 0 -36% 0 0;
	width: 100%;
}
#content {
	margin: 0 2% 0 4%;
	width: 58%;
        padding: 0%;
}
#secondary {
	float: right;
	margin-right: 4%;
	width: 30%;

}

@font-face {
    font-family: 'dokyoregular';
    src: url('dokyo___-webfont.eot');
    src: url('dokyo___-webfont.eot?#iefix') format('embedded-opentype'),
         url('dokyo___-webfont.woff') format('woff'),
         url('dokyo___-webfont.ttf') format('truetype'),
         url('dokyo___-webfont.svg#dokyoregular') format('svg');
    font-weight: normal;
    font-style: normal;

.page-title {
	color: #666;
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}


