@charset "utf-8";
/* CSS Document */

/***************Top Margin *******************/
#container, .subsection { padding-top:50px;	
}

.logonav { padding-top:50px;	
}

/*******************BG Image*******************/
body {
	background-image:url(http://imprentamac.com.ar/wp-content/themes/bookcase/images/skins/textures/linen.png);    background-repeat:repeat;
    background-position:center top;
    }

/***************Don't Display Admin Bar on Homescreen*******************/
   #wpadminbar { display:none; }
   html { margin-top: 0 !important; }
    * html body { margin-top: 0 !important; }

/****************Button Colors***********************/

.button:hover, a.button:hover, a.more-link:hover, #footer .button:hover, #footer a.button:hover, #footer a.more-link:hover, .cancel-reply p a:hover {
		   
background:#555555!important;	
color:#fff;
}

.button, a.button, a.more-link, #footer .button, #footer a.button, #footer a.more-link, .cancel-reply p a {
		   
background:#212121;	
color:#fff;
}

/****************Link Colors***********************/
p a, a {
color:#212121;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, p a:hover, 
#footer h1 a:hover, #footer h2 a:hover, #footer h3 a:hover, #footer h3 a:hover, #footer h4 a:hover, #footer h5 a:hover, a:hover, #footer a:hover, .blogpost h2 a:hover {
color:#555555;	
}

/****************Selection Colors***********************/
::-moz-selection {
background:#555555; color:#fff;	
}

::selection {
background:#555555; color:#fff;	
}

/***************Typographic User Values *********************************/

h1, h2, h1 a, h2 a, .blogpost h2 a {
font-family:"Open Sans", georgia, serif;}

h5, h5 a, , .widget h3, .widget h2, .widget h4  {
font-family:"Open Sans", georgia, serif;}

h3, .ag_projects_widget h3, h4, h3 a, h4 a, .aj_projects_widget h3 a, .footer .note h4, .footer h4.subheadline {
font-family:"Open Sans", georgia, serif;}

p, ul, ol, .button, .ui-tabs-vertical .ui-tabs-nav li a span.text,
.footer p, .footer ul, .footer ol, .footer.button, .credits p,
.credits ul, .credits ol, .credits.button, .footer textarea, .footer input, .testimonial p, 
.contactsubmit label, .contactsubmit input[type=text], .contactsubmit textarea {
font-family:"Open Sans", arial, sans-serif;}

/******************   Tab Images   ***************************/

 #tabs .tabimage {
 display: block;
 float:left;
 width:16px;
 height:16px;
 background: url(
http://imprentamac.com.ar/wp/wp-content/themes/bookcase/images/icons/silver_orb.gif) top center no-repeat;} 

