/**
 * 	Custom.css
 * 
 * @author: Dragonfox Studios
 * 
 * @desc: Custom.css seperates non-application-specific CSS
 * 		  from the 960 Grid System CSS and from other, more
 * 		  specific CSS needs.
 */

/**
 * Font And Text
 */

body {
	color: #204D02;
}

header {
	padding: 1em 0 0;
}
/* Link. Link?  LINK!! */
a {
	color: #227700;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

small {
	font-size: .85em;
}

ul, ul li, ol, ol li {
	list-style-type: none;
}

li {
	text-indent: 1em;
}

/* Might not validate, not giving shits.
 * Output is supported in every current browser
 * except IE.
 */
output, code {
	font: "Lucida Console";
}

/**
 * Layout
 */

header, nav, footer {
	clear: both;
}

hr {
	padding: 0;
	margin: 0;
}
.logo_placeholder {
	width: 100px;
	height: 100px;
	padding: 0 .5em;
}

/***
 *Navbar.
 */

nav .grid_2, nav .grid_3 {
	height: 50px;
	line-height: 50px;
}

nav .dropdown ul {
	line-height: 1.5;
}
nav div .grid_2, nav div .grid_3 {
	text-align: center;
}

nav div .grid_2 ul {
	width: 7.9em;
}

nav div .grid_3 ul {
	width: 13em;
}

nav > div {
	position: relative;
}

nav div.dropdown ul {
	display: none;
	background: rgba(255, 255, 255, .75);
	border: 1px #204D02 solid;
	margin-top: -1px;
}

nav div.dropdown:hover ul {
	display: block;
	position: absolute;
	z-index: 5;
}

nav div.dropdown ul li {
	padding: .5em;
	text-indent: 0;
	margin-left: 0;
}

.user-icon-navbar {
	width: 50px;
	height: 50px;
	margin-top: -4px;
}

/**
 * 	Header Group Reset
 */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/**
 * 	Other Text CSS
 */

p {
	margin-top: 1em;
}

/**
 * 	Front-page Latest Art CSS
 */

article {
	padding: .5em;
}
.art-show-figure, .music-show-figure {
	width: 100px;
	position: relative;
	float: left;
	
	padding: 6.5px;
}

.art-show-single, .music-show-single {
	width: 100px;
	height: 100px;
}

.art-show-figure figcaption, .music-show-figure figcaption {
	text-align: center;
	font-size: .9em;
	padding-top: .5em;
}


/**
 * 	Single.html CSS
 */

.submission-single-sep {
	border: none;
	border-top: 1px #000 dotted;
	padding-bottom: 1em;
}

.submission-single-article {
	padding-top: 2em;
}

.submission-comment {
	
}

.submission-comment-reply {
	padding-left: 2em;
}

/**
 * 	Profile.html CSS
 */

.profile-placeholder-latest {
	width: 300px;
	height: 300px;
	margin: 13px 13px;
}

/**
 * 	QWEBIRC
 */

.qwebirc {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.qwebirc-qui .outertabbar {
	background: #FFF !important;
}

.kiwi-irc-iframe {
	border: none;
	width: 960px;
	height: 400px;
	margin-left: -10px;
}

.kiwi-irc-iframe * {
	background: none !important;
}
/**
 * 	Other stuffs
 */
