/*
Theme Name: Still Light
Theme URI: http://www.stilllight.es/
Description: Theme made by Great Works for Still Light.
Version: 1.0
Author: Great Works
Author URI: http://www.greatworks.es/
*/

/*------------------------------
		 Miscellaneous
------------------------------*/

* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

h2 {
	color: #000;
	font-family: Geneva, Tahoma;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;	
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #726d6d;
}

a:hover {
	color: #000;
}

.post-edit-link {
	font-family: Arial;
	font-size: 11px;
}

.navigation .alignleft a, .navigation .alignright a {
	font-size: 11px;
	font-family: Geneva, Tahoma;
	text-decoration: none;
	text-transform: uppercase;
}

/*------------------------------
		   Structure 
------------------------------*/

body {
	padding: 70px 0 0 70px;
}

#header {
	width: 916px;
	position: relative;
}

#header_address {
	position: absolute;
	top: 10px;
	right: 0px;
	font-family: Arial;
	font-size: 10px;
	text-align: right;
	color: #726d6d;
}

#content {
	float: left;
}

/*------------------------------ 
			  Menu 
------------------------------*/

#menu {
	margin: 10px 0 20px 0;
}

#menu li {
	display: inline;
	font-family: Geneva, Tahoma;
	font-size: 12px;
	position: relative;
	padding: 0 3px 0 0;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

.menu {
	position: absolute;
	top: 3px;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.active {
	position: absolute;
	top: 3px;
	z-index: -1;
}

#menu #news img {
	margin: 0 0 0 -7px;
}

#menu #brands img {
	margin: 0 0 0 0;
}

#menu #about img {
	margin: 0 0 0 -5px;
}

#menu #contact img {
	margin: 0 0 0 2px;
}

/*------------------------------
			  Post 
------------------------------*/

.post {
	width: 560px;
	margin: 0 0 19px 0;
}

.post h2 a {
/*
	color: #000;
	font-family: Geneva, Tahoma;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
*/
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.post h2 {
/*
	color: #000;
	font-family: Geneva, Tahoma;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
*/
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.post h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.entry p {
	font-family: Arial;
	font-size: 11px;
	margin: 8px 0 0 0;
}

/*------------------------------
			Sidebar
------------------------------*/

#sidebar {
	float: left;
	padding: 47px 0 0 31px;
	color: #726d6d;
}

#sidebar h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.sidebar_post {
	width: 180px;
	margin: 0 0 26px 0;
}

.sidebar_post p {
	font-family: Arial;
	font-size: 11px;
	margin: 8px 0 0 0;
}

/*------------------------------
			Brands
------------------------------*/

.brand {
	width: 270px;
	float: left;
	margin: 0 0 20px 0;
}

.brand_alt {
	margin: 0 0 20px 20px;
}

.brand h2 {
/*
	color: #000;
	font-family: Geneva, Tahoma;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
*/
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.brand p {
	font-family: Arial;
	font-size: 11px;
	margin: 8px 0 0 0;
}

.excerpt p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

/*------------------------------
			Footer
------------------------------*/

#footer {
	width: 915px;
	color: #726d6d;
	font-family: Arial;
	font-size: 10px;
	height: 100px;
}

#footer span a {
	color: #726d6d;
	font-family: Arial;
	font-size: 10px;
}

#footer span a:hover {
	color: #000;
}

#footer img {
	width: 915px;
}

#footer .fr span {
	margin: 0 0 0 25px;
}

#footer .fl span {
	margin: 0 25px 0 0;
}
