

/*
-----------------------------------------------
Name:     Marquee
Designer: Patrick Doyle
URL:      www.travelingspotlight.com
Date:     17 MAY 2004
----------------------------------------------- */

/* Surround for the entire page
----------------------------------------------*/
body {
  background:#000033;
  margin:0;
  padding:10px 0 14px;
  font:Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  color:#000066;
  }


/* Page Structure
-----------------------------------------------
-----------------------------------------------
-----------------------------------------------
----------------------------------------------- */

/*
#wrap is used to shadow the entire table
----------------------------------------------- */
#wrap {
  position:relative;
  top:4px;
  left:4px;
  background:#666666;
  width:98%;
  margin:0 auto;
  text-align:left;
  }
/*
#wrap2 is used to to color center lines
----------------------------------------------- */
#wrap2 {
  position:relative;
  top:-4px;
  left:-4px;
  background:#333333;
  padding:10px;
  }

/*
#content is used to to bring color to bottom of page
----------------------------------------------- */
#content {
  background:repeat-y left top;
  width:100%;
  font-size:100%;
  }
#main {
	background:#669999 right top;
	color:#fff;
	float: left;
	height: 100%;
  }
#main2 {
  margin:0;
  padding:15px 20px;
  }
#sidebar {
	background:#669966 left top;
	float:right;
	padding:0;
	color:#006666;
	border: thick dotted #FFFF33;
	width: 18%;
         font-size:80%
  }
#sidebar2 {
  margin:0;
  padding:2px 1px 2px;
  }


/* Links
----------------------------------------------- */
a:link {
  color:#ffff00;
  text-decoration:underline;
  }
a:visited {
  color:#0000ff;
  text-decoration:underline;
  }
a:hover {
	color:#333;
	text-decoration:underline;
	font-style: oblique;
	text-transform: capitalize;
  }
a img {
  border-width:0;
  }
#main a:link, #main a.comment-link:visited {
  color:#FFFF00;
  }
#main a:visited {
  color:#FFFF99;
  }
#main a:hover {
  color:#fff;
  }


/* Header
----------------------------------------------- */
#header {
	background:#000066 url("http://travelingspotlight.com/marquee.jpg") no-repeat fixed center bottom;
	padding:0 0 0 160px;
	margin:0 0 10px;
	color:#fff;
	width:100%;
	width/* */:/**/auto;
	width:auto;
	border: thick dotted #FFFF00;
  }
#blog-title {
  background:url(none) no-repeat left top;
  margin:0;
  padding:40px 0 0;
  font:bold 275%/97px Helvetica,Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  }
#blog-title a {
  color:#FF0000;
  text-decoration:blink;
  }
.postpage #blog-title {
  padding-top:0;
  background-position:0 -40px;
  }


/* Description
----------------------------------------------- */
#description {
	background:#000000 url(none) no-repeat left top;
	margin:0 0 10px;
	padding:12px 0 0;
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
  }
#description p {
  background:no-repeat left bottom;
  margin:0;
  padding:0 0 12px;
  }

.postpage #description em {
  font-size:1px;
  line-height:1px;
  color:#8df;
  visibility:hidden;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:0 0 .5em;
  font:oblique bold 112%/1.4em Arial, Verdana, Sans-serif;
  text-transform:none;
  color:#FFCC00;
  }
.post {
  margin:0 0 2em;
  }
.post-title {
	margin:0 0 .25em;
	font:bold 150% Helvetica, Arial, Verdana, Sans-serif;
	color:#FFFF66;
	font-size: 30px;
	font-weight: bolder;
	text-transform: capitalize;
	background-position: center;
  }
#main .post-title a {
	text-decoration:none;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
  }
#main .post-title a:hover {
  color:#fff;
  }
.post p {
  margin:0 0 .75em;
  line-height:1.6em;
  }
.post-footer {
  color:#FFFFFF;
  text-transform:lowercase;
  }
.post-footer em {
  font-style:normal;
  color:#FFFFFF;
  }
.post blockquote {
  margin:1em 20px;
  padding:5px 0;
  }
.post blockquote p {
  margin:.5em 0;
  }
.post img {
  border:5px solid #fff;
  }


/* Comments
----------------------------------------------- */
/*#comments {
  margin:2em 0 0;
  border-top:2px solid #356;
  padding-top:1em;
  }
#comments h4 {
  margin:0 0 .25em;
  font:bold 150%/1.4em Helvetica,Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  color:#9ec;
  }
#comments-block {
  margin:0;
  line-height:1.6em;
  }
.comment-poster {
  margin:0 0 .25em;
  font:bold 112%/1.4em Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  }
.comment-body, .comment-body p {
  margin:0 0 .75em;
  }
p.comment-timestamp {
  margin:-.25em 0 2em;
  }
#main .comment-timestamp a {
  color:#689;
  }
#main .comment-timestamp a:hover {
  color:#9ec;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
*/

/* Sidebar
----------------------------------------------- */

.sidebar-title {
	margin:1em 0 .25em;
	color:#003366;
	text-transform:none;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-weight: bold;
  }
#sidebar ul {
  margin:0 0 1.5em;
  padding:0;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 20px;
  text-indent:-20px;
  line-height:1.4em;
  }
#sidebar p {
  margin:0 0 .75em;
  line-height:1.4em;
  }


/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  padding:10px 0 0;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding:5px 0;
  }


/* Misc
----------------------------------------------- */
.clear {
  clear:both;
  display:block;
  height:1px;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  }

/* Menubar
----------------------------------------------- */
#menubar{
	position: absolute;
	/* width declared by using uiMenubar.setWidth("auto",i); */
	left: 120px;
	top: 4px;
	background-color: #0A86AA;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #3344ee #000033 #000033 #3344ee ;
	clear: both;
	z-index: 200;
	white-space: nowrap;
}
.buttons{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	color: #ddeeff;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	background-color: #0B83BF;
	border-color:  #222299;
	float: left;
	display: block;
	padding: 1px 6px 1px 6px;
	margin: 1px 1px 1px 1px;
	text-decoration: none;
	z-index: 300;
	font-weight: 900;
}
.buttonsOver{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 300;
	color: #eef;
	background-color: #006699;
	padding: 1px 6px 1px 6px;
	margin: 1px;
	border-color: #3344ee #000033 #000033 #3344ee;
	cursor: default;
	font-weight: 900;
}
.buttonsDown{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
	z-index: 300;
	color: #eef;
	background-color: #0A60A0;
	padding: 1px 5px 0px 6px;
	margin: 2px 1px 1px 2px;
	border-color: #3344ee #000033 #000033 #3344ee ;
	cursor: default;
	font-weight: 900;
}

.menuItem, .label{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: transparent;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	z-index: 900;
	width: 100%;
}
.label{
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px;
}
a.menuItem:hover {
	font-size: 12px;
	color: #ffffff;
	background-color: #0A60A0;
}
.labelOver{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: #0A60A0;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px; 

}
.menu {
	font-family: verdana, arial, helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #09569C #000033 #000033 #09569C ;
	position: absolute;
	top: 24px;
	background-color: #0B83BF;
	visibility: hidden; 
	z-index: 1000;
	padding: 4px 0;
}
.menu * {
	cursor: default;
}
.separator{
	margin:0px 0;
}
