/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../roboto/roboto-v27-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../roboto/roboto-v27-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../roboto/roboto-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../roboto/roboto-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../roboto/roboto-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../roboto/roboto-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{
	font-family: 'Roboto', Arial, sans-serif;
	color:#000;
	line-height:2;
}

	/* Begin header */

.header-nav li a,.sub-nav li a{
	color:#163973;
	text-decoration:none;
	text-align:center;
	font-size:18px;
}
.header-nav li a:hover,.sub-nav li a:hover {
	color:#4081ee;
}

	/* End header */

	/* Begin contents */

.subscribe-btn{
	text-indent:-99999px
}


.pagination{
	font-family:"Courier New", Courier, monospace
}
.pagination a{
	font-size:15px;
	line-height:21px;
	text-decoration:none;
	color:#512d07;
	font-weight:700
}
.pagination a:hover,.pagination a.active{
	color:#fff
}

.bottom-txt-box{
	font-size:14px;
	font-style:italic;
	text-align:center;
	color:#513b20;
	line-height:17px;
	font-weight:700;
	-moz-border-radius:10px;
	
}
.bottom-txt-box span{
	color:#000
}
.right-sidebar ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.right-sidebar li{
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:700
}
.sidebar-box-head h3{
	text-align:center;
	font-size:18px;
	color:#4f391e;
	line-height:30px;
	font-family:"Courier New", Courier, monospace;
	text-shadow:1px 1px 1px #e5ceb9;
	background:none;
}
.caption{
	text-align:center;
	font-size:17px;
	line-height:18px;
	color:#512d07;
	font-style:normal;
	font-weight:700
}
.caption a{ 
	color:#512d07; 
	text-decoration:none
}
.hovered-box .caption a{
	color:#72a200
}
.details-btn{
	text-indent:-99999px
}
	/* End contents */

	/* Begin footer */
.footer-left li{
	font-size:14px;
	line-height:32px;
	font-weight:700;
	color:#241a0d
}
.footer-left li a{
	line-height:32px;
	color:#241a0d;
	text-decoration:none;
	text-shadow:1px 1px 1px #ecd2b4
}
.footer-left li a:hover,.footer-left li.active a{
	text-decoration:underline
}

.copyright{
	font-size:11px;
	line-height:18px;
	color:#241a0d;
	font-weight:700;
	text-align:right
}
.copyright a{
	text-decoration:none;
	color:#241a0d
}
.copyright a:hover{
	text-decoration:underline
}
	/* End footer */



.mic {
	font-size:13px;
}
.new {
	font-size:11px;
	color:#f00;
}