@import url(layout.css);
html {
	margin: 0;
	padding: 0;
	height: 80%;
}
h3, h4 {
    color: #eee;
    text-decoration: underline;
    padding-left: 5px;
}
body {
	font-size:14px;
	font-family:Segoe UI, Arial, sans-serif;
	margin-left:0pt;
	margin-right:0pt;
	background: #000;
    background-image:url(images/Background_Grey.jpg);
	background-position:center;
	background-repeat: repeat;
	color:#FF9900;
	height: 100%;
	padding: 0;
    line-height:20px;
}
th{
	color:#FFf;
}
table {
	width: 80%;
	font-size:14px;
	color:white;
	vertical-align:top;
}
td{
	vertical-align:top;
}
ul{
	color:#CCCCCC;
}
table img {
    /*max-width:100px;*/
}
table td {
    color:#eee;
}
#container {
	position: relative;
	width: 70%;
	margin: 0 auto;
	background-image:none;
	background-color:#000000;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
    border: 5px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

body > #container { 
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -5em;
}
#welcomeHeader {
	width: 150px;
	height: 50px;
	float: right;
	margin: 10px 5px 10px 5px;
	background-color:#333;
	border: 2px solid #002D6F;
	padding-top: -30px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
#welcomeHeader:hover {
    background-color:#444;
}
#welcomeHeader p {
	color:#ccc;
	font-size:14px;
	padding-top: -30px;	
    margin: 10px 10px 10px 10px;
    float: left;
}
#welcomeMsg {
    float: right;
    color: black;
    font-family: Arial;
    font-style: italic;
    margin-right: 30px;
    margin-top: 10px;
}
#twitter {
    float:right;
    padding-top: 35px;
    margin-right: -105px;
    width: 150px;
    padding-right: 4px;
}
#masthead {
	background-color:#ddd;
	overflow:hidden;
	margin: 0px;
	clear: both;	/*This is line is for making sure that h2 "Introduction etc title don't come beside the header images"*/
	border-bottom: 8px solid #002D6F; 
    background-image:url(header.jpg);
    background-repeat: repeat-x;
}
#counter {
	border-color:#FF443E;
	width: 50px;
	margin: auto;
}
#column_l {
	width: 500px;
	margin: 0;
	padding: 0 15px;
	background-color: #000;
	color:#CCCCCC;
	position: inline;
}
#column_r {
	width: 225px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #000;
	position: relative;
	color:#CCCCCC;
	position: inline;
}
#main { 
	padding-bottom: 150px;
	background-color: #000;
}
#main a:link {
	color:#fff;
    text-decoration: none;
    background-color: #5490D3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #5490D3;
    padding-left: 4px;
    padding-right: 4px;
}
#main a:visited {
	color:white;
    background-color: #4070BD;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #4070BD;
}
#main a:hover {
	text-indent: 0;
	color:white;
    background-color: #74B0F3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #74B0F3;
}
.input {
    background-color:#5490D3;
    border: 1px solid #5490D3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: white;
}
.input:hover {
    color:white;
    cursor:  pointer;
    background-color: #74B0F3;
    border: 1px solid #74B0F3;
}
#login {
	padding-left: 10px;
	color:#000000;
}

#form {
	border: 3px #333 solid;
	width: 580px;
    background-color:#171717;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#form:hover {
    background-color: #1C1C1C;
}
#form img {
	height: 24px;
	width: 50px;
	border: none;
}
#feedback {
    position: absolute;
}
#feedback img {
    height: auto;
    width: auto;
}
#recaptcha {
    padding-left: 39px;
    height: auto;
    width: auto;
    font-size: 2em;
}
#recaptcha img {
    height: auto;
    width: auto;
    font-size: 2em;
}
#blog {
    font-family: Segoe UI;
    margin-top:10px;
    overflow: hidden;
    word-wrap: break-word;    
}
#blog img {
    height: auto;
    width: auto;
    max-width: 600px;
}
#blog table {
    background-color: #111111;
    /*-moz-border-radius: 15px;
    border-radius: 15px;*/
    width: 100%;
    word-wrap: break-word;
}
#addComment {
    display: none;
}
#footer {
	width: 100%;
	clear: both;
	position: relative;
	/*bottom: 0;*/
	z-index: 10;
	text-align: center;
    background-color: #333;
	/*background-color:#001D5F;*/
    background-image:url(footer.jpg);
    background-repeat: repeat-x;
	border-top: 8px solid #002D6F;
	padding: 25px 0px 15px 0px;
}
/* Styles for Masthead */
#masthead img { 
	float: right;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#column_r img{
	float:right;
}
#donate {
	padding-left: 12%;
	margin-bottom: -2px;
	border-bottom: 1px solid #000;
    height: 25px;
    overflow: hidden;
}
#donate:hover {
	background:#369;
}
/* Styles for Navigation */
#navigation {
   background-color: #ddd;
   float:left;
   width:8em;
   border: 1px solid #000;
   overflow:hidden;
   position: absolute;
   margin-left: -9.0em;
   margin-top: -5px;
   border: 5px solid #002D6F;
   font-size: 15px; 
}
#navigation ul {
   clear: right;
   float:left;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navigation li {
   display:block;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
   position:relative;
   right:50%;
   border-bottom: 1px solid #000;
   width: 100%;
   text-align:left;
}
#navigation a {
   display: block;
   padding:3px 30px;
   background-color:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   width:100%;
}
#navigation a:hover {
    background: #369;
   color:#fff;
}
#navigation li:hover {
   background-color:#369;
   color:#fff;
   position:relative;
}
#navigation ul li a.selected{
	background-color: #5490D3;
	color:#fff;
}
/* Styles for Footer */
#footer p {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin: 0px;
	padding: 1px;
}
#footer a {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
}
p {
	color:#eee;
    margin: 5px 32pt 0.2em 32pt;
	position: relative;
	font-size:14px;
	font-family: Segoe UI ,Helvetica,sans-serif;
    /*text-shadow: 2px 2px 15px #666;*/
	font-weight: normal; 

}
h1 {
  font-size: 22pt;
  font-family: Calibri,tahoma,arial,sans-serif;
  font-weight:bold;
  line-height:30pt;
}

h2 {
	font-size:12pt;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:22pt;
	display: block;
	clear: left;
    color: #ddd;
}

a {
}
a:link {
	color:#0088FF;
    text-decoration: none;
}
a:visited {
	color:#0088FF;
}
a:hover {
	text-indent: 0;
	color:#00FFCC;
}
a:active {

}
textarea {
    outline: 0;
    height: 16px;
    overflow: auto;
    margin-bottom:5px;
    background-color:#DDD;
}
textarea:hover {
    border:1px solid #08F;
    background-color: #FFF;
}
a img {
    border: none;
}
#hover {
	-moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    background-color: #111;
    width: 100%;
    padding-top:8px;
    padding-bottom:8px;
}
#hover:hover {
	background-color: #222;
}
#comments table {
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    background-color: #111;
    width: 100%;
}
#comments table:hover {
    background-color: #222;
}
#main ul li a:link{
    background: black;
    border: 1px solid black;
    color: #63BFEB;
    text-decoration: none;
}
#main ul li a:visited{
    background: black;
    border: 0px solid black;
    color: #5490D3;
}
#main ul li a:hover{
    background: black;
    border: 1px solid black;
    color: #86E5FF;
    text-decoration: underline;
}
ul li a img {
    border: 1px #444 solid;
    background: #444;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
ul li a img:hover {
    background: #555;
}
ul li img {
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div.byline {
  font-style:italic;
}
div.footnote {
  font-size:9pt;
  line-height:12pt;
  text-align:center;
}
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
