@charset "utf-8";
/* CSS Stylesheet for Michael Barnathan's homepage. Override it in your browser and I guarantee nothing. */

body {
	margin: 0px;
	background-color: #0c0c0c; /* 000000 doesn't look bad either. */
	font-family: 'Lucida Sans Unicode', Calibri, 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}

a, a:visited { color: #68a2ff; }

body, .AnchorNotLink {
	color: #cbcbcb;
}

dfn, acronym, abbr {
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: help;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Cambria, "Minion Std", Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

img { border-style: none; }

code {
	display: block;
	background-color: #121212;
	border: 1px dashed #333333;
	white-space: pre;
	font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace;
	font-size: 11px;
	margin: 10px 10px 10px 0px;
}

#TopNav {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 323px;
	width: auto;
	z-index: 10;

	background-image: url(images/navbgleft.png);
	background-repeat: repeat-x;
	height: 93px;
	padding-top: 17px;
	padding-left: 19px;
}

#TopNav img { display: block; }
#NameImg { margin-bottom: 15px; }

#RightBar, #RightBar object {
	top: 0px;
	right: 0px;
	float: right;
	width: 323px;
	background-color: #000000;
}

#RightBar {
	position: fixed;
	bottom: 141px; /* Footer. */
}

#RightBar object {
	position: absolute;
	bottom: 0px;
	height: 100%;
}

.RightList, .RightList ul {
	display: block;
	margin: 0px;
	padding-left: 0px;
}

.RightList {
	width: 100%;
	height: 100%;

	background: url(images/rightbg_brown.png) no-repeat;
	color: #ffffff;
	padding-top: 65px;
}

.RightList a, .RightList a:visited {
	text-decoration: none;
	color: #ffffff;
}

.RightList li {
	display: inline;
	font-family: "Myriad Web Pro", "Myriad Pro", Myriad, "Lucida Sans Unicode", "Lucida Sans", "Segoe UI", "Calibri", "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 17px;
}

.ErrAnnouncement {
	font-size: 10px;
	margin-top: 30px;
	text-align: center;
}

#MainContent {
	margin-top: 93px; /* Top bar */
	margin-right: 323px; /* Right bar */
	padding: 25px 17px 157px 17px;
}

.ParagraphWithImage {
	clear: left;
	margin-bottom: 40px;
	margin-right: 40px;
	display: table-cell;
	vertical-align: middle;
}

.ParagraphWithImage h3, .ParagraphWithImage h4, .ParagraphWithImage h5 { padding: 4px 0px; }
.ParagraphWithImage p,  .ParagraphWithImage h3, .ParagraphWithImage h4, .ParagraphWithImage h5, .ParagraphWithImage blockquote, .ParagraphWithImage ul, .nodocsbox { margin-left: 194px; }

.ParagraphWithImage ul {
	padding-left: 0px;
	list-style-position: inside;
}

.Aphorism {
	text-align: center;
	border: 1px dotted #444444;
	background-color: #151515;
}

blockquote p {
	margin-left: 0px !important;
	display: inline;
}

.ParagraphWithImage img {
	background-color: #ffffff;
	color: #000000;
}

.WelcomeImage, .CategoryBanner {
	float: left;
	border: 1px solid #5e5e5e;
}

.AboutPhoto {
	float: left;
	margin-right: 15px;
	border: 1px solid #707070;
}

.WelcomeImage { margin: 5px 0px; }
.CategoryBanner {
	background-color: #8e8e8e;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 15px 0px 0px;
	padding: 0px;
}

.LeftPortfolioImage { display: block; }

.CategoryBanner, .CategoryBanner a, .CategoryBanner a:visited, .Whitelink { color: #ffffff; }

.FooterContent {
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	/*height: 140px; For timeline */
	height: 40px;
	border-top: 1px solid #141414;
	z-index: 10;
	font-size: 10px;
}

.HiddenDfns dfn { border-bottom: none; }
.HiddenDfns dfn:hover { border-bottom: 1px dotted; }

.BottomItems {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ClientAccolade {
	padding: 0px 3px 10px 17px;
	margin: 0px;
	text-align: right;
	white-space: nowrap;
	color: #666666;
}

#BottomMenu {
	margin: 0px 5px;
	white-space: nowrap;
	float: left;
}

#BottomMenu, #BottomMenu li {
	display: inline;
	list-style: none;
	padding-left: 0px;
	margin-left: 5px;
}

#BottomMenu a, #BottomMenu a:visited { text-decoration: none; }

.MinButton, #MinRight { color: #999999 !important; display: none; }
.CSLink { color: #c97272 !important; }
.SDLink { color: #bd9d5f !important; }
.WDLink { color: #63a754 !important; }
.MULink { color: #0088ee !important; }
.ALLink { color: #96438e !important; }
/*.ALLink { color: #fffd69 !important; }*/
.MDLink { color: #b0b0b0 !important; }

.searchbox label {
	display: block;
	float: left;
	width: 90px;
}

.SearchResults {
	clear: left;
	padding-top: 30px;
}

.HighlitText { background-color: #ffff99; color: #000000; }
.AboutList {
	clear: left;
	padding: 10px 0px;
	margin: 0px;
	list-style: none;	/* Bullets are too inconsistent here. */
}

.AboutList > li {
	background-image: url(images/bulletclosed.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}

.AboutList > li > div {
	width: 100%; /* Required to make IE filters behave. */
	padding: 0px;
}

.AboutList > li > div { margin: 5px 0px; }
.AboutList > li > div > p:first-child { margin-top: 0px; }

/* Hide by default, show if JS enabled. */
#ToggleAll {
	display: none;
	visibility: hidden;
}

.RateContact {
	font-weight: bold;
	text-align: center;
}

.RateTable { text-align: center; }
.RateTable td { padding: 5px; }
.RateTable tr > td:first-child { text-align: left; }

.WorkCategory td {
	font-weight: bold;
	padding: 16px 0px;
	text-align: center !important;
}

#PetThumb {	border: 1px solid #333333; }
.PhilosophyList li { padding-bottom: 10px; }

.MusicList {
	padding-left: 0px;
	list-style: none;
	margin-top: 3em;
}

.MusicList a, .MusicList a:visited { text-decoration: none; }
.MusicList a img { border-style: none; }

.MusicList .PlayOptions {
	float: right;
	position: relative; /* For IE7's benefit */
	z-index: 5; /* Ditto */
	margin-top: 4px;
	margin-right: 0.8em;
}

.MusicList li {
	height: 2.5em;
	line-height: 2.5em;
	display: block;
	border: 1px solid #333333;
	background-image: url(images/navbgleft.png);
	background-position: bottom;
	padding-left: 1em;
	margin: 0 3em 1em 0;
	width: 90%;
	vertical-align: middle;
}

.FavImage {
	position: relative;
	top: 4px;
	margin-right: 6px;
}

.PlayOptions .WaitText { position: relative; top: -4px; left: -4px; }

