@charset "utf-8";
/* CSS Document */
.cor{
	color:#eb3d00;
}
.bold{font-weight:bold;}
.clearfix{
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
.right{float:right}
.left{float:left;}
time {
    color: #888888;
    font-size: 11px;
    letter-spacing: 1px;
}
.block{display:block;}
a{
	color:#cc3333;	
}
a:hover,a:focus{color:#C1BD52;}

img{
	border:none;
}
article{text-align:justify;line-height:20px;}
body{font:80%/150% Arial, Helvetica, sans-serif;}

.red{font-weight:bold;color:#ff0000;}


/* ========================= RESPONSIVE STYLES ======================== */


/* --------------------------- 940px-1139px --------------------------- */

@media only screen and (max-width: 1139px) and (min-width: 940px) {
	html, body{width:1024px;}
}

/* ---------------------------- 939px-768px --------------------------- */

@media only screen and (max-width: 939px) and (min-width: 768px) {
	html, body{width:1024px;}
}

/* ------------------------------ 0-767px ---------------------------- */

@media handheld, only screen and (max-width: 767px) {
	html, body{width:1024px;}
}

/* ---------------------------- 480px-767px -------------------------- */

@media handheld, only screen and (max-width: 1024px) and (min-width: 320px) {
	html, body{width:1024px;}
}

/* ---------------------------- 320px-479px -------------------------- */

@media handheld, only screen and (max-width: 320px) {
	 html, body{width:1024px;}
}