/*
	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	: Matt Hanson
	Author Site	: http://www.visint.tv
	Style Name	: Viola
	Style URI	:
	Version		: 0.2
	Comments	: Alpha, in progress!
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: white url('violabg.jpg') top repeat-x;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	width: 900px;
	border: 1px solid #ddd;
	border-top: none;
	}
	
#header {
	/* Contains the H1 and menu */	position: relative;	height: 175px;
	padding: -20px 0 0 0;
    top: -20px !important; /* forces header to top of page */	background: #E9E6EF url('viola900.jpg') center left no-repeat;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	}

h1{
display: none;
}

#header .description { /* Description in header */
    color: #A0EA55;
	font-size: 1em;
	margin: 0 0 0 60px;
	display: block; /* checking for ie bug.? */
	padding-top: 50px;
	}
	

/* main menu in header */
.admintab {	position: absolute;	right: -80px;	}
	

ul.menu {	margin: 0;	padding: 0;	position: absolute;	top: 106px;	left: 20px;	width: 90%;	}
	
	ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #3C2B62;
	margin: 0;
	}

ul.menu li a:hover {
	background: #3C2B62;
	color: white !important;
	text-decoration: none;
	}
	
ul.menu li.current_page_item a:hover {	color: #333 !important;	background: #7A69A0;	text-decoration: none;	}
	
	
.primary {
	/* Contains the main column */
	}

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

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

.secondary {
	/* Contains the sidebar */
	}

/* links */
h2 a:hover, h2 span a:hover {	color: #660066 !important;	}
	
#primary a:hover, #primary a:visited:hover,.secondary a:hover, .secondary a:visited:hover {	background: #E9E6EF;	}a {	color: #660066;	text-decoration: none;	}
	
	.entry-content a:visited {
	color: #330066;
    text-decoration: none;
	}

/* Various tags and classes */	
		.alert {	color: #333;	background: #A0EA55;	border-top: 1px solid #70e000;	border-bottom: 1px solid #70e000;	text-align: center;	margin: 10px auto;	padding: 5px 20px;	}
	
/* sifr 		.flashtitle {
			text-align: left;
		} */


.wp_quotes_quote  { /* Quotes in header */    color: #52a300;	font-size: 1.6em;	margin: 0 0 0 40px;	padding-top: 55px;	}
	
/* inputs */

input[type=text], textarea {
    border: solid 1px #999 ;
	color: #444;
	padding: 2px;
	margin: 0;
	}

input[type=text]:focus, textarea:focus, input[type=text]:hover, textarea:hover {
    border: solid 1px #666 ;
	background: #fff;
	color: #333;
	}
	
.comments input[type=text], .comments textarea {
	font-size: 1.2em;
	padding: 3px;
	color: #777;
	}
