/*
	Theme Name: We are Helsinki
	Them URI: http://www.wearehelsinki.fi
	Description: Helsinki city boy
	Version: 1.0
	Media: Screen
	Author: Niko Hirvonen
	Author URI: http://www.client.fi

*/

/* ----------------------------------------------- [ * ] */

@import url(css/reset.css);

@import url(css/grid.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #111;
}

.clear { clear: both; }

.inline { display: inline; float: left;}

.float-left { float:left; }

.center { text-align: center; }

.topdot { border-top: 1px dotted #bbb;}

.right { text-align: right;} 
.left { text-align: left;}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

@font-face {
	  font-family: "weare";
	  src: url(css/weare.otf) format("opentype");
}

h1, h2, h3, h4 {
	
	color: #000;
}

h1 a, h2 a, h3 a, h4 a {
	
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
color: #0F83DB;
}

h1 {
	margin-bottom: .3em;
	
	font-size: 2.4em;
	letter-spacing: 0.05em;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

h2 {
	font-family: weare, Helvetica, 'HelveticaNeue', "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 200;
	
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.3;
	font-weight: normal;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


h4 {
	margin-bottom: .6em;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;

}

p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color: #0F83DB;
		
}

a:hover {
	
	color: #000;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 98.6em;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {

	overflow: hidden;
	font-family: weare, Helvetica, 'HelveticaNeue', "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
}

#main-nav {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}


/* ------------------------------------------ [ Header ] */

#header {
	height: 10em;

	overflow: hidden;
}

#header h1 a, #header h2 {
	color: #000;
}

#header .logo {float: left;}

#header .topmenu { float:right; font-size: 1.3em; }

#header .topmenu a {color: #000; }
#header .topmenu a:hover {color: #0F83DB;}

#header .topmenu ul { list-style: none;  }

#header .topmenu ul li { list-style: none; display: inline;  float:left; margin-right: 20px; }

#header .topmenu ul li.etsi {margin-left: 20px;}


#header input#s { height: 25px; width: 150px; display: inline; float:left; margin-right: 5px; }

#header input#searchsubmit { display: inline; float:left; width: 25px; height: 25px; }

#header input#searchsubmit { border: 0;}

/* ------------------------------------------ [ Header Menu ] */


#main-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#main-nav li {
	margin-right: 2.4em;
	float: left;
}

#main-nav li.last {
	margin-right: 0em;
	float: left;
}

#main-nav li a {
	font-size: 1.5em;
	line-height: 1.6;
}

/* Menu Principal */
#main-nav li a, #main-nav li a:visited {

	display: block;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 50px;
}

#main-nav li a:hover, #main-nav li a:visited:hover {
	text-decoration: underline;
}

/* Sub-menus */
#main-nav li ul li a, #main-nav li ul li a:visited {
	width: 180px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0px 10px;
	margin: 0px 5px 0 0;
	line-height: 30px;
	
	background-color: #000;
	
	filter:alpha(opacity=90);  -moz-opacity:.90; opacity:.90;
	/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
#main-nav li ul li a:hover, #main-nav li ul li a:visited:hover {
	color: #000;
	text-decoration: none;
	background-color: #efefef;
	border-bottom: 1px solid #000;
}

#main-nav li ul {position: absolute; visibility: hidden; list-style: none;}
#main-nav li:hover ul, #main-nav li.hover ul {visibility: visible;}
#main-nav li:hover ul ul, #main-nav li.hover ul ul {visibility: hidden;}
#main-nav li li:hover ul, #main-nav li li.hover ul {visibility: visible;}
#main-nav li li:hover ul ul, #main-nav li li.hover ul ul {visibility: hidden;}
#main-nav li li li:hover ul, #main-nav li li li.hover ul {visibility: visible;}

#main-nav li {float: left;}
#main-nav li ul li {float: none; border-top: 1px solid #000;}
/* Menus drop-down */


/* ------------------------------------------ [ WE ARE ] */

.mag-thumb {
	width: 320px;
	height: 230px;	
		
	margin: 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.mag-thumb .caption {
	width: 320px;
	height:40px;
	line-height: 30px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.mag-thumb .caption a {
	text-decoration:none;
	color:#fff;
	font-size:1.3em;
	font-weight: normal;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.mag-thumb .caption a:hover { color: #0F83DB;	 }

.mag-thumb img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

ul.edut-lista li { margin-bottom: 15px;}

.i-am { background: url(images/iam-logo-small.gif) no-repeat top left; padding-left: 70px; height: 35px; }

.blog .post-meta { padding: 0px 0px 15px 0px; font-size: 1.3em; color: #696969; font-style: italic; text-transform: lowercase;}


.blog .post-meta a { color: #696969;}
.blog .post-meta a:hover { color: #0F83DB; }

.blog h3 { font-size: 1.8em; padding-top: 10px;}

.blog p { font-size: 1.3em;}

ul.post-meta li { font-size: 1.3em;}

ul.post-meta li span.post-meta-key { font-weight: bold; }

#slider { margin-top: 2em;}

#slider h2 { border-bottom: 1px dotted #323232; padding: 5px 0px 10px 0px; }

.title { margin: 15px 0px; border-bottom: 3px solid #cccccc; padding: 2px 0px;}

div.title { margin-top: 0px;}

.title img { float:left;}

.title h2.jatko { float:left; margin-left: 10px; margin-top: 30px; margin-bottom: 0; }

.title h2 a:hover { color: #0F83DB; }

.tags a { text-transform: lowercase;}


.featured-wrap { margin-bottom: 20px; }

.featured-box img { z-index:1000}

.featured-box p {}

.featured-box h3 { 
	margin-top: -34px; 
	padding: 7px 0px 7px 5px; 
	display: block; 
	z-index:10; 
	background-color: #000;  
	
	filter:alpha(opacity=80);  -moz-opacity:.80; opacity:.80;
	/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;

}

.featured-box h3 a { color: #fff;}

.featured-box h3 a:hover { color: #333;}



.wide-banner { width: 100%; text-align: center; clear: both; }

#google-ads { width: 100%; text-align: center; clear: both; margin-top: 15px;}

#archive-ads { border-bottom: 1px dotted #ccc; padding-bottom: 5px; margin-bottom: 10px; text-align: center }

.wide-banner ul li { border-top: 1px dotted #7f7f7f; border-bottom: 1px dotted #7f7f7f; margin: 20px 0px; }

.wide-banner img {   padding: 5px 0px;   }

/* ------------------------------------------ [ Content ] */

#content {
	
	overflow: hidden;
}

h1.title {margin-bottom: 25px; border-bottom: solid 2px #ccc; padding-bottom: 15px; }


h2.underline { border-bottom: solid 2px #ccc; }

#content p { font-size: 1.3em;}

#content p strong { font-weight: bold;}

#content p em { font-style: italic; }


#content h2 { margin-top: 15px;}

h2.title { border-bottom: solid 2px #ccc; margin-bottom: 15px; padding-bottom: 10px;  }


ul.nav {
	margin: 0em 0 2em 0;
	list-style-type: none;
	border-top: 1px dotted #bbb;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 0em 0 2em 0;
	margin-bottom: 2em;
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	overflow: hidden;
	clear: both;
}

.indexposts {
	border-bottom: 1px dotted #ccc;
}

h1.article-heading { padding: 0px 0px 5px 0px; font-size: 2.4em; }

.post-content strong { font-weight: bold; }

.post-content h3, .page h3 {
	padding-top: 10px;
	font-size: 1.4em;
	text-decoration: underline;
	
	font-weight: normal; 
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}


.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}


.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0.5em 0 2em 0;
	padding: 0 0 0 0;
	overflow: hidden;
}



#sidebar h2 {
	border-bottom: solid 2px #ccc; 
	
	}

#sidebar h2.magazine {margin-bottom: 1px;}

#sidebar p {
	font-size: 1.1em;
	
}

#sidebar ul li.event { font-size: 1.1em;}
#sidebar ul li.event span.event_title { text-decoration: underline; line-height: 1.3em;  }
#sidebar ul li.event span.event_title a { color: #000;}
#sidebar ul li.event span.event_title a:hover { text-decoration: none;}


#sidebar ul#qtranslate-3-chooser li { font-size: 1.3em; padding: 0px 0px; margin-bottom: 5px; line-height: 20px; text-transform: capitalize; border: 0;}
#sidebar ul#qtranslate-3-chooser li a { color: #000;}
#sidebar ul#qtranslate-3-chooser li a:hover { background: none; text-decoration: underline}

#sidebar ul#qtranslate-3-chooser li a.qtrans_flag_and_text span { margin-left: 5px;}

#sidebar ul li.weather {  font-size: 1.3em; z-index: 1; height: 60px; line-height: 2em; }
#sidebar ul li.weather img { margin-top: 0px;}

#sidebar .section ul { list-style: none; font-family: Arial, Helvetica, sans-serif; margin: 0 0px 25px 0px; padding: 0;}

#sidebar .section ul li { border-bottom: 1px solid #bbb; line-height: 2em; font-size: 1.5em;

}

#sidebar .section ul li a { color: #000; display: block; padding-left: 5px;}

#sidebar .section ul li a:hover { background-color: #cccccc; color: #fff;}


#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar ul {
	margin: 0 0 3em 0;
	list-style-type: none;
}



#sidebar .nav li {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

li#events-list ul { font-size: 1.25em; }

li#events-list ul li {  line-height: 1.1em; padding-bottom: 10px;} 

#sidebar .nav li.last {
	border-bottom: 0;
}


#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 2em 0;
	list-style-type: none;
	font-weight: bold;
	clear: both;
	display: block;
}


.pagination {
	margin: 0 0 1em 0;
	padding: 1em 0 2em 0;
	list-style-type: none;
	text-align: center;
	font-size: 1.3em;
	clear: both;
	display: block;
}

.navigation li {
	font-size: 1.5em;
	font-weight: bold;
}

/* --------------------------------------- [ Footnotes ] */

#footer { background: #505050; padding: 25px 0px 50px 0px; color: #fff; margin-top: 50px; }

#footer-content { width: 98.6em; margin: 0 auto; }

#footer a { font-weight: normal; color: #efefef;}

#footer a:hover { text-decoration: underline;}

#footer p {
	margin-bottom: .2em;
	font-size: 1.2em;
	color: #efefef;
}

#footer .rss {
	
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

.smaller {
	font-size: 0.6em;
}

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
	
}

li.widget { list-style: none;}

ul.widgetized-sidebar li {
	margin: 0;
	padding: 0px;
	clear: both;
	overflow: hidden;
	
}


ul.widgetized-sidebar li ul li {
	margin: 0;
	}
	
	
div.textwidget { margin-bottom: 15px;}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 0em 0 2em 0;


}


.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding-right: 1em;
	font-style: italic;
	font-size: 1.1em;
		text-align: right;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }

.widget_text { }
.blogroll { }
.linkcat{ }



#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

<!-- MAP PAGE -->

.gmnoprint img { display: none; }

<!-- / MAP -->



<!-- SHARE BUTTON -->

.addtoany_share_save_container{margin:16px 0;}

ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	
	ul.addtoany_list li a{padding:0 9px;}
	
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
		filter:alpha(opacity=70);
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}

<!-- / SHARE -->

ul.wplc_event_list { }

ul.wplc_event_list li { margin-bottom: 25px; }

ul.wplc_event_list li h4 { text-decoration: underline; text-transform: uppercase; font-size: 1.4em; }


#sidebar li#wplistcal { font-size: 1.1em; }

#sidebar ul.wplc_event_list li { margin-bottom: 10px;}

.wpcf7-response-output { font-size: 1.2em;}