/*------------------------------------------------------------------------------
[Master Stylesheet]
Project:        UISE website
Description:    This stylesheet represents the master file and loads other
                separated files.
Primary use:    complete website
Last change:    2010-11-18
Assigned to:    Ricardo Langner (rl)


[Table of contents]
* Imports


[Change History]
2010-11-18 separate styles and insert imports
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
[Color Codes]
Background:     #ffffff (white)
Font:           #1a1a1a (black)
Header h1:      #8391bf (UISE blue)
Header h2:      #99c025 (UISE green)
Header h3:      #444444 (dark gray)
Header h4:      #444444 (dark gray)
Header h5:      #444444 (dark gray)
a (standard):   #425494 (UISE link blue)
a (hover):      #6e7eb4 (UISE blue light)

[Typography]
Body:           0.82em/130% Arial, Helvetica, sans-serif;
Header h1:      2em/120%;
Header h2:      1.4em/120%;
Header h3:      1.3em/120%;
Header h4:      bold 1em/120%;
Header h5:      italic 1em/120%;
------------------------------------------------------------------------------*/

/* -------- start: IMPORTS -------- */
@import "yui_reset.css";
@import "global-styles.css";
@import "site-layout.css";
@import "content.css";
@import "content-lists.css";
@import "news.css";
/* -------- end: IMPORTS -------- */


.col_layout .col_right p {
	text-align: left;
}


/* BUTTONS
 * Button UI elements
 */
.btn, a.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #e0e0e0;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.5em;
	margin: .2em 0;
	padding: 0 .5em;
	text-decoration: none;
}
.btn.small {
	font-size: 10px;
	line-height: 1.5em;
}
.btn.inactive {
	background-color: #e0e0e0;
	color: #999;
}
.btn.blue {
	background-color: #8391bf;
	color: #f0f0f0;
}
.btn.blue:hover {
	background-color: #9ca7cc;
}
.btn.blue.active {
	background-color: #41485f;
	font-weight: bold;
}
.btn.green {
	background-color: #99c025;
	color: #f0f0f0;
}
.btn.green:hover {
	background-color: #c2d97c;
}
.btn.green.active {
	background-color: #4c6012;
	font-weight: bold;
}


.search-highlight {
	background-color: #ff0;
}

