/*
Theme Name: V5 Temp Theme
Theme URI: http://hugobaeta.com
Description: 
Version: 1.0
Author: Hugo Baeta
Author URI: http://hugobaeta.com
Tags: 
*/

@import "assets/css/framework.css";

/* @group Basic Styles */
body { font-size: 62.5%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	 color: #aaa; background: #efefef; }
strong { color: #72726D; }
/* @end */

/* @group Links */
a:link, a:visited { color: #aaa; text-decoration: underline; }
a:hover, a:active { color: #000; text-decoration: none; }
/* @end */

/* @group Layout */
#body-wrap { width: 650px; margin: 0 auto; }
#content-wrap { margin: 150px 0 0; }
/*LOGO*/
#logo { width: 290px; height: 60px; margin: 150px 0 80px; padding: 0; }
#logo h1 { width: 290px; height: 60px; margin: 0;
	background: transparent url(assets/images/logo.png) no-repeat; }
#logo h1 a { width: 290px; height: 60px; margin: 0; text-indent: -9999px; float: left;
	background: transparent url(assets/images/logo.png) no-repeat; }
/*TEXT*/
#content { overflow: hidden;
	font-size: 1.4em; line-height: 1.4em;  }
#content h3 { font-size: 1.1em; color: #72726D; text-transform: none; }
#content ul { margin: 0 0 1em; }
#content ul li { margin: 0 0 .5em; color: #aaa; }
#content #col-info { float: left; width: 280px; margin-left: 75px; }
#content #col-links { float: right; width: 240px; }
/* @end */