/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html {overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }


/*** General ***/
body {color:#000;font: 16px/28px;font-family: 'arial';font-weight:bolder;background:#000;}

	/* Typography */
	a 			{color: #b80f0a;text-decoration: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
	a:hover 	{color: #b80f0a;}
	a:active	{outline: none;}
	p, dl, hr, h1, h2, h3,
	ol, ul, dd, pre, table, fieldset {margin-bottom: 20px;}
	h1 {text-shadow: 0 1px 0 #888;color:#fff;}
	h2, h3, h4, h5, h6 {text-shadow: 0 1px 0 #888;color:#000;}
	h1 			{font-size: 32px;}
	h2 			{font-size: 28px;}
	h3 			{font-size: 26px;letter-spacing: -1px;}
	h4 			{font-size: 21px;margin-bottom: 15px;}
	h5 			{font-size: 18px;}
	h6 			{font-weight: normal;font-size: 16px;}
	
	/* Structure */
	#external 		{width: 1280px;margin: 0 auto;background:#fff;}
	#header 		{width: 1240px;float:left;padding: 20px 20px 20px 20px; background:#000;} 
	#mainmenu		{width: 100%;float:left;background: #888}
	#main 			{width: 1280px;float:left;}
	#content 		{width: 620px;float:left;}
	#sidebar 		{width: 270px;float:right;}
	#footer			{width: 1280px;float:left;padding: 30px 20px 10px 20px;background:#666;}


/*** Header ***/
	#site-title a 			{font-family: oswald; font-weight: 400; font-size:30px; text-transform:uppercase;float: left;color:#fff;}
	#site-title a:hover 	{background: none;}

/*** Logo ***/
	h5 {float:right;color:#fff;}

/*** Menu ***/
	#mainmenu ul 		{margin: 0px 0 0px 0px;float:left;width:100%; list-style: none;}
	#mainmenu ul li 	{float: left;margin: 0 0px 0 0;position: relative;}
	#mainmenu a 		{color: #fff; display: block;font: 14px;padding: 14px 20px;font-family: oswald; text-transform:uppercase;}
	#mainmenu a:hover {background:#666;}
	
/* Button Responsive Menu*/
	.btn-responsive-menu{display: none;float: left;padding:5px;cursor:pointer;margin:  -15px 20px 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
	.icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}
	.show {display:block!important}
	p {text-align: justify;}
	
/*** Post ***/
	.post {padding: 0px 0 0px 0;}

/* Post title */
	.post .entry-title {margin-bottom: 20px;}
	.post .entry-title a {display: block;font-size: 38px;line-height:40px;font-weight: bold;letter-spacing: -1px;}
	.post .entry-content {line-height:25px;}
	.index-thumb {width:100%;height:auto;margin-bottom:10px;}

/* Lists in widgets */
	.widget li {list-style-type:none}

/*** Misc ***/ 
	.alignleft {margin: 0 20px 20px 0;}
	.alignright	{margin: 0 0 20px 20px;}
	.clear 		{clear: both;}
	.sep 		{padding: 0 5px;}
	.hide 		{display: none;}

	#open-popup {padding:20px}
	.white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 40px;
	  width: auto;
	  max-width: 200px;
	  margin: 20px auto;
	  text-align: center;
	}