/*
	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	: Fast Wonder
	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 repeat scroll 0% 50%;
    }
	
#header {
	/* Contains the H1 and menu */
    background:#000000 scroll url('http://fastwonderblog.com/fastwonderfiles/images/fastwonderheader4.jpg');
		}

.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: #0095CC;
    }

a:visited {
    color: #F6881F;
    }

h3 a {
    color: #0095CC !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: #0095CC;
    }

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

.entry-content h3 {
    color: #0095CC;
    }
    
ol, ul {
    list-style-type: disc;
    }

.secondary {
	/* Contains the sidebar */
	}

/*	
.secondary ul ul, .secondary ol ol, .secondary div div {
    margin:10pt 0pt 0pt 10px;
}
*/

div.textwidget {
	margin-top:5px;
	}

div.textwidget #contact {
	margin-top:0;
	}

div#tag_cloud {
	text-align:center;
	line-height:2em;
	}

div#tag_cloud a {
	white-space:nowrap;
	}


.columns-two #sidebar-main {
    padding: 60px 30px 0pt;
    width: 200px;
    }

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

#footer a:hover {
    color: #0095CC !important;
    }

#pagebar {
	width: 950px;
	height: 25px;
	border-bottom: 1px black solid;
	padding: 0;
	margin: 0;
	clear: both;
}

#pagebar a {
	color: #666666;
	font-size: 1.1em;
	display: block;
/*	float: left; */
	padding: 8px 15px 0px 15px;
	border-right: 1px #CECECE solid;
	text-align: center;
	height: 17px;
}

#pagebar a:hover {
	background-color: #000000;
	text-decoration: none; 
	color: #FFFFFF
}

#pagebar li {
	list-style:none;
	float: left;
}

h4 {
font-size: 1.3em !important;
}
