/* IMPORT PRINT STYLESHEET
=============================*/
@import url(http://community.wikidot.com/admin:css-print/code/1);



/* CONTAINERS
==============================*/

#container-wrap {
	background-color: #666A73;
	background-image:url(http://community.wikidot.com/local--files/admin:css/bg_left.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 0 0 35px;
}

#container {
	background-color: #666A73;
	background-image:url(http://community.wikidot.com/local--files/admin:css/bg_right.png);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0 35px 0 0;
}


#content-wrap {
	background-color:#ffffff;
	border:1px 0 1px solid #AAA;
}


/* COMMON
==============================*/

#navi-bar .random-site:hover {
	border-bottom: 2px solid gold;
	border-left:none;
}

a {
	color: #960000;
	text-decoration: none;
}

a:focus {
    outline: none;
}


a:hover {
	background-color:gold;
	border-bottom:none;
	color: #8C3F23;
}


a.newpage{
	color: blue;
}

.hover, .hover:hover {
	border-bottom: none;
 	text-decoration: underline;
}


.hover span {	
	display: none;
}

.hover:hover span {
	position: absolute;
	display: inline;
	margin: 15px -20px;
	height: auto;
	width: 250px;
	background: #FFF;
	border: 2px solid #34B;
	color: #000;
	padding: 1em;
}
.hover:hover span span {
	position: relative;
	margin: auto;
	height: auto;
	width: auto;
	border: none;
	padding: 0;
}


img.hover-full:hover {
	width: auto;
	position: relative;
}

.owindow .button-bar a {
	background-color:#78B0C8;
	border:1px solid #AAAAAA;
	margin:0.2em;
	padding:0.1em 1em;
	text-decoration:none;
}


.indent {
	padding-left: 25px;
}

/* TEXT INPUT
==============================*/

input {
	font-family: verdana,arial,helvetica,sans-serif;
}


textarea{
	font-family: verdana,arial,helvetica,sans-serif;
}

input.text {
	width: 200px;
}

#page-tags-input.text {
        width:400px;
}

.new-page-box .text {
	width:80%;
}


/* BUTTONS
============================== */
 
div.buttons input, input.button, button, file, a.button, 
.button-bar a, #new-post-button, .rate-points, .rateup a, 
.ratedown a, .cancel a, .pager a, .pager .current, div.new-post a, 
.owindow .button-bar a {
    height: auto;
    padding: 6px 10px;
    font-family: "Open Sans";
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(50%,#ececec), color-stop(100%,#ececec));
    background: -moz-linear-gradient(center top, #ffffff 0%, #f3f3f3 50%, #ececec 50%, #ececec 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #8e8e8e;
    border-width: 1px;
    border-style: solid;
    font-size:13px;
    font-weight: 100;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 5px;
}
 
div.buttons input:hover, input.button:hover, button:hover, 
file:hover, a.button:hover, .button-bar a:hover, #new-post-button:hover, 
.rateup a:hover, .ratedown a:hover, .cancel a:hover, .pager a:hover, 
div.new-post a:hover, .owindow .button-bar a:hover {
    color: #515151;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}
.collapsible-block-link {
    background: url("http://themes.wdfiles.com/local--files/hello/hello-button-bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #616161;
    height: auto;
    margin: 0 5px;
    padding: 6px 10px;
}

/* LOGIN AND ACCOUNT
==============================*/

#login-status {
	background-color:transparent;
	border:none;
	color:#000;
	right:50px;
	text-align: right;
	top: 35px;
	width: 500px;
}

#login-status a {
	background-color:transparent;
	color:#fff;
}

#login-status a:hover {
	background-color:transparent;
	color:#c10000;
	border-bottom:none;
}


#account-options {
	right:0px;
}

#account-options li a:hover {
    border-left: 10px solid gold;
    color: #112233;
    background-color: #ddd;
}



/* SEARCH
==============================*/

#search-top-box {
	position:absolute;
	right:40px;
	top:0;
	z-index:10;
}


/* HEADER
==============================*/

#header {
	background-color:#FFFFFF;
/*	background-image:url(http://community.wikidot.com/local--files/admin:css/wdcbluemauve.png); */
	background-image:url(http://community.wikidot.com/local--files/files/header_2012b.png); 
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom: 5px solid #ddd;
/*	height:120px; */
        height: 197px;
}

#header a {
	color:#112233;
}


#header h1 {
	padding: 0.5em 0 0 1em;
	font-family: arial,helvetica,sans-serif;
	font-size: 220%;
	font-weight: bold;
	padding: 0.5em 0 0 1em;
}

#header h1 a {
         color:#224E7F;
}

#header h1 a:hover {
         background-color:#dddddd;
}


#header h2 {
	color: #526DAA;
	font-size: 120%;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	margin-top: 10px;
	padding: 0 0 0 3em;
	width: 300px;
}


#header h1, #header h2 {
	display: none;
}



/* TOP BAR
==============================*/

#top-bar {
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background-color:transparent;
	border:none;
	bottom: 5px;
	font-weight: bold;
	padding-left: 1em;
	top:170px;
	width:500px;
        right: 0;
}

#top-bar a {
	color: white;
}

#top-bar li {
	margin: 0;
}

#top-bar li a {
	color:#c10000;
	padding: 3px 1em;
}


#top-bar ul li ul li a {
	border: none;
	/*border-bottom: 1px solid #FFF;*/
}


#top-bar ul li a {
	background-color:transparent;
	border:none;
}


#top-bar ul li:hover a {
	background-color:#f9f9f9;
	color: #507AA7;
}


#top-bar ul li ul {
	font-weight: normal;
	border: 1px solid #c7d1b6;
}

#top-bar ul li ul li a {
	border: none;
}

#top-bar ul li ul li a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;

}

#top-bar ul li.sfhover ul li:hover a {
	background-color:#999999;
	color:#ffffff;
	border-left:3px solid #c10000;
}


#top-bar ul li.sfhover ul a { 
	background-color: #f1f1f1;	
	width:10.5em;
}

#top-bar ul li.sfhover ul { 
	width:12.5em;
	border: 1px solid silver;
}




/* SIDE  BAR
==============================*/

#side-bar {
	background-color:#777;
	background-repeat:repeat-y;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 1px 5px 0;	
	padding:0 0 0 1em;
	width:18em;
	z-index:500;
}

#side-bar a {
	color: white;
	font-weight:normal;
}

#side-bar a:hover {
    background-color: #ddd;
    color: #000;
}

#side-bar p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
}


#side-bar h1, #side-bar h2
	text-align: center;
}

#side-bar h1 {
        letter-spacing: 1px;
}

#side-bar h3 {
	color:#507AA7;
	font-weight:bold;
        margin: 0 0 0 10px;
        text-align: left;
}

#side-bar h4 {
        margin: 5px 0 5px 20px;
}


#side-bar li a {
	border-bottom: 0px solid #000;
	color: #fff;
	display: block;
	padding-bottom: 2px;
	padding-left: 1em;
	padding-top: 2px;
	text-decoration: none;
}


#side-bar li a:hover {
	border-left:3px solid gold;
	background-color:#999999;
	color: white;
}


#side-bar ul{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

#side-bar ul li {
	display:block;
}


#side-bar ul li ul li {
	padding-left:10%;
}




/* CONTENT
==============================*/
#toc {
    height: auto;
    padding: 6px 10px;
    font-family: "Open Sans";
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(50%,#ececec), color-stop(100%,#ececec));
    background: -moz-linear-gradient(center top, #ffffff 0%, #f3f3f3 50%, #ececec 50%, #ececec 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #8e8e8e;
    border-width: 1px;
    border-style: solid;
    font-size:105%;
    font-weight: 100;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 5px;
}



body{
	background-color: #8a8a8a;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	min-width: 60em;
}



#page-title {
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
	border-bottom: 1px solid darkgray;
	border-color:#666666;
	color:#666666;
	font-family:arial,helvetica,sans-serif;
	font-size:200%;
	font-weight:bold;
	height:35px;
	margin-bottom:10px;
	padding-left: 13px;
	padding-top:20px;
}

#main-content {
	background-color: transparent;
	margin-left: 19em;
	margin-right: 0;
	margin-top: -1px;
}


#main-content a {
	text-decoration:none;
}


#main-content a:hover {
	color:#000000;
}


#main-content a.newpage {
	color:#888;
}

#main-content p {
	line-height: 1.4em;
}

* html #main-content {
	height: 1%;
}


#main-content h1 {
	font-weight: bold;
	color: #377;
	font-family: arial,helvetica,sans-serif;
}

#main-content h2{
	font-weight: bold;
	color: #599;
	font-family: arial,helvetica,sans-serif;
}


#main-content h3 {
	color:#666;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}


.block {
	padding-top:1px;
	padding-bottom:1px;
}

.block:hover {
	background-color: #F2F2F2;
}

.block-preview {
	font-size: 90%;
	color: #666;
	margin: 2px 0;
}

#page-content .block p {
	line-height: 0em;
}

#page-content .block-preview p {
	line-height: 1em;
}

.howto-rounded-corners {
	border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	padding: 10px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 10px;
}

#page-content .howto-rounded-corners h2, #page-content .howto-rounded-corners a {
	color: #33C;
}

.pbgone p {
	margin:0px;
	padding:0px;
}
/* gerdami: attempt to fix the blank body on small screen with a asterisk IE hack */
#page-content {
	*width: 100%; 
}			

/* PAGE OPTIONS
==============================*/
.page-options-bottom {
    height: 20px;
    margin: 10px 0 0 0;
    text-align: right;
}
 
.page-options-bottom a {
    height: auto;
    padding: 6px 10px;
    font-family: "Open Sans";
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(50%,#ececec), color-stop(100%,#ececec));
    background: -moz-linear-gradient(center top, #ffffff 0%, #f3f3f3 50%, #ececec 50%, #ececec 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #8e8e8e;
    border-width: 1px;
    border-style: solid;
    font-size:13px;
    font-weight: 100;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 5px;
}

.page-tags span{
	font-size: 100%;
}

.pager .current, .page-rate-widget-box .rate-points {
	color: #900000;
}

/* FOOTER AND LICENSE AREA
==============================*/

#footer {
	background-color:#507AA7;
	border-color:#2A343D;
	border-style:solid;
	border-width:2px 1px 1px;
	clear:both;
	color:#E7E9DC;
	margin-top:5px;
	overflow:hidden;
	padding-bottom:3px;
	padding-top:3px;
	text-align:left;
}

#footer a {
	color: #EEE;
}

#license-area{
	background-color: #EEE;
	padding: 0.2em 1em;
	margin: 0;
}

#footer-bar a {
	color:#FFFFFF;
}

#footer-bar h2 {
	color:#FFFFFF;
	font-size:130%;
	font-weight:bold;
	margin:0;
	padding:5px 0;
	text-align:center;
}

#footer-bar .desc {
	color:#FFFFFF;
	font-size:80%;
}



/* CODE
==============================*/

pre {
     white-space:pre-wrap;
}

.code {
	box-shadow: 10px -5px 15px #DDD;
	-moz-box-shadow: 10px -5px 15px #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FCFFDF;
	background-image:url(http://community.wikidot.com/local--files/admin:css/brackets.png);
	background-repeat:no-repeat;
	border:2px solid darkgrey;

	color:#666666;
	font-family:monospace;
	font-size:11px;
	margin:0;
	min-height:65px;
	overflow:auto;
	padding-left: 40px;
	width:75%;
}

blockquote {
	box-shadow: 5px -5px 10px #DDD;
	-moz-box-shadow: 5px -5px 10px #dddddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	background-image: url(http://community.wikidot.com/local--files/admin:css/quote-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #666666;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #666666;
	font-size: 90%;
	margin-left:0;
	padding-left:0;
	width:75%;

}

blockquote p {
    background-image: url(http://community.wikidot.com/local--files/admin:css/quote-left.gif);
    background-repeat: no-repeat;
    margin-top: 0;
    min-height: 40px;
    padding: 1em 60px 0;
}

blockquote p + p {    padding-top: 0;    background-image: none;}


/* BOXES
==============================*/


.info-box {
	float:right;
	width:210px;
	font-size:80%;
	margin-left:10px;
}


.comments-box h1 {
	font-size:140%;
	width:60%;
	border-bottom:1px solid #CCC;
}

/* Box Shadow
=============================*/

.shbox-simple, .shbox-blur, .shbox-spread, .shbox-multiple, .shbox-negative, .shbox-inset {
    background: #DDDDDD;
    border: 1px solid #627369;
    text-align: center;
    color: #468259;
    width: 20%;
    margin-left: 5%;
    border-radius: 25px;
    -moz-border-radius:25px;
}

.shbox-simple {
    box-shadow: 3px 3px gray;
    -moz-box-shadow: 3px 3px gray;
}

.shbox-blur {
    box-shadow: 3px 3px 5px gray;
    -moz-box-shadow: 3px 3px 5px gray;

}

.shbox-spread {
    box-shadow: 0 0 5px 5px aqua;
    -moz-box-shadow: 0 0 5px 5px aqua;
}

.shbox-multiple {
    box-shadow: 0 0 20px black, 20px 15px 30px yellow, -20px 15px 30px lime, -20px -15px 30px blue, 20px -15px 30px red;
    -moz-box-shadow: 0 0 20px black, 20px 15px 30px yellow, -20px 15px 30px lime, -20px -15px 30px blue, 20px -15px 30px red;

}

.shbox-negative {
    box-shadow: 0 5px 5px -3px black;
    -moz-box-shadow: 0 5px 5px -3px black;
}

.shbox-inset {
    box-shadow: inset 1px 1px 10px #888;
    -moz-box-shadow: inset 1px 1px 10px #888;
}

.shbox-black {
    background: #000000;
    border: 1px solid #000000;
    text-align: center;
    color: #ffffff;
    width: 40%;
    margin-left: 5%;
    border-radius: 25px;
    -moz-border-radius:25px;
     font-size: 1.5em;
}


/* COMMUNITY NEWS
==============================*/

.community-news .title, .forum-activity .title {
	font-size: 140%;
	margin: 10px 0;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica;
}

.community-news .preview, .forum-activity .forum-mini-stat .item .info {
	font-size: 100%;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
}

.community-news .pages-list-item:hover {
	background: transparent;
}

/* do not display "Footnotes" heading" in .community-news - gerdami 30 Mar 2009 */
	.community-news .footnotes-footer .title {
	display:none;
}
.community-news .footnotes-footer {
	font-size: 0.8em;
}

.community-newspsc .preview, .forum-activity .forum-mini-stat .item .info {
	font-size: 90%;
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
}


/* TABLES
===========================*/

table {
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	empty-cells:show;
}


/* YUI (TABS ETC)
===========================*/

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em {
	border-color:#243356;
	color:white;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover {
	background-color: #dddddd;
	color: blue;
}

/* LISTS
===========================*/

div.list-pdf ul {
	list-style-image: url(/local--files/system:icons/pdf.gif);
}

div.list-excel ul {
	list-style-image: url(/local--files/system:icons/excel.gif);
}

div.list-word ul{
	list-style-image: url(/local--files/system:icons/word.gif);
}
