/* global defaults */

* {
	font-family: georgia, times, serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: blue;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet ms, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	display: inline;
	color: white;
	font-size: 28px;
	padding-left: 10px;
	line-height: 28px;
}

h2 {
	font-size: 24px;
	margin-bottom: 18px;
	color: #009;
}

h3 {
	border-top: 1px dotted #999;
	/* clear: both; */
	font-family: georgia, times, serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 8px;
}

h4 {
	font-family: georgia, times, serif;
	font-size: 11px;
}

p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.intro, .intro a {
	font-size: 13px;
	line-height: 20px;
}


/* template elements */

#layout_detail {
	background-color: white;
	padding: 20px;
}

#header {
	background-color: #F90;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#header form {
	display: inline;
	float: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#tagline {
	font-weight: normal;
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
	line-height: 9px;
}

/* footer */

.footer, .footer a {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #333;
}

#footer {
	text-align: center;
	padding: 10px;
}




/* global form elements */

input, select, option {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
	height: 18px;
}

select {
	height: auto;
}

option {
	border: none;
	padding: 0px;
	height: auto;
	padding-right: 10px;
}

.submit {
	width: auto !important;
	cursor: pointer;
	border-top: 1px solid #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
}

.submit:hover {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #666;
	border-top: 1px solid #333;
}

/* specific forms */

#login, #login *, .paramAdd td {
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
}

#signup input {
	width: 200px;
}

#getText {
	margin-top: 10px;
	width: 550px;
}

#resultsFilter, #resultsFilter strong {
	font-family: arial, sans-serif;
	font-size: 12px;
}

#addForm {
	
}

#addForm input, #addForm select, #addForm textarea {
	width: 100%;
}

.paramFields input, .paramFields select, .paramFields textarea {
	width: auto;
}

#commentMgr textarea {
	border: 1px solid #ccc;
	background-color: #eee;
	width: 100%;
	height: 100px;
	padding: 2px;
	margin-bottom: 10px;
}

.fsnav, .fsnav a, .fsnav a strong {
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
}


/* sidebar, generic */

.sidebar {
	margin-bottom: 20px;
}

.sidebar, .sidebar li, .sidebar li a {
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
}

/* specific sidebar items */

.details td {
	border-bottom: 1px dotted #ccc;
}

.details td, .details td strong, .details td a {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#detailbox {
	background-color: white;
	padding: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	float: right;
	clear: both;
}

#logobox {
	margin-top: 60px;
	text-align: center;
}

#newsfeed {
	margin: 0px;
	padding: 0px;
}

#newsfeed li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}



/* sample code, etc. */

.shortcode {
	font-family: monospace, monaco, courier;
	font-size: 11px;
	color: #009;	
}

/* source code display */

.codebox {
	/* background-color: #eee; */
	border: 1px solid #ccc;
	width: 550px;
	height: 270px;
	overflow: auto;
}

.lines {
	width: 25px;
	max-width: 25px;
	text-align: right;
	font-family: monaco, courier, monospace;
	font-size: 10px;
	color: #999;
}

.code {
	white-space: nowrap;
	color: #009;
	padding-left: 10px;
	font-family: monospace, monaco, courier;
	font-size: 11px;
}

.codeblock {
	white-space: pre;
	color: #009;
	padding: 5px;
	font-family: monospace, monaco, courier;
	font-size: 11px;
	max-width: 550px;
	overflow: auto;
	border: 1px solid #eee;
}

.editCode {
	width: 100%;
	height: 200px;
	padding: 2px;
}


/* comments */

.commentbox {
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
	color: #666;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
}

.commentbox span {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #333;
}




/* navigation */

#navbar {
	margin: 0px;
	padding: 0px;
}

#navbar li {
	display: block;
}

#navbar li ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
	
#navbar li a, #navbar li ul li a {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.025em;
	padding: 2px;
	padding-left: 10px;
	color: #666;
	text-transform: lowercase;
}

#navbar li a:before {
	content: '[';
}

#navbar li a:after {
	content: ']';
}

#navbar li ul li a {
	// padding-left: 15px;
}

#navbar li a:hover {
	color: #009;
}
	
#l2navON {
	color: #009;
}

#l3navON {
}




/* results table */

.results td, .results td a, .results th, .results th a, .updated {
	text-align: left;
	font-family: monaco, verdana, sans-serif;
	font-size: 9px;
}

.updated {
	color: #c63;
}

.results td {
	border-bottom: 1px dotted #ccc;
	padding: 4px;
}

.results th, .results th a {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	background-color: #ccc;
	color: white;
	font-weight: bold;
	text-transform: lowercase;
}

.results th a {
	display: block;
	padding: 4px;
}

.results th a.resultsSortOn {
	background-color: #666;
}


#articlesidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}

#articlesidebar li {
	margin-bottom: 5px;
}

#articlesidebar li.ON {
	font-weight: bold;
}



#email {
	display: none;
}

