.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	margin: 15px 0;
	text-align:center;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button.admin, .admin a.button {
	color: #764;
	background: transparent url('/images/admin_bg_button_a.gif') no-repeat scroll top right;
}

a.button.admin span, .admin a.button span {
    background: transparent url('/images/admin_bg_button_span.gif') no-repeat;
}
body{
	color: #292929; 
	font-family: arial, sans-serif;
	background-color: #292929;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

div#body-container{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

div#page-container{
	background-color: #292929;
	width: 878px;
	position: relative;	
	left: 50%;
	margin-left: -439px;	
}

div#container{
	position: absolute;
	top: 0;
	right: 16px;	
	width: 600px;
	background-color: #fff; 	
}

div#navigation-container {
	position: absolute;
	top: 0;
	left: 16px;	
	width: 230px;
	z-index: 100;
	text-align: right;
	background: #fff;
}

div#navigation {
	position: relative;
	padding: 16px 16px 16px 16px;
	background: #fff url(/images/ninja230.png) no-repeat 50% 40px; 
}

div#navigation h1 {
	margin-bottom: 250px;
}

div#navigation li, div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation li {
	font-size: 0.8em;
	margin: 0.4em 0;
	text-align: left;
}

div#navigation h2 {
	font-size: 1em;
	margin: 2em 0 .5em 0;
	text-align: left;
}


div#content {
	position: relative;
	padding: 16px; 
}

div#footer {
	background-color: #fff;
	color: #999; 
	font-size: 0.7em;
	padding: 1em;
}

div#footer ul {
	list-style: none;
	background-color: #fff;
}

div#footer ul li {
	margin: 3px 0;
}

div#footer em {
	color: #000;
	font-weight: bold;
	font-style: normal;
	margin-right: 1px;
}

div#footer a {
	text-decoration: none;
	color: #00a;
}

#footer form {
	clear: none;
	display: inline;
}

#footer input#openid_url {
	font-size: 0.7em;
	padding: 2px 20px 2px 2px;
	background: url("/images/openid-logo.png") 100% 50% no-repeat #fff;
	border: 1px solid #fff;
	border-bottom: 1px dashed #ddd;
	width: 70px;
}

#footer input#openid_url:focus {
	border: 1px solid #aaa;
}

div#page_nav {
	text-align: center;
	margin: 2em 0 1em 0;
	color: #aaa;
}

div#page_nav a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

body.admin_hidden .admin {
	display: none;
}

textarea {
	width: 100%;
	height: 500px;
}
.options_list {
	display: inline;
}
.options_list li {
	list-style: none;
	display: inline;
	line-height: 1.7em;
}

/* Admin */


div.segment_admin {
	border: 2px dashed #fff;
}

div.segment_admin.hover {
	border: 2px dashed #999;
}

body.admin_hidden div.segment_admin.hover {
	border: none;
}

div.segment_admin div.segment_admin_panel {
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 36px;
	text-align:center;
	border-bottom: 2px dashed #999;
}

div.segment_admin div.segment_admin_panel h5 {
	display: none;
}

div.segment_admin.hover div.segment_admin_panel {
	visibility: visible;
}

body.admin_hidden div.segment_admin div.segment_admin_panel {
	display: none;
}


hr.admin {
	height: 0;
	border: none;
	border-bottom: 5px solid #faffdd;
}


div#segment_preview {
	background: #faffdd;
	padding: 5px;
	border: 1px solid #ffa;
	margin: 1em 0;
}

div.segment {
	margin: 1em 0;
}


table {
	border-collapse:collapse;	
}


table#skills_matrix {
	border-collapse:collapse;
	margin: 10px 0;
}
table#skills_matrix td {
	border: 1px solid #aaa;
	padding: 2px;
}


table#skills_matrix th {
	border: 1px solid #666;
	padding: 2px;
	background: #aaa;
	color: #000;
}

table#skills_matrix a.current {
	border: 1px solid #aa5;
	background: #ffa;
}

table#skills_matrix td.adverage {
	background-color: #eee;
}

div.segment_options {
	float: right;
}

div.segment_options a {
	margin: 1em 0 0 1em;
	font-size: 10px;
}

div.options {
	font-size: 0.7em;
	text-align: center;
}

div.about {
	margin: 1em 3em;
	border: 1px solid #aa5;
	background: #ffa;
	padding: 0 1em;
}

p.notice {
	position: absolute;
	top: 0;
}


#BigLogon {
	background: url("/images/openid-icon-250x250.png") 50% 0 no-repeat;
	padding-top: 300px;
}

#BigLogon p#BigLogon_Description{
	text-align: center;
}

#BigLogon input[type="submit"] {
	width: 150px;
	font-size: 3em;
	border: 1px solid #ccc;
	background: #dfdfdf;
}

#BigLogon input[type="text"] {
	font-size: 3em;
	width: 350px;
	color: #666;
	border: 1px solid #ccc;
	background: url("/images/openid_med_logo.png") 10px 50% no-repeat;
	padding-left: 50px;
}

img {
	border: 0;
}
ul#list_items {
	list-style: none inside;
	margin: 0;
	padding: 0 0 0 30px;
	background: url("/images/notepad-mid.png") repeat-y 0 0;
}

ul#list_items li .options {
	float: left;
	display: none;
}

ul#list_items li.hover .options {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

ul#list_items li .content {
	margin-left: 84px;
	width: 375px;
	border-bottom: 1px solid #b3dbbb;
	font-size: 20px;
	padding: 10px 0;
}

ul#list_items li .checked {
	text-decoration: line-through;
	color: #db7;
}

#add_or_edit_container {
	background: url("/images/notepad-bottom.png") no-repeat 0 0;
	margin: 0;
	padding: 30px 0 0 110px;
	height: 200px;
}

#add_or_edit_container input[type="text"]{
	font-size: 20px;
	width: 300px;
}

div#list_title {
	background: url("/images/notepad-top.png") no-repeat 0 0;
	margin: 0;
	padding: 80px 0 15px 105px;
}

#list_title h1 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}pre.mac_classic .EmbeddedSource {
   background-color: #0C0C0C;
}
pre.mac_classic .LibraryObject {
   font-weight: bold;
   color: #6D79DE;
}
pre.mac_classic .Section {
   font-style: italic;
}
pre.mac_classic .FunctionArgumentAndResultTypes {
   color: #70727E;
}
pre.mac_classic .TypeName {
   text-decoration: underline;
}
pre.mac_classic .Number {
   color: #0000CD;
}
pre.mac_classic {
   background-color: #FFFFFF;
   color: #000000;
}
pre.mac_classic .MarkupList {
   color: #B90690;
}
pre.mac_classic .MarkupTagAttribute {
   font-style: italic;
}
pre.mac_classic .LibraryVariable {
   font-weight: bold;
   color: #21439C;
}
pre.mac_classic .line-numbers {
   background-color: #4D97FF;
   color: #000000;
}
pre.mac_classic .FunctionParameter {
   font-style: italic;
}
pre.mac_classic .MarkupTag {
   color: #1C02FF;
}
pre.mac_classic .MarkupHeading {
   font-weight: bold;
   color: #0C07FF;
}
pre.mac_classic .JsOperator {
   color: #687687;
}
pre.mac_classic .InheritedClassName {
   font-style: italic;
}
pre.mac_classic .StringInterpolation {
   color: #26B31A;
}
pre.mac_classic .MarkupQuote {
   color: #000000;
   font-style: italic;
}
pre.mac_classic .MarkupNameOfTag {
   font-weight: bold;
}
pre.mac_classic .InvalidTrailingWhitespace {
   background-color: #FFD0D0;
}
pre.mac_classic .LibraryConstant {
   font-weight: bold;
   color: #06960E;
}
pre.mac_classic .MarkupXmlDeclaration {
   color: #68685B;
}
pre.mac_classic .EmbeddedEmbeddedSource {
   background-color: #0E0E0E;
}
pre.mac_classic .PreprocessorDirective {
   font-weight: bold;
   color: #0C450D;
}
pre.mac_classic .BuiltInConstant {
   font-weight: bold;
   color: #585CF6;
}
pre.mac_classic .MarkupDtd {
   font-style: italic;
}
pre.mac_classic .Invalid {
   background-color: #990000;
   color: #FFFFFF;
}
pre.mac_classic .LibraryFunction {
   font-weight: bold;
   color: #3C4C72;
}
pre.mac_classic .String {
   color: #036A07;
}
pre.mac_classic .UserDefinedConstant {
   font-weight: bold;
   color: #C5060B;
}
pre.mac_classic .Keyword {
   font-weight: bold;
   color: #0000FF;
}
pre.mac_classic .MarkupDoctype {
   color: #888888;
}
pre.mac_classic .FunctionName {
   font-weight: bold;
   color: #0000A2;
}
pre.mac_classic .PreprocessorLine {
   color: #1A921C;
}
pre.mac_classic .Variable {
   color: #318495;
}
pre.mac_classic .Comment {
   color: #0066FF;
   font-style: italic;
}
/* code_segment */
div.code_segment h2 {
	font-size: 0.5em;
	color: #aaa;
	border-bottom: #ccc 1px solid;
	margin: 0;
	padding: 2px;
	background-color: #000;
}

div.code_segment {
	border: 1px solid #ccc;
	background-color: #eee;
}

/* markdown_segment */


/* xml_segment */


body.sloppy {
	margin: 0;
}


body.sloppy div#page-container {
	width: auto;
	position: relative;	
	left: 0;
	margin: 0;
}


body.sloppy div#container {
	background-color: #fff; 
	margin-left: 262px;
	left: 0;
	width: auto;
	right: auto;
}

body.sloppy div#navigation-container {
	position: absolute;
	top: 0;
	left: 16px;	
	width: 230px;
}.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(/images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

.med-star,
.med-star a:hover,
.med-star a:active,
.med-star a:focus,
.med-star .current-rating{
	background-image: url(/images/star_med.gif);
	line-height: 13px;
	height: 13px;
}


/* medium star */
.med-star{
	width:65px;
	height:13px;
}



h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 1em 0 0 0;
	line-height: 1em;
	color: #666;
}

h2 {
	border-bottom: 3px solid #FF9E30; 
	margin: 2em 0 0.2em 0;
}

h1 {
	background-color: #FF8641;
	padding: 8px 16px;
	margin: -16px -16px 2em -16px;
	border-bottom: #FF5E00 solid 3px;
	font-family: Georgia, serif;
	color: #333;
	letter-spacing: 1px;
	word-spacing: 5px;
}

h1 a, h2 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}


strong {
	color: #000;
}


div.footnotes {
	border-top: 1px solid #aaa;
	padding: 1em 0 0 0;
	margin: 5em 1em 0;
	font-size: 0.6em;
}

div.footnotes ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a.footnote_link {
	font-size: 0.5em;
	vertical-align: super;
}

div#content p {
	margin: 0.25em 0;
	text-align: justify;
}

#content em {
	background: #ffef66;
}