 /*
Theme Name:Blue Tech
Theme URI: http://www.creativedistortion.com/freetemp.html
Version: 1.0
Author: Norrash*/ 


body {    
    min-width: 760px;
    background-color: #2c4883;
    background-image: url('http://creativedistortion.com/images/techbg.jpg'); background-repeat:repeat;
    font-size:95%;
    color: #cde3d0;
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
 } 
 
#wrapper {
    width: 760px;
    text-align : center ;
    margin-left : auto ;
    margin-right : auto ;
    background-color: #3c64b5;
}
	
 
 #header {
    height: 140px;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    background: url( 'http://creativedistortion.com/images/bluehd2.jpg') no-repeat;

}  
   

 
h1{ 
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 1.1em;
    color:#000000;
    background-color:#3c64b5;
}

#header h3 {

	font: 1.2em Arial, Helvetica, sans-serif;
    color: #4977dd;
    position: relative;
    top: 75px;
    left: 10px;
	text-align : center ;

}

/******Top navigation ****/
 ul#navlist{  
     width: 740px;
	 margin-top:125px;
	 margin-right: auto;
     margin-left: auto;
     text-align: center;
     
     list-style-type: none;
	 font: .9em Arial, Helvetica, sans-serif;
}

#navlist li{
    display: inline;
    list-style-type: none;
    padding-right: 10px;
}
 
  #navlist a, #navlist a:visited {
     color:#a6b9e0;
     text-decoration: none;
     background-color:#315395;
}

 #navlist a:hover 
{
   list-style-type: none;
   padding-right: 10px;
   background-color:#000000;
   color:#b5d7bd;
}


  /*****Content******/
  
#main {
     width: 760px;
     background-color: #3c64b5;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
      
     font-size:1.0em;
     font-family: Arial,Helvetica,Sans-Serif;
     color: #000000;
     text-align: center;
     line-height: 1.5em;
     }

 p {
     padding: 10px;
     font-family: Arial,Helvetica,Sans-Serif;  
     font-size: 1.0em;
     color: #000000;
     background-color: #3c64b5;
	 line-height: 1.5em;
}


#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#000000; 
  color:#ffffff; 
  display:inline; 
  width:5em; 
  border:2px solid ;
  border-color:#ddeeff #667788 #334455 #ccddee;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#334455 #ccddee #ddeeff #667788;
  }

 /***Footer**/ 
 #footer{
background-color:#3c64b5;
padding: 5px;
margin: 0;
text-align:center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 0.9em;
color: #000000;
}

 /*the 'Horizontal Rule*/
.rule {
       border-top-width: 2px;
       border-top-style: solid;
       border-color: #000000; 
       margin: 2%;}


/**** Links****/
a:link {
    color: #a6b9e0;
    text-decoration: none;
     background-color: #315395;
}
a:visited {
    color: #a9fcc6;
    text-decoration: none;
     background-color: #1c3f86;
}
a:hover {
    color: #8eb989;
    background: #3d7641;
    text-decoration: none;
    cursor: e-resize;
     background-color:#000000;
}


