/*
	CSS files kept in the 'schemes' directory can be used to
	customize 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	: Ms.Angel
	Author Site	: The So Very Show
	Scheme Name	: So Very 2007
	Comments	: 
*/

body {
	/* font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px 
	color: #444; */
	background: #994D00; /* #EDEDED; gray; #994D00; orange; #006633; green; */
	/* text-align: center; */
	margin: 0 0 30px;
	}


#page {
	/* The entire design is contained within the 'page' id */

	padding: 0px 0 10px;
	width: 780px; /* added 10/25/09 */
	_width: 740px; /* added 10/25/09 */
    border: 0px solid #ddd;


	}
	

#flickr img { 

margin:0 0px 8px 8px; 
background:#3f4e4e; 
padding:4px;
width:62px; 
height:62px; 
} 

#header {
	/* Contains the H1 and menu */

	background: #FFFFFF;

	}

/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 20px 40px 0 !important;
	}

ul.menu li a {
	font-size: 1.2em;
font-weight: bold;
	}

ul.menu li a:hover {
	background: #994D00; /* #333; default black; #994D00; orange; #CC3300; red; */
	color: #eee !important;
	text-decoration: none;
	}

.primary {
	/* Contains the main column */




	}

.item {
	/* Each entry is contained within the 'item' class */
	}



.entry-meta { /* Time and category for blog entries */
	font-size: 0.9em;
}
.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
