1020/* CSS Document */

/*------------------------------------------------------------------

[Layout Stylesheet]

	Project:		timss-pirls
	Version:		1.0
	Last change:	12/11/2012


[Table of contents]

	1. Global
	2. Brand
	3. Navbar
	4. Carousel
	5. Featured Columns .feat-cols
	6. Timeline and identity
	7. Download
	8. Footer
	. Miscellaneous

	*. Bootstrap Overrides
	
	 Attempt IE fix using http://css3pie.com/, behavior: url(path from .html/to/PIE.htc);
	

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Global]
*/

html {
-webkit-text-size-adjust: none;
}

body {
font-family: 'Open Sans', sans-serif;
font: 13px/1.7em 'Open Sans';
/*background: #ffffff url(../img/masthead-1120.png) no-repeat center 22px; /* fix this-collapse */
}

p {
margin-bottom: 1.7em;
font: 12px/1.7em 'Open Sans';
}

ul {
margin-bottom: 1.7em;
}

h1, h2, h3, 
h4, h5, h6 {
margin-bottom: .85em;
}

h2 {
font-size: 19px;
line-height: 130%;
margin-bottom: .1em;
margin-left: 30px;
color: #666;
}

h3, h4, h6 {
margin-bottom: 1.15em;
color: #666;
}

h3 {
font-size: 19px;
line-height: 130%;
}

h4 { /* style headers */
font-size: 13px;
margin: 0 0 6px 0;
line-height: 130%;
}

.col1 h4, .col2 h4, .col1 p, .col2 p { /* style headers */
margin-left: 10px;
}
a {
color: #3399cc;
text-decoration: none;
}

 /* box shadow */	
/*.container { overflow: hidden; }  /*hide extra shadows */
.container > .row {
margin: 0 20px; /* big enough to contain the shadow */
overflow: hidden; /* be sure that nothing overflows from the inner */
} 
.container > .row {
background-color: #FFF;
box-shadow: 0px 0px 20px 2px rgba(0,0,0,.14); /* 10px to hide shadow divisions */
behavior: url(assets/css/PIE.htc);
}
/*.container:first-child > .row { margin-top: 30px; } /* big enough to contain the shadow */

.container:last-child > .row { margin-bottom: 30px; } /* big enough to contain the shadow */

.container > .row.lower-third { margin-top: 30px; }  /*hide extra shadows */


/*------------------------------------------------------------------
[2. Brand] .
*/

.container > .row.logotype {
box-shadow: none;
}

a.brand {
	width:100%;
	/*background: #ffffff url(../img/masthead-1120.png) no-repeat center 22px; /* fix this-collapse */
}


a.brand img {
	/*width:100%; */
	margin-top: 20px;
	margin-bottom: 8px;
}


/*------------------------------------------------------------------
[3. Navbar] .
*/

.navbar {
margin: 0 20px;
}

.navbar .container {
border-top:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
}


.navbar-inner {
border:none;
background-image:none;
background-color: #ffffff;
padding-right: 0;
padding-left: 0;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);

-webkit-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
behavior: url(assets/css/PIE.htc);
	}

/* form btn search*/	
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
margin-top: 5px;
}
input.btn {
height:30px;
}
input, button, select, textarea {
font-family: "Open Sans";
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
background-color: #ffffff;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
behavior: url(assets/css/PIE.htc);
}

.navbar .nav > li > a {
text-shadow: 0 1px 0 white;
behavior: url(assets/css/PIE.htc);
}

button {
font-family: 'Open Sans', sans-serif;
font-size: 90%;
}

#search-label {
	line-height:0;
    display: block;
    float: left;
    margin-left: -5000px;
	margin-bottom:0;
}


/*------------------------------------------------------------------
[4. Carousel] .
*/

.carousel {
border: 1px solid #999999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top: 20px;
margin-bottom: 30px;
}


.carousel-control {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*------------------------------------------------------------------
[5. Featured Columns] .feat-cols
*/

.feat-cols {
margin-top: 20px;
padding-top: 30px;
}

.feat-cols img {
padding-bottom: 10px;
vertical-align: top;
}

a span.chevron img { /* more */
padding: 0 4px 0 0;
vertical-align:baseline;
}

ul.links-lower-horiz {
margin: 16px 0 22px 0;
font-size: 90%;
padding: 0 0 32px 32px;
}

ul.links-lower-horiz li {
color: #3399cc;
display: block;
float: left;
padding: 5px 8px 4px;
margin: 0 0 0 0;
border:none;
/*font-size: 90%; */
}


ul.links-lower-horiz li.pipe {
padding: 5px 0 4px 0;
margin: 0 1px 0 1px;
color: #666;
}

.col-right {
	margin-left:10px;
}

.add-links a {
	padding-bottom: 12px;
	font: 13px/1.5em 'Open Sans';
	display:block;}

/*------------------------------------------------------------------
[6. Timeline and identity] .
*/

.identity img {
margin: 0 0 20px 20px;
}


/*------------------------------------------------------------------
[7. Download ] .
*/
.lower-third {
	padding-bottom:20px;
}



/*------------------------------------------------------------------
[8. Footer / #footer]
*/

.container > .row.copyright {	
margin-top: 10px;
box-shadow: none;
}

footer .inner {	
padding-bottom: 20px;
padding-left: 20px;
}

footer p {
text-align: left; /* center align it with the container */
margin: 15px 0 0 20px;
padding:0 0 0 10px;
line-height: 110%;
font-size: 80%;
}




/*------------------------------------------------------------------
	*. Bootstrap Overrides
*/

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1040px;
}

hr {
	margin: 4px 0 12px 30px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #ffffff;
}
