/*-------------------------------------------------

-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #000000;
	color: #494949;
	font-family: "Georgia", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: -2px 0;
	margin: 3;
        float: auto;

}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1 { font-family: 'Reenie Beanie', arial, serif; font-size: 32px}


h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url() left 5px no-repeat;
	padding: 0 0 0 2px;
	margin: 0 20px;
        text-align: left;
}

/* Links */
a:link, a:visited
{
	color: #ff0000;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #ff000;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 970px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 970px;
	height: 100px;
	/* large header image is defined below */
	/* background: white url(images/header.jpg) no-repeat; */
	background: white;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	height: 100px;
	width: 968px;
	margin: 0 4px;
	/* end small header image specific lines */
	font-size: 12px;
	text-align: left;
	line-height: 12px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 970px;
	background: white;
	border-width: 0 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: inherit;
}
#wrapper
{
	width: 970px;
	background-color: white;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 670px;
	height: 100%;
	overflow: visible;
	float: left;
	padding: 10px 0 0 0;
	margin-right: -10px;
}
.content
{
	padding: 0;
	margin: 7px 22px 30px 15px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 20px;
        font-family: 'Reenie Beanie',
        text-align: left;
	padding: 0 0 6px 0;
	margin: 0;
        font-weight: bold;
}
.lh{line-height:normal;text-decoration:none;}
.p, .p:link, .p a:link, .p a:active, .p a:visited{color:#008000}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 301px;
	padding: 2px 0 0 0;
}
.sidebar
{
	color: #ff6633;
	margin: 3 6px 4px 3;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #ff6633 url();
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 968px;
	background: #FFFFFF;
	text-align: left;
	padding: 10px 0 10px 0;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
#spotlight-fader {
  position:relative;
  height: 50px;
  width: 600px;
}

#spotlight-fader .frame {
  position: absolute;

  top: 10px;
  left: 0px;
  z-index: 3;
}

.hoverappear {
  visibility: hidden;
}

.hoverappear:hover {
  visibility: visible;
  cursor: pointer;
}

#spotlight-fader .slide {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 600px;
  height: 300px;
  color: white;
  overflow: hidden;
}

#spotlight-fader #slide_text {
  position: absolute;
  left: 0px;
  top: 50px;
  height: 200px;
  width: 600px;
  z-index: 6;
}

#spotlight-fader #textbacking {
  position: absolute;
  top: 30px;
  left: 80px;
  height: 180px;
  width: 500px;
  z-index: 4;
  background: red;
}

#spotlight-fader #hovertarget {
  background: url("http://www.azreporter.com/spacer.gif");
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 600px;
  z-index: 7;
}

#spotlight-fader #slide-link {
  background-color: red;
  z-index: 4;
}

#spotlight-fader .slide img {
  position: absolute;
  top: 45px;
  left: 0px;
  border: none;
}

#spotlight-fader #slide_image {
  z-index: 1;
}

#spotlight-fader #slide_old_image {
  z-index: 2;
}

#spotlight-fader #slide_title {
  position: absolute;
  margin: 0;
      color: #ff6600;
  padding: 0;
  top: 5px;
  left: 100px;
  z-index: 6;
}

#spotlight-fader #slide_title_shadow {
  position: absolute;
    color: black;
  margin: 0;
  padding: 0;
  top: 5px;
  left: 100px;
  z-index: 5;
}

#spotlight-fader #slide_para {
  position: absolute;
  top: 30px;
  left: 100px;
  padding: 0 130px 0 0;
  margin: 0;
  z-index: 6;
}

#spotlight-fader #pager {
  position: absolute;
  font-size: 20px;
  list-style-type: none;
  bottom: 0px;
  right: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 9;
}

#spotlight-fader #pager li {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}

#spotlight-fader #pager li a {
  text-decoration: none;
  background-color: black;
  color: #404040;
  border: 1px solid #404040;
  padding: 2px 4px 2px 4px;
  margin: 0px;
}

#spotlight-fader #pager li a.active {
  background-color: #ff0000;
  color: #fefefe;
  border: 1px solid white;
}

#spotlight-fader #pager li a:hover {
  color: #fefefe;
  border: 1px solid #fefefe;
  cursor: pointer;
}
/*Nice Titles*/
.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 5px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}



.el{overflow:hidden;text-overflow:ellipsis}
.f{color:#666}
.h{color:#a03}
.ks, .ks a:visited, .ks a:link, .ks a:hover, .ks a:active{font-weight:bold;color:#000}
.j, .j a:visited, .j a:link, .j a:hover, .j a:active{color:#000;font-size:2;text-decoration:;cursor:hand;cursor:pointer}
.l {color:#009;text-decoration:none;cursor:hand;cursor:pointer;}
.p, .p:link, .p a:link, .p a:active, .p a:visited{color:#008000}
.q a:visited, .q a:link, .q a:active, .q {color:#00c}
.s, .s:link, .s:visited, .s a:link{color:#00c;}
.y{font-weight:bold}
.z {visibility:hidden}
.zz {font-size:100%}
.leftnav{width:14ex}
.mainbody{margin-left:16ex}
.lh{line-height:normal;text-decoration:none;}
.im, .im:link, .im a:link, .im a:active, .im a:visited{color:#7777cc}
.comment-icon {border: 0px none; margin-right: 3px; margin-top: 1px}

   #tabs{
        margin-left: 12px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
    #tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 6px 0 0;
        padding:0;
        text-transform:uppercase;
    }
    #tabs a{
        float:left;
        background:#fff url(images/spacer.gif) no-repeat left top;
        margin:0 2px 0 0;
        padding:0 0 16px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        background: transparent url(images/spacer.gif) no-repeat right top;
        padding:4px 12px 2px 6px;
    }
    #tabs a span{float:none; font-size:14px;}
    #tabs a:hover{background-color: #FF6600;color: white;}
    #tabs a:hover span{background-color: #FF6600;}
    #tabHeaderActive span, #tabHeaderActive a { background-color: #FF6600; color:#fff;}
	#tabContent8{ background-color: #fff; color:#fff;}
    .tabContent {
        clear:both;
        border:2px solid #ff0000;
        padding-top:4px;
        background-color:#fff;
    }
#tabs{
        margin-left: 4px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
    #tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
        text-transform:uppercase;
    }
    #tabs a{
        float:left;
        background:#fff url(images/tabs_left.gif) no-repeat left top;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        background: transparent url(images/tabs_right.gif) no-repeat right top;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover{background-color: #FF6600olor: white;}
    #tabs a:hover span{background-color: #FF6600;}
    #tabHeaderActive span, #tabHeaderActive a { background-color: #000000; color:#00000;}
    .tabContent {
        clear:both;
        border:2px solid #000;
        padding-top:2px;
        background-color:#fff;
    }
