/*
Theme Name: Quattro Books	
Author: Avery Swartz
Template: twentyten
*/

@import url("../twentyten/style.css");


/*--------------------------GLOBAL ELEMENTS -------------------------------*/

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 background-image: url('http://quattrobooks.ca/wp-content/uploads/2013/01/greytexture.gif');
 background-repeat: repeat;   
}

media="all"
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
margin: 0 auto;
width: 1000px;
}

#wrapper {
padding:0 0px 0 0px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 4px 2px 3px #cac5c5, -4px 2px 3px #cac5c5;
width:1000px;
}

#main {
	xborder-top: 3px #999 solid;
	padding: 0 20px;
	margin-top:0px;
}

#content {
margin: 0 260px 0 0px;
}

#main .widget-area ul {
	padding:0px;
}

/*---------------------HEADER---------------------------*/

#header {
	background-image: url('http://quattrobooks.ca/wp-content/uploads/2013/01/headerbg.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	padding: 10px 0px 0px 0px;
}

#masthead {
	padding: 0 20px;
}

#branding img {
    border-top:0px;
    border-bottom:0px;
 }




/*---------------------NAVIGATION---------------------------*/

#access {
	background: rgba(255, 255, 255, 0.1);

	width: 66%;
	float: right;
	xmargin-top:100px;
}


/*--Top Level Nav and Current items ----*/

#access ul li a:link, #access ul li a:visited, #access ul li.current_page_item > a, #access ul li.current-menu-item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-parent > a {
	background: #ffffff;
	color:#971b1e;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size:1.4em;
    text-transform: uppercase;
}

#access ul li a:active, #access ul li a:hover{
		background: #ffffff;
		color:#666666;
}

/* --- Drop Down Nav Items ---*/

#access ul li ul a:link, #access ul li ul a:visited {
	background: #ffffff;
	color:#971b1e;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size:1em;
    text-transform: uppercase;
}

#access ul li ul a:active, #access ul li ul a:hover{
		background: #ffffff;
	color:#666666;
}

/*--------------------SIDEBAR ---------------------------*/
#primary {
margin-top: -12px;
}


/*---------------------TYPOGRAPHY-------------------------*/

#content h1 {
	color: #971b1e;
	font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size:1.5em;
    text-transform: uppercase;
}

#content h2 {
	color: #971b1e;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size:1.1em;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

#content h3 {
	color: #666;
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 2em;
}

#content p {
	color: #666;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size:0.875em;
}

#content a:link, #content a:visited {
		color:#971b1e;
		text-decoration: none;
}

#content a:hover, #content a:active {
		color:#666666;
				text-decoration: none;
}


/*----- BLOG ----------------------------- */
span.meta-sep, span.author.vcard {
	display:none;
}


/*--- Author Name on Authors Page AND Book Title on Books Page ----*/
#content h3.author, #content h3.title, #bookshelf h3 {
	color:#971b1e;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size:0.875em;
    text-transform: uppercase;
}


/*--- Author Name on Individual Author Pages AND Book Title on Individual Book Pages ----*/
#content h1.author-name, #content h1.book-title {
line-height: 1em;
margin-bottom: 0px;
}


/*---Book Meta Data on Individual Books Page -----*/
#content div.entry-meta p{
	color: #666;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size:1.2em;
    line-height:1.4em;
    margin-bottom:0em !important;
}

/*------------------- HOMEPAGE IMAGE SLIDER --------------------*/
.wooslider {
    border: none !important;
    border-radius:0px !important;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
}

.wooslider .slide-content {
margin: 0em !important;
}

.wooslider .slide-content p {
    margin-bottom:0px !important;
}

ul.slides {
    margin-bottom:0px !important;
}


/*---------------------ALL BOOKS PAGE aka THE BOOKSHELF ---------------*/

form.taxonomy-drilldown-dropdowns select {
    display: inline;
}

#bookshelf {
	height:300px;
    width:158px;
    float:left;
    margin-right:10px;
}

#bookshelf h3 {
	width:140px;
	margin: 0 0 0px 0;
}

#bookshelf img {
	border: 1px #333 solid;
}


/*-----TAXONOMY DRILL DOWN FORM aka FILTER YOUR RESULTS ------------*/

form.taxonomy-drilldown-dropdowns {
margin-top:-15px;
}

form.taxonomy-drilldown-dropdowns ul li {
	float:left;
	width:50%;
}

form.taxonomy-drilldown-dropdowns p input {
margin-top:15px;
margin-bottom:0px !important;
}


/*-------------------SINGLE BOOK PAGE -------------------*/

.book-info {
	float:right;
	width:60%;
}

.entry-meta {
	margin-bottom: 15px;
}

.book-cover-and-buttons {
	width:40%;
	float:left;
}

.book-cover img {
	border: 1px #333 solid;
}

.post-meta {
	color: #666;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size:0.875em;
}

ul.post-meta li {
	list-style-type: none;
	margin-left: -20px;
	}



/*--------------------ALL AUTHORS PAGE aka AUTHORS DISPLAY ---------------*/

h1.author-page-title {
	padding-top: 12px;
}

#authordisplay {
    width:150px;
    height: 220px;
    margin-right:15px;
    float:left;
}


/*----------------------SINGLE AUTHORS PAGE ------------------*/
.author-info {
	float:right;
	width:60%;
}

/*---------------------FOOTER---------------------------*/

#footer {
	padding: 0 20px;
}

#colophon {
border-top: 1px solid #999;
}

#footer a:link, #footer a:visited {
		color:#971b1e;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
		color:#666666;
				text-decoration: none;
}
