/*----------------------------------------------------------------------------
	main.css

    This CSS file created by Schlund + Partner AG

    Modified and extended by Arielle Holland for 3D Political
    http://www.arielleholland.com

 ----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    width: 721px;
    margin: 0px auto;
    padding: 0px;
    background-repeat: repeat-y;
    text-align: left;
    overflow: hidden;
}

#topline {
    position: relative;
    margin: 0 0 0 0px;
    height: 36px;
    width: 721px;
    background: url(resources/_wsb_topline.gif) no-repeat;
}

#main_container {
    position: absolute;
    top: 252px;
    left: 0px;
    width: 721px;
    height: 144px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0px top;
}

/*--- the main container is divided in sub containers ----------------------*/

#sub_container2 {
    position: relative;
    clear: both;
    margin: 10px 0 0 10px;
    padding: 0;
    width: 700px;
    overflow: hidden;
}

#content_container {
    margin: 0;
    padding: 0;
    width: 700px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: relative;
    margin: 0 0 0 0px;
    height: 234px;
    width: 460px;
    background: url(resources/_wsb_keyvisual.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: relative;
    margin: 0 0 0 459px;
    height: 240px;
    width: 262px;
    background-repeat: no-repeat;
    background-position: top right;
    background: url(resources/logo.gif);
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    overflow: hidden;
    position: relative;
    left: 11px;
    width: 460px;
    padding: 0px;
}

#main_nav_list {
    margin: 0px;
    padding: 0px 0px 0px 11px;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#right_nav_container {
    overflow: hidden;
    position: relative;
    margin-right: 11px;
    width: 190px;
    padding: 0px;
    float: right;
}

#right_nav_list {
    margin: 0px;
    padding: 0px 11px 0px 0px;
    list-style-type: none;
}

#right_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    text-align: center;
    background: transparent;
    font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #0d1856;
    letter-spacing: 2px;
}

#main_nav_list a.main_nav_active_item {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    text-align: center;
    background: transparent;
    background: url(resources/active.gif) no-repeat;
    font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #0d1856;
    letter-spacing: 2px;
}

#main_nav_list a.main_nav_item:hover {
    background: url(resources/hover.gif) no-repeat;
    font-style: normal;
    font-weight: bold;
    color: #0d1856;
    letter-spacing: 2px;
}

#right_nav_list a.right_nav_item {
    display: block;
    float: right;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    background: transparent;
    font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #0d1856;
    letter-spacing: 2px;
}

#right_nav_list a.right_nav_active_item {
    display: block;
    float: right;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    background: transparent;
    background: url(resources/active_db.gif) no-repeat;
    font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #0d1856;
    letter-spacing: 2px;
}

#right_nav_list a.right_nav_item:hover {
    background: url(resources/hover_db.gif) no-repeat;
    font-style: normal;
    font-weight: bold;
    color: #0d1856;
    letter-spacing: 2px;
}

/*--- footer ---------------------------------------------------------------*/

#social_graph {
    height: 18px;
    width: 700px;
    margin-top: 30px;
    margin-left: 530px;
    padding: 0px;
}

#socnets {
    margin: 0px;
    padding: 0px 11px 0px 0px;
    list-style-type: none;
}

#socnets li {
    float: left;
    margin: 0px;
    padding: 0px;
    padding: 0px 11px 0px 9px;
}

#socnets img {
    border: 0px;
    height: 16px;
    width: 16px;
}

#footer {
    z-index: 1;
    height: 40px;
    width: 700px;
    margin-top: 2px;
    margin-left: 11px;
    padding: 0px;
    background: url(resources/_wsb_footer.gif) no-repeat;
    background-position: top left;
}

#footer_text {
    width: 700px;
    margin: 0px 11px 0px 11px;
    padding: 11px 0px 11px 0px;
    text-align: left;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #ff941b;
}

#footer_text a {
  font-family: Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #ff941b;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#main_body {
    background: #FF8C00 url(resources/_wsb_topline_repeat.gif) repeat-x left top;
}

#container {
  background: white;
}



/*--- paragraph ------------------------------------------------------------*/

#content_container p {
    padding: 11px 11px 0px 11px;
}

.content, .content p {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #0d1856;
}

.year {
   font-weight: bold;
}

.pub {
   font-style: italic;
}

#client_list ul {
    margin-top: 20pt;
    list-style-image: url(resources/star.gif);
    line-height: 20px;
    font-size: 12px;
}




/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    margin: 0px;
    padding: 22px 0px 0px 11px;
    background: url(resources/div_sep.gif) no-repeat;
    font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: -12px;
    color: #0d1856;
    background-position: bottom;

}

#content_container h2 {
    padding: 22px 0px 0px 11px;
    background-repeat: no-repeat;
    font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #0d1856;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #0d1856;
  color: #ff941b;
}

.content a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #0d1856;
  color: #ff941b;
}

.content a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0d1856;
  color: #ff941b;
}

#content_container a:link {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #0d1856;
  color: #ff941b;
}
#content_container a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #0d1856;
  color: #ff941b;
}
#content_container a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0d1856;
  color: #ff941b;
}
#content_container a:active {
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14pt;
  font-weight: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0d1856;
  color: #ff941b;
}

/*--- index ---------------------------------------------------------------*/

.text {
   margin-left: 11px;
   padding-left: 130px;
   margin-right: 11px;
}

#bookshelf {
   float: left;
   width: 130px;
   border: 1px solid #ead477;
   margin-top: 30px;
   margin-left: 8px;
   background: #fff9de;
   text-align: center;
}

#books img {
   border: 0px;
   text-align: center;
   margin-bottom: 0px;
}

#books p {
   margin-bottom: 10px;
   text-align: center;
   border-bottom: 0px;
}


#bookshelf p {
   margin-top: 5px;
   margin-left: 0px;
   padding-top: 0px;
}


/*--- media ----------------------------------------------------------------*/

#youtube {
   margin-left: 20px;
   padding-top: 20px;
   margin-top: 20px;
}



/*--- whoosh ---------------------------------------------------------------*/

.right_col {
    margin-top: 20px;
    padding-top: 20px;
    margin-right: 11px;
    float: right;
}

.right_col div {
    padding-bottom: 20px;
}

.left_col {
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 11px;
    width: 300px;
}

.left_col div {
    padding-bottom: 20px;
}

/*--- marquee --------------------------------------------------------------*/

#client_marquee {
 border: 1px solid #ead477;
 width: 440px;
 height: 20px;
 margin-left: 15px;
 margin-top: -16px;
 margin-bottom: 10px;
 overflow: auto;
 background-color: #fff9de;
 line-height: 100%;
}

/*--------------------------------------------------------------------------*/
/* shop vat font fixes */
.v1_es_note, .v1_es_note span {font-size: 9px !important;}
