﻿body {
	margin: 0;
	padding: 0;
	background: #002236 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	}

body {
	
	-webkit-user-select: none; /*(Chrome/Safari/Opera)*/
    -moz-user-select: none;/*(Firefox)*/
    -ms-user-select: none;/*(IE/Edge)*/
	
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2483A6;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 2.4em;
	}
	
h3 {
	font-size: 1.6em;
	}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	}

ul, ol {
	}

a {
	text-decoration: none;
	color: #2483A6;
	}

a:hover {
	text-decoration: underline;
	}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3c56fc;
  background-image: -webkit-linear-gradient(top, #3c56fc, #34d9d6);
  background-image: -moz-linear-gradient(top, #3c56fc, #34d9d6);
  background-image: -ms-linear-gradient(top, #3c56fc, #34d9d6);
  background-image: -o-linear-gradient(top, #3c56fc, #34d9d6);
  background-image: linear-gradient(to bottom, #3c56fc, #34d9d6);
  text-decoration: none;
}

.btnfb {
  background: #3465d9;
  background-image: -webkit-linear-gradient(top, #3465d9, #2cb6b8);
  background-image: -moz-linear-gradient(top, #3465d9, #2cb6b8);
  background-image: -ms-linear-gradient(top, #3465d9, #2cb6b8);
  background-image: -o-linear-gradient(top, #3465d9, #2cb6b8);
  background-image: linear-gradient(to bottom, #3465d9, #2cb6b8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 22px;
  padding: 8px 8px 6px 16px;
  text-decoration: none;
}

.btnfb:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


img.border {
	border: 2px solid #EEE7DF;
	}

img.alignleft {
	float: left;
	margin-right: 25px;
	}

img.alignright {
	float: right;
	margin-left: 25px;
	}

img.aligncenter {
	margin: 0px auto;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.gif) no-repeat center top;
	}

/* Header */

#header-wrapper {
	height: 167px;
	background: url(images/img02.gif) no-repeat center top;
	}

#header {
	width: 980px;
	height: 167px;
	margin: 0 auto;
	}
	
	
/* Logo */

#logo {
	width: 980px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	color: #FFFFFF;
	}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
	}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: none;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	}

#logo h2 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: none;
	font-size: 30px;
	font-weight: normal;
	color: #2483A6;
	}


#logo h1 a {
	color: #FFFFFF;
	}

#logo p {
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arial, Helvetica, sans-serif';
	font-size: 20px;
	}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	}


/* Menu */

#menu-wrapper {
	background: url(images/img03.gif) no-repeat center top;
	height: 58px;
	}

#menu {
	width: 1090px;
	height: 26px;
	margin: 0px auto;
	padding: 0px 4px 0px 4px;
	}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height:22px;
 	}

#menu a {
	display: block;
	float: left;
	height: 10;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	line-height: 22x;
	letter-spacing: 0.5px;
	text-decoration: none;
	display: inline-block;
	border: 2px solid white;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B5B5B5;
	border: none;
}


#menu .current_page_item a {
	color: #2483A6;
	}

#menu a:hover {
	text-decoration: none;
	color: #2483A6;
	}


/* Page */


#page {
	background: url(images/img05.gif) repeat-y center top;
	}

#page-bgtop {
	background: url(images/img04.gif) no-repeat center top;
	}

#page-bgbtm {
	overflow: hidden;
	padding: 40px 30px 0px 30px;
	background: url(images/img06.gif) no-repeat center bottom;
	}

#page-content {
	width: 1080px;
	margin: 0px auto;
	}


/* Content */


#content {
	float: left;
	width: 710px;
	padding: 0px 0px 0px 0px;
	}

.post {
	clear: both;
	padding-bottom: 10px;
	}

.post .title {
	padding-top: 10px;
	letter-spacing: -2px;
	}

.post .title a {
	color: #2483A6;
	border: none;
	}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	}

.post .meta a {
	}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
	}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	}


/* Sidebar */


#sidebar {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0;
	padding: 0;
	}

#sidebar li ul {
	margin: 0px 4px;
	padding-bottom: 10px;
	}

#sidebar li li {
	line-height: 35px;
	}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	}

#sidebar li li a {
	color: #181B20;
	}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 4px 0 0 4px;
	border-bottom: 1px solid #B3B0B0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #2483A6;
	}

#sidebar p {
	margin: 0 0px;
	padding: 0px 4px 20px 4px;
	text-align: justify;
	}

#sidebar a {
	border: none;
	}

#sidebar a:hover {
	text-decoration: underline;
	}


/* Calendar */


#calendar {
	}

#calendar_wrap {
	padding: 20px;
	}

#calendar table {
	width: 100%;
	}

#calendar tbody td {
	text-align: center;
	}

#calendar #next {
	text-align: right;
	}


/* Footer */


#footer {
	width: 1060px;
	height: 100px;
	margin: 0px auto 40px auto;
	background: url(images/img07.gif) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	color: #576475;
	}

#footer a {
	color: #576475;
	}
.photo-box1 {
	width: 200px;
	height: 150px;
	float: left;
}
