@charset "utf-8";
/* CSS Document */

/********************************
   
   CSS by Frank Stallone III
   
   iamfrankstallone.com
   
   twitter.com/frankstallone

   "skolar-1","skolar-2" & "apertura-condensed-1","apertura-condensed-2"

   
********************************/

abbr, acronym {
	color: #9a9a9a;
}

abbr:hover, acronym:hover {
	border-bottom: dashed 1px #9a9a9a;
}

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.75 "apertura-condensed-1","apertura-condensed-2", Verdana, Geneva, sans-serif;
}
 
div, ul, li, form {
position: relative;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
font-family: "skolar-1","skolar-2", Garamond, Georgia, serif;
color: #9a9a9a;
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
color: #252525;
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 0;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
font-size: 10px;
position:relative;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em "apertura-condensed-1","apertura-condensed-2", Verdana, Geneva, sans-serif;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border: 4px solid #b2b2b2;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

/***** Clearfix *****/
/* add to floating elements which should not float afterthem */ 

* html .clearfix {
height: 1%; /* IE5-6 */
}
* + html .clearfix {
display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

