/*
Theme Name: Light Graffiti
Description: A highly widgetized, cool, dark theme. Up to around 10 main categories and 6 pages allowed to fit into layout, after that use sub divisions.
Author: Louisa Nicholson at Beacon Technologies, Inc
Author URI: http://www.beacontechnologies.com/
Version: 1.0.2
Tags: dark, two-columns, fixed-width, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Based off of the template 'Pretty Spots'.
.
*/

@import "_css/style.css";
@import "_css/superfish.css";


/* WordPress required styles */
.alignright {float: right; margin: 0 0 10px 15px;}
.alignleft {float: left; margin: 0 15px 10px 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;	-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.wp-caption img {margin: 0;	padding: 0;	border: 0 none;}
.wp-caption-dd {font-size: 11px; line-height: 17px;	padding: 0 4px 5px;	margin: 0;}

/* http://gregrickaby.com/2012/02/how-to-display-and-highlight-code-in-wordpress-without-a-plug-in.html */
/* Code
------------------------------------------------------------ */

pre {
	background-color: #dbdbdb;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-size: 13px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-align: left !important;
	line-height: 20px !important;
	border-left: 3px solid #75DB75;
	padding: 10px;
	margin: 0 0 15px 0;
	overflow: auto;
        color: #000000;
}

pre::selection {
	background-color: #3399ff;
}

code {
	background-color: #FFFF9E;
}
