/* @group elements 
* { margin: 0; padding: 0; }

body { font-size: 62.5%; padding-top: 15px; background: #eff5fa; }

h1 { font-family: 'Gloria Hallelujah', cursive, Georgia, sans-serif; font-size: 4.6em; color: #666; text-transform: none; line-height: 2.2em;  }

h2 { font-size: 2.8em; line-height: 1.4em; font-family: Georgia, Garamond, Times New Roman, serif; font-weight: normal; font-style: italic; color: #999; margin-bottom: 22px; }

h3 { font-size: 1.4em; line-height: 1.5em; font-family: Arial, Tahoma, sans-serif; text-transform:  uppercase; font-weight: bold; margin-bottom: 12px; color: #c6d6eb; border-bottom: 1px dotted #c6d6eb; text-align:  right; }

p { font-size: 1.4em; line-height: 1.6em; color: #444; font-family: Arial, Tahoma, sans-serif; margin-bottom: 12px; }

ul { list-style: none; }

header { text-align: center; margin-bottom: 20px; }*/


/* @group core document */
.w { margin: 0 auto; width: 750px; background: #fff; min-height: 600px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; margin-bottom: 30px; padding: 7px 14px; }

#left { width: 470px; float: left; display: block; margin-right: 15px; padding-left: 30px; }
#right { width: 220px; float: left; display: block; }

/* @group sliding nav */
#slidenav { margin-bottom: 15px; }
#slidenav li { font-family: Verdana; font-size: 11px; margin-bottom: 2px; margin-left:19px; color:#1459a7;}
#slidenav li a { display: block; padding: 2px 6px; text-decoration: none; color: #1459a7; line-height:20px; }
#slidenav li a:hover { background: #eaf3f9; color: #939393; }

#slidenav .nitem #twitter, #slidenav .nitem #digg, #slidenav .nitem #fbook { display: inline; position: relative; margin-right: 7px; top: 6px; }
#slidenav .nitem #dribbble { display: inline; position: relative; margin-right: 7px; top: 5px; }
#slidenav .nitem #gowalla { display: inline; position: relative; margin-right: 7px; top: 7px; }


#slidenav .nsub { font-size: 12px; font-style: italic; padding-left: 22px; }
#slidenav .nsub li { padding: 0; color: #666; }
#slidenav .nsub li a { color: #5087c5; line-height: 1.7em; }/*#a9cee9*/
#slidenav .nsub li a:hover { text-decoration: underline; color: #326197; background: #fff; }/*#4198da*/

/* @group clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }