body {
  background: #000 url(images/background.jpg) repeat-y scroll center;
  margin:0;
  padding:0px 20px;
  font:x-small Georgia,Serif;
  text-align: left;
  color:#ccc;
  font-size/* */:/**/small;
  font-size: /**/small;
  }

h3, .componentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 12px;
	margin: 5px 0;
	font-variant: small-caps;
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
}

.jazztext1 {
	background-color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9609;
	font-style: normal;
	font-weight: bold;
}

.jazztext2 {
	background-color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9609;
	font-style: normal;
	font-weight: bold;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 0.9em;
	color: #FF9609;
}

.smalltext a:link{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #FFFFCC;
}

.smalltext a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #FFFFFF;
}

.cpaneltext {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 0.9em;
	color: #999;
}


.cpaneltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.cpaneltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.copyright {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
color : #ccc; 
}


.copyright a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #ccc; 
}

.copyright a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #999; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : #000;
	color: #000;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #000;
}

.bg_medium {
	background-color : #660000;
}

.bg_light {
  background-color : #666;
}

.alt_bg_dark {
  background-color : #666666;
}

.alt_bg_medium {
  background-color : #333;
}

.alt_bg_light {
  background-color : #ccc;
}

/* MinimaPlus Specific ----------------------------------- */

#blogTitle {
	position: absolute;	
	font-family: 'Arial Black', Sans-Serif;
	color: #999;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: left;
}

#blogTitle a {
	color: #999;
}


#masthead {
	margin: 0 auto;
	border: 1px solid #999;
	background-image: url(/images/mastheads/masthead2.jpg);
	width: 660px;
	height: 211px;
}

.centerheader {
	margin: 0 auto;
	width: 771px;
	height: 93px;
	background: url(images/jazzbones.gif) repeat center top;
}

#menu {
	width: 660px;
	height: 12px;
	margin: 0 auto 0 auto;
	padding-top: 2px;
	vertical-align: bottom;
	text-align: left;
	background: #000
}

.right {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
}

.left {
	float: left;
	padding-top: 0px;
	padding-left:10px;
}
.commentBox {
}
.commentBox p {
	padding-top: 0px;
	margin-top: 0px;
}
ul.linklog {
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
ul.linklog li {
	list-style: url(../images/bullet.jpg);
}
a:link {
  color:#FF9609;
  text-decoration:none;
  font-weight: bold;
}
a:visited {
  color:#FF9609;
  text-decoration:none;
  font-weight: bold;
  }
a:hover {
  color:#0099FF;
  text-decoration:none;
  font-weight: bold;
  }
a img {
  border-width:0;
  }

/* Header
----------------------------------------------- */
#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#333;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#blogTitle a:hover {
  color:#ccc;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
.profile-link {
  margin:0;
  font:80%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Content
----------------------------------------------- */
#content {
  width:660px;
  margin:0 auto;
  margin-top: 1em;
  padding:0;
  text-align:left;
  }
#main {
  padding-left: 7px;
  width:410px;
  float:left;
  }
#sidebar {
  margin-top: .5em;
  width:220px;
  float:right;
  }


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 0px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  color:#666;
  font-style:italic;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  padding-bottom: 1em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}