.span97


/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy allAyour theme's stylesheet content.
*/
/*
Juza huom:
tämä allaoleva poistaa uutispostauksesta kirjoittajan, kategorian, kirjoitusaja ym. että saadaan siitä vähenpi blogin näkönen
*/
.entry-meta .postformats {
	display: none;
}

/* =Hide date
-------------------------------------------------------------- */
.entry-meta .timestamp {
	display: none;
}

/* =Hide "by"
-------------------------------------------------------------- */
.entry-meta .entry-cats.meta-item {
	display: none;
}

/* =Hide author
-------------------------------------------------------------- */
.entry .entry-author {
	display: none;
}

/*slidein alapuiolen laihdutus*/
#slider {
	border-top: 2px solid #3D3D3D;
	border-bottom: 2px solid #3D3D3D;
	padding-top: 20px;
	margin-top: -10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/*yläpalkin keltaisuus*/
#top_header {
	background: none repeat scroll 0 0 #f7e819;
	border-bottom: 0 solid #3D3D3D;
	padding: 0;
}

/*logo kiinni yläreunaan*/
header#cc-header #logo {
	margin-top: 0;
}

/*valikko/logo -alueen säädöt*/
#main_header {
	background: none repeat scroll 0 0 #000000;
	border-top: 0 none;
	border-bottom: 1px #ffffff;
	margin-top: 17px;
	margin-bottom: 17px;
	min-height: 10px;
}

/*sivun kuvailu jemmaan*/
#top_header .top-head-description {
	color: #FFFFFF;
	font-size: 0;
	font-weight: bold;
	line-height: 1em;
	margin-top: 10px;
}

/*boxin ja tekstin väli*/
#boxes_container .box img {
	margin-bottom: 10px;
}

/*valikon keskittäminen logon kanssa*/
#navigation {
	margin: 55px 0 5px;
}

/*sipistystasaus navigaatio sivusuunnassa */
.navbar .nav {
	display: block;
	float: right;
	left: 13px;
	margin: 0;
	position: relative;
}

/*sliderin kuvateksitin pohja, 4:s luku rbba:n jälkeen on läpinäkyvyys, akuperänen oli 0.75. joku 0.30 vois olla vaihtoehto kokonaan läpinäkyvän mukanaan tuoville ongelmille */
.carousel-caption {
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	bottom: 0;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
}

/*boksit sliderin tasalle sivuista*/
#boxes_container {
	border-bottom: 0 solid #3D3D3D;
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 20px;
}

/*yläkeltasen laihdutus*/
.row-fluid [class*="span"] {
	min-height: 10px;
}

/*Sliderin nuolet pois*/
#slider .carousel-control {
	opacity: 1;
}/*Navigaation keltanen hoveri
.main-navigation .nav > li > a:hover {
	color: #f7e819;
} */
/*boksiotsikon harmaannus ja tekstin lähennys
#boxes_container .box h2 {
	color: #9A9A9A; */
	
}

p {
	margin: 0 0 5px;
}

/*Sliderinnuolet*/
#slider .carousel-control.right {
	background-image: url("https://www.vaasanpaintballvuokraus.fi/wp-content/uploads/2014/04/nr_uusi2.png");
	background-position: 49px center;
	background-repeat: no-repeat;
	left: auto;
	right: -21px;
	top: 0;
}

#slider .carousel-control.left {
	background-image: url("https://www.vaasanpaintballvuokraus.fi/wp-content/uploads/2014/04/nl_uusi2.png");
	background-position: -4px center;
	background-repeat: no-repeat;
	left: -21px;
	right: auto;
	top: 0;
}

#slider .carousel-control {
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	border: 0 solid #B3B3B3;
	color: #B3B3B3;
	filter: none;
	font-size: 0;
	font-weight: 0;
	height: 100%;
	left: -20px;
	line-height: 48px;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 47%;
	width: 90px;
}

#slider a:hover {
	opacity: 1;
}

/*afterfootteri*/
#after_footer {
	background: url("images/afterfooter.png") repeat scroll 0 0 #000000;
	padding: 10px 0 0;
}

#after_footer2 {
	background: url("https://www.vaasanpaintballvuokraus.fi//wp-content/uploads/2014/04/alapalkki.jpg") repeat scroll 0 0 #000000;
	height: 25px;
	padding-top: 5px;
}

#sposti {
	width: 63.2478%;
	margin-left: 20px;
	text-align: left;
}

#puh {
	width: 0;
	margin-left: 1px;
	text-align: center;
}

#copy {
	width: 31.6239%;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}

/*fb-teksti valkoseks*/
.pluginFontHelvetica, .pluginFontHelvetica button, .pluginFontHelvetica input, .pluginFontHelvetica label, .pluginFontHelvetica select, .pluginFontHelvetica td, .pluginFontHelvetica textarea {
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}