/* ----------GENERAL---------- */

body {
	background-color: #f7f7f7;
}

h1,
h2,
h3 {
	font-weight: normal;
}

a {
	color: #552C5C;
}

a:hover {
	text-decoration: underline;
}

ul li {
	list-style-type: square;
}

/* ----------HEADER---------- */

header {
	padding: 20px 50px;
	text-align: center;
}

body > header > h1 {
	font-size: 2.3em;
	line-height: 1;
	margin: 0;
}

header h2 {
	font-size: 1em;
	margin: 0;
	text-align: right;
}

/* ----------SECTION---------- */

section {
	overflow: hidden;
}

#container {
	margin: 0 50px 50px;
	overflow: hidden;
	padding: 40px;
}

.directory {
	margin: 0 0 50px 0;
}

/* ----------ARTICLE/PAGE---------- */

#justify {
text-align:justify;
}

#ours {
background-color:#E0E0E0;
text-align: center;
}

.width-sidebar {
	float: left;
	width: 65%;
}

.full-width {
	width:100%;
}

article header h1 {
	line-height: 1.1;
	margin: 0;
	text-align: center;
}

article header {
	background-color: transparent;
	color: inherit;
	padding: 0;
	text-align: left;
}

article header p {
	font-size: 0.9em;
	font-style : italic;
	margin-bottom: 0;
}

article section {
	background-color: inherit;
	padding: 0;
}

article img {
	margin: 0 5px;
}

article footer {
	background-color: inherit;
	font-size: 0.9em;
	font-style : italic;
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
}

/* ----------PAGINATION---------- */

#pagination {
	margin-bottom: 50px;
	text-align: center;
}

#pagination span,
#pagination a {
	display: inline-block;
	margin: 0;
	padding: 5px;
}

#pagination span:first-letter,
#pagination a:first-letter {
	text-transform: uppercase;
}

/* ----------SIDEBAR---------- */

aside {
	text-align: right;
	float: right;
	width: 30%;
}

aside a {
	color: #333333;
	text-decoration: none;
}

aside li {
	list-style-type: none;
}

.rss {
	line-height: 1;
margin: 10px 0;
	padding-left: 20px;
}

/* ----------FOOTER---------- */

footer {
	clear: both;
	padding: 50px;
	text-align: center;
}

footer p {
	margin: 0;
}

footer a {
	color: #000000;
	text-decoration: none;
}

/* ----------RESPONSIVE DESIGN---------- */

@media screen and (max-width:800px) {

	header {
		padding-left: 20px;
		padding-right: 20px;
	}

	#container {
		margin: 0 20px 20px 20px;
		padding: 20px;
	}

	.width-sidebar,
	aside {
		width: 100%;
	}

	button,
	input,
	select,
	textarea {
		max-width: 100%;
}

	aside {
		margin-top: 50px;
	}

}

/* ----------BOX-SIZING---------- */

* {
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

/* ----------HTML5 TAGS---------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

/* ----------GENERAL STYLES---------- */

html {
	font-size: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 20px 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

h6,
small {
	font-size: 0.7em;
}

ol,
ul {
	padding-left: 0;
}

dd,
li {
	margin-left: 20px;
}

code,
pre,
samp,
kbd {
	font-family: monospace, serif;
	font-size: 1em;
	padding: 5px 10px;
}

pre {
	background-color: #efefef;
	border: 1px solid #ddd;
	overflow: auto;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -5px;
}

sub {
	bottom: -5px;
}

abbr {
	border-bottom: 1px solid;
}

blockquote {
	font-style: italic;
	margin-left: 30px;
}

hr {
	height: 1px;
	background-color: black;
	border: 0;
}

/* ----------IMAGE---------- */

img {
	border: none;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

/* ----------TABLE---------- */

table, th, td {
	border: 1px solid #999
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
	width: 100%;
}

caption,
th,
td {
	padding: 5px;
}