/*
Theme Name: Sport Design Theme
Theme URI: http://www.orangelab.se/
Description: Temat för Sport Design Sweden.
Version: 1.0
Author: Rickard Westerlind
Author URI: http://www.orangelab.se/
*/


/* Structure */

body {
	margin: 0 20px;
	}

#page {
	width: 790px;
	margin: 20px auto;
	}

#header {
	padding-bottom: 20px;
	}
	
#footer {
	clear: both;
	padding: 0 0 20px 0;
	}

/* Typography & Colors */

body {
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	background: #fff;
	color: #111;
	line-height: 1.2;
	}

#headercontent {
	text-transform: uppercase;
	}
	
#headercontent, #footer {
	color: #666;
	}

#footer {
	text-align: center;
	}

a {
	color: #2f4d83;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	}

.box a {
	color: #fff;
	text-decoration: underline;
	}
	
.box a:hover {
	text-decoration: none;
	}

#headercontent a {
	color: #666;
	text-decoration: none;
	}
	
#headercontent a:hover {
	text-decoration: underline;
	}
	
small {
	font-size: 11px;
	line-height: 1.2;
	}
	
#footer {
	line-height: 1.8;
	}

hr {
	background-color: #fff;
	height: 0;
	width: 100%;
	border: 0;
	border-top: 1px solid #fff;
	margin: 20px 0;
	padding: 0;
	}

/* Images */

.alignleft {
	float: left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	}
	
/* Lists */

.qtrans_language_chooser {
	list-style-type: none;
	display: inline;
	float: right;
	margin-top: 19px;
	}
	
.qtrans_language_chooser li {
	display: inline;
	margin-left: 10px;
	}
	
/* Boxes */

.box-holder {
	float: left;
	width: 250px;
	height: 150px;
	margin: 0 20px 20px 0;
	}
	
.box-holder-last-on-line {
	margin-right: 0;
	}
	
.box {
	background-color: #6a82b2;
	height: 150px;
	width: 250px;
	position: absolute;
	cursor: pointer;
	color: #fff;
	}

.boxInnerWrapperThumb {
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
	height: 150px;
	}

.boxInnerWrapperThumb .thumbwrapper {
	width: 100%;
	text-align: center;
	height: auto;
	position: absolute;
	}

.boxInnerWrapperThumb .thumbwrapper img {
	margin: 5px 0;
	}
	
.boxInnerWrapper {
	padding: 35px;
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: 1px;
	}
	
.boxInnerWrapperImage, .boxInnerWrapperImage img {
	padding: 0;
	margin: 0;
	}
	
#uiblock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	}