/*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;}

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

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

.more {text-transform: uppercase; color: #39a9d1; text-decoration: none;}
.more:hover {color: #7fc8e2;}

hr {}
