/* Main CSS Document for jeffludwig.com 
   Author: Jeff Ludwig 
   Feel free to glean inspiration, as much inspiration as this document shows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Global style declarations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
#content h2 { Margin-Bottom: 0.75em; }

#content table.xeenTable { 
	Width: 97%;
	Margin: 0 auto;
	
	Empty-Cells: show;
	Padding: 0; }

.smallerText { Font-Size: 80%; }
/*
#content table.wiz8item td.wiz8classimg { Width: 48px; }
#content table.wiz8item td.wiz8classimg img {
	Width: 42px;
	Height: 42px; }

#content table.wiz8item td.wiz8img { Width: 60px; }
#content table.wiz8item td.wiz8img img {
	Width: 54px;
	Height: 66px; }

*/
#content table.xeenTable td img.spellIcon {
	Padding: 2px 2px;
	Width: 18px;
	Height: 18px; }

#content table.xeenTable td.wiz8wideimg { 
	Text-Align: right;
	Font-Size: 80%;
	Width: 145px; }
#content table.xeenTable td.wiz8wideimg img { 
	Float: left;
	Padding-Bottom: 10px;
	Width: 32px;
	Height: 40px; }

#content table.xeenTable tr.rowFirst { Line-Height: 1.6em; }
#content table.xeenTable tr.row1 { }
#content table.xeenTable tr.row2 { }

#content table.xeenTable td { 
	Border-Style: solid;
	Border-Width: 1px;
	Border-Color: #0099ff #003399 #003399 #0099ff;
	Color: #eeeeee;
	
	Margin: 0;
	Padding: 0.25em 5px;
	Font-Size: 85%; 
	Text-Align: center;
	Vertical-Align: middle; }	

#content table.xeenTable tr.rowfirst td { 
	Border-Style: solid;
	Border-Width: 1px;
	Border-Color: #003399 #001133 #001133 #003399;
	Color: #eeeeee;
	Background-Color: #000066;
	
	Margin: 0;
	Padding: 0.25em 5px;
	Font-Size: 100%; 
	Text-Align: center;
	Vertical-Align: middle; }	


#content table.xeenTable td.smaller { Font-Size: 80%; } 

#content table.xeenTable td.narrow { Width: 36px !important; }
#content table.xeenTable td.wide { Width: 130px !important; }
#content table.xeenTable td.wider { Width: 145px !important; }

#content table.xeenTable tr.break td { Border-Top: 1px dashed #88ff44; Margin-Top: 0.75em; }
