/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */



html { background:#2f1100 url(/wiki/pub/skins/motown/images/bg/tile_bg.jpg) repeat; margin:0; padding:0; }

html, body { height:100%; }

body { color:#FFF; margin:0; padding:0; font-family:'Trebuchet MS', Arial,Helvetica,sans-serif; font-size:62.5%; line-height:100%; }

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:120%; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:120%; }
ul, li, form { margin:0; padding:0; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:220%; color:#e7c278; padding-top:10px; margin-top:0; }
h2 { font-size:180%; color:#e7c278; margin-bottom:15px }
h3 { font-size:180%; color:#e7c278; margin-bottom:15px }
h4 {  }
h5 {  }
h6 {  }


/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #ccc solid; }

/* This controls the rest of the heading (primarily the search box) */


#wikimid { display:none; }

#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px; border-right:1px #ccc solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}
#wikileft .vspace { margin:1.125em; }
#wikileft a { text-decoration:none; }
#wikileft a:hover { text-decoration:underline; color:#FFF; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
#wikileft h1, #wikileft h5, .sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikicmds { font-size:120%;  }
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; line-height:120%; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { line-height:1.33em; margin-top:12px; position:relative;  }
#wikitext table { font-size:110%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; color:#FFF; }
table.quickref { color:#000; } 
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid; font-family:Verdana,sans-serif; font-size:80%; display:none; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

/* Motown Template 11/11/08 */

/* Layout */
#wrapper { min-height:100%; height:auto !important; height:100%; margin-bottom: -156px; } 
#header { background:url(/wiki/pub/skins/motown/images/bg/logo_bg.jpg) 0 0 no-repeat; height:150px; margin:0 auto; position:relative; width:929px; }
#contentContainer { margin:0 auto; width:929px; }
#content { margin:80px 150px 0 0; position:relative; }
#bannerA { height:90px; width:728px; margin:0 auto; margin-bottom:20px; }
#bannerB { position:absolute; right:-200px; top:150px; border:1px solid red; height:600px; width:160px; }
#bannerC { text-align:center; margin-top:40px; }

#flashContainer { width:960px; margin:0 auto; overflow:hidden; position:relative; top:-38px;  }
.flash { height:370px; }
.closeTimeline { height:95px; }
.openTimeline { height:370px; }
#flashWrapper {   }
#purchase { position:absolute; right:0; top:30px; width:353px; }
#wikihead { left:480px; position:absolute; top:-55px; overflow:hidden; width:300px; }
.imagePanel .vspace { margin-top:0; }


/* Styling */

table { border-collapse:0; border-spacing:0; border:0; }
p { margin:0; padding:0; margin-bottom:15px; line-height:130%; }

p, 
ul, 
ol {  font-size:120%; line-height:140%; }
a  { color:#b67d03; }
img { border:0; background:

 }

form, 
.wikisearch { font-size:110%; }
.highlight { color:#ffd260; }

dl { display:block; font-size:110%; line-height:120%; padding-bottom:5px; }
dd { padding-bottom:2px; }

.mainImg {  float:left; }
.mainImg img { margin:0 30px 15px 0 }

.headerContainer { background:#000; padding-top:10px; }
#footer { position:relative; background:url(/wiki/pub/skins/motown/images/bg/footer_bg.png) 50% top no-repeat; }
#logo { display:block; height:135px; position:absolute; top:0; left:0; width:210px; }
#footer, 
.push { height:156px; }
#wikihead { background:#000; font-size:120%; }
#wikihead form { padding:10px; }
#wikicmds { position:absolute; left:480px; top:-75px; white-space:nowrap; }
#wikititle { display:none; }

.sectionedit { background:#000 url(/wiki/pub/skins/motown/images/icon/edit_icon.gif) right 1px no-repeat; border:1px dashed #63460C; padding:7px 10px; margin-bottom:10px; }
.sectionedit a { color:#FFF; font-size:120%; text-decoration:none; }
.sectionedit a:hover { text-decoration:underline; }
.search { border:1px dashed #63460C; }


/* Navigation */
#nav { background:#000 url(/wiki/pub/skins/motown/images/bg/nav_bg.gif) 7px 0 no-repeat; height:46px; left:242px; padding-top:64px; position:absolute; top:0px; width:320px; }
#nav ul { list-style:none; }
#nav li { float:left; }
#nav a { display:block; height:33px; overflow:hidden; text-indent:-9999px; }
.nav1 a { background:url(/wiki/pub/skins/motown/images/nav/nav.gif) 0 33px; width:134px; }
.nav1 a:hover { background-position:0 0; }
.nav2 a { background:url(/wiki/pub/skins/motown/images/nav/nav.gif) -134px 33px; width:46px; }
.nav2 a:hover { background-position:-134px 0; }
.nav3 a { background:url(/wiki/pub/skins/motown/images/nav/nav.gif) -180px 33px; width:57px; }
.nav3 a:hover { background-position:-180px 0; }
.nav4 a { background:url(/wiki/pub/skins/motown/images/nav/nav.gif) -180px 33px; width:57px; }
.nav4 a:hover { background-position:-180px 0; }
.nav5 a { background:url(/wiki/pub/skins/motown/images/nav/nav.gif) -237px 33px; width:66px; }
.nav5 a:hover { background-position:-237px 0; }


/* Navigation */

textarea { font-family:Arial, Helvetica, sans-serif; }

/* content */
.panel { margin-bottom:20px; }
.panelLeft { float:left; width:20%; }
.panelLeft img { margin-bottom:10px; }
.panelRight { float:left; width:70%; }

.intro { background:#000; border:1px dashed #63460C; padding:10px; margin-bottom:20px; }
.intro p { padding-right:10px }
.colX { float:left; width:486px; }
.colY { float:right; width:412px; }
#home .search { border:none; }
#home #wikihead,
#terms #wikihead,
#music #wikihead { display:none; }
#home .search .inputbox { width:290px; }
#terms #content,
#home #content,
#music #content,
#motown #content {  margin-top:0px; margin-right:0;  }
#music .panel { border-bottom:1px solid #926e30; padding-bottom:10px; }
#music .panel p { float:left; width:100%; }
#home h3 { line-height:1.2 }
#home .sectionedit { margin-right:18px; }
#home #wikitext { margin-top:0; }

.lightBox { width:484px; }
.lightBox li { float:left; list-style:none; } 
.lightBox a { float:left; display:block; width:121px;  }


.news { background:url(/wiki/pub/skins/motown/images/bg/news_bg.gif) repeat-y; width:412px; }
.newsTop { background:url(/wiki/pub/skins/motown/images/bg/news_bg_top.gif) top no-repeat; }
.newsBot { background:url(/wiki/pub/skins/motown/images/bg/news_bg_bot.gif) bottom no-repeat; padding:10px 0 20px 20px; }
.news h1 { padding-top:8px; margin-top:0; }
.news h2 { color:#b67d03; line-height:120%; margin-bottom:5px; }
.news small { display:block; font-size:80%; color:#e7c278; }
.news p a { text-align:right; }
.news p { padding-right:20px; }
/* Footer */
#footer ul { background:#000; bottom:0; color:#b67d03; font-size:130%; padding:6px 0 9px 0; position:absolute; text-align:center; width:100%; }
#footer ul li { display:inline; padding-left:3px; }
#footer ul a { padding-right:5px; text-decoration:none; }
#footer ul a:hover { padding-right:5px; text-decoration:underline }

/*
-------------------------------------------------------------- 
CLEAR FLOATS
-------------------------------------------------------------- 
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* hides from IE/Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from IE-Mac */
/*** end clearing hack  ***/

