/*

Theme Name: Dossier
Theme URI: http://localhost/
Description: thedossiers.net
Version: 1.0 

*/

/* GLOBAL & BODY
*/

html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: #fff; 
	overflow: hidden; 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
	line-height:1.125em;
}

.bodytext p {
    font-size:0.875em;
}

.sidenote {
    font-size:0.75em;
}


p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	font-family: "Bitstream Vera Sans";
	font-size: 72px;
	font-weight: normal;
	color: #6699cc;
	margin:0px;
	padding-left: 70px;
	height: 60px;
}

h1 a {
	color: #6699cc;
	text-decoration: none;
}

h1 a:visited {
	color: #6699cc;
	text-decoration: none;
}

h2 {
	margin: 0px 0px 2px;
	color: #6699cc;
	font-family: "Bitstream Vera Sans";
	font-size: 48px;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}

a {
	color:#222;
	text-decoration:none;
	padding-bottom:3px;
}

.alignright { float: right !important; margin:0 0 15px 15px !important; }

/* MAIN INDEX PAGE & OTHER INDICES & PAGES
*/

#page {
	margin: 0px auto;
	width: 100%;
	background: #F8F5E1;
}

#head {
	position: absolute;
	margin: 0;
	top: 0;
	right: 18px;
	display: block;
	width: 100%;
	height: 140px;
	background: #E3D6A9;
	text-align: center;
	z-index: 5;
	color: #000;
	border-bottom: 3px solid #6699cc;
}

.pad1 {
	display: block;
	width: 18px;
	height: 50px;
	float: left;
}

.pad2 {
	display: block;
	height: 140px;
}

.pad3 {
	display: block;
	height: 70px;
}

#content {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	position: relative;
	z-index: 3;
/*
	word-wrap: break-word;
*/
	background: #F8F5E1;
}

#cabinet {
	padding: 10px 10px 30px 20px;
	float: right;
	width: 70%;
	background: #E3D6A9;
}

#cabinet .post {
	clear:both;
	padding-top: 10px;
	min-height: 1250px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 72px;
}

#sidebar {
	float: left;
	padding: 0px 10px 20px 0px;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 72px;
	list-style-type: none;
	font-family: "Courier New",Courier;
	font-size: 100%;
	font-weight: bold;
	color: #6699cc;
}

#sidebar a:hover {
	color: #6699cc;
}



/* FILE FOLDER PAGES & DOSSIERS
*/

#folder {
	margin: 0px auto;
	width: 95%;
	background: #FFFFFF;
}

#fcontent {
	padding: 10px 0px 30px 20px;
	float: right;
	display: inline; position: relative;
	width: 90%;
	margin-top: 72px;
	margin-right: 72px;
	margin-bottom: 72px;
	background: #ffffff;
	border-left: 1px ridge #000000;
	border-right: 1px ridge #000000;
	border-bottom: 1px ridge #000000;
}

#fheader {
	background: #E3D6A9;
	height: 140px;
	text-align: center;
	position: relative;
}

#headerimg {
	position: relative;
	padding: 30px 200px 0px 0px;
	height: 60px;
}

#dossier {
	padding: 10px 0px 30px 20px;
	float: left;
	display: inline; position: relative;
	width: 55%;
	margin-left: 72px;
}

.post {
	clear: both;
}

.post h2 {
	margin: 0px 0px 12px;
	color: #6699cc;
/*
	font-family: Bitstream Vera Sans;
*/
	font-family: "Courier New",Courier;
	font-size: 36px;
	font-weight: bold;
/*
	font-weight: normal;
*/
	border-bottom: 1px ridge #6699cc;
	padding-bottom: 3px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

#dossier b {
	background:url(images/hilite.png);
}

#dossier a {
	background:url(images/line.png) bottom repeat-x;
}

#dossier a:hover {
	color: #6699cc;
}

/*
#dossier hr {
	background:url(images/line.png) bottom repeat-x;
}
*/

#dossier ol {
	color: #999999;
	font: italic 1em Georgia, Times, serif;
}

#dossier ol p {
	color: #555;
	font: normal .8em verdana, arial, sans-serif; font-size:100%;
	border-left: solid 1px #999;
	margin: 0;
	padding: 0 0 1em 1em;
}

#pullq blockquote {
  font: 1.4em/1.8em Georgia, "Times New Roman", Times, serif;
  background: url(images/close-quote.png) no-repeat right bottom;
  padding-left: 18px;
  padding-right: 18px;
  text-indent: -18px;
}

#pullq blockquote p {
  background: url(images/open-quote.png) no-repeat left top;
  padding-left: 30px;
  font: italic 1.6em Georgia, "Times New Roman", Times, serif;
}

/*
#pullq blockquote:first-letter {
  background: url(images/open-quote.png) no-repeat left top;
  padding-left: 18px;
  font: italic 1.6em Georgia, "Times New Roman", Times, serif;
}
/*

/* DOSSIER SIDEBARS
*/

#lsidebar {
	display: inline; position: relative;
	float: left;
	padding: 50px 10px 10px 0px;
	margin-top: 72px;
	margin-left: 72px;
	margin-bottom: 72px;
	background: #ffffff;
}

#lsidebar h3 {
	font-family: "Courier New",Courier;
	font-size: 24px;
	font-weight: bold;
	color: #6699cc;
	margin: 10px 0px 5px;
}

#lsidebar a {
	background:url(images/line.png) bottom repeat-x;
}

#lsidebar a:hover {
	color: #6699cc;
}

#rsidebar {
	float: right;
	display: inline; position: relative;
	padding: 50px 10px 20px 0px;
	margin-right: 72px;
	margin-bottom: 72px;
	background: #ffffff;
}

#rsidebar h3 {
	font-family: "Courier New",Courier;
	font-size: 24px;
	font-weight: bold;
	color: #6699cc;
	margin: 10px 0px 5px;
}

#rsidebar a {
	background:url(images/line.png) bottom repeat-x;
}

#rsidebar a:hover {
	color: #6699cc;
}

/* SUBJECT / REFERENCE TAGS
*/

p.ref {
	padding: 10px 10px 10px 40px;
	font-size: 24px;
	font-family: "Courier New",Courier;
	font-weight: bold;
}

a.ref:hover {
background:url(images/line.png) bottom repeat-x;
}

p.idx {
	padding: 10px 10px 10px 40px;
	font-size: 24px;
	font-family: "Courier New",Courier;
	font-weight: bold;
	margin-left: 144px;
}


/* FOOTER
*/

#footer {
	clear: both;
}

#footer p {
	text-align: center;
	color: #495233;
}


/* DOSSIER CREDITS AND BELOW
*/

#credits {
	margin: -20px auto;
	width: 760px;
	color: #333333;
	font-size: 85%;
	line-height: 140%;
	padding-bottom: 6px;
}

#credits a, #credits a:visited {
	color: #333333;
}

#credits a:hover {
	color: #6699cc;
}

.rss {
/*
	background: url(images/rss.png) no-repeat left center;
	padding-left: 18px;
	margin-left: 10px;
*/
	padding-bottom: 2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}

a:hover img.right {
	border-color: #FF6600;
	background: #FF6600;
}

.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* TABS
*/

#tabs {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 1.75em 1em;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#tabs li {
	float: left;
	margin: 1px 2px 0 0;
	padding: 0;
}

#tabs a {
	display:block;
	color:#555;
	text-decoration: none;
	font-family: "Courier New",Courier;
	font-weight: bold;
	background: #F8F5E1;
	padding-left: 20px;
	margin: 0;
	padding: 0.25em 1em;
	border-left: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
}

#tabs a:hover,
#tabs a:active,
#tabs a.here:link,
#tabs a.here:visited {
	background: #E3D6A9;
}

#tabs a.here:link,
#tabs a.here:visited {
	position: relative;
	z-index: 102;
}
