* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #AFBCDD;
    font: 13px "Arial", sans-serif;
    text-align: center;
    letter-spacing: 0.1px;
}

img {
   border: none;
}

p, h3, h4, ul {
}

p, code, pre, ul, ol {
    margin-bottom: 0.5em;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #FFA500;
}

strong {
	letter-spacing: 0.2px;
}

.clear {
    clear: both;
}

#wrap {
    margin: 1.5em auto;
    width: 96%;
    text-align: left;
    background-color: #2C3849;
}

#header {
    background: #2C3849 url(background/background.php) top right no-repeat;
    height: 150px;
}

#header #logo a {
    display: block;
    background: url(logo.png) no-repeat 15px 15px;
    height: 150px;
    width: 197px;
}
#header #logo span {
    display: none;
}

#infobar {
    background-color: #161C25;
    width: 100%;
    padding: 0.3em 0;
    border-bottom: 1px dotted #FFA500;
    text-align: right;
}
#infobar h4 {
    padding: 0.5em;
    color: #DBD5D2;
}
#search {
    /*padding: 0.3em 6em ;*/
    /*width: 250px;*/
    /*float: right;*/
    margin-right: 100px;
}
.flag, .flag a {
    margin: 0.5em 0.6em 5.2em 0;
    text-decoration: none;
}

a.flag {
    opacity: 0.5;
}
a.flag:hover {
    opacity: 1;
}

#sidebar {
    width: 230px;
    color: #DBD5D2;
    padding: 1em 15px;
    float: left;
    overflow: hidden;
}
#sidebar ul {
    list-style: none;
}
#sidebar a {
    border-bottom: 1px dotted;
}
#sidebar a:hover {
    color: #FFA500;
}
#sidebar ul #currentpage {
    font-weight: bold;
    color: #FFA500;
}
#sidebar ul li {
    padding: 0.3em 0 0.4em 0.3em;
    margin: 0 0 0.6em;
    background-color: #576477;
}
#sidebar ul li ul {
    margin-bottom: 0em;
}
#sidebar ul li ul li {
    padding: 0.4em 0 0.2em 0.6em;
    margin-bottom: 0;
}
#sidebar .sectionheader {
    color: white;
}
#sidebar ul li ul a {
    color: #DBD5D2;
}
#sidebar a {
    border-bottom: 1px dotted;
}

#content {
    background-color: #2C3849;
    padding: 1em 1.5em;
    margin-left: 260px;
    min-height: 25em;
    line-height: 1.4em;
    border-left: 1px dotted #FFA500;
}
#content h1, #content h2, #content h3, #content h4 {
    color: DodgerBlue;
    font-family: "Trebuchet MS", sans-serif;
    margin: 1.8em 0 0.5em;
}
#content h2 {
    font-size: 1.5em;
}
#content ul, #content ol { 
    margin: 1em 2em;
}

code {
    color: #DBD5D2;
    color: white;
    padding: 0.6em;
    margin: 0.9em 0 0.5em;
    background-color: #161C25;
    font-family: Courier New, Courier, Prestige, monospace;
    display: block;
}
.code {
    color: #DBD5D2;
    color: white;
    padding: 0.6em;
    margin: 0.9em 0 0.5em;
    background-color: #161C25;
    font-family: Courier New, Courier, Prestige, monospace;
    font-weight: normal;
}

#comments {
    padding: 0.5em;
    margin-top: 1em;
}
#comments ul {
    margin: 0;
}
#comments li {
    list-style: none;
    background: #3A4349;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}
#footer {
    clear: both;
    color: #eee;
    font: "Arial", sans-serif;
    font-size: 0.8em;
    background: #161C25;
    padding: 0.2em 0.6em;
    text-align: right;
    border-top: 1px dotted #FFA500;
}

.vdo {
    margin: 1.6em;
    text-align: center;
}

.NewsSummary {
    border: 1px dotted #FFA500;
    padding: 0.6em;
    background-color: #576477;
    margin-bottom: 1em;
}
.NewsSummary img {
    text-decoration: none;
    border: none;
}
.NewsSummaryPostdate  {
    float: left; margin-right: 1em;
}
.NewsSummaryLink {
    font-size: 1.3em;
    margin-bottom: 1em;
    color: DodgerBlue;
    font-family: "Trebuchet MS", sans-serif;
    margin: 1.8em 0 0.5em;
    font-weight: bold;
    padding-bottom: 1em;
}
.NewsSummaryCategory {
/*    font-style: italic; */
}
.NewsSummaryPostdate {
    float: right;
}
.NewsSummaryAuthor, #NewsPostDetailAuthor {
    padding-bottom: 1em;
}
#NewsPostDetailSummary strong {
   font-weight: normal;
}
#NewsPostDetailSummary {
   padding: 1em 0;
}
#NewsPostDetailContent p {
   padding: 1em 0;
}

.LicenseText {
    font-size: 0.7em;
}


.formbuilderform input, .formbuilderform textarea {
    border: 1px solid #161C25;
    background: #eee;
    padding: 0.05em;
    font-size: 1em;
}
.formbuilderform div {
    margin: 0.2em 0;
}
.formbuilderform  div * {
    vertical-align: top;
}
.formbuilderform  label {
    width: 150px;
    margin-right: 10px;
    float: left;
}
.formbuilderform .fbsubmit {
    background: #eee;
    padding: 0.1em 0.4em;
    -moz-border-radius: 5px;
    font-weight: bold;
}
.formbuilderform .fbsubmit:hover {
    color: #FFA500;
}



/* internet blackout addon*/
#content {
   color: #fff;
}
