﻿/* CSS for Adventure Write Hompage
*/

body {
  background-image: url(http://www.adventurewrite.com/images/moondark.jpg);
  background-position: center top;
  background-attachment: scroll;
  background-repeat: repeat; 
  text-align: center; 
  min-width: 750px;
}
   
  #wrap {
    width: 900px;
    margin: 0 auto;
  }	

  #gist {
   position: absolute;
   color: transparent;
   font-size: 3px;
   } 

  #toptitle {
    position: relative;
    background-color: #000000;
    background-image: url(http://www.adventurewrite.com/images/titlebarthin2.png);
    background-position: center top;
    background-repeat: no-repeat;
    filter:shadow(color:gray);
    width: 900px;
    height: 106px;
  }

  hr.toprule {
    position: relative;
    color: #4174AF;
    width: 900px;
    height: 2px;
  }

  #bottomwrap {
    position: relative;
    top: 0px;
    background-color: transparent;

  }

   #topmenu {
    position: relative;
    top: 10px;
    left: 0px;
    background-color: transparent;
    color: #C7C7C6;
    font-family: arial;
    font-size: 12px;
   }

     a.topmenu {
         background-color: transparent;
         color: #C7C7C6;
         font-family: times;
         font-size: 12px;
         font-weight: bold;
         
         }
       a.topmenu:hover {
           color: white;
          }


	#border2  {
		position: absolute;
    		top: 30px;
    		left: 0px;
		border-style: groove groove;
		border-width: 8px;
		border-color: yellow;
    		width: 887px;
    		height:1530px;
		}

	#graybox2  {
		position: absolute;
    		top: 30px;
    		left: 0px;
    		background:#181818;
    		filter:alpha(opacity=65);
    		-moz-opacity:.65;
    		opacity:.65;
    		width: 902px;
    		height:1538px;
  		}

	#textbox2  {
		position: absolute;
		top: 55px;
		left: 0px;
		padding-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
		background: transparent;
            	color: #fafaf6;
		font-weight: bold;
            	font-family: georgia;
            	font-size: 13px;
		}

  	#page_title_4 {
      		padding-bottom: 0px;
    		text-align: center;
    		border: none;
  		}

	#termsindent  {
		margin-left: 80px;
		margin-right: 80px;
		font-weight: normal;
		}


	.textunderline  {
           	text-decoration: underline;		
		}

	.textbold  {
           	font-weight: bold;		
		}



  a.termslink {
            font-weight: normal;
            color: #eeeeeb;
            text-decoration: none;
        }
        a.termslink:link {
           color: #eeeeeb;
        }	
        a.termslink:visited {
           color: red;
        }
        a.termslink:hover {
           color: #fdfd02;
           text-decoration: underline;
        }


   #bottom2 {
    position: relative;
    top: 20px;
    text-align: center;
    left: 20px;
    }

     a.bottommenu {
         background-color: transparent;
         color: white;
         font-family: arial;
         font-size: 12px;
         
         }
       a.bottommenu:hover {
           color: black;
         }

     .bottommenu {
         padding-right: 20px;
         background-color: transparent;
         color: #C7C7C6;
         font-family: arial;
         font-size: 12px;
         }

    #copyright2 {
    position: absolute;
    top: 1620px;
    text-align: center;
    background-color: transparent;
    color: #C7C7C6;
    font-family: arial;
    font-size: 11px;
    width: 900px;
    }

      a.nasa {
            font-weight: normal;
            color: #C7C7C6;
            font-family: arial;
            font-size: 11px;
            letter-spacing: 0.07em;
            text-decoration: none;
        }
        a.nasa:link {
           color: #C7C7C6;
        }	
        a.nasa:visited {
           color: #C7C7C6;
        }
        a.nasa:hover {
           color: white;
        }   

  
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 4px 5px 5px;
		background-color:transparent;		
		color:#000000;
		font-family:Arial;
		font-size:10px;
		text-decoration:none;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-image:url(http://www.adventurewrite.com/images/gradient_50.gif);
		color:white;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-image:url(http://www.adventurewrite.com/images/gradient_50.gif);
		color:white;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-image:url(http://www.adventurewrite.com/images/gradient_50.gif);
		color:white;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px;
		background-color:transparent;
		border-style:none;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 10px 3px 5px;
		font-size:11px;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#4174af;
		color:#fbfafa;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#4174af;
		color:#fbfafa;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#3f69a2;
		color:#fbfafa;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#212121;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#294883;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#5a5858;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#0570e7;
		background-color:#4676ad;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#4676ad;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		padding:10px;
		margin:-2px 0px 0px;
		background-color:#4676ad;
		border-width:1px;
		border-style:solid;
		border-color:#0570e7;
	}


