/* 
Theme Name: Stimilus
Theme URI: http://www.updatesweden.se
Description: A child theme of Hybrid (by Justin Tadlock) customized for updatesweden.se, updatenorway.no, updatedanmark.dk and updatefinland.fi
Author: Daniel Skantze
Author URI: http://www.ottoboni.se
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {}

	/* Wrapper for everything inside of the body */
	#body-container { 100%; }

/**
* Elements
************************************************/

/* Hyperlinks */
a { color: inherit; text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


/* Headers */
h1 { color: #5784c2; font: bold 24px/26px Helvetica, Arial, sans-serif; } /* LANGUAGE DEPENDENT COLOR */
h1 a { color: #5784c2; font: bold 24px/26px Helvetica, Arial, sans-serif; } /* LANGUAGE DEPENDENT COLOR */
h2 { color: #6699cc; font: bold 24px/18px Helvetica, Arial, sans-serif; margin: 20px 0; } /* LANGUAGE DEPENDENT COLOR */
h2.entry-title { color: #6699cc; font: bold 14px/18px Helvetica, Arial, sans-serif; } /* LANGUAGE DEPENDENT COLOR */
h2.entry-title a { color: #6699cc; font: bold 14px/18px Helvetica, Arial, sans-serif; } /* LANGUAGE DEPENDENT COLOR */
h3 { color: #6699cc; font: normal 16px/18px Helvetica, Arial, sans-serif; margin: 8px 0px; } /* LANGUAGE DEPENDENT COLOR */
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */

p { color: #666666; font: 12px/18px Helvetica, Arial, sans-serif; margin: 6px 0px; }
p a { color: #6699cc; }

hr { color: #666666; border: none; border-top: 1px solid #cccccc; }

/* Unordered lists */
ul { }
	ul li { color: #666666; font: 12px/18px Helvetica, Arial, sans-serif; margin: 6px 0px; }

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear { clear: both; height: 0.1px; overflow: hidden; }

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation { color: #0; font: bold 11px/20px Helvetica, Arial, sans-serif; text-transform: uppercase; }

	/* Page nav */
	#page-nav {}
		#page-nav ul, ul.nav-menu { list-style:none; }
			#page-nav li, .nav-menu li  { font: bold 11px/20px Helvetica, Arial, sans-serif; text-transform: uppercase; margin: 0; }
				#page-nav li a, .nav-menu li a { color: #000000; background: url("images/navigation_list_style.gif") no-repeat 0px -1px; padding-left: 15px; } /* LANGUAGE DEPENDENT COLOR */
				#page-nav li a:hover, .nav-menu li a:hover { color: #6699cc; background: url("images/navigation_list_style_over.gif") no-repeat 0px -1px; } /* LANGUAGE DEPENDENT COLOR */
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}


/**
* Theme special styles
************************************************/

#header-container, #navigation, #container, .stimilus-footer {
	width: 940px;
	margin: 0 auto;
}

p.byline { display: none; }

p.entry-meta { display: none; }

blockquote { display: none; }

.langCol1 { color: #d8bf2c; } /* LANGUAGE DEPENDENT COLOR */

.langCol2 { color: #5784c2; } /* LANGUAGE DEPENDENT COLOR */

.read-more { color: #000000; float: right; font: bold 12px/14px Helvetica, Arial, sans-serif; background: url("images/navigation_list_style.gif") no-repeat 0px -1px; padding-left: 15px; margin: 12px 0px 5px 0px; } 
.read-more:active { color: #000000; }
.read-more:link { color: #000000; }
.read-more:visited { color: #000000; }
.read-more:hover { color: #6699cc; background: url("images/navigation_list_style_over.gif") no-repeat 0px -1px; } /* LANGUAGE DEPENDENT COLOR */

.breadcrumbs { display: none; }


/**
* Theme special layout - COLUMNS AND STUFF
************************************************/

#left, #quote {
	float: left; 
	width: 220px;
	margin-right: 20px;
}

#content {
	float: left;
	width: 460px;
	margin-right: 20px; 
}

#primary {
	float: left;
	width: 220px;	
}

#navigation {
	padding-bottom: 12px;
}


/* STARTPAGE SPECIALS */

.page-template-startpage_template #content {
	float: left;
	width: 940px !important; 
}

.page-template-startpage_template #left, .page-template-startpage_template #primary {
	display: none;
}

/* SINGLE SPECIALS */

.singular #content {
	float: left;
	width: 700px;
	margin-right: 20px; 
}

.singular .hentry {
	float: left;
	width: 460px;
}

.singular #left {
	display: none;
}

/**
* Theme special layout - HEADER
************************************************/

#header .logos img {
	margin: 0 28px 8px 28px;
	border: none;
	padding: 0;
}

#header .logos {
  padding-left: 4px;
}
                                                        

#header hr {
	margin: 1px 0;
}

#navigation {
	height: 96px;
}

#navigation .logo {
	float: left;
}

#navigation #page-nav, #navigation .nav-menu {
	float: right;
}

#site-title {
	margin: 0;
}

#site-title span {
	display: block;
	text-indent: -9999px !important;
}

#site-title a {
	overflow: hidden;
	width: 300px;
	height: 96px;
	display: block;
	background-image: url('images/update-logo.png');
}

#site-description {
	display: none;
}

#page-nav, .nav-menu {
	width: 460px;
	margin-top: 18px;
}

#page-nav ul li, ul.nav-menu li {
	width: 135px;
	float: left; 
}

/**
* Theme special layout - FOOTER
************************************************/

#footer-container {
	clear: both;
	overflow: visible;
	background: url('images/footer_gradient.gif') repeat-x;
}

#footer-container .copyright, #footer-container .credit {
	visibility: hidden;
}

#footer {
	margin-top: 48px;
	padding-top: 20px;
	color: #606060;
	font:bold 12px/18px Helvetica,Arial,sans-serif;
	min-height: 131px;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited { color: #606060; }
#footer a:active, #footer a:hover { color: #6699cc; } /* LANGUAGE DEPENDENT COLOR */

#footer .col1 {
	width: 320px;
	float: left; 
}

#footer .col2 {
	width: 620px;
	float: right;
}

#footer ul {
	list-style:none outside none;
	width: 100%;
	margin: 0;
	padding: 2px 0 0 0;
}

#footer li {
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
	font:bold 12px/20px Helvetica,Arial,sans-serif;
}

#footer li.last {
	width: 140px;
}

#footer strong {
	font:bold 11px/20px Helvetica,Arial,sans-serif;
	color: black;
	text-transform: uppercase;
}

/**
* Theme special layout - CONTENT
************************************************/

#container {
	clear: both;
}

/**
* Theme special layout - STARTPAGE
************************************************/

.startpage h2.feature { font-size: 52px; font-weight: black; line-height: 46px; letter-spacing: -2px; }

.startpage h2 { margin: 12px 0px 18px 0px; font-size: 20px; }

.startpage h3 em { font-size: 18px; font-weight: normal; font-family: Times, Times New Roman, _serif; font-variation: italic; } 

.startpage .image {
	width: 436px; /* 456px; */
	height: 291px; /* 361px; */
	padding: 13px 10px 25px 10px;
	float: left;
}

.startpage .article, .startpage .divider {
	width: 465px;
	height: 296px;
	float: right;
}

.startpage .divider {
	height: 1px;
}

.startpage .teaser {
	width: 220px;
	margin-left: 20px;
	float: left;
}

.startpage .first {
	margin-left: 0;
}

.startpage .teaser h2 {
	padding-left: 8px;
}

#google-trends { margin-top: 16px; } 

#google-trends span.title, #google-trends span.title a { display: none; color: #6699cc; font: bold 24px/18px Helvetica, Arial, sans-serif; } /* LANGUAGE DEPENDENT COLOR */
#google-trends td { padding-bottom: 6px; }
#google-trends span.powered, #google-trends span.powered a { display: none; color: #666666 } /* LANGUAGE DEPENDENT COLOR */
#google-trends span.powered a:hover { display: none; color: #6699CC } /* LANGUAGE DEPENDENT COLOR */
#google-trends .read-more { margin-top: -12px; }
#google-trends .title-main { color: #5784c2; }
/**
* Theme special layout - CATEGORY & ARCHIVE
************************************************/

.category .post a img,
.archive .post a img {
	display: none;
}

.category h1, .category h2, .category p, 
.archive h1, .archive h2, .archive p {
	padding-left: 8px;
}

.singular h1,
.category h1, 
.archive h1 {
	margin-top: 24px;
}

.category h2, 
.archive h2 {
	margin-bottom: -1px;
}

.category-description {
	border-bottom: 1px dotted #bababa;
	margin-bottom: 22px;
	padding-bottom: 16px;
}
 
.category .entry-summary, 
.archive .entry-summary {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 22px;
} 

/**
* Theme special layout - SINGLE
************************************************/

.sociable_tagline, 
.singular .navigation-links, 
#comments-template {
	display: none;
}


/**
* Theme special layout - SIDEBAR
************************************************/
.widget-title { display: none; }

#primary h2 { font: bold 20px/24px Helvetica, Arial, sans-serif; margin-bottom: 12px; }
#left h2, #quote h2 { color: #d8bf2c; font: normal 22px/24px Helvetica, Arial, sans-serif; margin-bottom: 12px; } /* LANGUAGE DEPENDENT COLOR */
#left p { color: #000000; font-weight: bold; }
.widget_categoryquotewidget h2 { padding-left: 0; }
#quote div.author,
#quote div.company,
.widget_categoryquotewidget div.author,
.widget_categoryquotewidget div.company { color: #000000; font: bold 12px/18px Helvetica, Arial, sans-serif; margin-left: 8px; }

.widget-tags { margin-top: 20px; }

.widget-tags a, .widget-tags a:link, .widget-tags a:active { color: #6699cc; } /* LANGUAGE DEPENDENT COLOR */

.widget-tags a:hover { color: #000000; }