/*
Theme Name: LinTech Headset 2014
Theme URI: 
Description: LinTech Bluetooth Headset
Version: 1.0.0
Author: CSpace
Author URI: http://www.cspace.de	
Template: smpl-skeleton
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

This child theme enables you to make customizations while allowing for safe updates to the parent theme.
The parent theme's style.css is imported below. If you wish to make customizations, do one of the following:

A.) Copy the contents of skeleton/style.css into this file, but leave the (above) child theme head in tact!
B.) Add specific rules BELOW the import. This is intended for minimal customizations.

----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

*/

@import url("../smpl-skeleton/style.css");


body {
	background-image: url("images/back6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
	font-size: 15px;
}

.container {

	margin-top: 10px;
}

#header .inner  {
	padding-bottom: 0px;
}

#navigation ul {
	border-radius: 0px;
	width: 938px;
}

#content {
	/*background: rgba(255,255,255,0.9); */
	background-color: #FFFFFF;
	width: 890px;
	padding: 25px;
}

#navigation {
	margin-bottom: 0px;	
}

#site-title a {
	color: #E1E1E1 !important;
}

#introimg {
	width: 450px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.clearing {
	clear: both;
}
.catbox {
	padding: 5px;
	line-height: 20px;
	width: 410px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	float: left;
	margin: 0 20px 20px 0;
	height: 170px;
}

.catbox img {
	width: 200px;
	height: 145px;
}

h1#site-title a, #header h1#site-title a:hover {
    color: inherit;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000;
	font-style: italic;
}

li {
	margin-bottom: 7px;
}

ul {
	list-style-position: outside;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

#footer a:hover {
	color: #000000;
	text-shadow: 1px 1px 3px rgba(255,255,255,1);
}