/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	uTom
	Author Site	: 	http://utombox.com
	Style Name	: 	u3 Style
	Style URI	:	http://utombox.com
	Version		: 	1.0
*/
#header {
	background-image: url(header.png);
	background-repeat: repeat-x;
}
.content {
	margin: 0 auto;
	text-align: left;
	width: 920px;
	
}
.wrapper {
	background-image: url(content.png);
	background-repeat: repeat-x;
	text-align: center;
}

/*- Main Menu in Header */
ul.menu li a {
	background: #060;/*#035*/
}
ul.menu .current_page_item a,
ul.menu .current_page_item a:hover {
	background: #e3e3e3;
	border: 1px solid white;
	border-right:none;
	border-bottom: none;
}
/*Secondary*/
.secondary {width: 320px;}
.secondary .widgettitle { padding: 0 0 0 20px;}
#about-me .widgettitle { background: url(aboutme.gif) no-repeat left center;}
#calendar .widgettitle { background: url(calendar.gif) no-repeat left center;}
#category .widgettitle { background: url(categories.gif) no-repeat left center;}
#link .widgettitle { background: url(blogroll.gif) no-repeat left center;}
#link li .widgettitle { background-image:url(do.png);}
#latest .widgettitle { background: url(post.gif) no-repeat left center;}
#comment .widgettitle { background: url(comment.gif) no-repeat left center;}
#archive .widgettitle { background: url(archives.gif) no-repeat left center;}
#meta .widgettitle { background: url(meta.gif) no-repeat left center;}
#search,#about-me,#calendar,#category,#link { float: right;clear: right;width: 185px;}
#latest,#comment,#archive { clear: left;float: none;width: 185px;}
/*calendar*/
#wp-calendar { margin: 0pt;text-align: center;background-color: rgb(255, 255, 255);}
#wp-calendar caption { font-size: 9px;}
#wp-calendar th { font-size: 9px;}
#wp-calendar td { height: 24px;width: 24px;line-height: 20px;background-image: url(day.png);background-repeat: no-repeat;background-position: center;font-size: 10px;color: rgb(79, 79, 53);}
#wp-calendar .pad { background-image: url(do.png);}
#wp-calendar td a { display: block;
    width: 24px;
    height: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
    background-image: url(linkday.png);
    background-position: center;
    line-height: 24px;
    background-repeat: no-repeat;
    }

  #wp-calendar #prev, #wp-calendar #next { background-image: url(do.png);
    }

  #wp-calendar #prev a { width: 49px;
    background-image: url(linkday2.png);
    background-position: center;
    }

  #wp-calendar #next a { margin: 0pt 0pt 0pt 30px;
    width: 49px;
    background-image: url(linkday2.png);
    background-position: center;
    }

  #wp-calendar #today { background-image: url(today.png);
    background-position: center;
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    }

  #wp-calendar #today a { background-image: url(today.png);
    background-position: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-repeat: no-repeat;
    }

  #sidebar a { color: rgb(85, 119, 0);
    text-decoration: none;
    line-height: 150%;
    }
