/*
Custom StyleSheet for your NiceTheme
--------------

Instructions:

Include your custom CSS in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your need.

Add your custom CSS Below */

/*Needed to make the download buttons not look so fat*/
.cta-button
{
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

/*Needed to make the articles not be so skinny that they wrap*/
body.single-article #content {
    width: 100% !important;
}
 
body.single-article #sidebar {
    display: none !important;
}

/* Required for sidebar to have an indentation hierarchy. */
#sidebar li
{ 
	padding-left: 20px;
}

/*Looks good and is required for main nav to be centered and properly spaced. */
#main-nav li {
	display:inline-block;
	margin-right:15px;
	padding-bottom: 0px;
	margin-bottom:0px;
}
 
/* Does nothing.
#header #top #logo{ padding-bottom: 0px; margin: 0px;}*/

/* Hides logo altogether, but this makes the nav bar off center to the right, which appears to be the best this theme can do.*/ 
#default-logo { display: none; }

/* Centers nav bar way better when ul/li centering is not used. Seems to do nothing now.
#navigation
{
	text-align: left;
}

/* Links to related articles. This does not affect specific articles on the main page. */
#related-posts ul li a
{
	color: #718087;
}

/* Links to specific articles on the main page. This does not affect related articles on article pages. */
.nice-knowledgebase ul li a
{
	color: #718087;
}

/* Keeps vertical space between nav and welcome text at a reasonable value. Else there is too much space. Leave this in.*/
#header #top #logo a .text-logo{
	display: inline-block;
	font-size: 30px;
	vertical-align: middle;
}
 
/*Borders above and below the search text box*/
#live-search
{
	padding: 0px 0px 50px;
}

/*Displays the Fractorium text*/
.welcome-message h2{
	color: #fff;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom: -10px;
	font-size: 44px;
	line-height: 0.4;
}

/*Displays "A GPU-Accelerated Fractal Flame Editor*/
.welcome-message h4{
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

/*If the welcome text has a link in it, this formats it
.welcome-message p a{
	bo
*/
