/*
Theme Name:     Standard -MMBlogg
Theme URI:      http://standardtheme.com
Description:    MMSports child theme for the Standard theme
Author:         Weightpoint AB
Author URI:     http://www.weightpoint.se/
Template:       standard                             
Version:        0.1.0
*/

@import url("../standard/style.css");

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 910px;
}
.span12 {
	position: relative;
	width: 860px;
	margin-left: 25px;
}
.row {
	background-color: #efefef;
	width: 910px;
	margin-left: 0;
	padding-top: 20px;
}

#header {
	display: none;
}
.navbar .nav {
	margin-left: 0;
	width: 910px;
}
#header-image {
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	padding: 0;
}
#footer, .navbar-inner {
	width: 910px;
	margin: 0 auto 0 auto;
}
#footer {
	margin-bottom: 30px;
}
#footer #sub-floor #credit {
	float: none;
	text-align: center;
}
#footer #sub-floor {
	background: url("images/footergrade.jpg");
}
.navbar-inverse .navbar-inner {
	background-color: none;
	background-image: url("images/top910.png");
	margin-top: 30px;
	height: 99px;
}
.menu-header-container {
	position: relative;
	top: 50px;
	left: 18px;
}
#menu-top-menu {
	text-align: left;
}
#header-image h1 a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 3px #777;
  	-webkit-box-shadow: 0 0 3px #777;
  	box-shadow: 0 0 3px #777; /* CSS3 */
}
.small-logo {
	display: none;
	float: right;
	max-width: 70%;
	margin-top: 10px;
}
.info-square {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 210px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 20px;
}
.info-image {
	margin-bottom: 10px;
}
.infosmall-image {
	display: none;
	margin-bottom: 10px;
}
.info-square hr {
	margin: 6px 0;
	height: 1px;
	background: #ddd;
	border: 0;
}
.info-sub-text {
	font-family: serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}

#credit {
	display: none;
}
.navbar .nav {
	text-align: center;
}
.navbar .nav > li {
	display: inline-block;
	float: none;
}

@media (max-width: 979px) and (min-width: 768px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 655px;
	}
	.span12 {
		width: 605px;
	}
	.row {
		background-color: #efefef;
		width: 655px;
	}
	#footer, .navbar-inner {
		width: 655px;
		background-color: #666666;
	}
	#footer {
		margin-bottom: 0;
	}
	.navbar-inverse .navbar-inner {
		margin-top: 0;
		height: auto;
		background-image: none;
	}
	.menu-header-container {
		top: 0;
	}
	#menu-top-menu li {
		display: block;
	}
	#header-image h1 a, #header-image p a {
		overflow: hidden;
	}
	#header-image img, #header-image a img {
		max-width: 150%;
	}
	.info-square {
		position: relative;
		top: -45px;
		margin-bottom: -35px;
		left: 15px;
		height: 12px;
		width: 450px;
		padding: 10px;
	}
	.info-image {
		display: none;
	}
	.infosmall-image {
		display: inline;
	}
	.small-logo { 
		display: inline;
		margin-right: 20px;
	}
	.info-square hr { display: none; }
	.info-sub-text { display: none; }
	.navbar .nav {
		width: 655px;
	}
	#footer #sub-floor {
		width: 655px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		overflow: hidden;
	}
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 100%;
		margin-left: -20px;
	}
	.navbar .btn-navbar {
		margin-left: 20px;
	}
	.span12 {
		width: 100%;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		background-color: #efefef;
		width: 100%;
	}
	#footer, .navbar-inner {
		width: 100%;
		background-color: #666666;
	}
	#footer {
		margin-bottom: 0;
	}
	.navbar-inverse .navbar-inner {
		margin-top: 0;
		height: auto;
		background-image: none;
	}
	.menu-header-container {
		top: 0;
	}
	#menu-top-menu li {
		display: block;
	}
	#header-image h1 a, #header-image p a {
		overflow: hidden;
	}
	#header-image img, #header-image a img {
		max-width: 150%;
	}
	.info-square {
		position: relative;
		top: -45px;
		margin-bottom: -35px;
		left: 15px;
		height: 12px;
		width: 70%;
		padding: 10px;
	}
	.info-image {
		display: none;
	}
	.infosmall-image {
		display: inline;
	}
	#header-image img.infosmall-image {
		max-width: 100%;
	}
	.small-logo { display: inline; }
	.info-square hr { display: none; }
	.info-sub-text { display: none; }
	.navbar .nav {
		width: 100%;
	}
	#footer #sub-floor {
		width: 100%;
	}
}