/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.Head, .SubHead,.SubSubHead{font-size: 100%;border-bottom:none;}
.Normal, .NormalDisabled, .NormalDeleted{font-size: 12px;border-bottom:none;}

A:link {
    font-size: 12px;
    color: #444;
    font-family: Arial;
	font-weight: normal;
}

A:visited  {
    font-size: 12px;
    color: #444;
    font-family: Arial;
	font-weight: normal;
}

A:hover    {
    font-size: 12px;
    color: #7ba70a;
    font-family: Arial;
	font-weight: normal;
}

A:active   {
    font-size: 12px;
    color: #444;
    font-family: Arial;
	font-weight: normal;
}

A.SkinObject:link {
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

A.SkinObject:visited  {
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

A.SkinObject:hover    {
    font-size: 11px;
    color: #7ba70a;
    font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

A.SkinObject:active   {
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}

html,
button,
input,
select,
textarea {
    color: #333;
}
.rc-logo
 {
	float:right;
}
.header-container
 {
    background: #fff;
}
.header-container2
 {
    /*background: #0192d1;*/
}
.footer-container {
    background: #ed8519;
	min-height:50px;
	padding:20px;
	vertical-align:middle;
}
body {
    font-size: 1.2em;
    line-height: 1.4;
}

::-moz-selection {
    background: #404042;
    text-shadow: none;
}

::selection {
    background: #404042;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}
.Header-wrapper {
    width: 100%;
	padding-bottom:20px;
	padding-top:20px;
	background:#fff;
}
.TheBody-wrapper {
    width: 100%;
    margin: 0px;
	background-color:#FFF;
	/*background-image: -moz-linear-gradient(#dbdbdb, white);
	background-image: -webkit-gradient(#dbdbdb, white);
	background-image: -webkit-linear-gradient(#dbdbdb, white);
	background-image: -o-linear-gradient(#dbdbdb, white);
	background-image: -ms-linear-gradient(#dbdbdb, white);
	background-image: -linear-gradient(#dbdbdb, white);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-9 */

}}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	background:#fff;
}
.header-Right {
	width:60%;
	float:right;
}
.header-left {
	width:40%;
	float:left;
}
.Menu-Padding {
	background:#222222;
	padding-bottom:10px;
	padding-top:10px;
}
.top-container {
	padding-bottom:20px;
	text-align:left;
}

.footer-container,
.main aside {
    /*border-top: 20px solid #e44d26;*/
}

.header-container,
.footer-container,
.main aside {
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #595959;
	text-transform:uppercase;
}

nav a:hover,
nav a:visited {
    color: #0192d1;
	text-transform:uppercase;
}

/*
nav a:hover {
    text-decoration: none;
}
*/
/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0px 0;
}

.main article h1 {
    font-size: 2em;
	color:#565656;
}
.main article h2 {
    font-size: 1.5em;
	color:#333;
}

.main aside {
    /*color: white;
    padding: 0px 5% 10px;*/
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	nav ul li{
	font-size: 75%;	
	}
    nav a {
        float: left;
        /*width: 27%;*/
        margin: 0 0.7%;
        padding: 0px 1%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
       /* -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;*/
    }

/* ============
    WIDE: Menu
   ============ */
	nav ul li{
	font-size: 100%;	
	}

    .title {
        float: left;
    }

    nav {
        /*float: right;
        width: 38%;*/
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: right;
        width: 67%;
    }
    .main article2 {
        float: right;
        width: 20%;
		vertical-align:middle;
		padding-top:40px;
    }
    .main article3 {
        float: right;
        width: 22%;
		vertical-align:middle;
		padding-top:40px;
    }
    .main article13 {
        float: right;
        width: 20%;
		vertical-align:middle;
    }
    .main article4 {
        float: right;
        width: 13%;
		vertical-align:middle;
		padding-top:50px;
    }
    .main article5 {
        float: left;
        width: 100%;
		vertical-align:middle;
    }
    .main article6 {
        float: left;
        width: 100%;
		vertical-align:middle;
		text-align:center;
		background:#7ba70a;
    }
    .main article7 {
        float: left;
        width: 100%;
		vertical-align:middle;
		text-align:center;
    }
    .main article8 {
        float: left;
        width: 100%;
		background:#8b1f1c;
		text-align:center;
    }
    .main article9 {
        width: 30%;
    }
    .main article99 {
        width: 30%;
    }
    .main article999 {
        width: 30%;
    }
    .main article10 {
        float: left;
        width: 33%;
    }
    .main article11 {
        float: left;
        width: 33%;
    }
    .main article12 {
        float: right;
        width: 33%;
		padding-top: 20px;
    }
    .main aside {
        float: left;
        width: 28%;
    }
    .main aside2 {
        float: left;
        width: 23%;
		text-align:right;
    }
    .blockwrapper {
		width:85%;
		margin: 0 auto;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1300px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*#dnn_dnnUser_registerGroup ul{
	display:block;
}
#dnn_dnnUser_registerGroup li{
	display:block;
	float:left;
	border:0px;
}
#dnn_dnnUser_messageGroup a{
	
	
}
#dnn_dnnUser_notificationGroup a{
	
	
}
#dnn_dnnUser_registerGroup span{
	border: #FFF thin;
	padding: 5px 5px;
	border-radius: 10px;
	background:#FFF;
	float:left;
	
}

.userDisplayName a{
	display:block;
	padding-top:5px;
}
#dnn_dnnUser_avatarGroup{
	
	
}
#dnn_dnnUser_avatar img{
	width:22px;
	height:22px;
}
#dnn_dnnLogin_loginGroup a {
	display:block;
	padding:5px;
}
*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
		border-radius: 5px;
    }
    a.SearchButton:link,
    a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin-right: 50px;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
		border-radius: 5px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }
    a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 5;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    color: #333;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }
	.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }
	
	#Topp-links{ padding: 0px 0 0 0; }
	#Topp-links li{ display: inline; margin-right: 5px; color: #444; font-size:11px  }
	#Topp-links li a{ text-decoration: none; color: #444; font-size:11px }
	#Topp-links li a:hover{ text-decoration: none; color:#444; font-size:11px }

	#BottomFooterText{ text-decoration: none; color: #fff; font-size:12px; }
