html {
    font-family:
    /*    Corbel,
    "Lucida Grande",
    "Lucida Sans Unicode",
    "Lucida Sans",*/
    "DejaVu Sans",
   "Bitstream Vera Sans",
    "Liberation Sans",
    Verdana,
    "Verdana Ref",
    sans-serif;

}
body {
    margin:0;
    padding:0;

}

fieldset {
    border:none;
}

#all {
    margin:0 auto;
    max-width:980px;
    min-width:980px;
    padding:0;
    position:relative;
    text-align:left;
    background-color:#fff;
    

}

#title {
    min-height:65px;
    max-height:65px;
    position:relative;
}

#titleBackground {
    background-image: url(/art/bd/huntereyes.jpg);
  
   /* background-image:url(/art/bd/00141_oceania_2560x1600.jpg);*/
   /* background-image:url(/art/bd/01018_neutronrevolver_2560x1600.jpg); */
   /* background-image:url(/art/bd/00141_oceania_2560x1600.jpg); */
    opacity:0.5;
    background-repeat:no-repeat;
    min-height:65px;

}

#title .myName {
    position:absolute;
    color:#fff;
    padding:5px;
    font-size:68px;
   /* font-family:Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans serif;
     */
   /* font-family:"Palatino Linotype", "Book Antiqua", Palatino;
     */
    /*font-family:"Arial Black", "Arial Black", Gadget;
      */
    font-family:Impact,Charcoal;
    top:0px;
    z-index:7;
}
#title .myName2 {
    top:4px;
    left:4px;
    color:#444;
    z-index:5;
}

#title .myName * {
    text-decoration:none;
    color:inherit;
}

#center {
    background-color:#fff;
    display:inline-block;
}

#footerHolder {
    -moz-border-radius-topRight:10px;
    -moz-border-radius-topLeft:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    font-size:10px;
}

#footer {
    padding:5px;
}
.theColor {
    color: rgb(176,192,127);
}


.theColorBg{
    background-color:rgb(176,192,127);

}

#topNav, #footerHolder, div.menu
{
    /*
    background-color:rgb(180,160,142 );
*/
}
div.blogTitle div.title,
#subnavigation h2 a, #content h1{

    text-decoration:none;
    font-size:24px;
}

#topNav {
    width:100%;
    font-size:12px;
    height:25px;
   
    -moz-border-radius-bottomRight:10px;
    -moz-border-radius-bottomLeft:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

#topNav ul {
    padding:5px 5px;
    margin:0;
    list-style:none;
    text-align:right;
}

#topNav ul li {
    margin:0;
    padding:0;
    margin-left:15px;
    display:inline;
    padding:2px;
    color:#444;
    text-align:center;
    font-weight:bold;
}

#topNav ul li * {
    color:#444;
    text-decoration:none;

}

#topNav ul li:hover, #topNav ul li a:hover {
    color:#fff;
}


div.menuParent{
    height:0;
    background-color:#fff;
    position:absolute;
    width:300px;
    right:10px;
}


div.menu {
     line-height:12px !important;
    text-align:right !important;
}

div.menu * {
    text-align:left;
}

ul.subMenu li{
    display:block !important;

}

#moreMenu {

}

#searchArea {
    background-color:#fff;
    font-size:12px;
    line-height:15px;
    text-align:right;
    padding:2px;
    margin:10px;
}

#moreButton {
    cursor:pointer;
}


#moreMenu {
    padding:5px;
}
#moreMenu ul{
    padding:0;
    margin:0;
    line-height:18px;
}

#moreMenu ul li *:hover{
    color:#fff;
}

#searchMenu {
    border:1px solid rgb(176,192,127);
    
    padding:5px;
    
}

div.results {
    height:500px;
}

#searchMenu div.searchTitle {
    color:#444;
    font-weight:bold;
}
#searchMenu div.results dl.result {
    padding:0;
    margin:0;
}
#searchMenu div.results dl.result dt {
    border-bottom:1px solid #ccc;
    font-weight:bold;
}
#searchMenu div.results dl.result *{
    text-decoration:none;
}

#searchMenu div.results dl.result dd a{
    color:#444;
}

#searchMenu div.results dl.result dd a:hover {
    color:#fff;
}

#content {
    width:670px;
    margin-right:25px;
    margin-bottom:5px;
    font-size:12px;
    line-height:18px;
    display:inline-block;
}

#content ol {
    padding:0;
    margin:0;
    list-style-position:inside;
    
}


#subnavigation {
    text-align:right;
    width:165px;
    max-width:165px;
    padding-left:75px;
}


#subnavigation ul {
    list-style:decimal;
    padding:0;
    margin:0;
    text-align:left;

}

#subnavigation ul li{
    font-size:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:2px;
    margin-bottom:2px;
}

#subnavigation ul li, #subnavigation ul li a {
    color:#666;
    font-weight:bold;
    text-decoration:none;
}
#subnavigation ul li:hover, #subnavigation ul li a:hover{
    color:#000;
}

/* BLOGS */
#blog fieldset div.blogContent img{
    margin:5px;
}

div.blogTitle {

    clear:both;

}
div.blogTitle div.title {
    font-size:16px;
    font-weight:bold;
    min-width:500px;
    float:left;
    border-bottom:1px solid #ddd;
    padding:2px;
}

div.blogTitle div.link {
    float:right;
}

fieldset.blogWrapper {
    margin-bottom:15px;
}

div.blogContent {
    display:block;
    clear:both;
}

div.blogContent div.blogDetails{
    font-size:9px;
    margin-bottom:5px;
}

div.randomImageCaption {
    font-size:10px;
}
#randomImage a img {
    border:none;
}

/*Gallery */

div.galleryWrapper {
    vertical-align:top;
    display:inline-block;
    width:200px;
    margin:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px;
    min-height:200px;
}

div.galleryWrapper * {
    text-align:center;
}

div.galleryWrapper img {
    height:85px;
    border:3px solid #fff;
    
}

div.galleryWrapper div.galleryDetails {
    margin-top:5px;
    font-size:12px;
    line-height:12px;
}

div.galleryWrapper div.galleryDetails a {
    text-decoration:none;    
}


div.galleryWrapper
div.galleryDetails
div.galleryTitle{
    font-weight:bold;
    
}

div.galleryWrapper div.galleryIntroImage {
    background-color:#000;
    padding:10px;
    width:130px;
    margin:0 auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display:list-item;
}

div.galleryWrapper
div.galleryDetails
div.subNavDetailsInfo{
    color:#666;
    font-weight:normal;
    font-size:10px;
}

div.galleryWrapper
div.galleryDetails
div.galleryDate {
    font-size:10px;
}

div.galleryWrapper
div.galleryDetails
div.galleryCaption {
    font-size:11px;
    font-style:italic;
}

/*Music */


#music div.musicset, #music div.musicgenre {
    margin:2px;
    padding:2px;
    border-bottom:1px solid #ccc;
}


#music div.setName {
    font-size:14px;
    line-height:16px;
    cursor:pointer;
    font-weight:bold;
    padding:2px;
    color:#444;
}

#music div.setName:hover {
    color:#000;
}

#music div.setContainer {
    display:none;
}

#music div.setContainer fieldset,
#music div.setContainer fieldset dl{
    padding:0;
    margin:0;
}

#music div.setContainer fieldset {
    background-color:#ccc;
    color:#444;
    margin-left:20px;
    margin-bottom:5px;
    padding:5px;
}

#music dl dt {
    cursor:pointer;
    text-decoration:none;

}

#music dl dd {
    display:none;
    font-size:10px;
    margin:0;
    padding:5px;
    background-color:#fff;
    color:#000;

}

div.setDescription {
    font-size:10px;
    padding-left:10px;
}