/* 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,
 caption, tbody, tfoot, 
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border: 1px  eeeeee;
}
b {
    font-weight:bold;
}

/* Main CSS */

body {
    color:#444;
    font:12px  Arial, sans-serif;
}

#content {
    margin:0 0 0 25px;
    width:980px;
}

#content .bm {
    margin-bottom:25px;
}

h1 {
    color:#FF4200;
    font:18px 'Andada', 'Helvetica', Arial, sans-serif;
    margin:0 0 15px 0;
}

h2 {
    font-size:15px;
    font-weight:400;
    text-shadow:0px 1px #f8f8f8;
}

h3 {
    clear:both;
    color:#FFF;
    margin-bottom:20px;
}

h3 span {
    background:#FF4200;
    font-size:16px;
    padding:5px 10px;
}

h4 {
    float:left;
    font-weight:700;
    margin-bottom:15px;
    margin-right:20px;
}





/* links */

a, a:active, a:visited {
    color:#444;
    text-decoration:underline;
}

a:hover {
    color:#1F93D0;
}

/* Tables */

table {
    margin:5px 0 50px 0;
}

th {
    text-align:left;
        font-size:12px;

}

th span {
    background:#1F93D0;
    color:#FFFFFF;
    display:block;
    float:left;
    padding:5px 10px;
    margin:0 0 10px 0;  
}

td {
    font-size:12px;
    padding:1px 2px 2px 5px;
    text-shadow:0px 1px #f8f8f8;
}

/* Code Formatting */

tt, pre {
    color:#3c1001;
    font:13px Monaco, Consolas, "Lucida Console", monospace;
}

pre {
    border-left:5px solid #0885c7;
    margin:0 0 40px 0;
    padding:0 0 0 10px;
}

pre.inline {
    margin:0 0 15px 0;
}

/* github buttons */

.github {
    margin-bottom:60px;
}


#portal-breadcrumbs {
	BORDER-BOTTOM: #bbbbbb 0px solid; LINE-HEIGHT: 1.6em; TEXT-TRANSFORM: none; PADDING-LEFT: 2em; PADDING-RIGHT: 2em
}
#portal-breadcrumbs A {
	TEXT-DECORATION: none; color:#011755;
}
