/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #fff;
   color: #000; 
}

#main {
   padding-top: 10px;
}



/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 12pt; 
   font-family:Georgia,serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #000; 
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #sidebar a {
  color:#000;
}
#content h2 {
  font-size:16pt;
  margin:0;
}

#content p {
  line-height:17pt;
}
#content p img {
  -moz-box-shadow: 0 0 10px #999;
  -webkit-box-shadow: 0 0 10px #999;
  padding:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.wp-caption {
  background:#f3f3f3;
  border:1px solid #ddd;
  margin:10px !important;
  padding-top:4px;
  text-align:center;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-box-shadow: 3px 3px 7px #999;
  -webkit-box-shadow: 3px 3px 7px #999;
}
.wp-caption img {
  border:0;
  margin:0;
  padding:0;
}
.wp-caption-text {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:8pt;
  font-style:italic;
  color:#666;
  line-height: 10pt !important;
  margin:5px 0 0;
  padding:0 4px 5px;
}
.aligncenter, div.aligncenter {
  margin:10px auto !important;
  display:block;
}
#masthead {
  background:#000;
  height:30px;
  width:100%;
}
#header {
  height:30px;
  background:#000;
}
#navbar, #searchform {
  float:right;
}
#searchform #s {
  padding:2px;
  margin:0;
  border:1px solid #000;
}
#logo {
  height:38px;
  width:200px;
  display:block;
  background:url(/wp-content/themes/appslab-2.0/images/appslab.png) no-repeat scroll 0 1px;
}
#logo:hover, #logo:active, #logo:focus {
  background:transparent url(/wp-content/themes/appslab-2.0/images/appslab.png) no-repeat scroll 0 1px;
  border:0;
}

.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}

/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ line-height: 1em;}

.timestamp{ line-height: 1.2em;}

.commentnum{ line-height: 1.2em;}

.incategory{ font-size:12pt; font-weight:normal; font-style:italic; line-height: 1.2em;}
.meta {
  margin-bottom:10px;
}
#comments {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333;
}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a { color: #000; border-bottom: 1px dotted #999;  text-decoration: none; }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, .nolink, .tabbertab a, .icon, a img, .wp-caption a {
   border: none !important;
   text-decoration:none !important;
}

table, td, th { vertical-align:top;}
a:focus, a:hover { border-bottom:1px solid #000;}
a.nolink:focus, a.nolink:hover {background:transparent}

/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}


ul li { list-style: square outside url(images/bullet.gif); margin-bottom:8px;}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
}

.alignright {
   float: right;
  margin: 10px 0 10px 10px;
}

/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

div.border{
  border: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 3px auto 0;
   padding:0;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
  color:#fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   text-decoration: none;
  background:transparent;
}

#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/
#sidebar {
  font-size: 75%;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height:11pt;
}
.sidebar-cat {
  margin-bottom:10px;
}
#sidebar h2{
   font-size: 12pt;
   font-weight: bold;
   margin-bottom: 10px;
}

#sidebar a {border-bottom: none;}
#subscribe {
  background:#eee;
  padding:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -moz-box-shadow: 0 0 10px #999;
  -webkit-box-shadow: 0 3px 7px #999;
}
#subscribe-email {
  padding:2px;
  width:200px;
}
#twitter {
  background:#eee;
  padding:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 3px 7px #999;
}

/********************************************************************************
                Footer
********************************************************************************/

#footer {
   margin-top:20px;
   text-align: left;
   font-weight: normal;
}
.gist { font-size:.8em }

