/* ======================================= */
/* HTML ENTITIES                           */
/* ======================================= */

html, body {
    margin: 0px;
}
body {
    background: url(images/background.png) no-repeat #b02086;
    background-position: top center;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
form {
    margin: 0px;
    display: inline;
}
button {
    font-size: 12px;
}
input, textarea {
    border: 1px solid #3ec4db;
}
input.styled-input {
    /* Cancel earlier input styles */
    border: none;

    background: url(images/form_blue.gif) no-repeat;
    /*background-position: fixed;*/
    border: none;
    height: 21px;
    width: 125px;
    padding: 6px 5px 0px 10px;
    margin-right: 3px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #808080;
}
.small-searchinput input.submit {
    /* Cancel earlier input styles */
    border: none;
    background-image: url(images/submit_search.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    padding-left: 26px;
    overflow: hidden;
}
input.button-image {
    border: none;
    background: none;
    padding: none;
    margin: none;
}

input.button-print {
/* Same as input.button, but does not display when printing*/
    border: none;
    background: none;
    padding: none;
    magin: none;
    width: auto;
    height: auto;

    border-right: 1px solid #27606a;
    border-bottom: 1px solid #27606a;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    background-color: #3799ab;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

input.styled-input-alt1-large, input.styled-input-alt1-small {
    /* Cancel earlier input styles */
    border: none;

    font-size: 11px;
    background: url(images/form_pink_large.gif) no-repeat;
    height: 22px;
    width: 116px;
    padding: 4px 5px 0px 5px;
}
input.button, .full-searchinput input.submit {
    /* Cancel earlier input styles */
    border: none;
    background: none;
    padding: none;
    magin: none;
    width: auto;
    height: auto;

    border-right: 1px solid #27606a;
    border-bottom: 1px solid #27606a;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    background-color: #3799ab;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
input.styled-input-alt1-small {
    /* Cancel earlier input styles */
    border: none;
    background: url(images/form_pink_small.gif) no-repeat;
    width: 86px;
}
a:link, a:visited, a:hover {
}
a:hover {
}
h4 {
    font-size: 14px;
    color: #0d7de4;
    line-height: 16px;
    margin: 0px 0px 10px 0px;
}
h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}


/* ======================================= */
/* ENTITIES                                */
/* ======================================= */

#container {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;

}

#left {
	padding-top: 10px;
    float: left;
    width: 220px;
    overflow: hidden;
    color: #000;
}

#sub-right-container {
    /*width: 596px;*/
    float: right;
    padding: 0px;
}
#content{
    padding-top: 255px;
	width: 768px;
}
#top {
	position:absolute;
	width: 762px;
    padding-top: 5px;
    padding-bottom: 0px;
    z-index: 2;
    overflow: hidden;
}
#bottom-outer{
    clear: both;
    padding: 10px 10px 0px 10px; /* t r b l */

}
#bottom-inner {
	width: 100%;
	float: right;
}
#extended-debug-info {
    padding: 20px;
    clear: both;
    font-family: Courier New;
    font-size: 10px;
    background-color: #333;
}
#simple-container {
    /*margin: 10px 10px 20px 10px;  /* t r b l */
    padding: 10px;
    background-image: url(images/simple_content_bg.gif);
    color: #000;
}

/* ======================================= */
/* CLASSES                                 */
/* ======================================= */

a.white, a.black {
    color: #fff;
    text-decoration: none;
}
a.black {
    color: #000;

}
a.blue, a.blue:hover {
    color: #03319b;
    text-decoration: none;
}
a.blue:hover {
    color: #03319b;
    text-decoration: underline;
}

/* --------------------------------------- */
/* question of the week tile               */
.question-of-the-week-tile {
	margin-top: -135px;
	z-index:100;
	float: right;
	width: 297px !important;
	min-height: 101px;
    color: #000;
    background-color: #fff;
    border-top: 1px dotted #fcc257;
    overflow: hidden;
    background: url(images/questionoftheweek.gif) no-repeat;
    background-position: top right;
}
.question-of-the-week-tile div {
	padding-left: 114px;
	color: #0d7de4;
	}
.question-of-the-week-tile input {
	border: none;
	}
.question-of-the-week-tile a {
	float: right;
	padding-right: 10px;
	color: #f05030;
	text-decoration: underline;
	text-transform: uppercase;
}

.answers div{
	float: left;
	clear:both;
	padding: 2px;
    margin-right: 3px;
}
.answers div div{
	clear: none;
}

.question-of-the-week-tile h4 {
	font-size: 10px;
	padding-left :114px;
	padding-top :36px;
	margin-bottom: 2px;
}

/* --------------------------------------- */
/* question of the week summary tile       */
.questionlist-item {
    width: 555px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.questionlist-item h4 {
	color: #000;
}
.questionlist-answer-string {
}
.questionlist-answer-bar {
}

/* --------------------------------------- */
/* logo tile                               */
.pagetop {
    width: 125px;
    height: 89px;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 7px;
    margin-left: 10px;
    overflow: hidden;
    display: block;
}
.pagetop span {
	display: none;
}

/* --------------------------------------- */
/* tlmenu tile                           */

/* --------------------------------------- */
/* quicklinks menu tile                    */
.quicklinks-menu {
    text-align: right;
    margin-bottom: 20px;
    font-weight: bold;
}

/* --------------------------------------- */
/* login tile                              */
.login-tile {
    padding: 5px 0px 0px 10px; /* t l b r */
	margin-top: 0px;
    margin-bottom: 10px;
    width: 758px;
    height: 415px;
    background-color: #fff;
    border-right: 2px dotted #fcc257;
    border-bottom: 2px dotted #fcc257;
}

.login-tile-content {
    padding: 20px 20px 20px 20px;
    margin-left: 30px;
}

.login-tile-content h5{
	color: #ee2d27;
}

.login-error {
	color: red;
	font-weight: bold;
	margin-left: 50px;
    /*margin-left: 10px;
    margin-bottom: 10px;
    width: 146px;
    padding: 5px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #d98fe6;
    */
}


/* --------------------------------------- */
/* newsletter tile                              */
.newsletter-tile {
    margin-top: 20px;
    margin-left: 0px;
    height: 117px;
    background: url(images/kladden-newsletter.gif) no-repeat;
    background-position: top left;
}
.newsletter-tile-check {
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 5px;
    height: 180px;
    background: url(images/kladden-newsletter-180.gif) no-repeat;
    background-position: top left;
}
.newsletter-tile-check input {
    border: 0px;
}
.newsletter-tile input.styled-input{
    background: url(images/form_blue.gif) no-repeat;
    width: 130px;
}
.newsletter-tile-content {
    padding: 10px 10px 0px 10px;
    margin-left: 55px;
}
.newsletter-tile h5 {
margin-left: 5px;
}
.newsletter-error {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 146px;
    padding: 5px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #d98fe6;
}
.newsletter-submit-container {
    margin-right: 5px;
    float: right;
}
.newsletter-onoff-select-container {
    float: left;
    margin-left: 5px;
}
.newsletter-onoff-select-container input {
    border: none;
}
/* --------------------------------------- */
/* banner article tile                     */
#left .banner-article {
    margin-top: 50px;
	margin-left: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #FFF;
}

#sub-right-container .banner-article{
	padding: 0px;
}

#sub-right-container .simplearticle{
	color: #fff;
	padding: 4px;
}

#bottom-inner .banner-article {
	float: left;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
	color: #FFF;
    font-weight: bold;
    padding-left: 220px;
}

/* .pagecontent                */
.pagecontent-start {
    width: 763px;
    height: 0px;
    overflow: hidden;
    padding-left: 5px;
    clear: both;
}
.pagecontent{
	min-height: 307px;
    background-color: #fff;
    padding-right: 5px;
    border-right: 2px dotted #fcc257;
    padding-left: 10px;
    padding-bottom: 10px;
}
.pagecontent-start-blank {
	width: 768px;
	height: 0px;
    /*background-image: url(images/pagetop-start-blank.gif);*/
    overflow: hidden;
}
.pagecontent-end {
    width: 768px;
    height: 0px;
    overflow: hidden;
    clear: both;
    border-right: 2px dotted #fcc257;
    border-bottom: 2px dotted #fcc257;
    margin-bottom:10px;
}


/* --------------------------------------- */
/* small search input tile                 */
.small-searchinput {
    margin: 10px 0px 10px 10px;
}

/* --------------------------------------- */
/* frontpage article display tile          */
.frontpage-article-container {
    background: #fff;
    width: 768px;
    min-height: 230px;
	margin-top: 5px;
}

.frontpage-article-container a{
}

.frontpage-article-left {
    padding: 5px 0px 10px 2px;  /* t r b l */
	float:left;
    width: 225px;
    border-right: 1px dotted #fcc257;
}

.frontpage-article-left h4 {
	color: #0d7de4;
}

.frontpage-article-center {
    padding: 5px 0px 10px 2px;  /* t r b l */
	float:left;
    width: 227px;
    border-right: 1px dotted #fcc257;
}
.frontpage-article-center h4 {
	color: #f05030;
}

.frontpage-article-image{
	padding: 5px;
	height: 103px;
	width: 210px;
	align: center;
}
.frontpage-article-image-right{
	float: left;
	padding: 10px 5px 5px 15px;  /* t r b l */
	height: 103px;
	width: 280px;
	align: center;
}

.frontpage-article-image-right img{
	border: 0px;
}
.frontpage-article-ingress{
	padding-left: 4px;
	width: 216px;
	min-height: 120px;
}


/* --------------------------------------- */
/* articlelist tile                        */
.full-articlelist {
    padding: 2px;
	margin-top: 5px;
    background-color: #fff;
    color: #000;
}
.full-articlelist .first h3, .full-articlelist h3 {
    font-size: 14px;
}
.full-articlelist .first h3 {

}
.full-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist li {
    margin: 0px 0px 10px 0px; /* t l b r */
    padding: 0px;
    list-style-type: none;
    padding-bottom: 30px;
    clear: both;
}
.full-articlelist a{
}

/* --------------------------------------- */
/* std. articledisplay                     */
.full-articledisplay {
    padding: 5px 0px 0px 0px; /* t l b r */
    width: 758px;
    min-height: 50px;
    background-color: #fff;
    overflow: hidden;
}

.full-articledisplay h1 {
    margin: 0px;
	padding: 0px;
	font-size: 20px;
    color: #034DA0;
    text-transform: uppercase;
}


.list-thumbnail-left, .list-thumbnail-right {

}
.list-thumbnail-left {
    float: left;
    padding-right: 10px;
}
.list-thumbnail-right {
    float: right;
    padding-left: 10px;
}
.list-navigation {
    text-align: center;
    color: #78c7c2;
    font-weight: normal;
}
.list-navigation b {
    font-weight: normal;
}
.list-navigation a:link, .list-navigation a:visited, .list-navigation a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.list-navigation-text {
    text-align: center;
    /*color: #78c7c2;*/
	color: black;
    font-weight: normal;
}

/*******************************/
/* .category-image             */
.category-image {
    margin-top: 12px;
    margin-bottom: 10px;
}

/*******************************/
/* .epostcard                  */
.epostcard-thumbnails {
    text-align: center;
}
.epostcard-thumbnails table {
    width: 100%;
}
.epostcard-thumbnails td {
    padding: 5px;
}
.epostcard-thumbnails a {
	cursor:pointer;
}
.epostcard-error {
    border: 2px solid #000;
    background-color: #cd2f2f;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}
/* ----- */
#epostcard-form {
    display: none;
    margin-top: 20px;
}
#epostcard-sendimage {
    display: none;
}
#epostcard-selectedimage {
    text-align: center;
}
#epostcard-preview {
    display: block;
}
.epostcard-form-buttons {
    margin-top: 20px;
}

#epostcard-card {
    background-image: url(images/epostcard-background.gif);
    background-repeat: no-repeat;
    width: 510px;
    height: 362px;
    padding: 1px;
    margin: 10px;
    margin-bottom: 20px;
    color: #000;
}
#epostcard-card a:link,  #epostcard-card a:visited, #epostcard-card a:hover {
    color: #000;
    text-decoration: underline;
}
#epostcard-front {
    float: left;
    height: 350px;
}
#epostcard-back {
    width: 200px;
    float: right;
    height: 360px;
    overflow: auto;
    margin-right: 5px;
}
#epostcard-from {
    margin-top: 10px;
    margin-left: 10px;
}
#epostcard-to {
    margin: 10px;
}

/*******************************/
/* .secure_form_frame          */
.secure_form_frame {
    border: 0px;
    width: 555px !important;
    width: 550px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/*******************************/
/* .testyourselves-score       */
h3.testyourselves-score {
    color: #60c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
}
li.testyourselves-list-entry{
  list-style-type: none;
}
.testyourselves-question.noborder {
    border: none;
}

.testyourselves-question ol {
    list-style-type: none;
}

li.userrequest-list-entry {
	padding: 4px;
	padding-right: 10px;
    margin: 10px;
}
.userrequest-list-seperator{
    background-image: url(images/seperator.gif);
    background-repeat: no-repeat;
    width: 103px;
    height: 31px;
    margin-left: 10px
}

.usersubmit{

}

/*******************************/
/* .competition-styles       */
h3.competition-score {
    color: #60c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
}
.competition-result{

    width: 100%;
	color: #0B4DA2;
    font-size: 14px;
}

.competition-result td {
	padding: 3px;
    border: 1px solid #3ec4db;
}
.competition-result tr {
    border: 1px solid #3ec4db;
}

.competition-question.noborder {
    border: none;
}
.competition-list-entry {
    border-bottom: 1px dotted #3ec4db;
	padding: 4px;
    margin: 10px;
}

/*******************************/
/* .full-articlelist           */
.full-articlelist-twocolumn {
    margin-top: 30px;
    padding: 5px;
}
.full-articlelist-twocolumn ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;

}
.full-articlelist-twocolumn ul {
    margin: 0px;
    padding: 0px;

}
.full-articlelist-twocolumn li {
    margin: 5px;
    padding: 0px;
    list-style-type: none;
    border: 1px solid #8ed1ff;
}

.full-articlelist-twocolumn p {
    margin: 0px;
}

.full-articlelist-twocolumn li.odd {
    float: left;
    padding-right: 10px;
    width: 43%;
}
.full-articlelist-twocolumn li.even {
    float: left;
    padding-left: 10px;
    width: 43%;
}


/*******************************/
/* .change_background           */
.change_background{
	float: right;
	color: #fff;
}
.change_background img{
	padding-top: 5px;
	border: 0px;
	padding-right: 2px;
}
.change_background span{
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
/* Menu tile                           */
.menu {
	margin: 10px 0px 0px 0px;  /* t r b l */
	font-size: 13px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.menu-root{
	margin: 0px;
	min-width: 95px;
    background-color: #0047be;
	padding: 0px;
	margin-right: 2px;
	float: left;
}

.menu-root ul{
	padding: 0px;
	margin: 0px;
}

.menu-root li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu-root li:hover{
	color: #f5a3c7;
}
.child-menu ul li{
	padding: 2px;
}

.menu-subcategory{
	text-align: center;
	background-color: #a5d9ec;
	z-index: 5;
	border-bottom: solid 2px #fff;
}

.menu a:link,
.menu a:visited,
.menu a:hover
{
	color: #fff;
	text-decoration: none;
}
.menu a:hover
{
	color: #e50f9f;
}
.menu-subcategory a:link,
.menu-subcategory a:visited,
.menu-subcategory a:hover {
	padding: 0px;
	margin: 1px;
}
.post textarea{
	float: left;
	height: 129px;
}