@import url("../common/common.css");

body {
	background-color: #d5f2ff;
	font: 0.95em Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: 1.8em Georgia, Times New Roman, serif;
	border-bottom: 1px solid #cccccc;
}

h2 {
	font: 1.6em Georgia, Times New Roman, serif;
}

img {
	border: 0px;
}

code, pre {
        margin: 10px;
        padding: 10px;
        display: block;

        font: 0.9em Bitstream Vera Mono, Lucida Sans Console, Courier, Courier New, monospace;
        border: 1px solid silver;
        background-color: #eeeeee;
}

input, textarea {
	border: 1px solid rgb(186, 189, 182);
}

textarea {
	width: 100%;
}

input[type="radio"],
input[type="checkbox"] { border:none; }

input[type="submit"] {
	padding: 0 0.3em 0.3em 0.3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
}

#main {
	background: #d5f2ff url(background.gif) top left repeat-x;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px;
}

#content-container {
	background: url(header.gif) top left no-repeat;
	padding: 0px 0px 0px 49px;
	max-width: 800px;
	margin: 0px auto;
}

#main-link {
	float: left;
}

#ferrell-head {
	float: right;
	margin-right: 15px;
}

#ferrell-head img {
	position: relative;

	/* IE HACK */
	top: 4px !important;
	top: 5px;
}

#content {
	background: #f0faff url(inset-repeat.gif) top left repeat-x;
	clear: both; 

	/* IE HACK */
	margin-top: -1px !important;
	margin-top: -2px;
}

#nav-left {
	float: left;
	width: 67px;
	height: 55px;
	background: url(inset-corner-left.gif) top left no-repeat;
}

#navigation {
	float: left;
	white-space: nowrap;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin-right: 6px;
	display: inline;
}

#nav-right {
	float: right;
	width: 16px;
	height: 55px;
	background: url(inset-corner-right.gif) top right no-repeat;
}

#body {
	margin: 0px 30px;
	padding-bottom: 20px;
}

#footer {
        clear: both;
        text-align: center;
        font-size: 0.6em;
        color: #91dcff;
        margin: 30px 0px;
}

#footer a {
        color: #91dcff;
}

.c {
	clear: both;
	font-size: 1%;
	height: 1px;
}

.printfooter {
	display: none;
}

#release {
	background-color: #bfeaff;
	border: 1px solid #729fcf;
	padding: 8px;
	text-align: center;
}

#release p {
	margin: 0px;
}

/* user actions stuff */
#user-actions {
	display: block;
	border-bottom: 1px solid #dd9;
	padding: 0.75em 1em 0.75em 90px;
	position: relative;
	line-height: 1.3em;
	background: #ffe url(edit.png) no-repeat left;
	text-align: left;
	font-weight: bold;
	color: #666;
}

#user-actions ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#user-actions li {
	display: inline;
	padding: 0;
	margin: 0;
}

#user-actions a {
	text-decoration: none;
	padding: 0 4pt;
}

#user-actions a:hover {
	text-decoration: underline;
}

#pt-logout {
	position: absolute;
	top: 0.5em;
	right: 1em;
}

/* mediawiki specific stuff */
#body a[href ^="http://"],
#body a[href ^="gopher://"] {
    background: url(link_icon.png) center right no-repeat;
    padding-right: 13px;
}

#body a[href ^="https://"],
.link-https {
    background: url(lock_icon.gif) center right no-repeat;
    padding-right: 16px;
}

#body a[href ^="mailto:"],
.link-mailto {
    background: url(mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}

#body a[href ^="news://"] {
    background: url(news_icon.png) center right no-repeat;
    padding-right: 18px;
}

#body a[href ^="ftp://"],
.link-ftp {
    background: url(file_icon.gif) center right no-repeat;
    padding-right: 18px;
}

#body a[href ^="irc://"],
.link-irc {
    background: url(discussionitem_icon.gif) center right no-repeat;
    padding-right: 18px;
}

#toolbar {
	background-color: #e0e0e0;
	border: 1px solid rgb(186, 189, 182);
	padding: 2px;
	-moz-border-radius: 2.5px;
}

#toolbar img {
	padding: 5px;
}

#toolbar img:hover {
	background-color: #eeeeee;
	border: 1px solid rgb(186, 189, 182);
	padding: 4px;
}

.editsection {
	display: none;
}

.toc {
	float: right;
}

.fullMedia code {
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: inherit;
}

/* stupid fucking edit form */
#editform {
	line-height: 2.25em;
}

#editform textarea {
	width: 100%;
	margin-bottom: 1em;
}

#editform input[type="text"] {
	padding: 2pt;
	font-size: 1.0em;
	margin-left: 2pt;
}

#editform input[type="submit"] {
	margin-right: 6pt;
}

#editform label {
	padding: 1em 15pt 1em 2pt;
}

#editform p {
	margin-top: 2em;
	line-height: 1.5em;
	font-size: smaller;
}

#editform a {
	padding: 2pt 10pt;
}

#editform p a {
	padding: 0;
}

#editform #wpSave {
	border-color: #333;
}

#editpage-copywarn {
	font-size: 0.8em;
}

