/*
Theme Name: VoitCTS WordPress Theme
Theme URI: http://wordpress.org/
Description: The VoitCTS WordPress theme based on the existing website design.
Version: 1.0
Author: Brilliant Blue - Jeff Livingston & David Wickland
Author URI: http://brilliantblue.com/
*/



/* Begin Typography & Colors */

/*
=Blog Styling
*/

#sidebar {
	padding: 0 20px;
	color: #ffffff;
	}

#sidebar h2 {
color: #FFF;
}

#sidebar ul {
	}

#sidebar ul li {
	list-style: none;
	margin-top: 20px;
	}

#sidebar ul li ul {
	}

#sidebar ul li ul li {
	list-style: disc;
	margin: 0 20px;
	}

#sidebar a {
	color: #FFF;
	text-decoration: underline;
	}

#sidebar a:hover {
	color: #ffcc00;
	}

#sidebar input {
	font-size: 11px;
	}

