/*======================================================================*/
/* MAIN STYLESHEET														*/
/*======================================================================*/
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
}

#page {
	position: relative;
	width: 1440px;
    min-height: 100%;
	margin: auto;
	padding: 0;
}


/*======================================================================*/
/* Wordpress Core														*/
/*======================================================================*/
.alignnone {
    margin: 0;
	width: 100%;
	height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    /*float: right;*/
    margin: 5px 0 20px 20px;
}

.alignleft {
	/*float: left;*/
    margin: 5px 20px 20px 0;
}

a img.alignright {
    /*float: right;*/
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    /*float: left;*/
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

/*======================================================================*/
/* GLOBAL																*/
/*======================================================================*/
a, a:hover, a:visited, a:active {
	color: #444;
	text-decoration: none;
}

/*article a[href ^="http://"], article a[href ^="https://"] {
	padding: 5px 15px 5px 0;
    background: transparent url('../icons/weblink.png') no-repeat center left;
}*/

article a.nolinkicon {
	padding: 0;
    background: none;
}

article a[href$='.pdf'] {
    padding: 5px 0 5px 20px;
    background: transparent url('../icons/pdf.png') no-repeat center left;
}

article a[href$='.doc'], article a[href$='.docx'], article a[href$='.rtf'] {
    padding: 5px 0 5px 20px;
    background: transparent url('../icons/word.png') no-repeat center left;
}

article a[href$='.xls'], article a[href$='.xlsx'] {
    padding: 5px 0 5px 20px;
    background: transparent url('../icons/excel.png') no-repeat center left;
}

article a[href$='.ppt'], article a[href$='.pptx'] {
    padding: 5px 0 5px 20px;
    background: transparent url('../icons/powerpoint.png') no-repeat center left;
}

article a[href$='.zip'], article a[href$='.rar'],
article a[href$='.gzip'], article a[href$='.bzip'], article a[href$='.ace'] {
	padding: 5px 0 5px 20px;
    background: transparent url('../icons/zip.png') no-repeat center left;
}

article a[href ^="mailto:"] {
	padding: 5px 0 5px 20px;
    background: transparent url('../icons/mail.jpg') no-repeat center left;
}

hr {
	margin: 20px 0;
}

img {
	border: none;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

::selection,
::-moz-selection {
	background: #deedff; 
}

/*======================================================================*/
/* HTML5 TAGS															*/
/*======================================================================*/
header,
footer,
article,
section,
aside,
figure {
	display: block;
}

/*======================================================================*/
/* TALBES																*/
/*======================================================================*/
table {
	display: block;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	overflow-x: auto;
}

table.no-style {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0px;
}

th {
	text-align: left;
	color: #fff;
	background: #366999;
	font-weight: 500;
}

th, td {
	margin: 0;
	padding: 5px 10px;
}

tr {
	border-bottom: 1px solid #d2d2d2;
}

tr:hover {
	background-color: #f1f1f1;
}

table.no-style tr {
	border-bottom: 0;
}

table.no-style tr:hover {
	background: none;
}

/*======================================================================*/
/* RESPONSIVE															*/
/*======================================================================*/
@media only screen and (max-width: 1440px) {
	#page {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	
}
