/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/


/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}







body {
    padding:0px;
    margin:0px;
    font: 14px Arial, sans-serif;
    background-color:#D5DEFC;
}

#centre {
    position:relative;
    width:750px;
    margin: 10px auto 20px auto;
    padding:0px;
    border:1px solid #4379F4;
    background-color:#fff;
}

a {
    color:#000;
    font-family: 11px Arial, sans-serif;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

img {
    border:0px;
}


/******************
    TOP/NAV BAR
******************/

#topbar {
    background:#B0C0FB url(/site/pub/skins/bluesteel/images/top.png);
    margin:5px;
    height:123px;
    position:relative;
    top:0px;
    left:0px;
    border:1px solid #4379F4;
}

#topbar img {
    margin-left:10px;
    margin-top:1px;
}

#navbar {
    position:absolute;
    top:96px;
    left:170px;
    padding-bottom:0px;
    margin-bottom:0px;
}


#navbar a {
    margin-right:15px;
    padding-right:5px;
    padding-left:5px;
    font-size:13px;
    font-weight:bold;
    border-left:3px solid #4379F4;
    border-right:3px solid #4379F4;

}

#navbar a:hover {
    text-decoration:none;
    background-color:#EBEFFF;
    color:#000;
}

#loginbar {
    position:absolute;
    top:105px;
    left:714px;
    padding-bottom:0px;
    margin-bottom:0px;
}


#loginbar a {
    font-size:8px;
    font-weight:light;
    color:#B5C4FB;
}

#loginbar a:hover {
    text-decoration:none;
    background-color:#EBEFFF;
    color:#000;
}

/****************
    TEXT AREA
****************/

#textarea {
    position:relative;
    left:200px;
    width:480px;
    padding:0px 0px 10px 15px;
}

#textarea h1 {
    color:#5A5A5A;
    text-decoration:none;
    font-size:17px;
    padding-left:5px;
}

#textarea h1 a{
    color:#5A5A5A;
    text-decoration:none;
    font-size:17px;
    padding-left:5px;
}

#textarea h1:first-line {
    font-size:25px;
    color:#000;
}

#textarea h2 {
    color:#000;
    font-size:15px;
    margin-top:10px;
    padding-left:5px;
    width:auto;
}


#textarea p {
    font-size:11px;
    line-height:20px;
    margin-left:15px;
font-weight:normal;
}


#textarea a {
    font-size:11px;
    font-weight:bold;
}


#textarea b {
    font-size:11px;
    font-weight:bold;
}

/***************
    COLUMNS
***************/

#columncontainer{
    position:relative;
}

#leftcolumn {
    position:relative;
    top:0px;
    width:220px;
    padding:0px;
    margin:0px;
    border:1px solid #fff;
}

#rightcolumn {
    position:absolute;
    top:0px;
    left:245px;
    width:220px;
    margin:0px;
    border:0px solid #fff;
}

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

#sidebar {
    position:absolute;
    width:190px;
    height:auto;
    padding:5px;
    margin:5px;
    background:#EBEFFF;
    border:1px solid #DDDDDC;
    font: 10px Arial, sans-serif;
}

#sidebar h1 {
    color:#000;
    text-decoration:none;
    font-size:14px;
    padding-left:5px;
}

#sidebar h2 {
    color:#000;
    font-size:11px;
}


/*************
    FOOTER
*************/

#footer {
	clear: both;
	width:740px;
	padding: 5px;
	margin: 0;
	background-color:#B0C0FB;
    border-top:1px solid #4379F4;
}

#footer p {
    font-family: Arial, sans-serif;
    font-size:9px;
    margin:0px;
}

#footer a {
    font-family: Arial, sans-serif;
    font-size:11px;
    margin:0px;
    text-decoration:none;
    color:#4A4A4A;
}

#footer a:hover {
    text-decoration:underline;
}


/*************
    TABLES
*************/

table {
    border-collapse:collapse;
}

tr {
}

td {
    border:1px solid #4379F4;
    font-size:12px;
    padding:1px;
    margin:0px;
}

td a {
    font-size:12px;
    color:#4379F4;
    text-decoration:underline;
}

#textarea table tr td p {
    font-size:14px;
    color:#000;
    font-weight:bold;
    padding:0px;
    margin:0px;
}


/***************
    LISTS
***************/

ul li{
    font-size:11px;
    line-height:20px;
    margin-left:15px;
    font-weight:normal;
}

ol li{
    font-size:11px;
    line-height:20px;
    margin-left:15px;
    font-weight:normal;
}

ul.softwaredetail {
	list-style-type : none;
	margin-left : 10px;
	padding-left : 0px;
}

li.softwaredetail {
	font-size:11px;
	line-height:20px;
	margin-left:15px;
	font-weight:normal;
	list-style-type : none;
	margin-left : 10px;
	padding-left : 0px;
}

/***************
    ADS
***************/
#ads {
    position:absolute;
    width:120px;
    height:600px;
    padding:5px;
    margin:5px;
    top:0px;
    left:750px;
}