 /*
    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    :Garrett Kelley	
    Author Site    :http://garrettkelley.com
    Scheme Name    :custom
    Comments    :
    */

    body {
	background: #333 !important;
	}
	
	#page {
    /* The entire design is contained within the 'page' id */
	padding: 0;
	border: 2px solid black !important;
	border–top: none;
    }
	
	#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #F5F5F5;
	}

    #header {
    /* Contains the H1 and menu */
	background: #000 url('images/header.jpg') right;
	}
	
	#header .description {
	text-decoration: none;
	color: blue;
	}
	
	/*Change Headers Text Color*/
	/*h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #00F !important;
	}
	*/
	
	/*Changed Link Color*/
	a, a:visited, .sidebar a:visited, .post p a:visited {
	color: #333;
	font-weight: bold;
	}

    .primary {
    /* Contains the main column */
    }

    .item {
    /* Each entry is contained within the 'item' class */
    }

    .itemtext {
    /* The meat and potatoes of every entry */
    }

    .secondary {
    /* Contains the sidebar */
    }
