
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}

html {
    background: #d7deda url(/images/theme-entrustiraadmin/bg-gradient.png) repeat-x;
}

body {
    width: 974px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
    color: #164128;
}

h1 { font-size: 150%; margin: 0; padding: 0; }
h2 { font-size: 130%; margin: 0; padding: 0; }
h3 { font-size: 120%; margin: 0; padding: 0; }
h4 { font-size: 110%; margin: 0; padding: 0; }
h5 { font-size: 105%; margin: 0; padding: 0; }
h6 { font-size: 100%; margin: 0; padding: 0; }

h1 {
    border-bottom: 1px solid #164128;
    margin-bottom: 8px;
}

a {
    color: #164128;
}

legend {
    color: black;
}

#main {
    width: 940px;
    padding: 0 17px;
    background: transparent url(/images/theme-entrustiraadmin/bg-main.png) repeat-y;
    float: left;
}

#header {
    height: 109px;
    background: white url(/images/theme-entrustiraadmin/slideshow-edge.png) no-repeat scroll left bottom;
    padding-bottom: 10px;
}

.headButton {
    display: inline;
    float: right;
    margin-right: 20px;
    height: 31px;
    line-height: 31px;
    font-size: 120%;
    font-weight: bold;
    width: 213px;
    background: transparent url(/images/theme-entrustiraadmin/header-button.png) no-repeat;
    color: white;
    text-align: center;
    text-decoration: none;
}

#logo {
    font-size: 300%;
    color: white;
    text-decoration: none;
    display: inline;
    float: left;
    position: relative;
    left: 2px;
    top: 2px;
    margin-bottom: -43px;
    z-index: 10;
}

#slideshow {
    width: 940px;
    height: 258px;
    overflow: hidden;
    position: relative;
    background: transparent url(/images/theme-entrustiraadmin/slideshow-edge.png) no-repeat scroll left bottom;
    padding-bottom: 10px;
    margin-top: -43px;
}

#slideshow div {
    position: absolute;
    padding-top: 43px;
}

#slideshow .caption {
    width: 900px;
    height: 33px;
    line-height: 33px;
    padding: 0 20px 10px;
    text-align: right;
    color: black;
    font: italic normal normal 170%/30px "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    position: absolute;
    top: 0;
    right: 0;
    background: white url(/images/theme-entrustiraadmin/slideshow-edge.png) no-repeat scroll left bottom;
}

#content {
    width: 680px;
    padding: 11px 20px 0;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 85%;
    min-height: 300px;
    line-height: 1.6;
    text-align: justify;
}

#boxes {
    background: white url(/images/theme-entrustiraadmin/sidebar-bottom.png) no-repeat;
    clear: left;
    height: 258px;
    padding: 16px 5px;
}

.box {
    width: 280px;
    height: 270px;
    display: inline;
    float: left;
    margin: 0 11px -20px;
    padding: 2px 4px 6px;
    background: transparent url(/images/theme-entrustiraadmin/box.png) no-repeat;
    position: relative;
    overflow: hidden;
}

.box h2 {
    color: white;
    line-height: 31px;
    margin: 0;
    padding: 0 20px 65px;
    font-size: 120%;
    background: transparent url(/images/theme-entrustiraadmin/box-events.jpg) no-repeat scroll left bottom;
}

#box-whatsnew h2 { background-image: url(/images/theme-entrustiraadmin/box-blog.jpg); }
#box-learningarchive h2 { background-image: url(/images/theme-entrustiraadmin/box-news.jpg); }

#box-whatsnew ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-weight: bold;
}

#box-whatsnew li {
    margin-bottom: 1em;
}

#box-whatsnew ul a {
    text-decoration: none;
}

#box-whatsnew ul a:hover {
    text-decoration: underline;
}

.box h2 a {
    color: white;
}

.box p {
    min-height: 1px;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.box h3 {
    font-size: 120%;
    margin-bottom: 1em;
}

#box-events h3, #box-learningarchive h3 {
    font-size: 100%;
    text-align: left;
    margin-left: 58px;
    text-indent: -58px;
}

.boxContent {
    padding: 6px 20px 0 20px;
    font-size: 75%;
    line-height: 1.2;
}

.box strong a, .box h2 a, .box h3 a {
    text-decoration: none;
}

.box strong a:hover, .box h2 a:hover, .box h3 a:hover {
    text-decoration: underline;
}

#content .box {
    margin: 0 0 0 20px;
    float: right;
    font-size: 117.647058824%;
    height: auto;
    padding-bottom: 0;
}

#content .boxContent {
    background: transparent url(/images/theme-entrustiraadmin/box-bottom.png) no-repeat scroll left bottom;
    margin: 0 -4px 0;
    padding: 6px 24px;
}

/* Menu styles */
.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu {
    float: left;
    width: 220px;
    padding: 11px 0 24px;
    font-size: 90%;
    position: relative;
}

.menu li {
    display: inline;
    float: left;
    width: 220px;
    height: 36px;
    background: transparent url(/images/theme-entrustiraadmin/button.png) no-repeat;
}

.menu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent url(/images/theme-entrustiraadmin/chevron.png) no-repeat scroll 194px 8px;
}

.menu a:hover, .menu .hover a {
    background-image: url(/images/theme-entrustiraadmin/chevron-active.png);
}

.menu ul {
    background: #164128 none;
    display: none;
    width: 140px;
    border: 1px solid #4a715a;
    margin: 5px 0 0 -10px;
    z-index: 10;
}

.menu ul li {
    height: auto;
    width: 140px;
    line-height: 1.75;
    background: none;
    position: relative;
}

.menu ul ul {
    margin-left: 190px;
}

.menu ul a {
    height: auto;
    width: 120px;
    line-height: 1.25;
    border-bottom: 1px solid #4a715a;
    background: none !important;
    padding: 0.25em 10px;
}

.menu .wide_submenu ul, .menu .wide_submenu ul {
    width: 200px;
}

.menu .wide_submenu ul a {
    width: 180px;
    background-image: none !important;
}

.menu ul a:hover {
    background: #4a715a none !important;
}

.menu .special {
    background: none !important;
    height: auto;
    margin: 0;
    padding: 0 0 0 17px;
    overflow: hidden;
    width: 203px;
}

.menu .last {
    margin-bottom: 15px;
}

.menu ul .last {
    margin-bottom: 0;
}

.menu .special a {
    height: auto;
    margin: 0;
    padding: 0;
    background: none !important;
}

.menu .special a:hover {
    text-decoration: underline;
}

.menu .advisorsButton {
    padding-top: 10px;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    zoom: 1; /* hasLayout */
    color: #164128;
    text-align: center;
    background: transparent url(/images/theme-entrustiraadmin/bg-footer.png) no-repeat;
    padding-top: 50px;
}

#footer a {
    color: #164128;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share {
    height: 16px;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: #164128;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

#iField_packets .option0,
#iField_packets .option2,
#iField_packets .option4,
#iField_packets .option6 {
    width: 250px;
}

#iField_packets .option1,
#iField_packets .option3,
#iField_packets .option5,
#iField_packets .option7 {
    width: 300px;
}

