/* 
Theme Name: Aalto Venture Garage theme
Description: This is a theme designed for Aalto Venture Garage (http://aaltovg.com). It's based on the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind. Also based on the Skeleton Hybrid child theme (http://themehybrid.com/themes/skeleton). NOT FOR PUBLIC DISTRIBUTION
Author: Jyri Tuulos
Author URI: http://jyrituulos.com
Version: 0.0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/
/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');


/*
 * Styles based on Hybrid's default screen.css
 */

/**
* Body
************************************************/

/* Body background positioning fix */
html {background:#FFF;}

/* Contains everything */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	line-height: 21px;
	color: #fdfdfd;
	background: #FFFFFF url(http://aaltovg.com/wp-content/uploads/2011/02/aaltovg_concrete_bg_logo1.jpg) no-repeat top center;
	min-width:660px;
	}
	/* Wrapper for everything inside of the body */
	#body-container {
		margin: 0 auto;
		}

/**
* Elements
************************************************/

/* Hyperlinks */
a {
	color: #06C;
	text-decoration: none;
	}
a:visited {
	color: #069;
	}
a:hover, a:active {
	color: #03C;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {
	list-style: square;
	}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Object */
object {}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}
	textarea, input {
		font-family: Arial, Helvetica, sans-serif;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font-size: 47px;
	line-height: 35px;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
		margin: 30px 0 20px 0;
		position: relative;
		}

		/* Site title */
		#site-title {
			font-weight: bold;
			}
		#site-title a {
			color: #000;
			display: block;
			height: 170px;
			width: 420px;
			font-size: 55px;
			line-height: 170px;
			text-indent: -9999px;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			font-size: 20px;
			line-height: 34px;
			font-style: normal;
			margin: 0;
			color: #000;
			font-weight: normal;
			text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
			position: absolute;
			right: 0;
			top: 08px;
			}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#primary-menu {
	overflow: visible;
	height: 34px;
	margin: 0 0 15px 0;
	z-index: 100;
	}

	/* Page nav */
	#primary-menu div.menu li {
		margin-right: 5px;
		}
	#primary-menu div.menu li li {
		margin-right: 0;
		}
	#primary-menu div.menu li a {
		padding: 8px 15px 8px 15px;
		color: #111;
		background: #ddd;
		background: rgba(255,255,255,0.85);
		text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
		font-weight: bold;
		border-top: 1px solid #fff;
		}
	#primary-menu div.menu li a:hover {
		text-decoration: none;
		color: #111;
		background: #ffffff;
		text-shadow: 0px 1px 0px rgba(72,255,99,0.5);
		border-top: 1px solid #29da42;
		}
	#primary-menu div.menu li.current_page_item {
		background: #fff;
		text-decoration: none;
		}
	#primary-menu div.menu li a span.page_item_more {
		text-indent: -9999px;
		background: url(images/arrow_down_small.png) no-repeat center center;
		display: block;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		float: right;
	}
	
	/* Drop-downs style */
	#primary-menu div.menu li:hover ul, li.sfHover ul {
		top: 32px;
		}
	#primary-menu div.menu li li a {
		margin-right: 0;
		}
	#primary-menu div.menu li ul {
		background: #ddd;
		background: rgba(255,255,255,0.85);
		border-top: 1px solid #fff;
		box-shadow: 0 3px 10px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.6);
		}
	#primary-menu div.menu li li:hover ul, li li.sfHover ul , #primary-menu div.menu li li li:hover ul, li li li.sfHover ul  {
		top: -1px;
		}
	#primary-menu div.menu li li li {
		margin-left: -1px;
		}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin-bottom: 21px;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.content {
		margin: 0 0 21px 0;
		padding-top: 10px;
		overflow: hidden;
		background: #fff;
		color:#000;
		}
	.no-widgets .content, .page-template-no-widgets .content {
		width: 960px;
		}
	.content > * {
		padding: 0 20px 0 25px;
		}

		/* Breadcrumb trail */
		.breadcrumb {
			margin: 0 0 30px 0;
			font-size: .9em;
			font-style: italic;
			color: #666;
			}
		.breadcrumb a {
			color: #111;
			text-decoration: none;
			}
		.breadcrumb a:hover {
			color: #d54e21;
			text-decoration: underline;
			}

		/* Archive and search <div> before posts are listed */
		.author-info, .search-info {
			overflow: hidden;
			margin: 0 0 40px 0;
			}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			overflow: hidden;
			margin: 0 0 40px 0;
			}
		.single .post, .attachment .post, .page .post {
			margin: 0;
			}

			/* Post, page, and archive titles */
			.entry-title {
				font-size: 24px;
				margin: 0 0 12px 0;
				font-weight: normal;
				}
			.archive .entry-title, .search .entry-title {
				font-size: 21px;
				margin: 0;
				}
			.page-title, .attachment-title {
				margin: 0 0 21px 0;
				}
			.entry-title a {
				color: #000;
				}
			.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 {
				margin: 0 0 30px 0;
				font-style: italic;
				color: #666;
				}
			.archive .byline, .search .byline {
				margin: 0;
				}
			.byline .byline-prep {
				text-transform: lowercase;
				}

			/* Full entries */
			.entry-content {
				overflow: hidden;
				margin: 0 0 10px 0;
				}
				
			/* Entry metadata */
			.entry-meta {
				clear: both;
				font-style: italic;
				color: #666;
				}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {
					margin: 0 3px;
					padding: 3px 9px 3px 9px;
					border: 1px solid #ccc;
					}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			margin-bottom: 21px;
			font-style: italic;
			}
			.navigation-links .previous {
				float: left;
				max-width: 50%;
				}
			.navigation-links .next {
				float: right;
				max-width: 50%;
				text-align: right;
				}
		.navigation-attachment {
			overflow: hidden;
			}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {
			margin-bottom: 21px;
			}
			.wp-pagenavi .pages, 
			.wp-pagenavi .current, 
			.wp-pagenavi .extend, 
			.wp-pagenavi a {
				margin-right: 6px;
				padding: 3px 9px 3px 9px;
				border: 1px solid #ccc;
				}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			clear: both;
			display: none;
			}

			/* Comments section headers/titles */
			.comments-header {
				font-size: 1.2em;
				}
			#comments-number {}

			/* Comments closed paragraph */
			.comments-closed {
				font-style: italic;
				}

				/* Main comments section */
				#comments {}
					#comments-template ol {
						list-style: none;
						margin: 0 0 21px 0;
						}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li, #comments li li li, #comments li li li li li {
							overflow: hidden;
							margin: 0 0 15px 0;
							padding: 15px 15px 0 15px;
							background: #fff;
							border: 1px solid #ccc;
							}
						#comments li li, #comments li li li li {
							background: #f9f9f9;
							}
						#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-template .avatar {
								width: 40px;
								height: 40px;
								float: left;
								margin-right: 15px;
								padding: 0;
								border: 1px solid #666;
								}

							/* Comment meta data */
							.comment-meta {
								margin: 10px 0 21px 0;
								font-size: 13px;
								color: #666;
								}
							.comment-author {
								font-size: 15px;
								color: #000;
								}
							.comment-reply-link, .permalink, .comment-edit-link {
								font-style: italic;
								color: #666;
								}
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							.comment-text {
								clear: left;
								margin: 0 15px;
								}

					/* 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 */
				.text-input {
					display: block;
					padding: 3px 6px;
					width: 97%;
					}
				#comments-template label {
					font-size: .9em;
					}
				
				/* Respond textarea */
				textarea {
					width: 98%;
					}
				
				/* Submit and rest buttons */
				.button, .submit, .reset {
					width: 100px;
					margin-right: 15px;
					padding: 7px 15px 8px 15px;
					background: #fff;
					border: 1px solid #ccc;
					}
				.button:hover, .submit:hover, .reset:hover {
					cursor: pointer;
					background: #f9f9f9;
					}
					
				#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 {}
		
		#utility-before-content,
		#utility-after-content, 
		#utility-after-page, 
		#utility-after-single {
			margin: 0 0 21px 0;
			}

		/* Inside header */
		#utility-header {
			position: absolute;
			right: 0px;
			top: 60px;
			text-align: right;
		}
		#utility-header .socialmedia-buttons img {
			margin: 0 0 0 10px;
		}

		/* Before content */
		#utility-before-content {
			background-color: #000;
			margin-top: -10px;
			border-top: 1px solid #444;
			}

		/* 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 {
		overflow: hidden;
		margin: 0 0 15px 0;
		}
	.widget-inside {}
	
	/* Widget titles */
	.widget-title {
		font-size: 18px;
		font-weight: normal;
		color: #111;
		}

	#primary,
	#secondary {
		color: #222;
		width: 330px;
	}
        #primary .widget,
	#secondary .widget {
		background: #ddd;
		background: rgba(255,255,255,0.85);
		padding: 10px;
		border-top: 1px solid #fff;
		margin-bottom: 10px;
	}

	/* 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 {
	padding: 25px 0 10px;
	background: #121314;
	border-top: 1px solid #343536;
	}

	/* Subsidiary widget section */
	#subsidiary {
		margin: 0 0 21px 0;
		padding: 0 15px;
		}
		#subsidiary .widget {
			margin: 0 10px;
			width: 290px;
			}
			#subsidiary .widget-inside {}
			#subsidiary .widget-title {
				color: #eee;
				}
			#subsidiary .widget ul {
				list-style-type: none;
				margin-left: 0;
				padding-left: 0;
			}
			#subsidiary .widget ul li {
				margin-bottom: 10px;
			}

	/* Footer section */
	#footer {
		color: #444;
		padding: 0 25px;
		font-size: 85%;
		}

		/* Footer extra */
		#footer .copyright {
			display: inline;
			float: left;
			margin-right: 9px;
			}
		#footer .credit {}
		
/**
* Plugin and widget specific styles
************************************************/

/* Smooth slider (remember to mark rules with !important to override inline styles) */
#smooth_sliderc {
	text-align: left !important;
}
.smooth_slideri .smooth_slider_thumbnail {
	margin: 0 15px 10px 0 !important;
}
.smooth_slideri h2 {
	margin-bottom: 15px !important;
}
.smooth_slideri p.more {
	margin-top: 10px !important;
}
.smooth_slideri p.more a {
	font-size: 85% !important;
}
ul#smooth_sliderc_nav li {
	border-color: #444 !important;
	padding: 2px 0 !important;
}
.sldrlink a {
	color: #222 !important;
}

/* Tweet Blender */
.widget_tweetblender #msg_loading {
	border: none !important;
	background: transparent !important;
	color: #888 !important;
}
.widget_tweetblender .tb_tweet-info a {
	color: #999 !important;
}

/* Vimeo Videowall widget */
div.fwvvw_vthumb {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

/* Events list widget */
#events-list .dbem_events_list {
	margin: 0;
}

/* RSS Feed widget */
.widget_rss .rss-date,
.widget_rss cite {
	font-size: 85%;
	font-style: normal;
	color: #999;
}

/* Sociable plugin */
.sociable-hovers {
	opacity: 0.8 !important;
}
.sociable-hovers:hover {
	opacity: 1 !important;
}
.sociable_tagline {
	float: left !important;
	margin-right: 6px !important;
}

/* MailChimp widget */
#mailchimp-widget #mc_signup_form {
	padding: 15px 20px;
}
#mailchimp-widget #mc_signup_form .mc_merge_var {
	margin-bottom: 0.5em;
}
#mailchimp-widget #mc_signup_form #mc_interests_header {
	margin-top: 0.5em;
}
#mailchimp-widget #mc_signup_form .mc_signup_submit {
	text-align: left;
}
#mailchimp-widget #mc_signup_form #mc_signup_submit {
	width: auto;
	margin-top: 1em;
}
#mailchimp-widget #mc_signup_form #mc_message {
	margin-bottom: 0.5em;
}
#mailchimp-widget #mc_signup_form #mc_display_rewards {
	font-size: 80%;
}

/* Footer feedback area */
#subsidiary .feedback-widget {
	padding: 15px 20px;
	background-color: #222324;
	color: #aaa;
}
#subsidiary .feedback-widget p {
	margin-bottom: 0.5em;
}
#subsidiary .feedback-widget .submit {
	width: auto;
	margin-top: 0.5em;
}

/* Footer widget forms (MailChimp and feedback) */
#subsidiary form input[type="text"],
#subsidiary form textarea {
	width: 90%;
	padding: 5px;
	background-color: #444;
	border: 1px solid #666;
	color: #ccc;
}
#subsidiary form textarea {
	height: 6em;
}

/* Other styles */
.coaches_gallery {
  width: 450px;
  overflow: hidden;
  margin-bottom: 4em;
}
.coaches_gallery img {
  margin: 0;
}

.logos {
  overflow: hidden;
  margin-bottom: 2em;
}
.logos a {
  min-height: 75px;
  float: left;
  display: block;
}

a.big-button {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 0.3em 0.7em;
  background: #5e5;
  border-width: 1px;
  border-style: solid;
  border-color: #8e8 #4e4 #3e3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  float: right;
}
a.big-button:hover {
  background: #8f8;
}

#as_facebook_mem_likebox_widgets #likebox-frame {
  background-color: #fff;
}
