/**************************************

RVD Design Stylesheet
Author: RVD
Last modified: 03-02-2012
Copyright RVD Design

***************************************

BASE

    1. Reset
    2. Default styles
    3. Basic styles

LAYOUT

    1. Header
    2. Content
    3. Main
    4. Aside
    5. Forms
    6. Footer
    7. Flash Banner

**************************************/

@import url(reset.css);

html, body { 
/*  background:     #072434 url("../images/bg/bg.png") repeat-x fixed center 0; */
    background:     #072434 url("../images/bg/bgp.jpg") repeat-x scroll center 0;
    color: 			#000;
	font-family: 	Calibri, Verdana, Tahoma, Arial, sans-serif;
	font-size: 		12px;
    height:         100%;
}

a:link, a:visited, a:active { color: #000; text-decoration: none; }
a:hover { color: #1E90FF; text-decoration: underline; }

aside .link { color: #1E90FF; }
aside .link:hover { text-decoration: underline; }

h1 {
	color:          #366A98;
	font-family: 	Georgia, Tahoma, Verdana;
    font-size:      17px;
    font-style:     italic;
	font-weight:    lighter; 
	margin:			-10px 0px 20px 0px;
}

h2 {
	color:          #0099ff;
	font-size:      16px;
	font-weight:    normal;
    padding-left:   15px;
    text-transform: uppercase;
}

fieldset {margin-top:15px;}
label {font-weight:bold;}

fieldset input {
    height: 20px;
    text-indent: 3px;
    }

fieldset input:focus {
    -webkit-box-shadow:0 0 5px #ccc;
    -moz-box-shadow:0 0 5px #ccc;
    box-shadow:0 0 5px #ccc;
    
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}

strong{font-weight:bold;}
.bold{font-weight: bold;}
em{font-style:italic;}
.italic{font-style: italic;}

.alignl{text-align:left;}
.alignc{text-align:center;}
.alignr{text-align:right;}

.block{display:block;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}

.p3{padding:3px;}
.p5{padding:5px;}
.p10{padding:10px;}

.hr {
	border-bottom: #76B3F1 solid 1px;
	display:block;
	margin: 0.5em 0px;
}

/* COLORS */
.crimson {color:#DC143C;}
.gray {color:#808080;}
.dodgerblue {color:#0099ff;}

/* BUTTONS */ 
.button {
    background: #0099FF url(../images/bg/menubg.png) repeat-x top left;
    color: #f0f0f0;
    font-family: tahoma;
    font-size: 14px;
    height: 37px;
    letter-spacing: 1px;    
    padding: 3px;
    width: 120px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* PAGE */
.wrapper {
    background-color: #f0f0f0;
    border-right: 1px #000 solid;
    border-left: 1px #000 solid;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    /* overflow: hidden; */
    position: relative;
    width: 952px;
}

header {
    border-top: 1px #000 solid;
    height: 119px;
    width: 952px;
}

nav {
    background: #76B3F1 url(../images/bg/menubg.png) repeat-x top left;
    display: block;
    height: 33px;
    z-index: 2; 
}

nav ul {
    /*display:block;
    height: 33px;*/
}

nav ul li {
    background: #76B3F1 url(../images/bg/menubg.png) repeat-x top left;
    display:block;
    float:left;
    height: 33px;
    position:relative;
}

nav ul li a:link, nav a:visited {
    color: #A79787;
    float: left;
    height: 33px;
    line-height: 32px;
    margin-right: 20px;
    text-indent: 22px;
    width: 100%;
}

nav ul li a:hover, .current {
    background: #0099FF url(../images/bg/menubg.png) repeat-x top left;
    color: #f0f0f0;
    text-decoration: none;
}

nav ul li.current a {
    background: #0099FF url(../images/bg/menubg.png) repeat-x top left;
    color: #f0f0f0;
    font-weight: bold;
}

nav ul ul {
    background:#F0F0F0;
    border-top:none;
    color:#000;
    position:absolute;
    top:-9999px;
    left:0;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */

    white-space: nowrap;
    z-index:2;
}

nav ul ul li {
    background:#F0F0F0;
    border: 1px solid #CCCCCC;
    border-top:none;
    color: #000;
    width:100%;
    white-space: nowrap;
}

nav ul ul li a { width: 100%; }
nav ul ul li a:link, nav ul ul a:visited {
    color: #000;
    font-size: 14px;
}

nav ul ul ul {
    background:#F0F0F0;
    border: 1px solid #CCCCCC;
    position:absolute;
    top:-9999px;
    left:100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    white-space: nowrap;
}

nav ul li:hover>ul li {
    /* box shadow */
    -moz-box-shadow: 2px 4px 2px #888;
    -webkit-box-shadow: 2px 4px 2px #888;
    box-shadow: 2px 4px 2px #888;
    
    /* border radius 
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; */
}

nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0; }
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:2; background:#333; }

nav ul ul li:hover { background-color:#D9EBF4; }
nav ul ul li:hover a { background:none; color:#0099FF; }

.container {
    display: block;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    padding-bottom: 42px;
    position: relative;
    width: 100%;
    /* z-index: 1; */
}

.highlight {
    display: none;
    width: 100%;
}

.content {
    border-right: 1px solid #76B3F1; /* #808080; */
    color: #808080;
    display: block; /*table-cell;*/
    float: left;
    font-family: Verdana, Georgia;
    font-size: 13px;
    line-height: 22px;
    min-height: 635px;
    padding: 35px 20px 20px 20px;
    position: relative;
    bottom: 0px;
    text-align: justify;
    width: 650px;
}

.content section article {
/*  column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    
    column-gap: 22px;
    -moz-column-gap: 22px;
    -webkit-column-gap: 22px; 
    -o-column-gap: 22px; */
}

.content img {
    float: right;
    margin: 10px 10px 10px 20px
    
    /*box-shadow: 3px 3px 7px #777;
    -moz-box-shadow: 3px 3px 7px #777;
    -webkit-box-shadow: 3px 3px 7px #777;
    -o-box-shadow: 3px 3px 7px #777;*/
}

.content ul li {
	list-style: disc;
	margin-left: 20px;
}

aside {
    float: right;
    display: block;/*table-cell;*/
    /* overflow: hidden; */
    padding: 10px 5px;
    position: relative;
    word-wrap: break-word;
    width: 250px;
}

.flashbanner { 
    height: 590px;
    position: absolute;
    top: 0;
    right: -110px;
    width: 90px;
}

.tweets {
    background: #000 url("../images/sm/tweets.png") 4px no-repeat; 
    color: #33CCFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    height: 12px;
    list-style-type: none;
    overflow:hidden;
    padding: 3px;
    position:absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    text-indent: 22px;
    white-space: nowrap;
}

.tweets span:before {
    content: open-quote;
}

.tweets span:after {
    content: close-quote;
}

.tweets a {
    color: #808080;
    display:inline;
    font-weight: normal;
}

.tweets a:hover {
    color: #f0f0f0;
}

footer {
    border-bottom: 1px #000 solid;
    height: 20px;
    padding: 2px 0px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.copyright {
    color: #808080;
    line-height: 20px;
}

.sm { margin: 2px; }
footer img { margin-right: 1px; }
