
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0;
	font:14px OpenSans-Regular, "Lucida Grande", Tahoma, sans-serif;
}

.columnsContainer, footer, header { position: relative; margin: .5em auto; max-width: 1200px; }

.columnsContainer {min-height: 2000px;}

.leftColumn, .rightColumn, footer, header {  padding: 1.25em; }

.leftColumn { margin-bottom: .5em; margin-left: 1.5em; }

footer {clear:both; float:left;}

.nav {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:black;
	padding: 10px 20px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav a {
	color: #fff;
	
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li a {text-decoration:none;}

.inline-items li {
  margin-left: 0;
/*  border-left: 1px solid black; */
  padding-left: 20px;
  padding-right: 20px;
}

.inline-items li:first-child {
/*  margin-left: 0; */
	margin-left: 15px;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }

	.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}


#logo img {
max-width: 100%;
height: auto !important;
padding: 0 1.25em 0 1.25em; 
}

/* ========================================= */



.getcontent {
	margin: 5px 0 0 0;
	overflow: hidden;
}


h1 {
	font-size: 4em;
	color: #333;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-family: 'Raleway', sans-serif;
	line-height: normal;
}
h1 a {
	color: #ff0000;
}

h2 {
	font-size: 2.5em;
	color: #333;
	font-weight: bold;
	margin: 30px 0 30px 0;;
	font-family: 'Raleway', sans-serif;
}

h3 {
	margin:60px 0 10px 0;
	padding:0;
	font-size:1.5em;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

h3.rightHeader {
	margin:60px 0 10px 0;
	font-weight: bold;
	padding:0;
	font-size:1em;
  padding:0 0 0 36px; /* whatever the dimensions the image needs */
  background: url('img/tistel2.png') no-repeat left top; /* Position left/right/whatever */
		line-height: normal;
		text-transform:uppercase;
}

h4 {
	margin:20px 0 0 0;
	padding:0;
	font-size:1.5em;
	letter-spacing:-1px;
	line-height:normal;
}

h5 {
	margin:10px 0 0 0;
	padding:0;
	font-size:1em;
	font-weight:bold;
}

a {
	color:#f00;
	text-decoration:underline;
	padding:0 1px;
}

a:hover {
	color:#fff !important;
	background-color:#333;
	text-decoration:none;
	padding:0 1px;
}

a.nohover {
	text-decoration:none;
	border:none;
}

a.nohover:hover {
	background-color:transparent;
	border:none;
}

a.namelink {
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px;
}

h4 a,
.sample_feeds a {
	color:#000;
}

.small {
	font-size: 0.8em;
	color: #aaa;
	padding: 0;
}


div.chunk {
	margin:20px 0 0 0;
	padding:0 10px 10px 10px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:5px solid #fff;
	background-color: #fcfcfc;
}
/* #037493 */

div.chunk:hover {
	background-color: #fafafa;
}

div.topchunk {
	margin:0 !important;
}

.footnote,
.footnote a {
	font-size:12px;
	line-height:1em;
	color:#aaa;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

.datetime {font-size:1.2em; color: #aaa}

#logo a:hover {
background-color: transparent; text-decoration: none;
}

/* ======== ======== ======== ======== ======== ======== ======== ======== ======== */

table {
  background:#fff;
  max-width:100%;
  border-spacing:0;
/*  width:100%; */
  margin:10px 0;
  border:1px solid #ddd;
  border-collapse:separate;
  *border-collapse:collapsed;
  -webkit-box-shadow:0 0 4px rgba(0,0,0,0.10);
     -moz-box-shadow:0 0 4px rgba(0,0,0,0.10);
          box-shadow:0 0 4px rgba(0,0,0,0.10);
 	font-size: 12px;
  }
  table th,
  table td {
    padding:8px;
    line-height:18px;
    text-align:left;
    border-top:1px solid #ddd;
    }
  table th {
    background:#eee;
    background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eee));
    background:-moz-linear-gradient(top, #f6f6f6, #eee);
    text-shadow:0 1px 0 #fff;
    font-weight:bold;
    vertical-align:bottom;
    font-size: 10px;
    text-transform: uppercase;
    }
  table td {
    vertical-align:top;
    }
  table thead:first-child tr th,
  table thead:first-child tr td {
    border-top:0;
    }
  table tbody + tbody {
    border-top:2px solid #ddd;
    }
  table th + th,
  table td + td,
  table th + td,
  table td + th {
    border-left:1px solid #ddd;
    }
  table thead:first-child tr:first-child th,
  table tbody:first-child tr:first-child th,
  table tbody:first-child tr:first-child td {
    border-top:0;
    }
    
th.sort-header::-moz-selection { background:transparent; }
th.sort-header::selection      { background:transparent; }
th.sort-header { cursor:pointer; }
table th.sort-header:after {
  content:'';
  float:right;
  margin-top:7px;
  border-width:0 4px 4px;
  border-style:solid;
  border-color:#404040 transparent;
  visibility:hidden;
  font-size: 5px !important;
  }
table th.sort-header:hover:after {
  visibility:visible;
  }
table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility:visible;
  opacity:0.4;
  }
table th.sort-up:after {
  border-bottom:none;
  border-width:4px 4px 0;
  }
  
td .fa {
color: #aaa;
}

nav .fa {color:white;}


blockquote {
	margin:20px 0 0 0;
	padding:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:5px solid #037493;
	background-color:#f7f7f7;
}

input, select, textarea {
	font-size:12px;
	line-height:1.2em;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}


.rightColumn p {font-size:0.9em;}


.disabled {display:none;}

.pagination {
	padding: 5px;
	border-radius:10px;
	color:white;
    display: inline-block;
    background: black;
    width:100%;
    margin-top:30px;
}

.pagination a {
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a:hover {
	border-radius:100%;
	background-color: white;
    color: black !important;
}

.pagination .dots {
    color: white;
    float: left;
    padding: 8px 16px;
}



.pagination .current {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-weight:bold;
    border-radius: 100%;
    background-color:white;
}

.pagination a.active {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;

}
.antispam { display:none;}
