/*   
Description: Boker's Bulletin site styles
Author: David Souza
Author URI: www.nextcom.com

TABLE OF CONTENTS
TYPOGRAPHY
  Global
  Header
  Content
  Sidebar

LAYOUT
  Global
  Header
  Content
  Sidebar


COLOR INDEX
Boker's Blue:   #004b8c
Light Blue:     #e1e7ec
Gray Blue:      #54728c
*/





/*  =LAYOUT: Global
  ------------------------------------------------------ */
body {
  background: #72808c url("../images/site_background.jpg") top center no-repeat;
  background-attachment: fixed;
  font: normal 12px/1 Arial, Helvetica, sans-serif;
}

body.admin {
  background: #6c6c6c url("../images/admin_background.jpg") top center no-repeat;
  background-attachment: fixed;
}

.page_wrapper {
  background: white;
  position: relative;
  width: 960px;
  -webkit-border-radius-bottom-left: 20px;
  -webkit-border-radius-bottom-right: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-radius: 10px;
  margin: 0 auto 3em;
}

.body_wrapper {
  width: 893px;
  padding: 0 20px 20px 47px;
  overflow: hidden;
}

fieldset {
  border: 3px solid #004b8c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 3em;
}

legend {
  border: 1px solid #004b8c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .25em 2em;
  font-weight: bold;
}


/*  =TYPOGRAPHY: Global
  ------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: .5em;
  line-height: 1.2;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
  
a {
  color: #004b8c;
}

sup {
  position: relative;
  top: -.5em;
  font-size: .65em;
  line-height: 1;
  vertical-align: bottom;
}

.hr {
  border: 0 solid white;
  margin: 2em 0;
}

.content .hr {
  background: url('../images/large_divider.png') no-repeat;
  width: 580px;
  height: 51px;
}

.sidebar .hr {
  background: url('../images/small_divider.png') no-repeat;
  width: 239px;
  height: 21px;
}


/*  =LAYOUT: Header
  ------------------------------------------------------ */
#header {
  background: url("../images/header.jpg") no-repeat;
  position: relative;
  width: 960px;
  height: 210px;
}

#header h2,
#header h3 {
  text-indent: -5000px;
}

#header h2 a {
  display: block;
  width: 960px;
  height: 175px;
}


/*  =LAYOUT: Content
  ------------------------------------------------------ */
.content_wrapper {
  background: url("../images/vertical_rule.gif") 630px repeat-y;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.content,
.sidebar {
  position: relative;
  float: left;
}

.content {
  width: 583px;
  padding-right: 47px;
}

.sidebar {
  width: 237px;
  padding-left: 20px;
}

.content .sidebar_items {
  overflow: visible;
}



/*  =LAYOUT: Sidebar
  ------------------------------------------------------ */
.archive .header {
  font-size: 30px;
  font-style: italic;
}

.archive li {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}

.archive li a {
  display: block;
  margin-bottom: .5em;
}

.archive li li {
  margin-left: 1em;
  margin-bottom: .5em;
  list-style: disc;
  font-size: 12px;
  font-weight: normal;
}

.iso {
  margin-bottom: 4em;
}

.iso img {
  display: block;
  margin: 0 auto;
}

.wbenc {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.wbenc img {
  display: block;
  margin: 0 auto 1em;
}


/*  =LAYOUT: Footer
  ------------------------------------------------------ */
.footer {
  clear: both;
  border-top: 6px solid #004b8c;
  margin-top: 40px;
  padding-top: 40px;
}

/*  =TYPOGRAPHY: Footer
  ------------------------------------------------------ */
.footer {
  font-size: 14px;
  text-align: center;
}

.footer address {
  font-style: normal;
}


/*  =MODULE: Flash
  ------------------------------------------------------ */
.flash {
  position: absolute;
  left: 125px;
  top: 7px;
  width: 425px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.flash .notice,
.flash .warn,
.flash .error {
  border: 3px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: .5em 1em;
}

.flash .notice {
  color: #115e00;
  background: #7fc56f;
  border-color: #115e00;
}

.flash .warn {
  color: #ce4900;
  background: #ffce6e;
  border-color: #ce4900;
}

.flash .error {
  color: #ac0000;
  background: #ff7979;
  border-color: #ac0000;
}


/*  =MODULE: Forms
  ------------------------------------------------------ */  
ul.field_list label,
ul.field_list input,
ul.field_list textarea,
ul.field_list select {
  display: block;
  margin: 0;
  font-size: 14px;
}

ul.field_list li {
  width: 100%;
  margin-bottom: 1.5em;
  overflow: hidden;
}

ul.field_list.item {
  background: #e1e7ec;
  border: 1px solid #004b8c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 -2em 2em -2em;
  padding: 2em;
}

ul.field_list.item .item {
  background: #ced4d9;
  border: 1px solid #004b8c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 2em;
  padding: 2em;
}

ul.field_list label {
  margin-bottom: .25em;
  font-weight: bold;
}

ul.field_list input {
  width: 400px;
  height: 1em;
  line-height: 1em;
}

ul.field_list textarea {
  width: 99%;
  height: 300px;
}

ul.field_list .file_field input {
  height: auto;
}

ul.field_list .check_box input {
  float: left;
  width: auto;
  margin: 0 .5em 0 0;
}

ul.field_list .check_box label {
  display: inline;
}


/*  =MODULE: Newsletter
  ------------------------------------------------------ */
.article {
  width: 100%;
  margin-bottom: 2em;
  overflow: hidden;
}

.article h1 {
  font-size: 18px;
}

.article img {
  float: right;
  margin: 0 0 2em 2em;
}

.events {
  font-weight: bold;
  margin-top: 4em;
}

.events .header {
  border-bottom: 3px solid #004b8c;
  font-size: 24px;
  font-weight: bold;
}

.event {
  margin-bottom: 2em;
}

.event img {
  margin-bottom: .5em;
}

.issue {
  background: #004b8c;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 1em 2em;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.issue .volume {
  text-transform: uppercase;
}

.issue .next,
.issue .previous {
  position: absolute;
  top: 50%;
}

.issue .next { right: 10px; }

.issue .previous { left: 10px; }

.issue .next a,
.issue .previous a {
  display: block;
  margin-top: -10px;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.issue .next a:hover,
.issue .previous a:hover {
  color: #aaa;
}

.sidebar_items {
  width: 100%;
  overflow: hidden;
}

.sidebar_item {
  width: 100%;
  margin-bottom: 2em;
  overflow: hidden;
}


/*  =WIDGET: Code View
  ------------------------------------------------------ */
.code_view {
  width: 100%;
  height: 300px;
}


/*  =WIDGET: Current Article
  ------------------------------------------------------ */
.current_article {
  margin-bottom: 4em;
}

.current_article .header {
  position: relative;
  height: 83px;
  margin-bottom: 3em;
}

.current_article .tagline,
.current_article .latest_issue {
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
}

.current_article .tagline {
  height: 41px;
  border-bottom: 3px solid #004b8c;
  font-size: 36px;
  line-height: 48px;
}

.current_article .latest_issue {
  font-size: 16px;
  line-height: 20px
}

.current_article .date {
  position: absolute;
  top: 0;
}

.current_article img {
  float: left;
  margin-right: 1.5em;
}

.current_article h1 {
  font-size: 16px;
}


/*  =WIDGET: Date
  ------------------------------------------------------ */
.date {
  background: #e1e7ec;
  width: 68px;
  border: 3px solid #004b8c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 3px 3px 4px;
  color: #54728c;
  font-weight: bold;
  text-align: center;
}

.date .year {
  font-size: 18px;
  font-weight: normal;
}

.date .quarter {
  font-size: 48px;
  margin-top: -0px;
}

.date .quarter sup {
  position: relative;
  font-size: 24px;
  margin-left: 0px;
  top: -.75em;
}

.date .quarter_text {
  margin-top: -7px;
  font-size: 16px;
}


/*  =WIDGET: Index List
  ------------------------------------------------------ */
.index_list {
  width: 100%;
  text-align: left;
}

.index_list th {
  border-bottom: 3px solid #004b8c;
}

.index_list th,
.index_list td {
  padding: .25em 1em .25em 0;
}

.index_list .controls {
  padding-right: 0;
  padding-left: 1em;
  text-align: right;
}

.index_list .small {
  width: 3em;
}

.index_list .inactive {
  background: #eee;
  color: #666;
  font-style: italic;
}


/*  =WIDGET: Large Boxes
  ------------------------------------------------------ */
.large_boxes {
  width: 100%;
  overflow: hidden;
}

.large_box {
  background: url('../images/large_box_background.png') repeat-x;
  float: left;
  width: 252px;
  height: 200px;
  margin-right: 10px;
  border: 3px solid #54728c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px;
  overflow: hidden;
  font-size: 14px;
}

.large_box img {
  float: right;
  margin-left: 1.5em;
}

.large_box .header {
  margin-bottom: 1em;
  color: #004b8c;
  font-size: 16px;
  text-transform: uppercase;
}

.large_box .header strong,
.large_box .header strong a {
  color: black;
  font-size: 20px;
}


/*  =WIDGET: Page Nav
  ------------------------------------------------------ */
.sidebar .page_nav {
  background: #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 2em;
  color: #555;
  font-weight: bold;
  text-align: right;
  text-transform: capitalize;
}

.sidebar .page_nav a {
  color: #555;
}

.sidebar .page_nav a:hover {
  color: white;
}

.sidebar .page_nav li {
  list-style: none;
  margin-bottom: .5em;
}



/*  =WIDGET: Small Boxes
  ------------------------------------------------------ */
.small_boxes {
  width: 100%;
  overflow: hidden;
}

.small_box {
  float: left;
  width: 160px;
  height: 192px;
  margin-right: 5px;
  border: 3px solid #54728c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  font-size: 12px;
}

.small_box img {
  display: block;
  margin-left: 1.5em;
  margin-bottom: .5em;
  text-align: center;
}

.small_box .header {
  margin-bottom: .25em;
  color: #004b8c;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.small_box .header strong {
  color: black;
  font-size: 20px;
}

.small_boxes a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.small_boxes .website a,
.small_boxes .fast_quote a {
  color: white;
}

.small_boxes .information_request {
  color: #004b8c;
}

.small_boxes .website {
  background: url('../images/blue_box_background.png') repeat-x;
}

.small_boxes .fast_quote {
  background: url('../images/green_box_background.png') repeat-x;
}

.small_boxes .information_request {
  background: url('../images/yellow_box_background.png') repeat-x;
}



/*  =WIDGET: Sortable
  ------------------------------------------------------ */
.sortable li {
  border: 1px dashed #999;
  padding: 1em;
}

.sidebar .sortable li {
  width: auto;
}

.handle {
  cursor: move;
}


/*  =WIDGET: User Nav
  ------------------------------------------------------ */
.user_nav {
  position: absolute;
  right: 28px;
  top: 185px;
  text-align: right;
  font-size: 10px;
}



