/*
	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	: Tommi Kivimaki
	Author Site	: http://www.caravanuutiset.com
	Style Name	: cu1
	Style URI	:
	Version		: v0.5
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding: 5px; /*poistaa valkoisen 20px alueen ylalaidasta */
	/* ja lisaa koko page alueelle 5px margiinaalin joka laitaan*/
	}

body { /* asettaa varin sivun ulkopuoliselle taustalle. */
	background: #bec3c6 none repeat scroll 0% 50%;
}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}
	
#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	border: none;
	max-width: 100%;
	/* Contains the main column */
	}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	/*Lisataan harmaa viiva postauksen ylareunaan erottimeksi */
.entry-head {
	padding-top: 10px;
	border-top: 2px solid #e0e0e0;
	}
	
    /* Jokaisen listan alkion eteen pieni kuva */
.entry-content li {
	list-style-image: url(http://www.caravanuutiset.com/linkitetyt/action_go.gif);
		}

.secondary {
	/* Contains the sidebar */
	}
	
	}
	
/*Piilotetaan otsikko ja kuvausteksti nakyvista headerissa*/
/* #header h1 { /* piilottaa otsikon */	visibility: hidden !important;	} */
/* #header h1 a { /* Piilottaa otsikkolinkin */	visibility: hidden !important;	}#header .description { /* piilottaa kuvauksen */	visibility: hidden !important;	} */
	
/*Tyylillisia virittelyita, erivarisia taustoja*/
/* kirjoita WP:ssa <p class="bluebox"....*/
.valkoinentausta {
	background: #FFFFFF;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e0e0e0;
	padding: 5px 20px;
	}
.sininentausta {
	background: #9DD1F2;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	padding: 5px 20px;
	}
.keltainentausta {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	padding: 5px 20px;
	}
	
.punainentausta {
	background: #ffcccc;
	border-top: 2px solid #c90404;
	border-bottom: 2px solid #c90404;
	padding: 5px 20px;
	}
	
.vihreatausta {
	background: #D0F29D;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	padding: 5px 20px;
	}

.harmaatausta {
	background: #f2f2f2;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 5px 20px;
	}

/* harmaa pohja vieraiden kommenteille*/
.comments li {
	background-color: #F6F7F8;
	border: 1px solid #BBB;
	}

/* sininen pohja admin kommenteille */
.commentauthor-admin,
.bypostauthor {
	background-color: #F0F4FF !important;
	border: 1px solid #9be !important;
	}

/*Tee alasivujen valikkotekstista boldia */
ul.menu li a {
	font-size: 1.2em;
	color: white;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	font-size: 1.2em;
	}
	
/*Viritetaan footer kuntoon*/	
#footer {
	width:950px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: #2D2F2F
	}
	
#footer a {
	border:none;		
}
