/* @override http://localhost:8888/css/types.css */

/* //////////////////////////////////

 types.css 
 
 This CSS define all the types used on the website.
 
 SEQOY Web Site 2.0 (seqoy.com)
 
 Creation Date: May, 12. 2009
 Created by: SEQOY Development Team
 
 This file it's a open source CSS file, 
 you can use this code as free as you want.


////////////////////////////////// */

/* /// ///////// //////////////////////////// // /////////// // /////////// /////////*/

/* Types */

h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	color: #777777;
	font-size: 26px;
	display: inline;
}

h1 a {
	color: #777777;
}

h2 {
	color:  white;
	font-size: 16px;
	display: inline;
}

h3 {
	
	color: black;
	font-size: 22px;
	display: inline;
}


/* Blog Types ////////////////// */

#blog_category_and_date a {
	font-size: 15px;
	color: #343352;
	text-decoration: none;
	font-weight: bold;
}

#blog_category_and_date a:hover {
	color: #706a64;
}

.blog_fecha {
	color: #adadad;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10.5px;
}

.blog_texto {
	color: #2e2e2e;
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.blog_author {
	color: #999;
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1px;
}

/* Sidebar Types ////////////////// */

.sidebar_texto {
	color: #2e2e2e;
	font: 11px/15px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sidebar_titulo {
	color: #424242;
	font: bold 16px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Footer Types ////////////////// */

.copyright {
	color: #4d4d4d;
	font-size: 9px;
}

.footer_text {
	color: #9b9b9b;
	font-size: 13px;
}

.footer_text_bold {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5c5c5c;
	font-size: 13.5px;
	font-weight: bold;
}

.footer_bussareas_bold {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9b9b9b;
	font-size: 13.5px;
	font-weight: bold;
}

/* /// ///////// //////////////////////////// // /////////// // /////////// /////////*/

