@charset "UTF-8";
/* CSS Document */


/*  TO BE SEEN ON ARCHIVE YEAR PAGE */
#calendar{
background-color:#CCCCCC;
margin-left: 35px;
clear:both;
}
#calendar span{
margin: 0 auto;
width:120px;
float:left;
margin:5px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
}

/*  ARCHIVE INDEX WILL SHOW ROWS OF EVERY ISSUE PER YEAR  */

#year-overview{
margin-bottom:25px;
margin-left:15px;
padding-bottom:30px;
clear:both;
}
#year-overview h2{
margin-bottom:0px;	
}
#year-overview span{
text-align:center;
margin: 0 auto;
float:left;
padding:1px;
width:60px;
}

.clear{
clear:both;	
}

.victorylanemenu{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.victorylanemenu ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.victorylanemenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.victorylanemenu a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.victorylanemenu a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.victorylanemenu .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}
