/*-------------------------------------------------------------------------------------------------
   Lithium: the most rad php framework

   @copyright     Copyright 2009, Union of RAD (http://union-of-rad.org)
   @license       http://opensource.org/licenses/bsd-license.php The BSD License
-------------------------------------------------------------------------------------------------*/

/*--- This is the base stylesheet for all sites in the univerthium. ---*/

/*--- Footer ---*/
#wrapper {
	min-height:100%;
	margin-bottom: -122px;
}
#footer-spacer {
	height: 200px;
}
#footer {
	background: url(../img/accent.png) no-repeat bottom right;
	height: 122px;
	margin:0;
	padding: 0;
	width: 100%;
}
#footer p {
	position: relative;
	top: 85px;
	width: 97%;
	text-shadow: 0px 0px 4px #666;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/*--- Markdown ---*/
.markdown a, .event a {
	border-bottom: 1px dotted #454545;
}
.markdown a:hover, .event a:hover {
	border-color:#ff59ff;
}
.markdown ul p {
	margin: .25em 0 .75em 0;
}

/*--- Navigation: Crumbs ---*/
.crumbs {
	margin: 0;
	color: #666;
	font-size: 24px;
}
.crumbs li {
	padding: 0;
	display: inline;
}
.crumbs li + li:before {
	content: ' / ';
}

/*--- Navigation: Paging ---*/
.paging {
	display: block;
	margin-top: 2em;
	border-bottom: 3px solid #e6e6e6;
	color: #e6e6e6;
}
.paging a {
	display: inline-block;
	padding: .3em .5em;
	margin: 0 .25em 0 0;
}
.paging .current {
	padding: .5em;
	color: #00e5ff;
	font-weight: bold;
}
.paging .prev, .paging .next {
	float: left;
	display: block;
}

/*--- Navigation: Locales ---*/
#locale-navigation {
	text-transform: lowercase;
	position: absolute;
	right:	18px;
	top: 45px;
	z-index: 2000;
}
#locale-navigation ul {
	list-style: none;
}
#locale-navigation li {
	font-size: 14px;
	padding-bottom: .2em;
}

/*--- Navigation: Account ---*/
#account-navigation {
	display: block;
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 2000;
	background: url(../img/account-bg.png) no-repeat bottom left;
	padding: 0 .75em .75em 1.25em;
	min-height: 30px;
	vertical-align:top;
	line-height:100%;
}
#account-navigation .login, #account-navigation .user {
	display: block;
	padding:.5em;
}
#account-navigation .login {
	padding: .5em .5em .5em 2em;
	background:url(../img/icons/key.png) no-repeat 7px 6px;
}
#account-navigation .user ul {
	list-style:none;
	padding:0;
	margin:0;
}
#account-navigation .user li {
	display:inline-block;
	vertical-align:top;
}
#account-navigation .user a, #account-navigation .login a  {
	font-weight:bold;
	padding:2px;
	margin:0;
	vertical-align:top;
	line-height:100%;
}
#account-navigation .user img {
	display:inline;
	border:none;
	margin:0;
	padding:0;
}

/*--- Navigation: Capsule ---*/

h1 > .nav.capsule {
	display:
}

.nav.capsule {
	float:right;
	display: inline-block;
}
.nav.capsule ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
.nav.capsule ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav.capsule ul li a {
	text-transform: lowercase;
	display: inline-block;
	background: #e6e6e6;
	color: #111;
	font-weight:bold;
	padding:.5em 1em;
}
.nav.capsule ul li a:hover {
	background: #111;
	color: white;
}
.nav.capsule ul :first-child a {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.nav.capsule ul :last-child a {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

/*--- Navigation: Tabs ---*/
.nav.tabs {
	display: block;
}
.nav.tabs ul {
	margin: 0;
	list-style: none;
	border-top:1px solid #e6e6e6;
}
.nav.tabs ul li {
	display: block;
	float: left;
	background-color: #f0f0f0;
}
.nav.tabs ul li a {
	display: block;
	float: left;
	padding: .5em 1em;
	margin: 0 .25em 0 0;
	text-decoration: none;
}
.nav.tabs ul li a:hover,
.nav.tabs ul li a.on,
.nav.tabs .active a {
}
.nav.tabs.right ul li {
	float: right;
}
.nav.tabs.right ul li a {
}
.nav.tabs.light {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	clear:both;
}
.nav.tabs.light ul {
	border: none;
}

/*--- Navigation: Paging ---*/
.paging {
	clear: both;
}
.paging .prev, .paging .next {
	width: 24px;
	height: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
}
.paging .prev {
	float: left;
}
.paging .next {
	float: right;
}
.paging a.prev {
	background: url(http://lithify.me/img/icons/silk/arrow_left.png) no-repeat center left;
}
.paging a.next {
	background: url(http://lithify.me/img/icons/silk/arrow_right.png) no-repeat center right;
}

/*--- Code: Default (Dark) Theme ---*/
pre code, .code pre {
	color: white;
	background: #141414;
	border: 3px solid #E6E6E6;
	padding: 1em !important; /* remove if base important is removed, too */
	overflow: auto;
}
.code ol, pre code .rownumber {
	padding: 0 1em 0 2em;
	color: white;
}
.annotation, .decorator, .doctype, .pi, .chunk, .shebang, .kw2 {
	color:#d42aae;
}
.preprocessor {
	color: white;
	font-weight: bold;
}
pre code .comment, .template_comment, .javadoc, .diff .header {
	color: #ababab;
}
.string, .st_h {
	color: #4ddb4a;
}
.me1 {
	color: white;
}
.kw4, .kw1, .keyword {
	font-weight: bold;
	color:#d42aae;
}
pre code .number, .nu0 {
	color: #9c62ff;
}
pre code .comment, .co4, .co1 {
	color: #808080;
	font-style: italic;
}
.variable, .envvar, .re0 {
	color: #3c96ff;
}

.diff .file .line {
	width: 100%;
	clear: both;
	overflow: visible;
	white-space: nowrap;
	font-family: Monaco, Courier, monospace;
	font-size: 12px;
	color: white;
	background: #141414;
}
.diff .file .removed, .re7 {
	color: #f9c7fd;
	background-color: #512b51;
}
.diff .file .added, .re8 {
	color: #d6fedf;
	background-color: #263d2b;
}
.re7, .re8 { /* Fix for Geshi */
	display: inline-block;
	width: 100%;
}
