/*
Theme Name: The Geeked One
Theme URI: http://bbustamante.com
Description: twentyten child theme
Author: Be&ntilde;at Bustamante
Author URI: http://bbustamante.com
Template: twentyten
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

/*Modificar el aspecto de las citas*/
blockquote
{
	border-left:5px solid #A4A4A4;
	margin:15px 30px 0 10px;
	padding-left:20px;
	color:#A4A4A4;
}

/*Modificar el aspecto de los links*/
a:link
{
	color:#0B0B61;
}
a:visited
{
	color:#380B61;
}
a:hover
{
	color:#0A0A2A;
}
a:active
{
	color:#0B0B61;
}

/*Poner el menú sobre el header*/
#header #access
{
	top: -37px;
	position: relative;
}

/*Hacer el menú semitrasparente*/
#access
{
	/* fallback for web browsers that doesn’t support RGBa */
	background: rgb(0, 0, 0) ;
	/* RGBa with 0.70 opacity */
	background: rgba(0, 0, 0, 0.70)
}
