/**
* Print css file for Texmate, Inc Website.
*
* NB: We are using Blurprints CSS for a CSS Framework.
**/



/* Header font overrides: links in headers are all bold */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/*
* Make list elements float left, same as div objects do with the grid
*/
.div {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}
.div li {
    list-style: none;
}
.header {
    font-weight: bold;
    font-size: 1.5em; line-height: 1; margin-bottom: 1em; /* h3 */
}
.header-small {
    font-weight: bold;
    font-size: 1.2em; line-height: 1; margin-bottom: 1em; /* h4ish */
}

/* header, logo, navigation, and all that stuff */
#header {
    display: none;
}

/* Breadcrumbs navigation stuff */
.breadcrumbs {
    min-height: 54px;
}
.breadcrumbs a, .breadcrumbs h1 {
    font-weight: bold;
}
.breadcrumbs p {
    margin-bottom: 2px;
    margin-top: 2px;
}
.breadcrumbs h1 {
    font-size: 2.5em;
}
#content {
    padding-top: 15px;
}
.border-right {
    padding-right: 4px;
}

/* Footer */
#footer {
    height: 95px;
    padding-top: 15px; /* 95px + 15px = 120px height */
}

/*
Custom lists: larger text
for better visibility and useability.
*/
ul {
    list-style-image: url(../img/arrow.red.24.png);
}
ul.bigger li a, p.bigger, div.bigger {
    font-weight: bold;
    font-size: 1.2em; line-height: 1.1; margin-bottom: 1em; /* h4ish */
}
ul.pdflist {
    margin-left: 0px;
    margin-right: 0px;
    list-style-position: inside;
    list-style-image: url(../img/pdficon_small.gif);
}
ul li.span-3 {
    float: left;
    margin-right: 10px;
    width: 110px;
}
form ul {
    list-style: none;
}
ul.errorlist {
    border-top: 2px solid #991f36;
    color: #991f36;
    font-weight: bold;
    list-style-image: url(../img/arrow.red.24.png);
    list-style-position: inside;
    background: #fae1e1;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 2px;
}
th, td {
    vertical-align: top;
}
/*
Custom sidebar stuff
*/
/* Use a .colorbox to create a colored box inside a column.  */ 
.colorbox {
    margin-right: 5px;
}
p img.border {
    border: 3px solid #2e406b;
}
p img.nofloat { float: none; }
p.spaced {
    line-height: 2em;
}
/*
Accordion
*/
#accordion, #accordion2 {
	margin: 20px 0px;
}
h2.toggler, h3.toggler, h4.toggler {
	cursor: pointer;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	background: #D2E0E6;
	color: #2e406b;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
#accordion ul {
    list-style: none;
}
.colorbox {
    display: none;
}
