/*Set of Preset Classes*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*Paragraph Presets*/
.small, .small p {font-size:.8em;}
.large, .large p {font-size:1.2em;}
.soft, .soft p  {color:#D3D3D3;}
.hide            {display:none;}
p.last           {margin-bottom:0px;}
p img            {float:left; margin-right:1em; margin-bottom:.5em;} /*NOTE: Imgs in parag are set to float left*/

/*Floats*/
.left {float:left;}
.right {float:right;}
.clearThis  {clear:both;}

img.left, img.right {margin-bottom: .5em;}
img.left {margin-right: 1em;} img.right {margin-left: 1em;}

a img, :link img, :visited img {border:none;}

a {color: #f18d11;}
a:hover {text-decoration: none;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: none;}

hr {}