@import "reset.css";

body, input, button, textarea {
	font-family: Helvetica Neue, Helvetica, serif;
	background: #fff;
	color: #3b3b3b;
	margin: 0;
	text-shadow: 0 1px 1px #ccc;
}

body.boxed {
	background: #111;
	color: #4b4b4b;
	margin: 0 auto;
	padding: 20% 0 0 0;
	text-shadow: 0 1px 1px #000;
}

body.boxed * {
	text-align: center;
}

body.boxed h1 {
	font-size: 2.5em !important;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 80%;
	margin: 0.48em 6px 0.48em 6px;
	letter-spacing: -0.05em;
}

body > h1:first-child *,
body > h1:first-child {


	background: #111;
	color: #eee;
	margin: 0;
	padding: 10px 6px 10px 6px;
	text-shadow: 0 1px 1px #000;
}


p strong,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	background: #3b3b3b;
	color: #fff;
	padding: 0 0.2em;
	font-weight: normal;
	text-shadow: 0 1px 1px #000;
}

pre, p {
	margin: 0px 10px;
	padding: 0;
}


a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-shadow: 0 1px 1px;
}
pre,
code,
tt {
	font-family: "Lucida Console", "Courier New", Courier, sans-serif;
	letter-spacing: -1px;
	color: #777;
}

em {
	color: #999;
	font-weight: italic;
}

hr {
	margin: 14px;
	border: 1px solid #ddd;
	height: 0px;
	background: #ddd;
}

button,
input,
textarea,
select {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #303030;
	padding: 2px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	border: solid 1px #ccc;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 2px 4px;
	background: #3b3b3b;
	color: #fff;
	font-weight: normal;
	margin-right: 0.4em;
	border: 0;
}

input + input {
	margin-left: 0.4em;
}

img {
	border: 0;
}

blockquote {
	margin: 2px 15px;
	color: #888;
}

dl {
	margin: 5px 14px;
}

a {
	color: #3a6c9b;
	text-decoration: none;

}


#content {
	clear: both;
	margin: 0 3px;
}

#content p a:hover {
	border-color: #ccc;
}




#menu {
	position: absolute;
	top: 26px;
	right: 10px;
	text-align: right;
	color: #fff;
}

#menu a {
	background: #333;
	color: #eee;
	padding: 3px 8px;
	margin: 0 1px;
}

#menu a:hover {
	background: #444;
}

#changelist,
#changelist-filter { min-height: 300px; }

th[scope=row] {
	width: 90%;
}

.module caption,
.module h2 {
	background: #3b3b3b; color: #fff;
}

.wide {
	margin: 5px 0;
	clear: both;
}

.wide label {
	margin: 0 5px;
	text-align: right;
	width: 90px;
	display: block;
	float: left;
}


.paginator { padding: 1em 10px }
.paginator a,
.paginator span { margin: 1px; padding: 2px 4px; border: 1px solid #eee; color: #ccc }
.paginator a { color: #333; border-color: #ddd; }
.paginator a:hover { border-color: #aaa; }
.paginator .current { background: #3b3b3b; color:#fff; }

.photo {
	overflow: hidden;
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 4px 4px 0;
	text-align: center;
}

.photo span {
	padding-top: 5px;
}

.quote {
	padding: 2px;
	font-family: "Lucida console", Consolas, Courier,
}

.bar {
	margin: 10px 10px 0px 10px;
	padding: 3px;
	background: #3b3b3b;
	border-bottom: 1px solid #aaa;
	color: #eee;
}

.bar a {
	color: #eee;
	font-weight: bold;
}

.right {
	float: right;
	_float: none;
}










#content-main { float:left; width:100%; }
#content-related { float:right; width:18em; position:relative; margin-right:-19em; }
#footer { clear:both; padding:10px; }

/*  COLUMN TYPES  */
.colMS { margin-right:20em !important; }
.colSM { margin-left:20em !important; }
.colSM #content-related { float:left; margin-right:0; margin-left:-19em; }
.colSM #content-main { float:right; }
.popup .colM { width:95%; }
.subcol { float:left; width:46%; margin-right:15px; }
.dashboard #content { width:500px; }

.toc {font-size: 0.8em; overflow: hidden; }
.toc, .first, .toc ul {margin: 0; padding: 0;}

.toc {padding: 4px;}

li p, .module li p {
	margin:0;
	padding:0;
}

.module {
	overflow: auto;
}

.module .toc, .toc ul {
	margin:0;
}

.module caption {
	text-align: left;
}

.module .row {
	text-align: left;
}

.toc li {
	margin:0;
	list-style:none;
}

.module {
	margin: 10px 0;
	border: 1px solid #eee;
}

.module h2 {
	padding: 0;
	margin: 0;
}

.colM ul {
	padding-left:1em;
}
.colM ul ul {
	padding-left:4em;
}
.colM li {
	list-style:none;
}
.colM li li {
	list-style:square;
}

.left {
	float: left;
}

.margin-left {
	margin-left: 100px;`
}

.narrow {
	width: 500px;
}

.post h3 {
	margin-top: -1px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #999;


}



.post h2 a {
	font-weight: normal !important;
	color: #fff;
	background: #3b3b3b;
	color: #fff;
}

.item {
	overflow: hidden;
	width: 120px;
	height: 150px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
	float: left;
	text-align: center;
	vertical-align: center;
	height: 14px;
	padding-top: 110px;
	background-position: center 5px;
	background-repeat: no-repeat;
}

.item:hover {
	border-color: #888;
	background-color: #eee;
}

.dir {
	background-image: url(dir.png);
}

.breadcrumbs {
	padding: 4px 8px;
	background: #eee !important;
	border-bottom: 1px solid #aaa !important;
}

ul.messagelist li {
	padding: 4px 25px;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}

#foot {
	margin: 10px;
	padding: 5px;
	clear: both;
	background: #efefef;

}

#foot,
#foot a {
	color: #ccc;
}


ul { list-style: circle; margin: 10px; }