/* @group Reset */
/* @group Meyer's reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* @end Meyer's reset */

@font-face { 
	font-family: BlueHighwayCondensed; 
	src: url(../fonts/bluecond.ttf); 
} 
section, article, header, footer, nav, aside, hgroup {
	display: block;
	position: relative;
}
body {
	background-color: #8c8c8c;
/*	color: #3b3b3b; */
color: black;
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 0;
}
a { 
	color: #ffff00 ; 
	text-decoration:none ; 
}
#upprev_box a {
        color: red;
}

a:hover { 
	text-decoration: underline; 
}
a:visited { 
	opacity: 0.8;
}
.hidden {
	display: none;
}

/* @end Reset */

/* @group Grid */

.siteblock {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	width: 950px;
}
div.column {
	float: left;
	width: 510px;
}
div.column.full {
	width: 960px;
}
div.column.narrow {
	margin-left: 40px;
	width: 400px;
}
div.column.narrow div.column {
	margin-left: 5px;
	margin-right: 5px;
	width: 390px;
}
div.column.narrow div.half {
	margin-left: 5px;
	margin-right: 5px;
	width: 190px;
}
div.column div.one-third {
	margin-left: 5px;
	margin-right: 5px;
	width: 310px;
}
div.column div.push-one-third {
	margin-left: 325px;
}
article {
	padding-bottom: 20px;
	padding-top: 20px;
}
article:first-child {
	padding-top: 0;
}
article.excerpt {
	padding-bottom: 25px;
	padding-top: 0;
}
section.excerpt article:first-child {
	padding-top: 15px;
}
.capitalism {
	position: relative;
}
.capitalism a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
/* @end Grid */

/* @group Header */
section.header {
	background-image: url(../img/header-hilight.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 25px;
	min-height: 225px;
	z-index: 1;
}

/* @group Copyright */

section.copyright {
	background-image: url(../img/header-shadow-north.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgba(59, 59, 59, 0.3);
 	padding-bottom: 5px;
	padding-top: 25px;
	top: -20px;
}

section.copyright p {
	color: rgba(59, 59, 59, 0.3);
	font-size: 12px;
	text-align: center;
	word-spacing: 8px;
}

/* @end Copyright */

/* @group Masthead */

section.header hgroup {
	background-image: url(../img/sprite.png);
	background-position: left -316px;
	background-repeat: no-repeat;
	height: 211px;
	left: -30px;
	position: absolute;
	top: 10px;
	text-indent: -99999em;
	width: 242px;
	z-index: 10;
}

/* @end Masthead */

/* @group Latest comments */

section.latest-comments {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: right;
}

section.latest-comments ol {
	overflow: hidden;
}

section.latest-comments li {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	width: 230px;
}

section.latest-comments li:first-child {
	margin-left: 235px;
}

section.latest-comments p {
	margin-right: 70px;
}
section.latest-comments span.author {
	font-weight: bold;
}
section.latest-comments span.comment {
	max-height: 37px;
	overflow: hidden;
}
section.latest-comments span.author,
section.latest-comments span.comment,
section.latest-comments a.more {
	display: block;
}
section.latest-comments span.gravatar {
	background-color: #7f7f7f;
	position: absolute;
	right: 0;
	top: 0;
	height: 64px;
	width: 64px;
}
/* @end Latest comments */

/* @end Header */

/* @group Navigation */

nav li {
	display: inline;
}
nav.global {
	background-color: #3b3b3b;
	padding-bottom: 3px;
	padding-top: 4px;
	text-align: center;
}
nav.global li {
	margin-left: 27px;
}
nav.global li:first-child {
	margin-left: 0;
}
nav.global a {
	color: #fff;
	font-family: BlueHighwayCondensed;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(90, 90, 90, 0.5);
	text-decoration: none;
	padding: 5px;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
nav.global a:visited {
	opacity: 1;
}
nav.global a:hover {
        background: rgba(255,255,255,0.25);        
}

nav.pages {
	margin-bottom: 40px;
	margin-top: 20px;
	color: #fff;
	position: relative;
	height: 10px;
}

nav.pages a {
	color: #fff;
	text-transform: uppercase;
	-moz-text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55); 
	-webkit-text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55); 
	text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55); 
}

nav.pages li:first-child {
	position: absolute;
	left: 0;
	right: 50%;
	text-align: left;
}

nav.pages li:last-child {
	position: absolute;
	left: 50%;
	right: 0;
	text-align: right;
}

/* @end Navigation */

/* @group Feeds */

section.feeds {
	background-image: url(../img/header-shadow-south.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 28px;
	padding-top: 8px;
	text-align: center;
}
section.feeds header {
	display: inline;
	margin-right: 10px;
}
section.feeds h1 {
	color: #0d1902;
	display: inline;
	font-family: BlueHighwayCondensed;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: uppercase;
}
section.feeds h1 b {
	color: #ccc;
}
section.feeds nav, section.feeds ul, section.feeds li {
	display: inline;
}
section.feeds a {
	background-image: url(../img/sprite.png);
	background-position: -294px -487px;
	background-repeat: no-repeat;
	color: #ffff00;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 16px;
}
section.feeds li {
	margin-left: 20px;
}
section.feeds li:first-child {
	margin-left: 0;
}
/* @end */

/* @group Ext news */

section.extnews {
	border-bottom: 1px solid #666962;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: center;
}
section.extnews header {
	display: inline;
	margin-right: 10px;
}
section.extnews h1 {
	color: #0d1902;
	display: inline;
	font-family: BlueHighwayCondensed;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: uppercase;
}
section.extnews nav, section.extnews ul, section.extnews li {
	display: inline;
}
section.extnews li {
	display: none;
}
section.extnews li:first-child {
	display: inline;
}
/* @end */


/* @group Content */

section.content {
	background-color: #fafafa;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
	-moz-box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55); 
	-webkit-box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55); 
	box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55); 
}

section.content.excerpt {
	background-color: rgba(250, 250, 250, 0.65);
	font-size: 13px;
	margin-bottom: 20px;
}
section.content article {
	font-family: Georgia, serif;
	margin-left: 15px;
	margin-right: 15px;
}
section.content article ul li {
	margin-left: 15px;
	list-style-type: disc;
}


section.content article ol li {
	margin-left: 10px;
	list-style-type: decimal;

}


article h1 {
    font-family: Amaranth, Oswald, Arial Narrow, Arial, sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: bolder;
    letter-spacing: -2px;

}
article h1 a {
	color: #3b3b3b;
}
article > p {
	font-family: Lora, Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
}
article > p img {
	margin-left: -10px;
}
article header + p,
article h1 + p {
	font-weight: bold;
}
article header p,
article header p a {
	color: #8c8c8c;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
article p.comments a {
	font-family: Arial, sans-serif;
	font-weight: bold;
}
article a {
	color: #ff0000;
	text-decoration: none;
}

/* @group Excerpt overrides */

/*article.excerpt h1 {
	font-size: 16px;
	line-height: 18px;
}
article.excerpt > p {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}*/
article.excerpt p.comments {

}
/* @end */

article header p {
	margin-top: 0;
}
article p.author {
	color: #8c8c8c;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}

/* @group Comments */

section.comments {
	margin-left: 5px;
	margin-right: 5px;
	/* background-color: */
}
section.comments h1,
section.comments h2 {
	color: #3b3b3b;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	
}
section.comments div.gravatar {
	background-color: #7f7f7f;
	height: 64px;
	width: 64px;
	position: absolute;
	right: 0;
	top: 0;
}
section.comments li {
	border-bottom: 1px solid #3b3b3b;
	color: #3b3b3b;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 80px;
	position: relative;
}
section.comments li p {
	margin-right: 70px;
}
section.comments div.meta {
	margin-top: 20px;
	text-align: right;
}
section.comments p.date {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

section.comments form {
	background-color: #939393;
	padding: 10px;
}
section.comments form input[type=text],
section.comments form textarea {
	background-color: #939393;
	border: 0;
	border-bottom: 1px solid #b0b0b0;
	color: #000;
	font-family: Courier New, monospace;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 480px;
}
section.comments form textarea {
	background-image: url(../img/comment-textarea-lines.png);
	border-bottom: none;
	line-height: 30px;
	padding-top: 5px;
}
section.comments label {
	color: #3b3b3b;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
section.comments label small {
	color: #4d4d4d;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
section.comments form input[type=submit] {
	background-color: #3b3b3b;
	border: 0;
	color: #ff0;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* @end Comments */

/* @end Content */

/* @group Ads */
section.advert {
	margin-bottom: 40px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
}
section.advert h1 {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
/* @end */

/* @group Sidebar */

section.sidebar {
	background-color: transparent;
}

/* @group Order Aikakaus-lehti */

div#buy-it {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.8;
	height: 150px;
	text-indent: -9999em;
	overflow: hidden;
	}

div#buy-it a:hover {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 1;
	}

/* @end Order Aikakaus-lehti */

/* @group Almanakka */

div#buy-almanakka {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
	text-indent: -9999em;
	overflow: hidden;
}

/* @end Almanakka */

div#buy-vaalikone {
	background-image: url(../img/eduskuntavaalikone.png);
	background-repeat: no-repeat;	
	height: 150px;
	text-indent: -9999em;
	overflow: hidden;
	opacity: 0.8;
}

div#buy-vaalikone a:hover {
	background-image: url(../img/eduskuntavaalikone.png);
	background-repeat: no-repeat;	
	height: 150px;
	opacity: 1;
}

/* @group Go Pro! */

div#go-pro {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -150px;
	height: 150px;
	text-indent: -9999em;
	overflow: hidden;
}

/* @end Go Pro! */

/* @group Youtube */

div#youtube {
	background-color: rgba(59, 59, 59, 0.45);
}
div#youtube h2 {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -200px 0;
	height: 65px;
	text-indent: -9999em;
	overflow: hidden;
}
div#youtube article {
	background-color: #3b3b3b;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#youtube article img {
	background-color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}
div#youtube article span {
	background-color:rgba(0, 0, 0, 0.2);
	bottom: 0;
	color: #FFFF00;
	display: block;
	font-family: Arial,sans-serif;
	font-size: 12px;
	left: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	position: absolute;
	right: 0;
	text-align: center;
}

/* @end Youtube */

/* @group Twitter */

div#twitter {
	border-top: 4px solid #3d3d3d;
	color: #3b3b3b;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
}
div#twitter h2 {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
div#twitter a.when {
	color: #cccc99;
	display: block;
	font-size: 13px;
	font-style: italic;
}
div#twitter li {
	border-top: 1px solid #7c7c7c;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#twitter li:first-child {
	border-top: none;
}
/* @end Twitter */

/* @group Widgets */

div#widgets li {
	border-top: 4px solid #3d3d3d;
	margin-top: 10px;
	padding-top: 10px;
}
div#widgets h2 {
	font-family:Arial Narrow,Arial,sans-serif;
	font-size:25px;
	margin-bottom: 10px;
	text-transform:uppercase;
}

/* @end */

/* @end */

/* @group Footer */

body footer.main {
	background-color: #4d4d4d;
	background-image: url(../img/footer-main.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 40px;
	min-height: 250px;
	overflow: hidden;
	padding-bottom: 20px;
}

body footer.main a {
	color: #ff0;
}

body footer.main h1 {
	color: #fff;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 16px;	
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

/* @end Footer */

/* @group Omnipresence */

a.ubiquity {
	background-image: url(../img/sprite.png);
	background-position: -256px -220px;
	background-repeat: no-repeat;
	height: 17px;
	margin-top: -9px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	top: 50%;
	right: 10px;
	width: 100px;
}
section.ubiquity {
	background-color: #3b3b3b;
	color: #f00;
	display: none;
	padding: 5px;
	text-align: right;
	width: 217px;
	z-index: 10;
	
	-moz-box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.3); 
	-webkit-box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.3); 
	box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.3); 
}
section.ubiquity h1 {
	color: #fff;
	font-family: BlueHighwayCondensed;
	font-size: 30px;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;	
}
section.ubiquity a {
	background-color: ;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	color: #ff0;
	font-family: BlueHighwayCondensed;
	font-size: 30px;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 5px;
	min-height: 32px;
	padding-right: 40px;
	text-transform: uppercase;
}
section.ubiquity a.youtube {
	background-position: right -121px;
}
section.ubiquity a.facebook {
	background-position: right -41px;
}
section.ubiquity a.twitter {
	background-position: right -81px;
}
section.ubiquity a.delicious {
	
}


/* @end Omnipresence */

.likebox { margin-top: 15px; }


/* ollin lisäyksiä, kopioikaa pliis uuteen */

h2 {
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	}

.button {
  -moz-border-radius:      3px;
  -webkit-border-radius:   3px;
  background:              white url('button.png') 0 0 repeat-x; /* Image fallback */
  background:             -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:             -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6;
  border-radius:           3px;
  color:                   #404040;
  display:                 inline-block;
  font-family:            "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
  font-size:               13px;
  outline                  0;
  padding:                 5px 8px 5px;
  text-align:              center;
  text-decoration:         none;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap; }

  .button:hover {
    background:           -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color:          #99ccff;
    color:                 #333333; }

  .button:active {
    position:              relative;
    top:                   1px; }

  .button:active, .button:focus {
    background-position:   0 -25px;
    background:           -moz-linear-gradient(0% 170% 90deg, white, #dedede);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
    border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
    color:                 #1a1a1a;
    text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5); }


section.content article li.likert {
        display: inline;
        text-align: left;
        list-style-type: none;
	font-size: smaller;
	}

section.content article ul.likert {

background: #FF8989; /* old browsers */
background: -moz-linear-gradient(left, #FF8989 0%, #F8FCB3 27%, #F8FCB3 59%, #92F489 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FF8989), color-stop(27%,#F8FCB3), color-stop(59%,#F8FCB3), color-stop(100%,#92F489));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8989', endColorstr='#92F489',GradientType=1 );

border: 1px gray solid;
	margin: 0;
	list-style-type: none;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

div#mainosyla {
	border: 1px black;
	margin-top: 5px;
	}
	
h3.related_post_title {
	margin-top: 10px;
}

div#widgets  li.wp-polls-ul {
       border-top: none;
       }
       
       
.looppi {
      background: yellow;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
}

