/* Cloxy Theme 4.1 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}

html {
	font-family: Verdana, Georgia, "Trebuchet MS", Arial, Serif;
	font-size: 14px;
	background-color: #EEE;
}

body {
	max-width: 940px;
	margin: 20px auto;
	padding: 0 20px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 7px #777;
}

body > header {
	padding: 20px 0;
	overflow: auto;
}

body > header > h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	float: left;
}

body > header > h1 > a {
	color: #000;
	text-decoration: none!important;
}

body > header > form {
	float: right;
}

body > header > form > input {
	width: 200px;
	margin-top: 4px;
	outline-width: 0;
}

body > nav {
	background-color: #222;
	background-image: linear-gradient(#555, #111);
	overflow: auto;
	border-radius: 3px;
}

body > nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body > nav > ul > li {
	float: left;
}

body > nav > ul > li > a {
	display: block;
	color: #FFF;
	padding: 5px 15px;
	text-decoration: none!important;
	font-weight: bold;
}

body > nav > ul > li.current > a,
body > nav > ul > li > a:hover {
	background-color: #444;
	background-image: linear-gradient(#333, #777);
}

body > .breadcrumb {
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #EEE;
}

body > .breadcrumb .item:before {
	content: " > ";
}

body > .breadcrumb .item:first-child:before {
	content: "";
}

body > article {
	float: left;
	width: 700px;
	margin: 20px 0;
}

body > article h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}

body > article > footer {
	border-top: 1px solid #CCC;
}

body > aside {
	float: right;
	width: 220px;
	margin: 20px 0;
}

body > aside > section > h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

body > aside > section > ul {
	margin: 20px 0;
	padding: 0 0 0 16px;
}

body > footer {
	text-align: center;
	color: #444;
	border-top: 1px solid #222;
	clear: both;
	margin: 0;
	padding: 20px 0;
}

body > footer a {
	color: inherit;
}

/* elements */
a {
	color: #06E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p, ul, ol, blockquote {
	line-height: 20px;
}

blockquote {
	font-style: italic;
}

img {
	border-width: 0;
}

hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
	clear: both;
}

input, select, textarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #BBB;
	font-size: 14px;
	border-radius: 3px;
}

table {
	width: 100%;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-spacing: 0;
	border-radius: 3px;
}

th, td {
	padding: 5px;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	text-align: left;
}

#comments {
	clear: both;
	margin-top: 30px;
}

#comments h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

.comment {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

.comment .attr {
	margin: 9px 0;
}

#add_comment {
	margin-top: 30px;
}

#add_comment input {
	width: 49%;
	border-radius: 3px;
}

#add_comment textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	border-radius: 3px;
}

/* help classes */
.left {
	float: left!important;
}

.right {
	float: right!important;
}

.clear {
	clear: both;
}

/* img aligns */
img.alignleft {
	float: left;
	display: inline;
	margin-right: 15px;
	border-radius: 3px;
}

img.alignright {
	float: right;
	display: inline;
	margin-left: 15px;
	border-radius: 3px;
}

img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
}

@media screen and (max-width: 980px) {
	body {
		border-radius: 0;
		margin: 0;
		padding: 0 10px;
	}

	body > article,
	body > aside {
		width: auto;
		float: none;
	}

	body > article img,
	body > article video {
		max-width: 100%;
		height: auto;
	}

	h1 {
		font-size: 24px!important;
	}
}

@media print {
	body {
		margin: 0;
		padding: 0;
	}

	body > header, body > nav, body > article > footer, body > aside, body > footer {
		display: none;
	}
}
