﻿/*
Theme Name: nvahof
Description: Recognizing the Aerospace Legacy of the State of Nevada
Version: 1.0
Author: Art Institute of Las Vegas: Brian DeCania | David Cox
*/

body{
margin: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position:top left;
background-color: #212e5f;
color: #212e5f;
}
a:focus, object:focus { 
outline: none; 
-moz-outline-style: none; 
}
h1{
font-size:24px;
}
h2{
font-size:20px;
}
h3{
font-size:16px;
}
h4{
font-size:12px;
}
h5{
font-size:10px;
}
a:link, a:visited{
text-decoration:none;
color:#212e5f;

font-weight:bold;
}

a:hover{
text-decoration:none;
color:#125ccb;
}

#header{
float:inherit;
margin: 10px 0 10px 0; 
background-image: url(images/header.png);
background-repeat: no-repeat;
width:1024px;
height:150px;
}

#flash-nav{
margin:10px 0 10px 0;
}
/*--------------------------- Wordpress Content ---------------------*/
#container{
float:inherit;
width:1016px;
margin:10px 0;
}

#title{
float:inherit;
margin:0 auto;
padding:8px 0 3px 0;
background-color:#ecf3fd;
width:100%;
font-size:1.5em;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}

#sidebar{ 
float:right;
width:260px;
text-align:left;
background-color:#ecf3fd;
padding-right:40px;

}

#content{ 
float:left;
width:636px;
text-align:left;
background-color:#ecf3fd;
padding: 0 40px;
}

#footer{
float:inherit;
margin: 0 auto;
padding-bottom:5px;
background-color:#ecf3fd;
width:100%;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
/*--------------------------- Wordpress Content ---------------------*/
#btmflash-nav{
margin-top: 5px;
}