/*
Theme Name: Victor
Theme URI: http://wikimedia.org/
Description: A WordPress theme based on the Vector MediaWiki skin, but not quite the same
Version: 1.3
Author: Adam Miller, Guillaume Paumier
Tags: mediawiki, vector, clean, minimal
*/
/* Framework */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1em;
}
body {
	background-color: #f3f3f3;
	background-image: url(images/page-base.png);
}

/* Content */
#content-container,
#column-content {
	margin-left: 10em;
	margin-top: 2.5em;
	padding: 1em;
	border: 1px solid #e6b75b;
	background: #FFFFFF;
	
}

/* Head */

#wp-vector-header{
	background: url(images/banner-wikimedia.jpg) no-repeat;
	width: 744px;
	margin: -16px -16px 0 -16px;
	padding-bottom: 18px;
	height: 110px;
}

#wp-vector-header h1, #wp-vector-header #desc {
	display: none;
}

/* Channels banner customization */

body.category-community #wp-vector-header {
	background: url(images/banner-community.jpg) no-repeat;
}
body.category-community #column-content {
    border: 1px solid #f3e7cd;
}

body.category-global #wp-vector-header {
	background: url(images/banner-global.jpg) no-repeat;
}
body.category-global #column-content {
    border: 1px solid #0b1956;
}

body.category-technology #wp-vector-header {
	background: url(images/banner-technology.jpg) no-repeat;
}
body.category-technology #column-content {
    border: 1px solid #363531;
}
body.category-fundraiser-2011 #wp-vector-header {
	background: url(images/banner-fundraising.png) no-repeat;
}
body.category-fundraiser-2011 #column-content {
    border: 1px solid #FFF;
}

/* Search */
#topsearch {
	position: absolute;
	top: 0;
	left: 0;
	width: 57.1em;
}

#p-search h5 {
	display: none;
}
#p-search {
	float: right;
}
#p-search {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#p-search form,
#p-search input {
	margin: 0;
	margin-top: 0.4em;
}
#simpleSearch {
	margin-top: 0.5em;
	position: relative;
	border: solid 1px #AAAAAA;
	background-color: white;
	background-image: url(images/search-fade.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#simpleSearch label {
	font-size: 0.8em;
	top: 0.25em;
}
#simpleSearch input#s {
	margin: 0;
	border-width: 0;
	padding: 0.25em;
	line-height: 1em;
	font-size: 0.8em;
	width: 15em;
	background-color: transparent;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
#simpleSearch button#searchButton {
	margin: 0;
	padding: 0;
	width: 1.75em;
	height: 1.5em;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/search-ltr.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/* IGNORED BY IE6 */
#simpleSearch > button#searchButton {
	height: 100%;
}


/* column one (logo and left sidebar) */
#column-one{
	position: absolute;
	top: 160px;
	padding-top: 1em;
	width: 10em;
	left: 0;
}

/* column one: sidebar */

#sidebar-contents {
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0;
}

#sidebar-contents h2 {
    color: #4D4D4D;
    font-weight: normal;
    margin-bottom: 0;
    border: none;
    font-size: 1em;
    padding-top: 0;
}

#sidebar-contents ul {
    line-height: 1.5em;
    list-style: none;
}

#sidebar-contents li {
    list-style: none;
}

#sidebar-contents li.widget {
    background-image: url("images/portal-break.png?1");
    background-position: left top;
    background-repeat: no-repeat;
    margin: -11px 9px 10px 11px;
    padding: 0.75em 0 1em 0 !important;
}

/* Footer */
#footer {
	margin-left: 10em;
	margin-top: 0;
	padding: 0.75em;
}
#footer ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #333333;
	font-size: 0.7em;
}
#footer #footer-icons {
	float: right;
}
#footer #footer-places {
	float: left;
}
#footer #footer-info li {
	line-height: 1.4em;
}
#footer #footer-icons li {
	float: left;
	margin-left: 0.5em;
	line-height: 2em;
}
#footer #footer-places li {
	float: left;
	margin-right: 1em;
	line-height: 2em;
}
/* Logo */
#p-logo {
	position: absolute;
	top: -160px;
	left: 0;
	width: 10em;
	height: 160px;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}



/* Content */
#content-container {
	line-height: 1.5em;
}
#bodyContent,
#content {
	font-size: 0.8em;
	position: relative;
	width: 100%;
	line-height: 1.5em;
}
#bodyContent table,
#content table {
	font-size: 100%;
	border: none;
}
#bodyContent td, #bodyContent th,
#content td, #content th {
	border: none;
}
/* Links */
a {
	text-decoration: none;
	color: #0645ad;
	background: none;
}
a:visited {
	color: #0b0080;
}
a:active {
	color: #140172;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new,
#p-personal a.new {
	color: #ba0000;
}
a.new:visited,
#p-personal a.new:visited {
	color: #a55858;
}
/* Inline Elements */
img {
	border: none;
	vertical-align: middle;
}
hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}
/* Structural Elements */
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
	
}
abbr,
acronym {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}
tbody.file pre {
     padding: 0;
     border: 0;
     background: transparent;
 }
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(images/bullet-icon.png);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

/* END BUGZILLA VECTOR */
#column-content,
#footer {
	width: 44.5em;
}
a.license-image {
	margin-bottom: 10px;
	display: block;
}
/* Copied from wp-monobook's stylesheet */

h1, h2, h3, h4, h5, h6 {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #AAAAAA;
	color: Black;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0.17em;
	padding-top: 0.5em;
}
h4, h5, h6 {
	border-bottom: none;
}
h1 { font-size: 150%; }
h2 { font-size: 150%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; }

textarea {
	background-color: white;
	border: 1px solid #2F6FAB;
	color: Black;
	overflow: auto;
	padding: 0.1em;
	width: 100%;
}
#footer p {
	font-size: 0.7em;
	text-align: center;
}
#searchPageSearch {
	margin: 40px auto;
	width: 300px;
}
.navigation,
.entry{
	overflow: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	margin: 4px 10px;
	text-align: center;
}
.wp-caption-text {
	margin-bottom: 0;
}
.wp-caption.alignright  {
margin-right:0;
}
.wp-caption.alignleft  {
margin-left:0;
}
.postmetadata {
	clear: both;
	font-size: 0.8em;
}
.post {
	margin-bottom: 2.8em;
}
.postinfo {
	font-size: 92%;
	margin-bottom: 1.2em;
}
div.category-description {
	font-style: italic;
	margin: .4em 0 .5em 1.5em;
}

/* Mandatory classes needed by WordPress */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.commentmetadata {
	font-size: 0.6em;
}

.helptext {
	font-size: 0.6em;
}