/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //dospicas.com/
Description:    Child theme for the Twenty Ten theme 
Author:         eric toledo
Author URI:     http: //dospicas.com/about/
Template:       twentyten
Version:        0.1.0
*/

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

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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: transparent;
	margin-top: 0px;
	padding: 0 20px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	 background: repeat url(http://dospicas.com/my-images/twin-amp-mic-rec-BKG1.png);
	/*text-shadow: #a3a3a3 0.1em 0.1em 0.1em;*/
}
body,
input,
textarea {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}


a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:active,
a:hover {
	color: #222;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 40px 0 0 0;
}
#site-title {
	float: left;
	font-size: 50px;
	line-height: 48px;
	letter-spacing: -0.2pt;
	margin: 0 20px 5px 15px;
	width: auto;
}
#site-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: left;
	font-size: 15px;
	font-style: italic;
	margin: 20px 0 10px 0;
	width: 450px;
}
 

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

#access {
	background: none;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: right;
	position: relative;
}
#access a {
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f1f1f1;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #f1f1f1;
	color: #FF0000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #333;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #333;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;	
	overflow: hidden;
	padding: 40px 0 0 0;
}

#main .widget-area ul ul {
	margin:0;
}

#content .entry-title {
    color: #fff;
    }

.page-title a:active,
.page-title a:hover, 
.entry-title a:active,
.entry-title a:hover,
.page-link a:active,
.page-link a:hover,
.entry-meta a:hover,
.entry-utility a:hover {
	color: #fff;
}

/* custom */

#main .widget-area ul .social-icons li {
	float: left;
	list-style-type: none;
	margin: 0 0 15px 0;
}


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

#colophon {
	border-top: 1px solid #e1e1e1;
}
