.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
	position: relative;
	z-index: -1;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif; 
	font-size:13px;
	margin:10px 150px 10px 40px;
	max-width: 1440px;
}
a {
	color:#18479B;
	cursor:pointer;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
}
a:hover {
	color:#CA0002;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
}	
h1 {
	color:#5D5D5D;
	font-family:Arial,sans-serif;
	font-size:25px;
	font-weight:bold;
	padding:15px 0px 0px;	
}
h1 em {
	font-size:20px;
}	
h2 {
	color:#090909;
	font-family:Arial,sans-serif;
	font-size:small;
	font-weight:bold;
	padding:0px;
	font-size: 14px;	
}
h2 p {
	color:#333333;
	font-family:Arial,sans-serif;
	font-size:small;
	font-weight:normal;	
}	
h3 {
	color:#333333;
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0px 0px;	
	margin:25px 10px 15px;
}	
.footer {
	color:#666666;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0px 0px;	
	margin: 30px 0px 20px;
	text-align:left;
	width:40%;
}		
.footer hr {
	color:#666666;
	border:1px solid #666666;
	text-align:left;
	width:80%;
}	

/* Containers */
div.demoBox {
	position: relative;
}

div.demoBox p {
	margin: 0 20px;
}


pre,code {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

pre {
	padding-bottom:20px;
}


/* LINKeD POSTS MENU */
div.linked_posts {
	position: absolute;
	top: 130px;
	right:50px;
	margin-top:10px;
	background:#262626;
	width:300px;
	padding:10px 20px 10px 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color: white;
}


div.linked_posts .post {
	position: relative;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px dotted #383838;
}

div.linked_posts h3 {
	margin: 0;
	padding: 10px 0 20px;
	color: #fff;
	font-size: 1.3em;
}

div.linked_posts .post a {
	color: white;
	text-decoration: none;
	position: relative;
	display: block;
	line-height: 1.2em;
}

div.linked_posts .post a span {
	line-height: 35px;
	display: block;
	font-size: 1.1em;
}

div.linked_posts .post:hover a span {
	font-size: 1.2em;
	color: #d91e4e;
}

div.linked_posts .post img {
	position: relative;
	display: block; 
	border:2px solid #fff;
	margin-right: 10px;
	margin-left: 3px;
	margin-bottom: 15px;
	padding: 2px;
	float: left;
	width: 95px;
}

div.linked_posts .post a strong {
	font-size: 1.1em; 
	padding-top:3px;
	color: white;
}

div.linked_posts .go_home {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

div.linked_posts .go_home a,
div.linked_posts .go_home a:link,
div.linked_posts .go_home a:visited {
	text-decoration: none;
	color: #a9f04c;
	border-bottom: 1px dotted #a9f04c;
	padding: 2px 3px;
}

div.linked_posts .go_home a:hover {
	color: #333;
	border: none;
	background: #a9f04c;
}