@font-face {
	font-family: bailey;
	src: url('bailey.ttf');
}

body {
	background: #003;
	font: 10pt Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 85px;
}

#header ul {
	float: right;
	margin-top: 35px;
	padding: 0;
	width: 400px;
}

#header li {
	background: none repeat scroll 0 0 #004488;
	color: #0EA0F6;
	cursor: pointer;
	display: inline-block;
	line-height: 29px;
	list-style: none outside none;
	margin: 0 1px;
	text-align: center;
	width: 24.5%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#header li:hover {
	background-color: #0ea0f6;
	/*	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,51)),
    color-stop(0.5, rgb(14,161,246)),
    color-stop(1, rgb(0,0,51))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(0,0,51) 0%,
    rgb(14,161,246) 50%,
    rgb(0,0,51) 100%
);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;*/
	color: white;
}

#header #logo {
	float: left;
	margin-top: 25px;
	cursor: pointer;
}

#banner {
	height: 200px;
	border: 3px solid white;
	margin-bottom: 15px;
	margin-top: 5px;
	background-image: url(../images/banner.jpg);
}

#bannerArticleTitle {
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.6,
		rgba(0, 0, 33, 0.6) ), color-stop(1, rgba(0, 0, 33, 0) ) );
	background-image: -moz-linear-gradient(left center, rgba(0, 0, 33, 0.6)
		60%, rgba(0, 0, 33, 0) 100% );
	color: white;
	font-size: 22px;
	margin-top: 152px;
	padding: 10px 20px;
	position: absolute;
	text-shadow: 0 0 10px #000000;
	width: 900px;
	height: 28px;
}

#title1,#title2 {
	color: white;
	font-family: bailey;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px #000000;
}

#title1 {
	margin-left: 450px;
	margin-top: 75px;
}

#title2 {
	margin-top: -10px;
	margin-right: 160px;
	float: right;
}

#languages {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#languages img {
	border-width: 0px;
	vertical-align: middle;
	margin: 0px 4px;
}

#main {
	width: 705px;
	text-align: justify;
	min-height: 800px;
	margin-left: 240px;
}

#articleSummaries {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#articleSummaries>li>div {
	-moz-box-shadow: 0 0 10px #AAAAAA;
	-webkit-box-shadow: 0 0 10px #AAAAAA;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	height: 239px;
	margin: 0 15px 30px;
	width: 319px;
	-moz-transition: 250ms;
	-webkit-transition: 250ms;
}

#articleSummaries>li>div:hover {
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	border: 1px solid #3977CE;
}

#articleSummaries>li>div  img {
	cursor: pointer;
	float: left;
	height: 239px;
	width: 319px;
}

#articleSummaries>li>div>div {
	background-color: rgba(0, 0, 33, 0.5);
	cursor: pointer;
	height: 55px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	top: -75px;
	width: 299px;
	text-align: left;
}

#articleSummaries>li>div>div>h1 {
	font-size: 18px;
	margin-bottom: -8px;
	text-align: left;
}

#articleSummaries>li>div>div>p {
	font-size: 11px;
	line-height: 13px;
}

#articleSummaries>li>div>div>p>strong {
	background: none repeat scroll 0 0 #3977CE;
	padding: 0 5px;
}

#sideBar {
	padding: 0 15px;
	width: 210px;
	background-color: white;
	float: left;
}

hr {
	border: 1px solid #3977CE;
	margin: 15px 0;
	-moz-box-shadow: 0 1px 5px #777777;
	-webkit-box-shadow: 0 1px 5px #777777;
}

input.searchField {
	background-color: #dddddd;
	border: 1px solid white;
	margin: 0 10px 0 0;
	padding: 3px 4px;
	width: 125px;
}

input.text {
	background-color: #eee;
	border: 1px solid #888;
	margin: 0 10px 0 0;
	padding: 3px 4px;
	width: 150px;
}

input.searchButton {
	background: #003;
	padding: 2px 4px;
	border: #003 solid 1px;
	color: white;
	width: 65px;
}

input.button {
	background: #003;
	padding: 2px 4px;
	border: #003 solid 1px;
	color: white;
	width: 160px;
}

ul.widgets {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul.widgets li {
	margin: 0 0 25px;
}

ul.widgets>li {
	background-color: #F8F8F8;
	border: 1px solid #E9E9E9;
}

ul.widgets h2 {
	background-color: #003;
	color: white;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 5px 10px;
}

ul.widgets ul {
	list-style: none;
	padding-left: 10px;
}

ul.widgets li li {
	margin: 5px 0;
	line-height: 20px;
}

#searchForm {
	margin-bottom: 15px;
}

img.flag {
	padding: 5px;
}

#content h1 {
	font-weight: normal;
	margin: 0;
}

#content h2 {
	margin-top: 0;
	font-size: 12px;
	color: #777;
}

#center {
	background-color: white;
	padding: 15px 0;
}

p.question {
	font-weight: bold;
}

p.summary {
	text-align: justify;
}

#footer {
	color: white;
	font-size: 10px;
	padding: 15px 30px;
	text-align: center;
}

div.postFooter {
	background: none repeat scroll 0 0 #F5F5F5;
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #747474;
	font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial,
		Helvetica;
	font-size: 90%;
	line-height: 150%;
	margin: 10px 0 40px;
	padding: 3px 5px;
}

img.postMainImage {
	display: block;
	margin: 30px auto;
}

a {
	color: #3977CE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link {
	color: #3977CE;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

#articleBody .media {
	margin: 0 25px 25px 25px;
	border: 1px solid white;
	-moz-box-shadow: 0px 0px 20px gray;
	-webkit-box-shadow: 0px 0px 20px gray;
	width: 300px;
	font-size: 10px;
	text-align: center;
	font-style: italic;
}

#articleBody .media img {
	border-width: 0;
	width: 100%;
}

#articleBody .media>div {
	padding: 5px;
}

#articleBody .media h2 {
	padding: 5px;
}

#articleBody>h2 {
	text-align: right;
}

#articleGallery {
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000033;
	height: 700px;
}

#articleGallery table {
	width: 100%;
}

#articleGallery table td {
	height: 75px;
	margin: 5px;
	padding: 5px;
	width: 75px;
	text-align: center;
}

#articleGallery table td img {
	-webkit-box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0px 0px 10px gray;
	border: 1px solid white;
	margin: 5px;
	width: 93px;
}

#commentForm {
	background-color: #F2F2F2;
	border: 1px solid #BBBBBB;
	font-size: 13px;
	padding: 5px;
	width: 628px;
	color: grey;
	border-top-width: 3px;
	margin-top: 15px;
}

#commentForm textarea {
	border: 1px solid #BBBBBB;
	font: 10pt Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 616px;
	color: grey;
	padding: 5px;
}

#commentForm input {
	margin-top: 5px;
	color: grey;
	border: 1px solid #BBBBBB;
	padding: 5px;
}

#commentForm #submit {
	background-color: #000033;
	border-color: white;
	color: white;
	float: right;
	height: 23px;
	padding-top: 3px;
}

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

#comments li {
	margin-bottom: 30px;
}

#comments h2 {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	padding: 10px;
}

ul.mediaGallery {
	padding: 0;
	list-style-type: none;
}

ul.mediaGallery li {
	float: left;
	padding-right: 5px;
}

ul.mediaGallery img {
	-moz-box-shadow: 2px 2px 11px #555;
	-webkit-box-shadow: 2px 2px 11px #555;
	border: 0 none;
	margin: 15px 20px;
	padding: 5px;
	width: 93px;
}

input.labelEditor {
	text-align: center;
	border: none;
	height: 20px;
}

input.labelEditor:hover {
	border: 1px solid lightgrey;
	border-top-color: black;
	height: 18px;
}

.video {
	-moz-box-shadow: 2px 2px 11px #555;
	-webkit-box-shadow: 2px 2px 11px #555;
	padding: 10px;
	margin: 15px 0;
}

div.pagination {
	padding: 10px;
	text-align: right;
}

div.pagination a {
	border: 1px solid gray;
	color: black;
	font-size: 8pt;
	padding: 0 4px;
	text-decoration: none;
}

div.pagination a.selected {
	background-color: lightGray;
}

ul.relatedArticleSummaries {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
}

ul.relatedArticleSummaries li {
	border-top: 1px dotted #3977CE;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 10px 5px;
	vertical-align: top;
	width: 320px;
	font-size: 12px;
	-moz-transition: all 250ms;
	-webkit-transition: all 250ms;
}

ul.relatedArticleSummaries li:hover {
	background-color: #eee;
}

ul.relatedArticleSummaries img {
	border: 1px solid white;
	-moz-box-shadow: 1px 1px 10px gray;
	-webkit-box-shadow: 1px 1px 10px gray;
	float: left;
	margin-right: 10px;
	width: 140px;
}

ul.relatedArticleSummaries h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

#photos {
	padding: 0 20px;
	list-style: none outside none;
}

#photos>li {
	display: inline;
}

#photos>li>a {
	border: 1px solid #DDDDDD;
	display: inline-block;
	height: 228px;
	overflow: hidden;
	position: relative;
	width: 228px;
}

#photos>li>a>img {
	border: none;
}

#contact-wrapper {
	padding: 0 20px;
	height: 345px;
}

#contactDetails,#contactForm {
	display: table-cell;
}

#contactDetails {
	float: left;
}

#contactForm {
	float: right;
}

#remainingMedia .media {
	display: inline-block;
	margin-top: 25px;
	vertical-align: top;
}