/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

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, font, 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 { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* GENERAL
------------------------------------------------------------------- */

*::selection {
	background:#4f4f4f;
	color:#fff;
	text-shadow: none;
}
*::-moz-selection {
	background:#4f4f4f;
	color:#fff;
	text-shadow: none;
}
*::-webkit-selection {
	background:#4f4f4f;
	color:#fff;
	text-shadow: none;
}

html, body { color: #242626; }
html {
  background: #eaeaea;
  height: 100%;
  overflow-y: scroll;
  background: 
}
body {
  font: 100.1%/1.5 Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
  font-smooth: always;
  text-align: center;
  margin: 0;
  
}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }

#menu a:active,
#submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }

#sidebar a, #sidebar a:link, #sidebar a:visited { border-bottom: 1px solid #fff; color: #C54E0B; }
#sidebar a:focus, #sidebar a:hover, #sidebar a:active { border-bottom-color: #C54E0B; color: #111; }
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { border: 0 none; color: #C54E0B; }
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { border: 0 none; color: #000; }
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { border: 0 none; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}

cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}

h1 { font-size: 32px; line-height: 1.0; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #c90000; }

hr { display: none; }
input { vertical-align: middle; }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: 550; }
sub, sup { font-size: 0.7em; }




#branding { display: block; left: 0px; height: 80px }
#logo { position: relative; top: 0; left: 15px; height: 60px; padding-top: 20px }
#topban { position: relative; z-index: 100000; float: left; width: 468px; height: 30px; padding-top: 10px }
.GAF_title_color { color: #009933 }

/* Generic classes
------------------------------------------------------------------- */

/* Beautified ampersands */
.amp { font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman"; font-style: italic; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { background: transparent url(img/top-sprite.png) 0 5px no-repeat; padding-left: 12px; }
.top-link:hover { background-position: 0 -29px; }



/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 576px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

/* Tables and #wp-calendar */
table { color: #3E5867; width: 100%; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
thead { background-color: #F4F8F9; text-align: center; }
tbody { background-color: #f7f7f7; text-align: center; }
tfoot { background-color: #fff; text-align: left; }
td#next { text-align: right; }



/* STRUCTURE
------------------------------------------------------------------- */

#headerwrap { height: 135px; background: #484848 url('img/header_bg.gif') repeat-x top left; position: relative; top: -10px }

#main,
#footer {
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  width: 986px;
}
#main { margin-top: -10px }
#header { text-align: left; margin: 0 auto;  width: 986px; height: 130px; position: relative; padding: 0 }

#header,
#sidebar,
#footer { font-size: 0.7em; }
#footer { background: #e6f0f2;  }



#container { float: left; margin: 0 -350px 0 0; width: 100%; }

#content {
  border-right: 3px solid #D5DADD;
  margin: 0 350px 0 0;
  overflow: hidden;
  padding: 19px 0 0;
}

#sidebar {
  background-color: #fff;
  border-left: 3px solid #D5DADD;
  float: right;
  margin-left: -4px;
  padding: 15px 20px 15px 10px;
  width: 320px;
}

#footer { padding: 10px 28px; width: 930px; }

#nav { position: relative; top: 15px; width: 986px; }

ul#menu {
  background: #ed0000 url('img/menu_bg_small.gif') repeat-x top left;
  display: block;
  height: 40px;
  padding: 0 0 0 10px;
  width: 976px;
  margin: 0;
}

#menu li, #submenu-bg li,
#menu a, #submenu-bg a { display: block; float: left; }

#menu a, #submenu-bg a  {
  color: #fff;
  /*font-weight: bold;*/
  font: bold 11px Tahoma;
  line-height: 40px;
  padding: 0 6px 0 8px;
  text-shadow: 0 1px 0 #555;
}


#menu .current_page_item a {
  /* IE6/7/8 Fallback hack - Adds more contrast to the navigation */
  color: #000\9;
  /* FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition - http://cordobo.com/1119-provide-visual-feedback-css/ */
  text-shadow: 1px 1px 1px #000;
}

#menu a:hover,
#menu a:focus {
  color: #000\9;
  /* FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition - http://cordobo.com/1119-provide-visual-feedback-css/ */
  text-shadow: 1px 1px 9px #000;
}

#submenu-bg { background: #3b3b3b; height: 26px; width: 986px; margin: 0 auto }
ul#submenu { display: block; margin-top: 0; padding: 0px 5px 0;  }
#submenu .page-item-768 { float: right }
#submenu li,
#submenu a { display: block; float: left; color: #eee; padding: 3px 5px 3px 6px; line-height: 12px; font-weight: normal }
#submenu li { position: relative; }
#submenu .current_page_item a { color: #fff; font-weight: bold }
#submenu a:hover { color: #fff; }


/* 3rd level navigation - only visible if you have grandchild pages */
#submenu li ul { display: none; }

#submenu li:hover ul  {
  background-color: #fff;
  border: 1px solid #eaeaea;
  clear: both;
  display: block;
  float: none;
  left: auto;
  line-height: 1;
  padding: 6px 6px 4px;
  position: absolute;
  top: 18px;
  overflow: auto;
  width: 200px;
  z-index: 1000;
}

#submenu li li,
#submenu li li a {
  clear: both;
  display: block;
  float: none;
  padding: 0;
}

#submenu li li a {
  background: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 9px 10px;
  width: 180px;
}

#submenu li li a:hover { background-color: #e9e9e9; border-bottom: 1px solid #c2c2c2; color: #125687; }

/* Top search */
#nav-search {
  display: block;
  height: 30px;
  line-height: 16px;
  position: absolute;
  right: 0px;
  top: 7px;
}

#nav-search label { display: none; }

#s,
#searchsubmit { border-radius: 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#s {
  border: 1px solid #777;
  font-size: 11px;
  height: 18px;
  padding: 2px 4px 5px 6px;
  width: 130px;
}
#nav-search #s { border-color: #ab0101; border-bottom-color: #830101; border-right-color: #830101; }
#searchsubmit {
  background: #e00000 url(img/button-search.png) no-repeat top left;
  color: #fff;
  font-size: 11px;
  height: 27px;
  width: 70px;
  letter-spacing: 1px;
  line-height: 20px;
  height: 25px;
  padding: 1px 0 0 0;
  border:0;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

/* Fixes Firefox 2 and 3 */
#searchsubmit, x:-moz-any-link { padding: 0 5px 3px; *padding: 0 5px; }


/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, .pagetitle, .nocomments { padding: 0 28px; }
.post, .nocomments { padding-bottom: 10px; }
.post { margin-bottom: 10px; }
.post h1 {
	padding: 10px 28px;
	margin-top: 0;  
	background: white;
	border-top: 1px dotted #aaa;
	font-family: "Georgia";  
	font-size: 24px;  
	font-weight: normal;
	letter-spacing: -1px;  
	text-decoration: none;  
	color: #555;  
	display: block;
	height: auto;
	line-height: 32px;
	margin: 0 -28px 0 -28px;
}
.post h2 { 
	font-family: "Georgia";  
	font-size: 22px;
	margin-top: 0;  
	display: block;
	color: #555;  
	border-top: 0;
	line-height: 22px;
	padding: 0;
	padding-bottom: 15px;
	padding-top: 20px;
}
.post h1 a { font-size: 24px; font-family: Georgia; line-height: 29px }
.post hr { display: block; background: none; border:0; border-bottom: 1px dotted #777; height: 1px; margin: 0; padding: 0 }
.pagetitle {
	background: #ffffe5;
	font-family: Georgia;  
	font-weight: normal;
	letter-spacing: -1px;  
	display: block;
	margin: 0 0 15px 0;
	padding: 10px 28px;
	border-bottom: 1px dotted #aaa;
	width: auto;
}

.entry { margin: 15px 0 5px; font-size: 13px; line-height: 20px; }
.fontentry { margin-top: 0; background: white; padding: 10px; border: 1px solid #f1f1f1 }
.fontentry hr { margin-top: 5px; margin-bottom: 10px; border-bottom-color: #8dbfd2 }

.meta {
  background-color: #ffffe7;
  border-bottom: 1px solid #e7e6a1;
  border-top: 1px solid #e7e6a1;
  color: #3e5867;
  display: block;
  font-size: 11px;
  line-height: 12px;
  margin: 0 -28px;
  padding: 9px 28px 10px 28px;
  text-shadow: 0px 1px 0px #fff;
  width: 576px;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {
  border: 1px solid #F4F8F9;
  border-radius: 3px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background: #5388b6 url(img/button-style.png) center left repeat-x;
  border-color: #1b5a8d;
  color: #fff;
  text-shadow: 0 1px 0 #0f4570;
}

p strong, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 0 9px; color: #4d4d4d; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url(img/dl-arrow.gif) 0 4px no-repeat; padding: 0 0 4px 1em; }



/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 11px;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetadata a { color: #666; padding: 2px; }
.postmetadata a:hover { background-color: #efefef; }



/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 { margin: 0 0 5px; font-size: 34px; }
#respond h3 { margin: 18px 0 5px 28px; }
h4#pings { line-height: 1.2; margin: 10px 0; width: 150px; }

.comments-header,
.navigation { text-shadow: 0 1px 0 #fff; }

.navigation {
  background-color: #E6F0F2;
  border-top: 1px solid #fff;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.comments-header { background-color: #F4F8F9; border-top: 1px solid #E6F0F2; padding: 6px 28px; }
.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  background-color: #f9fbfc;
  border: 28px solid #f9fbfc;
  border-top: 0 none;
  font-size: 12px;
}
.pinglist { margin-top: 10px; width: 420px; float: right; }

li.pings {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 4px 10px;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
  background: transparent url(img/bg-comment.png) 10px 19px no-repeat;
  border-top: 28px solid #f9fbfc;
  border-left: 40px solid #f9fbfc;
}

.comment-body {
  background-color: #f4f8f9;
  color: #3e5867;
  margin-left: 20px;  
  padding: 17px 20px 11px;
  position: relative;
}

.comment-body img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  position: absolute;
  left: -60px;
}

ul.children { }
.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta {
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  right: 25px;
  top: 20px;
}
.comment-meta a { color: #999; }
.comment-author-admin { background-image: url(img/bg-comment-admin.png); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { padding: 0 0 7px; }
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { }
.commentlist cite a { }

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite {
  background-color: #F9FBFC;
  border-bottom: 1px dotted #E6F0F2;
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 16px;
  margin: 0 -7px 20px;
  padding: 3px 7px;
}
.comment-author-admin .comment-author cite { background-color: #F4F8F9; border-bottom-color: #ccc; }

.says { display: none; }
.comment div em { } /* comments awaiting moderation. */

.reply { font-size: 10px; font-weight: bold; overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
  float: right;
  padding: 2px 6px;
}
.comment-reply-link:hover { background-color: #fff; color: #333; }

#respond {
  background-color: #F4F8F9;
  margin-top: 1px;
  overflow: hidden;
  padding: 0 0 18px;
  width: 100%;
}

#commentform { padding: 18px 28px 0; font: bold 12px Arial; color: #474747 }
.commentform { padding: 12px 0 12px 12px; border: 1px solid #EDEDED; margin: 10px 0; background: #F6F6F6 }
.twc_connect { padding: 0 }
.twc_connect button { padding: 0 !important; vertical-align: middle !important; padding-left: 4px !important }

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { display: block; font-size: 11px; height: 20px; margin: 3px 0 9px; width: 85%; }

input#author, input#email, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width: 100%;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
  background: #5388b6 url(img/button-style.png) center left repeat-x;
  border: 1px solid #3b73a3;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}



/* SIDEBAR
------------------------------------------------------------------- */

.currently-viewing,
#sidebar #about,
#sidebar .categories,
#sidebar .archives,
.pagenav,
#meta,
.linkcat,
.widget { border-bottom: 1px dotted #ddd; margin: 0 0 8px; padding: 0 8px 9px; }

#sidebar .tweets li { clear: both; padding-bottom: 6px }
#sidebar .avatar { display: none; float: left; padding: 0 4px 0px 0 }

.categories li li, .pagenav li li { margin-left: 6px; }

ul.sb-list { margin-left: 10px; }

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
  color: #434343;
  font-size: 14px;
  padding-bottom: 1px;
  text-transform: uppercase;
}

ul.sb-tools {
  border-bottom: 1px dotted #ddd;
  margin: 9px 0;
  padding: 0 8px 9px;
}

.sb-tools li { display: block; height: 55px; padding-top: 10px }

.sb-tools a span {
  color: #86180A;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.sb-tools a:hover span { color: #C54E0B; }

.twitter-icon, .rss-icon, .email-icon {
  padding-left: 70px;
  color: #111;
  line-height: 1.25em;
}

.twitter-icon { background: transparent url(img/twitter_48.png) 0 0 no-repeat; }
.rss-icon { background: transparent url(img/rss-icon.jpg) no-repeat center left; }
.email-icon { background: transparent url(img/email-icon.jpg) center left no-repeat; }
.sb-icon-text { padding: 3px 0 0; }

.previous-post a, .next-post a {
  background: transparent url(img/next-prev-sprite.png) right -195px no-repeat;
  display: block;
  line-height: 1.2;
  margin: 8px 0 0;
  padding: 2px 65px;
}

.next-post a:active, .next-post a:focus, .next-post a:hover { background-position: right -295px; border: none; }
.previous-post a, .previous-post a:link, .previous-post a:visited { background-position: 0 5px; padding-right: 0; }
.previous-post a:active, .previous-post a:focus, .previous-post a:hover { background-position: 0 -95px; }

ul.group {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden; 
  padding: 0;
  width: 150px;
}


.addthis_container { margin: 10px 0 10px 0; padding: 4px 7px; background: #f8f8f8; border: 1px solid #f3f3f3 }
.something { padding: 7px 2px; /*width: 572px;*/ background: #eee; border-bottom: 1px dotted #ddd; }
.somethingspecial { margin: 0 auto; width: 468px; }
.shareinpost { margin-top: 15px; background: #F8F8F8; border: 1px solid #F3F3F3; padding: 4px 7px; height: 32px }

.search-terms { width: 100%; overflow: hidden }
.search-terms span { float: left; margin-right: 5px; margin-top: 3px; background: #ffffe0; padding: 0 4px }


.dev-tools { margin-left: 18px; font: normal 18px Georgia; }
.dev-tools a { display: block !important; padding: 5px 5px 5px 10px; color: white !important; border: 1px solid #3b3b3b !important; border-radius: 7px; background: #3b3b3b; text-decoration: none; box-shadow: 0 1px 1px #999;
background-image: linear-gradient(bottom, rgb(84,84,84) 0%, rgb(0,0,0) 54%, rgb(112,112,112) 100%);
background-image: -o-linear-gradient(bottom, rgb(84,84,84) 0%, rgb(0,0,0) 54%, rgb(112,112,112) 100%);
background-image: -moz-linear-gradient(bottom, rgb(84,84,84) 0%, rgb(0,0,0) 54%, rgb(112,112,112) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(84,84,84) 0%, rgb(0,0,0) 54%, rgb(112,112,112) 100%);
background-image: -ms-linear-gradient(bottom, rgb(84,84,84) 0%, rgb(0,0,0) 54%, rgb(112,112,112) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(84,84,84)),
	color-stop(0.54, rgb(0,0,0)),
	color-stop(1, rgb(112,112,112))
);
}
.dev-tools span { vertical-align: super; font-size: 11px }
.dev-tools-menu a { width: 33%; margin: 0 0 4px 0; float: left }

/* CLEARFIX
------------------------------------------------------------------ */

.clear { clear: both }
html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

