/*
Title:      Interface Objects for screen media
Author:     G. Fonseca, developer [at] wsframework [dot] org
Updated:    2007.12.18
*/

/* INDEX:
	Notes
   	Misc
   	Links
   	Typography
		Typography:Headers
   	Forms
		Forms:Buttons
	...
	WSx:foundNav
----------------------------------- */

/* ----------------------------------- */
/* ---[ Notes ]------------------------------- */
/* ----------------------------------- */

/* COLORS:
	Body Background:       #2F2C22
	Main Text:             #B3A576
	Links:                 #9C6D25
	Dark Brown Border:     #222019
	Green Headline:        #958944
----------------------------------- */

/* TYPE:
	...
----------------------------------- */

/* ----------------------------------- */
/* ---[ Misc ]------------------------------- */
/* ----------------------------------- */

/* // TODO :
.errorText (Red, Bold ???)
.errorBlock (Red, Bold ???)
*/


/* ----------------------------------- */	
/* ---[ Links ]------------------------------- */
/* ----------------------------------- */

/*
CLASS: do??
.on
.off
.push
.clicked
.focused
.activated

STATE:
a:link, a:visited, a:hover, a:active, a:focus
*/


/* ----------------------------------- */
/* ---[ Typography ]------------------------------- */
/* ----------------------------------- */
/* Option: 0_type.css */

/* ---[ Typography:Headers ]------------------------------- */

h1 {
	color: #000;
	font-size: 150%;
}

/* ----------------------------------- */
/* ---[ Forms ]------------------------------- */
/* ----------------------------------- */

/* // TODO :
.errorForm (Red, Bold, Border ???? text, input field, background)
*/

/* ---[ Forms:Buttons ]------------------------------- */


/* ----------------------------------- */
/* ---[ WSx:foundNav ]------------------------------- */
/* ----------------------------------- */

#foundNav {
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border: 0;
}
#foundNav #foundNav_pages {
	margin-right: 20px;
}
#foundNav span {
	padding: 2px 3px 2px 3px;
}
#foundNav #foundNav_pages .foundNav_pageSelected {
	padding: 0 2px 2px 2px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
#foundNav .foundNav_first_off,
#foundNav .foundNav_prev_off,
#foundNav .foundNav_next_off,
#foundNav .foundNav_last_off {
	border: 1px solid #fff;
	color: #ccc;
}
#foundNav .foundNav_last,
#foundNav .foundNav_last_off {
	padding-right: 20px;
	background: url(/pub/_global/pics/icons/famfam/resultset_next.png) no-repeat right bottom;
}
#foundNav .foundNav_first,
#foundNav .foundNav_first_off {
	padding-left: 20px;
	background: url(/pub/_global/pics/icons/famfam/resultset_previous.png) no-repeat left bottom;
}
#foundNav #foundNav_found {
	text-align: center;
	margin-top: 5px;
	padding: 0;
	border: 0;
}

/* ----------------------------------- */
/* ---[ END ]------------------------------- */
/* ----------------------------------- */

