/*Moved*/
/*TO MOVE TO MAIN CSS*/
ul.pagination {position:relative; float:left; margin:0; list-style:none;}
ul.pagination li {display:inline; margin-left: 8px;-moz-border-radius:3px 3px 3px 3px;
border:1px solid #D0D0D0;
cursor:pointer;
margin:0 3px;
padding:2px 5px;}
ul.pagination li a { color: #585858;}
ul.pagination li.here {background:  #D0D0D0;}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/*@font-face {
    font-family: 'Interstate-RegularRegular';
    src: url('/css/fonts/interstate_regular-webfont.eot');
    src: local('/css/fonts/Interstate-RegularRegular'), 
         local('/css/fonts/interstate_regular-webfont'), 
         url('/css/fonts/interstate_regular-webfont.ttf') format('truetype'),
         url('/css/fonts/interstate_regular-webfont.svg#font') format('svg'); 
}*/


body {
	/*font: 12px/1.3 "ff-tisa-web-pro-1","ff-tisa-web-pro-2"; 
	font-family: proxima-nova-1,proxima-nova-2,sans-serif;
	font-size: 12px;
	line-height: 1.3; font:12px/1.3 'Interstate-RegularRegular','Trebuchet MS',Helvetica,sans-serif; */
	/* font:13px/1.4 "proxima-nova",Arial,sans-serif; */
	font:14px/1.4 "proxima-nova",Arial,sans-serif; 	
}

a:focus {
	outline: 1px dotted;
}
a, a:link, a:hover, a:visited {
color:#005E9C;
outline:0 none;
text-decoration:none;
}

a:hover {text-decoration: underline;}


hr {
	border:1px solid #f1f1f1;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 10px;
}

h1,h2,h3,h4,h5, #topnav, #beef, #bus_unit {font-family:'Trebuchet MS',Helvetica,sans-serif;font-weight:normal; }

/** ul#topnavi li a , #topnav {font-family: "adelle",Georgia,serif; } **/
ul#topnavi li a , #topnav {font-family: "proxima-nova",Georgia,serif; }



h1,h2,h3,h4,h5, #footer {color: #005e9c;line-height: 1.2em;}

h1,h2,h3,h4,h5, #tabs12, .ql-tabs {text-shadow:0 1px 3px #D0D0D0;}
h1,h2,h3,h4,h5 {font-family:'proxima-nova',Helvetica,Arial, sans-serif;  }

/* `Spacing


----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 16px;
}

pre, code {position:relative;clear:both;margin: 20px 0; width:96%; padding: 0px;background:#ebf1fa none repeat scroll 0% 0%; color: #585858; font-size: 11px; font-family: courier;overflow:auto;}
.post pre, .post code { padding: 0px;}

.date {color:#D76600}
.font13 {font-size: 13px !important;}
