/*
Theme Name: cabra
Theme URI: http://xpressionxtreme.com
Description: 2 col Fixed  Width 1024px A child theme of the WordPress twentyten.
Author: Mexking based on work by the WordPress team
Author URI: http://xpressionxtreme.com
Version: 1.0
Tags: black, red, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/

@import url('../twentyten/style.css');

/*
LAYOUT: Two-Column (Right) Primary
DESCRIPTION: Two-column 1024px fixed layout with  right sidebar.
*/

body {
	min-width: 1024px;
	background-attachment: fixed;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
#access .menu-header,
div.menu,
#colophon,
#wrapper,
#branding {
	width: 1024px;
}
#wrapper {
	margin-top: 0px;
	padding: 0px;
}
#header {
	position: relative;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/minihead-red.jpg);
	background-repeat: repeat-x;
}
#branding img {
	border: 0px;
	margin: 0 0 0 42px;
}
#site-title {
    margin: 0 0 5px 40px;
	width: 450px;
}
#site-description {
	width: 300px;
	margin: 10px 0 5px 0;
	color: #000;
}
#access {
	position: relative;
	overflow: hidden;
	width: 1024px;
}
.menu {
	width: 940px;
	margin: 0 auto;
}
#main {
	clear: both;
	width: 1022px;
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 40px 0 20px 0;
}
#container {
	width: 750px;
	margin: 0px;
	border-right: 1px solid #000;
}
#content {
	overflow: hidden;
	margin: 0 10px 0 10px;
}
.entry-utility {
    border-bottom: 1px dotted #999;
	padding: 10px 0 10px 0;
}
/************************************************
*	Home styles				      *
************************************************/
#homecontent {
	font: 12px Verdana, Geneva, sans-serif;
}
#homeleft {
	width: 350px;
	float: left;
	overflow: hidden;
	padding: 0 0 20px 10px;
}
#homeright {
	width: 350px;
	float: right;
	overflow: hidden;
	padding: 0 5px 20px 10px;
}
#homecontent #homewidget {
	padding: 10px;
	border: 1px dotted #999;
	margin-bottom: 15px;
	background-image: url(images/widg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#homecontent a:link,
#homecontent a:visited {
	color:#C20000;
	text-decoration: none;
}
#homecontent a:hover {
	color:#666;
	text-decoration: underline;
}
#homecontent h2 a,
#homecontent h2 a:visited {
	color:#C20000;
	text-decoration: none;
}
/************************************************
*	Scroll Slider Colecciones	      *
************************************************/
#menucolecciones { float: left; margin: 30px 60px 30px 80px; }
#menucolecciones h2 { font: bold 16px Verdana, Geneva, sans-serif; color: #900; }
#ImageSlider { float: right; margin: 30px 100px 30px 10px; border: 1px solid #CD853F; width: 530px; height: 180px; overflow-y: hidden; overflow-x: scroll; }
#ImageSlider p.imageslider { width: 500%; }
#ImageSlider p.imageslider img { padding: 8px 0px 5px 10px; }
.buy { text-align: center; font: 12px Verdana, Geneva, sans-serif; color: #900; }
/************************************************
*	    Sidebar				      *
************************************************/
#primary,
#secondary {
    width: 250px;
    margin: 0 5px 0 15px;
}
#subsidiary {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}
#subsidiary .aside {
    width: 300px;
    float: left;
    margin: 0 10px 0 10px;
}
#subsidiary #third {
    margin: 0 0 0 10px;
}
#site-info a {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCC;
}
#footer {
	background-color: #333;
}
#colophon {
	border-top: 4px solid #C20000;
}
/************************************************
*	LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebarHome styles    *
************************************************/
#fullwidth {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 20px 0 20px;
}
/************************************************
*	Change of Links and link colors			      *
************************************************/
#site-title a {
	color: #000;
	font-variant: small-caps;
}
#site-title a:hover {
	color: #FFF;
	font-variant: small-caps;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#000;
	background-color: #F00;
}
.entry-title a:link,
.entry-title a:visited {
	color:#C00;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-content a:link, 
.entry-content a:visited {
	color:#C00;
}
.entry-content a:active, 
.entry-content a:hover {
	color:#000;
}
/************************************************
*	Change our default link colors	  *
************************************************/
.widget-area a:link,
.widget-area a:visited {
	color:#333;
}
.widget-area a:active,
.widget-area a:hover {
	color:#A80000;
}
.widget-title {
	color:#A80000;
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
}