/*
Theme Name: noodle
Theme URI: http://www.nood.org/
Description: css reset for base theme by nood.org
Author: Andrey Pshenichny
Author URI: http://andreys.info/
*/

/* @group html reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
    text-decoration: line-through;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

abbr, /* Abbreviations */
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* @end */

/* @group drupal 7 specific reset */

.item-list ul,
.item-list ul li,
.links ul.links {
  margin: 0;
  padding: 0;
}

.links ul.links {
  list-style: none;  
}

.breadcrumb,
#comments,
.form-item,
.form-actions {
  margin: 0;
  padding: 0;
}

/* normalize zebra tables */
tr.even,
tr.odd {
  background-color: #fff;
  border-bottom: 0;
  padding: 0;
}

.filter-wrapper,
.book-navigation ul.menu,
.book-navigation .page-links {
  border: 0;
  margin: 0;
  padding: 0;
}

.field .field-label {
  font-weight: normal;
  font-style: normal;
}

/* reset tabs */

ul.primary,
ul.primary li a,
ul.primary li a.active,
ul.tabs.primary,
ul.tabs.primary li,
ul.tabs.primary li a,
ul.tabs.secondary,
ul.tabs.secondary li,
ul.tabs.secondary li a {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* @end */

/* @group drupal 7 admin */

div.admin .left {
  margin-left: 0;
}

div.admin .admin-panel,
div.admin .admin-panel .body {
  padding: 0;
}

#overlay-content #header-wrapper,
#overlay-content #footer-wrapper,
#overlay-content .sidebar {
  display: none;
}

/* @end */