/*
Theme Name: Geekscape 2015
Theme URI: http://geekscape.net
Description: The 2015 theme for Geekscape.net news, features and community.
Author: yaypaul.com
Version: 4.0
License: Copyright 2015 Geekscape.net
License URI: http://geekscape.net
Text Domain: geekscape.2015
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}

/**
 * Shorthand 3
 * @fileoverview Sets up object-oriented classes for repeatable, volume use styles. 
 *				 Facilitates write-less CSS development. Enables development of fast
 *				 iterative HTML without the need for CSS edits.
 * @author <a href="http://www.yaypaul.com/">Paul West</a>
 * @version 3.0
 * @license None (public domain)
 * @see <a href="http://meyerweb.com/eric/tools/css/reset/">Reset CSS</a>
 * 		Reset CSS Recommended.
 */

*,html{font-family:arial, helevtica, sans-serif;}html{overflow:auto;}html,body{width:100%;background:#fff;}header,section,article,footer,div,h1,h2,h3,h4,h5,h6,p,li{overflow:hidden;}.visible{overflow:visible;}.float{float:left!important;}.floatRight{float:right!important;}.static{position:static!important;}.relative{position:relative!important;}.absolute{position:absolute!important;}.fixed{position:fixed!important;}.hidden{display:none;}.block{display:block;}.inlineBlock{display:inline-block;}.inline{display:inline;}.clear{clear:both;}.clearLeft{clear:left;}.clearRight{clear:right;}.clearFix:after{content:"";display:table;clear:both;}.width100{width:100%!important;}.width90{width:90%!important;}.width75{width:75%!important;}.width70{width:70%!important;}.width66{width:66.66%!important;}.width60{width:60%!important;}.width50{width:50%!important;}.width40{width:40%!important;}.width33{width:33.33%!important;}.width30{width:30%!important;}.width25{width:25%!important;}.width20{width:20%!important;}.width10{width:10%!important;}.height100{height:100%!important;}.height90{height:90%!important;}.height75{height:75%!important;}.height70{height:70%!important;}.height66{height:66.66%!important;}.height60{height:60%!important;}.height50{height:50%!important;}.height40{height:40%!important;}.height33{height:33.33%!important;}.height30{height:30%!important;}.height25{height:25%!important;}.height20{height:20%!important;}.height10{height:10%!important;}.left{text-align:left!important;}.right{text-align:right!important;}.center{text-align:center!important;}.justify{text-align:justify!important;}.capitalize{text-transform:capitalize;}.uppercase{text-transform:uppercase;}.lowercase{text-transform:lowercase;}.hideImageText,.imgText{text-indent:-9999px;}.reverse{direction:rtl;unicode-bidi:bidi-override;}.lightTextShadow,.txtShadow{text-shadow:0 1px 0 rgba(255,255,255,0.3);}.darkTextShadow{text-shadow:0 1px 0 rgba(0,0,0,0.3);}.closed{padding-bottom:0;margin-bottom:0;}.alignTop{display:table-cell;vertical-align:baseline;}.alignMiddle,.tableAlign{display:table-cell;vertical-align:middle;}.alignBottom{display:table-cell;vertical-align:bottom;}pre{background:transparent;border:0;padding:0;}blockquote{font-style:italic;padding:20px;}sup{vertical-align:super;font-size:smaller;}sub{vertical-align:sub;font-size:smaller;}strong,b{font-weight:700!important;}em,i{font-style:italic!important;}html a{text-decoration:none;cursor:pointer;}html a:hover,html a:active{text-decoration:underline;}html a:focus{text-decoration:underline;outline:none;}.white{color:#fff;}.chalk{color:#ebebeb;}.lightGrey{color:#d2d2d2;}.midGrey{color:#a0a0a0;}.grey{color:#646464;}.charcoal{color:#323232;}.black{color:#000;}.confirm{color:#0ae600;}.error{color:#e61e00;}.alert{color:#ffe600;}.whiteBg{background:#fff;}.chalkBg{background:#ebebeb;}.lightGreyBg{background:#d2d2d2;}.midGreyBg{background:#a0a0a0;}.greyBg{background:#646464;}.charcoalBg{background:#323232;}.blackBg{background:#000;}.confirmBg{background:#0ae600;}.errorBg{background:#e61e00;}.alertBg{background:#ffe600;}h1,h2,h3,h4,h5,h6{font-weight:400;}textarea,input{font-size:14px;line-height:18px;}input[type=text],option{text-indent:4px;}textarea{resize:vertical;}.pointer{cursor:pointer;}.help{cursor:help;}.move{cursor:move;}.text{cursor:text;}.wait{cursor:wait;}



/* Forms */
input[type=text],input[type=email],input[type=password],textarea,select{border:1px solid #ccc;font-size:15px;color:#a1a1a1;padding:6px 15px 6px 6px;}select{min-width:170px;color:#000;}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus,select:focus{border:1px solid #3e9e11;color:#000;}input[type=submit]{margin-top:10px;border:1px solid #000;background:#000;color:#fff;cursor:pointer;webkit-border-radius:4px;moz-border-radius:4px;ms-border-radius:4px;o-border-radius:4px;border-radius:4px;padding:7px 11px 10px;}input[type=submit]:hover{border:1px solid #3e9e11;background:#3e9e11;}
