/*    Front Page Stylesheet----------------------------------------------- *//* Helper Classes----------------------------------------------- */.width-wrapper {    clear: both;    width: 960px;    margin: 0 auto;}/* Layout----------------------------------------------- */body {    width: auto;    min-width: 960px;    background: #fbfbfb;}#main {    padding: 0;}/* Buttons----------------------------------------------- */button.blue-button,input[type="submit"].blue-button,input[type="button"].blue-button,input[type="reset"].blue-button {    color: #fff;    border-width: 1px;    border-style: solid;    background-color: #21759B;    background-repeat: repeat-x;    border-color: #21759B #21759B #1E6A8D;    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);    background-image: -moz-linear-gradient(top, #2a95c5, #21759b);    background-image: -ms-linear-gradient(top, #2a95c5, #21759b);    background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);    background-image: -o-linear-gradient(top, #2a95c5, #21759b);    background-image: linear-gradient(top, #2a95c5, #21759b);    -webkit-box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;       -moz-box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;            box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;    -webkit-border-radius: 3px;       -moz-border-radius: 3px;            border-radius: 3px;}button.blue-button:hover,button.blue-button:focus,input[type="submit"].blue-button:hover,input[type="submit"].blue-button:focus,input[type="button"].blue-button:hover,input[type="button"].blue-button:focus,input[type="reset"].blue-button:hover,input[type="reset"].blue-button:focus {    color: #fff;    border-color: #1b607f;    background-color: #278ab7;    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);    background-image: -moz-linear-gradient(top, #2e9fd2, #21759b);    background-image: -ms-linear-gradient(top, #2e9fd2, #21759b);    background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);    background-image: -o-linear-gradient(top, #2e9fd2, #21759b);    background-image: linear-gradient(top, #2e9fd2, #21759b);    -webkit-box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;       -moz-box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;            box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;}button.blue-button:focus,input[type="submit"].blue-button:focus,input[type="button"].blue-button:focus,input[type="reset"].blue-button:focus {    border-color: #0e3950;    -webkit-box-shadow: 0 1px 0 rgba(120,200,230,0.6) inset, 1px 1px 2px rgba(0,0,0,0.4);       -moz-box-shadow: 0 1px 0 rgba(120,200,230,0.6) inset, 1px 1px 2px rgba(0,0,0,0.4);            box-shadow: 0 1px 0 rgba(120,200,230,0.6) inset, 1px 1px 2px rgba(0,0,0,0.4);}button.blue-button:active,input[type="submit"].blue-button:active,input[type="button"].blue-button:active,input[type="reset"].blue-button:active {    border-color: #1b607f;    color: rgba(255,255,255,0.95);    text-shadow: 0 1px 0 rgba(0,0,0,0.1);    border-color: #124560 #2382ae #2382ae #2382ae;    background-image: -moz-linear-gradient(top, #21759b, #278ab7);    background-image: -ms-linear-gradient(top, #21759b, #278ab7);    background-image: -webkit-linear-gradient(top, #21759b, #278ab7);    background-image: -o-linear-gradient(top, #21759b, #278ab7);    background-image: linear-gradient(top, #21759b, #278ab7);    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;       -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;            box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;}/* Header----------------------------------------------- */#header {    padding: 20px 0;        min-width: 960px;    background: #fff;    margin-bottom: 10px;    border-bottom: 1px solid #DDDDDD;    -webkit-box-shadow: 0 -7px 5px rgba(0,0,0,0.02) inset;       -moz-box-shadow: 0 -7px 5px rgba(0,0,0,0.02) inset;            box-shadow: 0 -7px 5px rgba(0,0,0,0.02) inset;}#header #logo {    float: none;    width: 352px;    margin: 0 auto;}#header #logo a {    width: 352px;    display: block;    text-align: center;}#header #tagline {    font: lighter 24px 'ge_ss_two_light',Arial;    text-align: center;    margin-top: 15px;    color: #373737;}#header #tagline span.site-name {    color: #000;}#header #tagline span.wordpress-name {    color: #21759b;}#header #tagline span.what-is-wp {    font-size: 12px;    vertical-align: top;}#header #tagline span.what-is-wp a {    color: #7c7c7c;}/* Sections Nav----------------------------------------------- */#sections-nav {    clear: both;    margin: 10px auto;    text-align: center;}#sections-list {    margin: 0;    padding: 0;    list-style: none;    display: inline-block;}#sections-list li {    float: right;    width: 180px;    height: 200px;    margin: 0 10px;    background: #fff;    position: relative;    display: inline-block;    border: 1px #ddd solid;    -webkit-transition: opacity 0.2s ease-in-out;       -moz-transition: opacity 0.2s ease-in-out;            transition: opacity 0.2s ease-in-out;    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);       -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);            box-shadow: 0px 1px 1px rgba(0,0,0,0.1);}#sections-list li:hover {    opacity: 0.8;    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);            box-shadow: 0px 1px 3px rgba(0,0,0,0.3);}#sections-list .section-icon {    width: auto;    height: 128px;    display: block;    margin: 16px auto 0 auto;    background-position: center;    background-repeat: no-repeat;}#sections-list .section-title {    right:0;    width: 100%;    bottom: 10px;    position: absolute;    font: normal 24px 'ge_ss_two_bold',Arial;}#sections-list #blog-section .section-icon {    background-image: url('http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/section-blog.png');}#sections-list #blog-section .section-title {    color: #21759b;}#sections-list #forums-section .section-icon {    background-image: url('http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/section-forums.png');}#sections-list #forums-section .section-title {    color: #c65202;}#sections-list #soon-section {    opacity: 0.7;}#sections-list #soon-section .section-title {    color: #9B9B9B;    bottom: 82.5px;}/* Google Search Custom----------------------------------------------- */#google-search {    clear: both;    padding: 15px 0;    min-width: 960px;    position: relative;    background: #f8f8f9;}#google-search .width-wrapper {    width: 780px;}#google-search-label {    float: right;    margin: 5.5px 0;    display: inline-block;    font: lighter 24px 'ge_ss_two_light';}#google-search .gsc-control-cse {    margin: 0;    padding: 0;    border: 0px;    float: left;    background: none;}#google-search .gsc-input-box {    margin:0;    width: 440px;    height: 30px;    padding: 5px 0px;    border:1px #cbcbcb solid;    font:normal 18px 'ge_ss_two_light';}#google-search .gsc-input {    background: none !important;}#google-search .gsc-search-button {    margin: 0;    padding-top: 11px;    padding-bottom: 11px;}/* Start-Panel Box----------------------------------------------- */#start-panel {    width: 940px;    padding: 10px;    display: table;    background: #fff;    margin: 10px auto;    border: 1px #CBCBCB solid;    -webkit-border-radius: 5px;       -moz-border-radius: 5px;            border-radius: 5px;    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);       -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);            box-shadow: 0 0 8px rgba(0,0,0,0.1);}#start-panel h3,#start-panel h4,#start-panel p {    margin: 0px;    color: #373737;}#start-panel .start-panel-info {    width: 300px;    display: table-cell;    vertical-align: middle;}#start-panel .start-panel-info h3 {    font:normal 20px 'ge_ss_two_bold';}#start-panel .start-panel-column {    float: right;    min-width: 200px;}#start-panel .start-panel-column h4 {    font: normal 16px 'ge_ss_two_light';}#start-panel .start-panel-column ul {    margin: 5px 0 0 0;    list-style-type: circle;    list-style-position: inside;}#start-panel .start-panel-column a {    color: #21759b;    font-size: 13px;}/* About WordPress Box----------------------------------------------- */#about-wordpress-box {    width: 940px;    padding: 10px;    display: block;    margin: 10px auto;    background: #e4f2fd;    border: 1px #8fceff solid;    -webkit-border-radius: 5px;       -moz-border-radius: 5px;            border-radius: 5px;}#about-wordpress-box:hover {    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);       -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);            box-shadow: 0 0 8px rgba(0,0,0,0.1);}#about-wordpress-box .box-icon {    float: right;    width: 184px;    height: 112px;    background: url('http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/dual-wordpress.png') no-repeat;}#about-wordpress-box .box-txt {    float: left;    width: 730px;    color: #373737;    padding: 0 10px;}#about-wordpress-box .box-txt p {    margin-bottom: 0;}#about-wordpress-box .box-txt p:first-child {    margin-bottom: 0.8em;}#about-wordpress-box .box-txt .howto-setup-wp-link {    margin: 0 5px;    color: #373737;    font-size: 12px;    text-decoration: underline;}/* Join-Us Box----------------------------------------------- */#join-us-msg {    width: 940px;    display: block;    padding: 0 10px;    margin: 10px auto;    background: #ffffc0;    border: 1px #f4f45a solid;    -webkit-border-radius: 5px;       -moz-border-radius: 5px;            border-radius: 5px;}#join-us-msg:hover {    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);       -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);            box-shadow: 0 0 8px rgba(0,0,0,0.1);}#join-us-msg .msg-txt {    float: right;    width: 250px;    padding: 10px;}#join-us-msg .msg-txt p {    margin-bottom: 3px !important;}#top-active-users-list {    float: left;    padding: 0;    width: 660px;    margin: 10px 0;    list-style: none;}#top-active-users-list li {    width: 80px;    float: right;    height: 80px;    margin: 0 5px;    background: #fff;    border: 2px #fff solid;    -webkit-border-radius: 3px;       -moz-border-radius: 3px;            border-radius: 3px;    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);       -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);            box-shadow: 1px 2px 2px rgba(0,0,0,0.2);}#top-active-users-list li a {    display: inline-block;}#top-active-users-list li img {    -webkit-transition: opacity 0.3s ease-in-out;       -moz-transition: opacity 0.3s ease-in-out;            transition: opacity 0.3s ease-in-out;}#top-active-users-list li img:hover {    opacity: 0.8;}/* Section Updates----------------------------------------------- */.section-updates .section-header {    position: relative;    padding-bottom: 5px;    margin-bottom: 10px;    border-bottom: 3px solid #DBDBDB;}.section-updates .section-header .section-title {    display: inline;    margin: 0 0 2px;    padding-right: 42px;    vertical-align: middle;    font:normal 24px 'ge_ss_two_bold';}.section-updates .section-header p.section-description {    margin: 0;    color: #747474;    display: inline;    margin-right: 5px;    vertical-align: middle;    font:normal 13px tahoma;}/* Forums Updates----------------------------------------------- */#forums-updates {    clear: both;    padding: 15px 0;    min-width: 960px;    background: #f8f8f9;}#forums-updates .section-header {    margin-bottom: 20px;}#forums-updates .section-header .section-title {    background: url("http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/newest-forums.png") no-repeat scroll 99.5% 5px transparent;}#forums-updates .section-header .section-title span {    color: #c65202;}#recent-forums-topics {    float: right;    width: 660px;}ul#recent-forums-topics-list {    margin: 0;    padding: 0;    width: 100%;    clear: both;    float: right;    border: none;    font-size: 12px;    overflow: hidden;;    list-style: none outside none;    -webkit-border-radius: 5px;       -moz-border-radius: 5px;            border-radius: 5px;    -webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.3);       -moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.3);            box-shadow: 1px 0px 2px rgba(0,0,0,0.3);}#recent-forums-topics-list li.bbp-header,#recent-forums-topics-list li.bbp-body ,#recent-forums-topics-list li.bbp-footer {    margin-bottom: 0;    clear: both;}#recent-forums-topics-list li.bbp-header ,#recent-forums-topics-list li.bbp-footer {    text-align: center;    height: 20px;    color: #fff;}#recent-forums-topics-list li.bbp-header > ul,#recent-forums-topics-list li.bbp-footer > ul {    list-style: none outside none;    margin: 0;}#recent-forums-topics-list li.bbp-header {    margin: 0;    width: 100%;    float: right;    color: #FFFFFF;    padding: 6px 0;    margin-bottom: 0;    background: #C65202 !important;    -webkit-border-radius: 2px 2px 0 0;       -moz-border-radius: 2px 2px 0 0;            border-radius: 2px 2px 0 0;}#recent-forums-topics-list li.bbp-body {    background: #fff;}#recent-forums-topics-list li.bbp-footer {    padding: 3px 0;    margin-top: 0;    background: #4A4A4A;    -webkit-border-radius: 0 0 5px 5px;       -moz-border-radius: 0 0 5px 5px;            border-radius: 0 0 5px 5px;}#recent-forums-topics-list li.bbp-topic-title {    text-indent: 10px;    text-align: right;    float: right;    width: 55%;}#recent-forums-topics-list li.bbp-topic-forum {    text-align: right;    font-size: 13px;    float: right;    width: 25%;}#recent-forums-topics-list li.bbp-topic-post-date {    text-align: right;    float: right;    width: 20%;}#recent-forums-topics-list li.bbp-body ul {    width: 100%;    box-shadow: none;    border-bottom: none;}#recent-forums-topics-list li.bbp-body ul.topic {    margin: 0;    width: 100%;    height: 20px;    padding: 5px 0;    overflow: hidden;    list-style: none;    background: #FFFFFF;    border-bottom: 1px solid #E5E5E5;}#recent-forums-topics-list li.bbp-body ul.topic:last-child {    border-bottom:0px !important;}#recent-forums-topics-list li.bbp-body li.bbp-topic-title {    text-indent: 0;    padding-right: 21px;    background: url("http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/wp.png") no-repeat scroll 99% 95%;    -webkit-box-sizing:border-box;       -moz-box-sizing: border-box;            box-sizing: border-box;}#recent-forums-topics-list li.bbp-body li.bbp-topic-title a {    padding: 0 5px;    text-decoration: none;    font: normal 13px Tahoma;}#recent-forums-topics-list li.bbp-body a.bbp-topic-permalink {    color: #050505;    -webkit-transition: color 0.2s ease-in-out;       -moz-transition: color 0.2s ease-in-out;            transition: color 0.2s ease-in-out;}#recent-forums-topics-list li.bbp-body a.bbp-topic-permalink:hover {    color: #c65202 !important;}#recent-forums-topics-list span.bbp-topic-pagination {    margin-right: 5px;}#recent-forums-topics-list span.bbp-topic-pagination a.page-numbers {    background: #F8F8F8;    border: 1px solid #E2E2E2;    color: #9E9E9E !important;    -webkit-border-radius: 2px;       -moz-border-radius: 2px;            border-radius: 2px;}#recent-forums-topics-list span.bbp-topic-pagination a.page-numbers:hover {    border-color: #000;    background: #373737;    color: #fff !important;}#recent-forums-topics-list li.bbp-body li.bbp-topic-post-date {    font-size: 11px;    vertical-align: middle;}#recent-forums-topics-list li.bbp-footer a {    color: #fff;    vertical-align: top;}#recent-forums-topics-list p {    margin: 0;}/* Blog Updates----------------------------------------------- */#blog-updates {    clear: both;    margin: 10px 0;    min-width: 960px;}#blog-updates .section-header {    margin-bottom: 20px;}#blog-updates .section-header .section-title {    background: url("http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/newest-blog.png") no-repeat scroll 99.5% 5px transparent;}#blog-updates .section-header .section-title span {    color: #21759b;}#blog-updates #recent-blog-posts {    float: right;    width: 660px;    margin-bottom: 0;}#blog-updates #recent-blog-posts .hentry {    border: 0;    clear: both;    width: 640px;    padding: 10px;    display: table;    background: #fff;    position: relative;    margin-bottom: 10px;    -webkit-border-radius: 5px;       -moz-border-radius: 5px;            border-radius: 5px;    -webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.3);       -moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.3);            box-shadow: 1px 0px 2px rgba(0,0,0,0.3);}#blog-updates #recent-blog-posts .entry-thumbnail {    width: 180px;    padding-left: 15px;    display: table-cell;    vertical-align: middle;}#blog-updates #recent-blog-posts .entry-thumbnail img {    margin: 0;    padding: 5px;    background: #fbfbfb;    border: 1px #dbdbdb solid;    -webkit-border-radius: 2.5px;       -moz-border-radius: 2.5px;            border-radius: 2.5px;    -webkit-transition: opacity 0.3s ease-in-out;       -moz-transition: opacity 0.3s ease-in-out;            transition: opacity 0.3s ease-in-out;    -webkit-box-shadow: 1px 1px 1px rgba(128,128,128,0.1);       -moz-box-shadow: 1px 1px 1px rgba(128,128,128,0.1);            box-shadow: 1px 1px 1px rgba(128,128,128,0.1);}#blog-updates #recent-blog-posts .entry-thumbnail img:hover {    opacity: 0.9;}#blog-updates #recent-blog-posts .entry-information {    display: table-cell;    vertical-align: middle;}#blog-updates #recent-blog-posts .entry-title {    margin: 0;    padding-top: 0;    font:normal 24px 'ge_thameen_demibold';}#blog-updates #recent-blog-posts .entry-title a {    color: #373737;    -webkit-transition: color 0.2s ease-in-out;       -moz-transition: color 0.2s ease-in-out;            transition: color 0.2s ease-in-out;}#blog-updates #recent-blog-posts .entry-title a:hover {    color: #21759b;}#blog-updates #recent-blog-posts .entry-meta {    color: #9b9b9b;    font-size: 11px;}#blog-updates #recent-blog-posts .entry-meta a {    color: #5a5a5a;    font-weight: normal;}#blog-updates #recent-blog-posts .more-blog-posts {    padding: 5px 0;    margin: 10px 0;    text-align: center;    background: #ededed;    vertical-align: middle;    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);       -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);            box-shadow: 1px 1px 1px rgba(0,0,0,0.1);}#blog-updates #recent-blog-posts .more-blog-posts a {    color: #868686;}/* Sidebars----------------------------------------------- */.sidebar-front-wrapper {    width: 280px;}.sidebar-front-wrapper .widget-area .widget {    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}.sidebar-front-wrapper .widget-area .widget-title {    padding-top: 5px;    padding-bottom: 5px;    font:normal 16px 'ge_ss_two_light';    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);       -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);}/* Sidebars----------------------------------------------- */.widget_display_replies .bbp-author-avatar img {    padding: 1px;    margin-left: 0;    margin-top: 1px;    max-width: 97.5%;    vertical-align: bottom;    border: 2px solid #B3B3B3 !important;    -webkit-border-radius: 9px;       -moz-border-radius: 9px;            border-radius: 9px;}.widget_display_replies .bbp-author-name {    color: #777777 !important;    border-bottom: 1px dotted #1982D1;}.widget_display_replies .bbp-author-name:hover {    border-bottom: 1px solid #1982D1;}/* Footer----------------------------------------------- */#footer {    padding: 15px 0;    background: #F9F9F9;	padding: 11px 10px;    margin-top: 10px;    min-width: 960px;    border-top: 1px solid #DDDDDD;    -webkit-box-shadow: 0 7px 5px rgba(0,0,0,0.02) inset;       -moz-box-shadow: 0 7px 5px rgba(0,0,0,0.02) inset;            box-shadow: 0 7px 5px rgba(0,0,0,0.02) inset;}#footer > .width-wrapper {    display: table;	width: 100%;}#site-credits {    height: 40px;    padding-top: 4px;    padding-right: 77px;    display: table-cell;    vertical-align: top;    background: url("http://wayback.fauppsala.se:80/wayback/20200330172452/http://www.ar-wp.com/wp-content/themes/ar-wp/content/images/bbpress-wordpress.png") no-repeat scroll 100% 0 transparent;}#site-credits p {    margin: 0;    color: #373737;    font-size: 12px;    line-height: 15px;    margin-bottom: 0.2em;}#site-credits a {    color: #000;    border-bottom: 1px solid #CDCDCD;}#subsidiary-menu-container {    height: 40px;    padding-top: 4px;    display: table-cell;    vertical-align: middle;}#subsidiary-menu {    float: left;}#subsidiary-menu ul {    margin: 0;    color: #373737;    list-style: none;}#subsidiary-menu li {    float: right;}#subsidiary-menu a {    color: #373737;    font-size: 12px;    border-bottom: 1px solid #CDCDCD;}#subsidiary-menu li:after {    color: #ccc;    content: '|';    margin: 0 7px;}#subsidiary-menu li:last-child:after {    content: none;    margin: 0;}





/*
     FILE ARCHIVED ON 17:24:52 Mar 30, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 16:41:59 Aug 11, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
