@charset "utf-8";

/**************************************************
*****
*****	Website:		Wibu-Systems USA	
*****	Filename:		css3.css
*****	Version:		1.0
*****	Last modified: 	22 February 2011
*****	Author:			Kevin Browne
*****	E-mail:			kevin.browne@wibu.us
*****	Copyright:		Wibu-Systems USA, 2009-2011
*****
*****	This file is for CSS3 declarations.
*****
**************************************************/

/*#content div img:nth-child(even) {float: right;}*/


/****************************************
***
***		Tables
***
****************************************/
/*Different color for odd-numbered rows */
/*tr:nth-of-type(even) td {background-color: #f5f5f5;}*/ /* Controlled by tables.js */


/****************************************
***
***		Captioned Images
***
****************************************/
div.captioned ~ h2 {clear: left;}

/* Removed 2009-10-23 by Kdb - Causing more problems 
than worth for now. Desired behavior should only 
occur with image elements with a class of photo
****
#content div.captioned:nth-of-type(even) {
	float: left;
	padding: 0 0.5em 0 0;
}
*/

#content h2 + div.graphic.captioned:nth-of-type(even),
#content h3 + div.graphic.captioned:nth-of-type(even) {float: right;}

#content div.logoGallery div.captioned:nth-of-type(even) {padding: 0;}




/****************************************
***
***		Link Icons (=ICON)
***
***		NOTE: Some icons from the Silk set are used:
***		http://www.famfamfam.com/lab/icons/silk/
***
****************************************/

div#content a[href ^="mailto:"],
div#content a[href $='.css'],
div#content a[href $='.doc'],
div#content a[href $='.pdf'],
div#content a[href $='.otf'],
div#content a[href $='.ttf'],
div#content a[href $='.ppt'],
div#content a[href $='.rar'],
div#content a[href $='.zip'],
div#content a[href $='.xls'] {
	background-color: #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-right: 2px;
	padding-right: 18px;
}

div#content a[href ^="mailto:"] {background-image: url(../graphics/icons/email.png);}

div#content a[href $='.css'] {background-image: url(../graphics/icons/filetype-css.png);}

div#content a[href $='.doc'] {background-image: url(../graphics/icons/filetype-doc.png);}

div#content a[href $='.pdf'] {background-image: url(../graphics/icons/filetype-pdf.png);}

div#content a[href $='.otf'],
div#content a[href $='.ttf'] {background-image: url(../graphics/icons/filetype-font.png);}

div#content a[href $='.ppt'] {background-image: url(../graphics/icons/filetype-ppt.png);}

div#content a[href $='.rar'],
div#content a[href $='.zip'] {background-image: url(../graphics/icons/filetype-zip.png);}

div#content a[href $='.xls'] {background-image: url(../graphics/icons/filetype-xls.png);}



