/*
	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     :Moofo
        Author Site     :http://www.moofo.com
        Style Name      :Moofo.com Theme
        Style URI       :http://www.moofo.com/wp-content/themes/k2/styles/moofo.css
        Version         :1.0
        Comments        :To be Used only by Moofo.com	
*/

ul.menu {
        margin: 0;
        padding: 0px;
        position: absolute;
        top: 250px;
	left: 10px;
        width: 90%;
        }


ul.menu li a {
        /*tabs*/
        color: #aaa;
        border: 1px solid #aaa;
        }

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
        color: #aaa !important;
        border: 3px solid #CCC;
        background: white;
        border-style:inset;
        border-bottom: none;
        text-decoration: none;
        }


body {
	background: url('moofostyle/backgroundmain.png');
        color: black;
        padding: 0px 0px 0px;
        }

.columns-two #page {
        width: 900px;
        }

#primary {
        width: 620px;
        padding: 0px 10px 10px;
        }

#page {
	width: 900px;
	background: white;
	padding: 0px 0px 0px;
	/* The entire design is contained within the 'page' id */
	}
	



.sidebar-single #page {
        width: 900px;
        }

#sidebar-main {
        float: left;
        width: 240px;
        padding: 10px;
        }

#header {
	background: transparent url('moofostyle/header.jpg') top left no-repeat;
	width: 100%;
	height: 275px;
	/* Contains the H1 and menu */
	}
	
.primary {
	width: 600px;
	/* Contains the main column */
	}


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

.entry-content {
	width: 620px;
        /* The meat and potatoes of every entry */
        }



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

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

.secondary {
	/* Contains the sidebar */
	}

h1 	 {
	display: none;
        /*Title of the blog */
        }

#header .description  {
        display: none;
        /*Blog description under title */
        }

#rollingarchives {
        position: relative;
        padding: 0px 0 10px;
        display: block;
        }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.gravatar {
        float:left;
        padding: 3px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

/* End Calendar */
