/*
    Document   : style-nf2.css
    Created on : 12-apr-2011, 21:24:52
    Author     : d9ping
    Description: NoteFly website style.
*/
body {
    background-color: #000000;
    background-image: url('./img/notes_BW2.png');
    /* background-repeat: repeat-x; */
    margin: 0;
    /* background-position: right; */
}
td {
    vertical-align: middle;
}
h1 {
    color:#c60000;
    letter-spacing: 0px;
    margin-bottom: 3px;
    border-bottom: 1px solid #000;
    font: 400 24px "arial", helvetica, sans-serif;
    text-shadow: #6374AB 1px 1px 1px;
}
h2 {
    text-shadow: #6374AB 1px 1px 1px;
    margin-bottom: 5px;
}
img {
    border-width: 0;
}
/* class */
.content {
    margin: 30px;
}
.nav {
    text-align: center;
    table-layout: auto;
    padding: 0px;
}
.nav a {
    color: #cccccc;
    font-family: 'Courier New',Courier,monospace;
    font-size: 12pt;
    text-decoration: none;
}
.nav a:hover {
    color: #ff9900;
}
/* begin css tabs */
ul#tabnav {
    text-align: center; /* set to left, right or center */
    margin: 0.8em 1em 0.3em 0; /* set margins as desired */
    font: bold 12px 'Courier New',Courier,monospace; /* set font as desired */
    border-bottom: 0px solid #6c6; /* set border COLOR as desired */
    list-style-type: none;
    padding: 0px 0px 0px 0px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li {
    display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
    /* settings for selected tab */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
    /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 0px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
    padding: 3px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #cccccc; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
    background: #EFEFEF; /* set desired hover color */
}
/* end css tabs */
.footer {
    background-position: left;
    height: 30px;
    background-image: url('./img/bottom.png');
    background-repeat: repeat-x;
}
.bg1 {
    background-position: right;
    background-repeat: repeat-y;
    background-image: url('./img/bg_left.png');
    width: 15%;
}
.bg2 {
    background-position: left;
    background-repeat: repeat-y;
    background-image: url('./img/bg_right.png');
    width: 15%;
}
.middle {
    width: 70%;
}
/* download button */
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    /* margin: 0 0px; */
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 18px/100% Arial, Helvetica, sans-serif;
    padding: .75em 1.5em .8em;
    /* padding: .5em 2em .55em; */
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.downloadbtn {
    color: #fef4e9;
    border: solid 1px #000;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#3BE52B), to(#007F0E));
    background: -moz-linear-gradient(top, #3BE52B , #007F0E);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BE52B', endColorstr='#007F0E');
}
.downloadbtn:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.downloadbtn:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.published {
    display:block;
    text-align: center;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:none;
    padding:2px;
    margin:3px;
}
.pub-month {
    display:block;
    font-size:.9em;
    margin:0;
    padding:2px;
    background:#c60000;
    color:#fff
}
.pub-date {
    display:block;
    font-size:1.4em;
    margin:0;
    padding:0;
    color:#000
}
.newsdate{
    vertical-align: top;
}
