/* Resets */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }

/* Styles */

a          { outline: 0; color: #222; text-decoration: none; }
a:hover       { text-decoration: underline; }
p a:hover       { color: #27B3CF; }
a:active       { outline: none; position: relative; top: 2px; }

.clearfix       { clear: both; }
.back         {padding-left:10px;}
.back a, .back a:visited {color:#0054A6;}

body         { 
  background: #F9F9F9; color: #222;font-size: 16px; 
}

#wrapper       { margin: 0px auto; max-width: 980px; width: 90%; background: #fff; padding: 10px; }
header         { padding: 3px; }

h1           { font-size: 90px;line-height: 75px; padding: 10px; }
h1 a:hover       { text-decoration: none; color: #27B3CF; }

h2           { font-family: 'Helvetica'; font-size: 18px; padding: 10px; }
h3           { font-size: 30px; }
h4           { padding: 3px; margin: 5px 0 0 0; }
h4 a         { text-decoration: underline; }
h4 a:hover       {  }

nav         { background: #222; padding: 0; margin: 10px 0;}
nav a         { color: #F9F9F9; display: block; float: left; padding: 10px; }
nav a:visited     { color: #f9f9f9; }
nav a:hover      { text-decoration: none; background: #27B3CF; }
nav a:active    { position: relative; top: 0; }

.left-col       { width: 70%; float: left; }
.sidebar       { width: 20%; float: right; margin-bottom: 10px; 
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s; 
  -webkit-transition-timing function: linear, ease-in;
  -moz-transition-timing function: linear, ease-in; 
  transition-timing function: linear, ease-in;
}

#featured       { padding: 20px; }
#latest        { padding: 20px; }
#about         { padding: 20px; }

p           { padding: 0 5px 0 5px; }

ul           { list-style: none; }
ul li         { margin: 0 5px; }

footer         { padding: 5px; }

pre          { overflow: scroll; font-size: 10px; }

/* Media Queries */
@media screen and (max-width: 478px)   {
  h1 { font-size: 70px; padding: 1px; }
  h2 { font-size: 13px; padding: 1px; }
  body { font-size: 13px; }
}

@media screen and (max-width: 740px)   {
  .left-col { width: 100%; }
  .sidebar { width: 100%; }
}

@media screen and (max-width: 480px) {
 #wrapper { width:100%;margin:0px;padding:0px;}
header{padding:0px;}
header h1{padding:0px 10px;}
header h2{padding:10px 10px;}
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

