html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }
label, input[type=button], input[type=submit], button { cursor: pointer }


/*
    Default Body
------------------------------------------------------ */ 
html, body {
 margin:            0;
 padding:           0;
 font:         13px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
 color:             #555;
 background-color:  #fff;
}
/*
    Links
------------------------------------------------------ */ 
a, a:visited {
 text-decoration:   none;
 color:             #222;
 border-bottom: 1px dotted #999;
}

a:hover {
 color: #000;
 border-bottom: 1px solid #222;
}


/*
    Basic stuff
------------------------------------------------------ */ 

p {
 font-size:         1em;
 line-height:		1.5em; 
 margin:			0.5em 0;
 max-width: 500px;
}

img {
	border: none;
}

ul {
	padding-left: 24px;
}

form p {
	margin: 0;
}

.underline {
	border-bottom: 1px dotted #aaa;
}

.hidden {
	display: none;
	visibility: hidden;
}

hr	{ height: 0px; border: dotted 0px; border-top-width: 1px;}
h1 {
	position: absolute;
	top: 7px;
	left: 20px;
	font-size: 11px;
}
h2, h3, h4	 {
	color: #666;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #c2bfb9;
	letter-spacing: -0.03em;	
}
h2 {
	border-top: 1px solid #c2bfb9;
	font-size: 2.5em;
	line-height: 1.15em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h4 { 
	border-top: 20px solid #c2bfb9;
	width: 40%;
	margin: 40px 0 20px 0px;
}
h5 {
	margin: 20px 0 0px 0px;
	padding: 0;
}
p.code {
	width: 800px;
}

p img {
	margin: 20px 0;
	max-width: 690px; 
}

/*
    Special formatting for quotes, code, pre etc..
------------------------------------------------------ */ 

code {
  /*
white-space: normal;
*/
  white-space: nowrap;
 }

 pre {
 background: 		#EFEFF4;
 border:			1px solid #B2B3CE;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			10px 10px 10px 6px;
 white-space: 		normal;
}

blockquote {
 background: 		#EFEFF4;
 border-left:		4px solid #6363A0;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			5px 10px 10px 6px;
}

/* FORMS */ 

input {
 font-family: Helvetica, Arial, sans-serif;
/*  border: 1px solid #ccc; */
 border: 1px solid #e1ddd6;
 background: #fAf8f5;
 color:             #333;
 font-size:         11px;
 height:            16px;
 padding: 4px;
 width:	180px;
 border-radius: 5px;
 float: left;
} 

input.submit, .last-row input[type="submit"] {
 height: 26px;
 background: #999;
 border: 0;
 color: #fff;
 font-weight: bold;
 cursor: pointer;
 width: auto;
}  
input.submit:hover {
 background: #333;
}
input.search {
	width: 23px;
	height: 20px;
	border: none;
	background: #fff url(http://2011.3st.com/assets/images/search_icon.png) no-repeat 0px 0px;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	float: right;	
	margin-top: 3px;
}
input.search:hover {
	background-position: 0px -20px;
}

textarea {
 border: 1px solid #e1ddd6;
 font-size:         11px;
 padding:           10px;
 margin:        	0px;
 border-radius: 	5px;
 width: 			668px;
}
.checkbox {
 background-color:  transparent;
 padding:           0;
 border:            0;
}

.alert {
 font-size:         11px;
 color:             #990000;
 font-weight:		bold;
}

.highlight {
 color:             #990000;
}

/* CUSTOM */

.codeblock {
 background: #e1ddd6;
 font-size:         11px;
 margin:			8px 0px 10px 0;
 padding:			10px 0 10px 10px;
 border-radius: 5px;
 width: 680px;
 height: 26px;
}
.codeblock input {
	width: 585px;
 	border: 1px solid #ccc;	
	background: #fff;
}
.codeblock input[type="checkbox"]{
	display: inline !important;
	width: 15px;
	height: 15px;
}
.codeblock label {
 display: block;
 width: 70px;
 float: left;
 margin: 3px 0 0 5px;
}

.codeblock.last label {
	width: auto;
}
.codeblock.last {
	margin: 0;
	background: none;
}
.last-row {
	display: block;
	float: right;
}
.last-row input[type="submit"] {
	height: 40px;
	float: left;
	padding: 0px 10px;
	margin: -10px 0 0 10px;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 11px;
	height: 30px;
	background: #e1ddd6;
	border-bottom: 2px solid #d6d2cc;	
}
header li {
	color: #666;
}
header a {
	color: #666;
	border-bottom: 1px dotted #666;
}
header a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #222;
}

/* TOC */
ul#toc {
	list-style: none;
	padding-left: 0;
}
ul#toc li {
	margin: 0;
	padding: 0;
}


/* Login Bar */ 

ul#user_info {
	list-style: none;
	float: right;
	margin-right: 20px;
}
ul#user_info li {
	float: left;
	padding: 7px;
}
/* Breadcrumb */
ul#breadcrumb {
	position: absolute;
	left: 250px;
	list-style: none;	
}
#breadcrumb li {
	background: url(http://2011.3st.com/assets/images/breadcrumb_arrows.gif) no-repeat center right;
	float: left;	
	height: 23px;
	padding: 7px 35px 0 0;
	text-transform: capitalize;
}

#create_page {
	display: block;
	width: 300px;
	float: right;
}
#create_page form {
	float: right;
	padding-top: 3px;
}
#create_page label {
	color: #666;
	padding: 0 10px;
	vertical-align: middle;
}

ul#article_nav {
	display: block;
	list-style: none;
	float: right;
	margin-top: 15px;
}
ul#article_nav li {
	float: left;
	margin-left: 10px;
	font-size: 11px;
}
ul#page_navigation {
	list-style: none;
	padding: 0;
}
ul#page_navigation li {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	text-transform: capitalize;
}


/*
    Page Header 
------------------------------------------------------ */ 

#pageheader {  
 background: #3F4585;
 border-bottom: 1px solid #000;
}



/*
    Misc. Formatting Items
------------------------------------------------------ */ 
.spacer {
 margin-bottom:     12px;
}

.itempad {
padding: 2px 0 2px 0;
}

.itempadbig {
padding: 5px 0 5px 0;
}

.bottompad {
padding: 0 0 2px 0;
}

.marginpad {
 margin: 12px 0 10px 3px;
}

.leftpad {
 margin: 0;
 padding: 0 0 0 4px;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
 font-size:         11px;
 color:             #38394B;
}

.defaultBold {
 font-weight: bold;
}

.defaultRight {
 text-align: right;
}

.defaultCenter {
text-align: center;
}



/* STRUCTURE */ 

#content {
 left:              0px;
 right:             10px;
 margin:            10px 20px 0 0;
 padding:           0;
}
#content {
 width:             100%;
 width:            auto;
}

#maincontent {
 left:              0px;
 right:             10px;
 margin:            50px 20px 0px 20px;
 padding:           0;
 width:             940px;
}

#sidebar {
	position: absolute;
	top: 60px;
	margin-top: 22px;
	left: 20px;
	width: 220px;
	float: left;
}

.fixed {
	position: fixed !important;
	top: 0px !important;
}
	
article {
	width: 690px;
	margin: 32px 0 120px 250px;
	padding-bottom: 60px;
	float: left;
}


.ie7 article {
	margin-top: 32px;
}

.ie8 article {
	margin-top: 14px;
}
	
#top-link {
	font-size: 11px;
	display: none;
	clear: both;
	padding-top: 20px;
}


/*
    Page Footer
------------------------------------------------------ */ 
footer {
	background: #e1ddd6;
	border-top: 2px solid #d6d2cc; 
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	padding: 5px 20px 5px 20px;
	clear: both;
}
footer p {
 	font-size: 9px;
 	margin-right: 190px;
	float: left;
}
