/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Dawn Foster
	Author Site	: http://fastwonderblog.com
	Style Name	: Crazy 
	Style URI	: 
	Version		: 
	Comments	:
*/

/* Fast Wonder Blue: #0095CC; Orange: #F6881F */

#page {
	/* The entire design is contained within the 'page' id */
	width: 950px;
	border-color:#000000;
	padding:0px 0pt 0px;
	}
.columns-two #page {
    width: 950px;
    }
    
body {
    background:#000000 none repeat scroll 0% 50%;
    }
	
#header {
	/* Contains the H1 and menu */
	/* background:#000000 scroll url('http://thecrazyneighbor.com/thecrazyneighborfiles/CrazyNeighborHeader.jpg');*/
    background:#000000;
    width: 950px;
		}

.content {
    background:white url('http://fastwonderblog.com/fastwonderfiles/images/corners.gif') no-repeat scroll;
    }

ul.menu li a {
    color: #FFFFFF;
    padding: 5px 5px 6px;
    font-weight: bold;  
    }

a {
    color: #0066CC;
    }
    
a:visited {
    color: #F6881F;
    }

h3 a {
    color: #333333 !important;
    }
    
.primary {
	/* Contains the main column */
	}

#primary {
	width: 625px;
	}
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.entry-content a {
    color: #0066CC;
    }

	
.entry-content a:visited {
    color: #F6881F;
    }

.entry-content h3 {
    color: #333333;
    }

.entry-content ul li {
    list-style-type:disc;
    }

.secondary {
	/* Contains the sidebar */
	}
	
.columns-two #sidebar-main {
    padding: 60px 30px 0pt;
    width: 200px;
    }

.sb-wptagcloud ul {
    text-align: center;
    }

#footer a:hover {
    color: #FFFFFF !important;
    } 

