/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/* CG Style.css Line 133 */
a:hover {
	color: #ccff70;
	border-bottom: 1px solid #000;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
/* CG Style.css Line 495 */
::selection {
	background: #ccff70;
	color: #fff;
}
::-moz-selection {
	background: #ccff70;
	color: #fff;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
/* CG Style.css Line 530 */
input:focus,
textarea:focus {
	border: 1px solid #ccff70;
	outline: 0;
}
/* Buttons */
/* CG Style.css Line 537 */
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #ccff70;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ccff70;
}
button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ccff70;
}
/* Alignment */
/* CG Style.css Line 715 */
.wp-caption a {
	color: #ccff70;
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
/* Infinite load */
/* CG Style.css Line 908 */
#infinite-loader > * {
	background: #ccff70;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
/* CG Style.css Line 1012 */
.menu-toggle:hover {
    color: #ccff70;
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* CG Style.css Line 1368 */
@media (max-width: 950px) {
	.primary-navigation {
		background-color: #000;
	}
}
/* CG additional */
footer#colophon {
	display:none;
}
