/*  
Theme Name: Biblioteca
Theme URI: http://wpshout.com
Description: Alex Denning's rather lovely theme framework
Version: 1.0
Author: Alex Denning
Author URI: http://www.wpshout.com

Alex Denning's lovely theme framework.
 
/* BASIC STYLING. 
The base of the styling. Contains:
1. HTML tags
2. Structure
3. Header tags
4. Post styles
5. Images
6. Comments
7. Forms
8. Clearing
9. Three column footer
10. Sidebar and widgets
11. Single posts
12. Navigation
13. Tab
14. Slider
*/
@import url('css/base.css');


/* LAYOUT.
You can have two columns (2column.css) or perhaps two columns with a wide content area and smaller sidebar (300px shrunk to 250px) (2column-wide.css),
a really wide content area (sidebar 135px) (2comlumn-really-wide.css) or a column either side of the content area (3column.css)
To summarise:
1. 2column.css
2. 2column-wide.css
3. 2column-really-wide.css
4. 3column.css

Contains:
1. Content and sidebar divs

IMPORTANT: you can choose the layout from the options page, and by default a two column layout is set and it will override anything you have here.
*/
/*@import url('css/2column.css');*/

/* IN HERE
In this stylesheet:
1. Basic colours
3. Tabs
*/


body {
	background:#1F242A;
	color: #1d1d1d;
	}

h3 {
	background: #194E84;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	}



ul.domtabs li a:hover, ul.domtabs li.active a{
background: #3B6B9C;
/*for browsers based on Mozilla - this works :D*/-moz-border-radius:5px;
/*and for Safari - */-webkit-border-radius: 5px;
/*Internet Explorer users. You won't see anything. :P. 
However, only 5% of visitors (to this site) use it , so it's not a big problem.*/
float:left;
color:#fff !important;
}
/*Navigation colour scheme*/
#nav-cat li li {
	width: 250px;
	background: #194E84;
	z-index:1000;
	height:auto;
	padding:10px !important;
	margin:0;
	letter-spacing: 0.06em;
	border-right:none;
	border-bottom:1px solid #848484;
	}
	
	#nav-cat a:hover, #nav-cat li.current-cat a, #nav-cat li.current-cat a:visited {
	text-decoration:none;
	color:#FFF;
	background:#3B6B9C;
	/-moz-border-radius:5px;
/*and for Safari - */-webkit-border-radius: 5px;
	}	
	#nav-cat {
	line-height: 1.0;
	position:relative;
	margin:0 auto;
	background:#194E84;
	padding:6px 0 6px 15px;
	border-top:1px solid #83a8b9;
	}
