/*
Theme Name:     Twenty Ten Child Blogacine
Theme URI:      http://www.blogcine.com
Description:    Child theme for the Twenty Ten theme 
Author:         Carlos Caridad Montero
Author URI:     http: //carlanga.net/
Template:       twentyten
Version:        0.1.0
*/



/* Get layout CSS */
@import url('../twentyten/style.css');

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	margin-top: 20px;
	background: #fff;
	padding: 0 20px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

a:link {
	color:#6699CC;
}
a:visited {
	color:#888888;
}
a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 93%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 980px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 3px;
	padding: 3px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 0 0;
	width: 100px;
	font-size: 6px;
	line-height: 5px;
	display:none;
}
#site-title a {
	color: #000;
	font-weight: none;
	text-decoration: none;
}
#site-description {
	color: #000;
	clear: right;
	float: right;
	font-style: italic;
	margin: 0 0 0 0;
	width: 100px;
	display:none;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 1px solid #CCCCCC;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	border-top:1px solid #CCCCCC;
	margin: 0 auto;
	width: 980px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	padding:0 10px;
	line-height:38px;
	color:#888888;
	font-weight:bold;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	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);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#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:#333333;
	background: #EEEEEE;
}

* 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:#fff;
}


/* =Menu
-------------------------------------------------------------- */

#access-2 {
	background: #EEEEEE;
	border-bottom:1px solid #CCCCCC;
	margin: 0 auto;
	width: 980px;
	display:block;
	float:left;
}
#access-2 .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access-2 .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access-2 .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access-2 a {
	display:block;
	padding:0 10px;
	text-decoration:none;
	line-height:30px;
	color:#6699cc;
}
#access-2 ul ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	float:left;
	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);
	width: 180px;
	z-index: 99999;
}
#access-2 ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access-2 ul ul a {
	color:#fff;
	background:#6699cc;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access-2 li:hover > a,
#access-2 ul ul :hover > a {
	color:#000000;
	background:#fff;
}
#access-2 ul li:hover > ul {
	display:block;
}
#access-2 ul li.current_page_item > a,
#access-2 ul li.current-menu-ancestor > a,
#access-2 ul li.current-menu-item > a,
#access-2 ul li.current-menu-parent > a {
	color:#333333;
	background: #6699cc;
}

* html #access-2 ul li.current_page_item a,
* html #access-2 ul li.current-menu-ancestor a,
* html #access-2 ul li.current-menu-item a,
* html #access-2 ul li.current-menu-parent a,
* html #access-2 ul li a:hover {
	color:#fff;
}

/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
	padding-left: 15px;
}
.home .hentry.category-asides {
	padding: 0;
	padding-left: 15px;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
	padding-left: 15px;
}

/* Like
-------------------------------------------------------------- */

.like {
	float:right;
}


/* Object
-------------------------------------------------------------- */

embed, object {
	padding: 6px !important;
	background-color: #F1F1F1 !important;
}

All other styles can be o verridden--or ignored!--in Child Theme stylesheets

*/


