/*
 * Project:		PigLit
 * Date:		2009/07/06
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #24282f; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #5b5c5e; font-family: Verdana, Geneva, sans-serif; line-height: 1.25; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.1em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #565b64; text-decoration: underline; }
a:hover, a:focus, a:active { color: #565b64; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { position: relative; width: 1000px; margin: 0 auto; }
 #top {  }
  #top p { margin: 0; padding: 5px 0; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; text-align: center; }
  #logo { position: absolute; top: 75px; right: 65px; z-index: 10; }
   #logo a { }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
 #flash { position: relative; height: 182px; }
  #flash p { position: absolute; top: 0; left: 0; z-index: 3; }
 #nav { position: relative; z-index: 15; list-style: none; width: 900px; height: 41px; margin: 0 auto; padding: 0; }
  #nav li { }
   #nav li a { display: block; position: absolute; top: 0; overflow: hidden; height: 41px; background: url(../images/menu.png) top left no-repeat; text-indent: -10001px; }
   * html #nav li a { background-image: url(../images/menu-ie.png); }
   #nav li em { position: absolute; left: -10001px; top: -10001px; } 
   #nav li.about a { right: 292px; width: 133px; background-position: 0 0; }
   #nav li.about a:hover,
   #nav li.about a:focus,
   #nav li.about a:active,
   #nav li.about a.active { background-position: 0 -41px; } 
   #nav li.contact a { right: 170px; width: 122px; background-position: -133px 0; }
   #nav li.contact a:hover,
   #nav li.contact a:focus,
   #nav li.contact a:active,
   #nav li.contact a.active { background-position: -133px -41px; } 
   #nav li.blog a { right: 45px; width: 125px; background-position: -255px 0; }
   #nav li.blog a:hover,
   #nav li.blog a:focus,
   #nav li.blog a:active,
   #nav li.blog a.active { background-position: -255px -41px; }        
 #content { position: relative; z-index: 10; width: 925px; margin: 0 auto; padding-bottom: 46px; background: url(../images/main-bgc-btm.png) bottom left no-repeat; }
  #content .wrapper { padding: 16px 52px 0 52px; background: url(../images/main-bgc.png) top left no-repeat; }
 #footer { position: relative; z-index: 11; width: 925px; margin: -10px auto 0 auto; padding: 0 0 30px 0; }
  #footer p { margin: 0; padding: 5px 0; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; text-align: center; }
  #footer ul { list-style: none; margin: 0; padding: 20px 0 0 0; text-align: center; }
   #footer ul li { display: inline; font-size: 1.5em; padding: 0 30px; background: url(../images/brd1.png) center left no-repeat; text-transform: lowercase; }
   #footer ul li.first { background: none; }
    #footer ul li a { color: #afb1b6; text-decoration: none; }
    #footer ul li a:hover,
    #footer ul li a.active { color: #73a2d3; }

/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { }
h1 { color: #565b64; font-size: 3em; text-align: right; }
h2 { margin-bottom: 24px; color: #565b64; font-size: 3em; text-align: right; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

h1.a, h2.a, h3.a, h4.a, h5.a { margin-bottom: 15px; padding: 6px 0 5px 31px; color: #818893; background: url(../images/apple-ico.png) top left no-repeat; font-size: 1.5em; font-weight: normal; text-align: left; }
 
/* columns */

.cols-two-a { overflow: hidden; width: 100%; padding-top: 20px; } 
 .cols-two-a div.primary-ta { float: left; width: 465px; } 
 .cols-two-a div.secondary-ta { float: right; width: 320px; } 
  .cols-two-a p { margin-bottom: 18px; color: #101112; line-height: 1.63; } 

/* containers */

.box-a { margin-top: 65px; } 
 .box-a h3 { color: #2588f0; font-size: 1.1em; text-transform: uppercase; } 
  
/* lists */

ul.a { list-style: none; margin: 15px 0; padding: 0; }
 ul.a li { margin: 0 0 3px; font-weight: bold; }
 
.list-a { overflow: hidden; list-style: none; margin: 0 0 0 -25px; padding: 0; } 
 .list-a li { display: inline; float: left; width: 115px; margin: 15px 0 15px 25px; font-size: 1em; text-align: center; } 
  .list-a li a { display: block; text-decoration: none; } 
   .list-a li a * { cursor: pointer; }
   .list-a li strong { display: block; height: 40px; font-size: 1.4em; color: #565b64; cursor: pointer; } 
   .list-a li a:hover strong { text-decoration: underline; border: 0px solid #000; } 
   .list-a li span { display: block; position: relative; overflow: hidden; display: block; width: 115px; height: 115px; } 
    .list-a li span img { display: block; } 
    .list-a li span span { position: absolute; z-index: 10; top: 0; left: 0; width: 115px; height: 115px; background: url(../images/rc.png) top left no-repeat; } 
   .list-a li em { display: block; overflow: hidden; width: 115px; height: 37px; margin-top: 9px; text-indent: -10001px; } 
   .list-a li em.app { background: url(../images/app-btn.png) top left no-repeat; }
   .list-a li em.sub { background: url(../images/sub-btn.png) top left no-repeat; }
   .list-a li em.dev { background: url(../images/dev-btn.png) top left no-repeat; } 
   .list-a li em.idea { background: url(../images/idea-btn.png) top left no-repeat; } 

.list-b { list-style: none; margin: 0; padding: 17px 0 0 0; }
 .list-b li { padding-bottom: 38px; font-size: 1em; }
  .list-b li p { font-size: 1.1em; }
  .list-b h4 { margin: 0 0 6px 0; font-size: 1.1em; color: #101112; font-weight: normal; }
   .list-b h4 cite { font-style: normal; }
   .list-b h4 a { color: #101112; text-decoration: none; }
   .list-b h4 a:hover { color: #101112; }
  .list-b p.image { width: 112px; height: 16px; overflow: hidden; margin-bottom: 12px; background: url(../images/star.png) 0 -16px repeat-x; }
   .list-b p.image strong { display: block; overflow: hidden; width: 24px; text-indent: -10001px; background: #fff url(../images/star.png) top left repeat-x; }
   .list-b p.image strong.rate-1 { width: 20%; }
   .list-b p.image strong.rate-2 { width: 40%; }
   .list-b p.image strong.rate-3 { width: 60%; }
   .list-b p.image strong.rate-4 { width: 80%; }
   .list-b p.image strong.rate-5 { width: 100%; }
   .list-b p.image span { position: absolute !important; left: -10001px !important; overflow: hidden !important; }
  .list-b p.note { margin: 0; color: #2588f0; }
  .list-b blockquote { margin: 0; padding: 0; }
   .list-b blockquote p { margin: 0; }
   
.list-c { list-style: none; margin: 0; padding: 16px 0 22px 0; color: #101112;    }
 .list-c li { overflow: hidden; width: 100%;  padding-bottom: 6px; font-size: 1.3em; }
  .list-c li strong { display: block; float: left; width: 147px; padding-right: 15px; text-align: right; }
   
/* paragraphs */

.image-a { position: relative; overflow: hidden; width: 320px; height: 320px; margin-bottom: 26px; }
 .image-a img { display: block; }
 .image-a span { position: absolute; top: 0; left: 0; display: block; width: 320px; height: 320px; background: url(../images/rc-2.png) top left no-repeat; }

/* other */
 
.btn { text-align: center; }
 
/* ELEMENTS
------------------------------------------- */

#slideshow { padding-top: 22px; text-align: center; }    
 #slideshow ul.items { list-style: none; margin: 0; padding: 0 0 16px 0; }    
 #slideshow p.nav { display: inline; padding: 0 10px; }