@charset "utf-8";
/* [File: about_us.css]
/* [Author: James Kirby (jkirby@blitzgamesstudios.com)]
/* [Date: 16/06/2011]
/* [Info: Layouts for the following pages: about_us / awards / clients / partners / contact ]
================================================================================================ */


/* Default Layout
====================================== */
html body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
h1.title {
  margin:30px 0px 0px 0px;
  padding:0;
  font-size:200%;
  font-weight:normal;
  color:#FFFFFF;
}
h1.legaltitle {
  margin:30px 0px 0px 0px;
  padding:0;
  font-size:200%;
  font-weight:normal;
  color:#898989;
}
h2.title {
  margin:0px 0px 15px 0px;
  padding:0;
  font-size:200%;
  font-weight:normal;
}

hr.title {
  margin-bottom:15px;
  width:100%;
  border:none;
  margin:0px;
  padding:0px;
  background:#464646;
  height:1px;
  margin:5px 0px;
  text-align:left;
}
p.subtitle {
  margin:0;
  padding:0;
  font-size:90%;
  max-width:450px;
}


/* About Us > About Us
====================================== */
#aboutus {
}
#aboutus ul {
  width:450px;
  padding:0;
  margin:0;
  list-style:none;
  color:#ccc;
}
#aboutus ul li {
}
#aboutus ul li.header {
  color:#fff;
  font-size:125%;
}
#aboutus ul li.content {
  color:#ccc;
}
#aboutus ul li ul.indentlist {
  padding:20px 0px 20px 0px;
  margin:0;
  list-style:none;
}
#aboutus ul li ul.indentlist li {
  margin:2px 0px 0px 25px;
  padding:0px;
  list-style:url(/gfx/about_us/img_list.gif);
}


/* About Us > About Us > Logo Links
====================================== */
ul#aboutus_logolinks {
  position:relative;
  background:transparent url("/gfx/home/division_logos.png") no-repeat;
  height:117px;
  width:758px;
  margin:0;
}
ul#aboutus_logolinks a {
  text-decoration:none;
  display:block;
  width:125px;
  height:117px;
  outline:none;
}
ul#aboutus_logolinks li {
  position:absolute;
  margin-right:10px;
  text-align:center;
  display:inline;
  text-indent:-9999px;
}
ul#aboutus_logolinks li#blitzgames {
  left:0px;
}
ul#aboutus_logolinks li#blitzarcade {
  left:125px;
}
ul#aboutus_logolinks li#volatile {
  left:250px;
}
ul#aboutus_logolinks li#trusim {
  left:380px;
}
ul#aboutus_logolinks li#blitztech {
  left:505px;
}
ul#aboutus_logolinks li#blitz_academy {
  left:635px;
}


/* About Us > About Us > Executives
====================================== */
#executives {
  width:100%;
}
#executives ul#columnSurround {
  padding:0;
  margin:0;
  list-style:none;
}
#executives ul#columnSurround li {
  width:230px;
  display:inline-block;
  display:-moz-inline-box;
  vertical-align:top;
  margin-left:16px;
}
#executives ul#columnSurround li h2.name {
  color:#fff;
  font-size:125%;
  margin:0;
  padding:0;
}
#executives ul#columnSurround li p.position {
  margin:0;
  padding:0;
}
#executives ul#columnSurround li {
  display:-moz-inline-box;
  -moz-box-orient:vertical;
  display:inline-block;
  vertical-align:top;
}
#executives ul#columnSurround li > * {
  display:table;
  table-layout:fixed;
  width:230px;
  overflow:hidden;
}


/* About Us > About Us > Extra Info
====================================== */
#extrainfo {
  margin-top:0px;
  width:100%;
  font-size:90%;
}


/* About Us > Awards
====================================== */
#awards {
  width:100%;
}
#awards ul.yeargroup {
  padding:0;
  margin:0;
  list-style:none;
}
#awards ul.yeargroup li {
  width:450px;
}
#awards ul.yeargroup li.year {
  font-size:110%;
  color:#FFFFFF;
  font-weight:bold;
}
#awards ul.yeargroup li .logo {
  float:left;
  width:130px;
  text-align:center;
  margin-top:20px;
}
#awards ul.yeargroup li .bio {
  float:left;
  width:320px;
  margin-top:20px;
  min-height:80px;
}
#awards ul.yeargroup li .bio h3.title {
  margin:0;
  padding:0;
}


/* About Us > Clients
====================================== */
#clients {
  width:100%;
}
#clients table {
  width:450px;
  border-collapse:collapse;
  border-spacing:0px;
  border:0px;
  padding:0px;
}
#clients table td {
  margin:0px;
  padding:0px;
  border:none;
  height:80px;
  width:150px;
  vertical-align:middle;
  text-align:center;
  background:url(/gfx/about_us/img_corner.gif) no-repeat;
}


/* About Us > Clients > Licensors
====================================== */
#licensors {
  width:100%;
}
#licensors table {
  width:450px;
  border-collapse:collapse;
  border-spacing:0px;
  border:0px;
  padding:0px;
}
#licensors table td {
  margin:0px;
  padding:0px;
  border:none;
  height:80px;
  width:150px;
  vertical-align:middle;
  text-align:center;
  background:url(/gfx/about_us/img_corner.gif) no-repeat;
}


/* About Us > Partners
====================================== */
#partners {
  width:100%;
}
#partners table {
  width:450px;
  border-collapse:collapse;
  border-spacing:0px;
  border:0px;
  padding:0px;
}
#partners table td {
  margin:0px;
  padding:0px;
  border:none;
  height:80px;
  width:150px;
  vertical-align:middle;
  text-align:center;
  background:url(/gfx/about_us/img_corner.gif) no-repeat;
}


/* About Us > Partners > Blitz1UP
====================================== */
#blitz1up {
  width:100%;
}
#blitz1up .logo {
  float:left;
}
#blitz1up .logo img {
  border:0;
}
#blitz1up .content {
  float:left;
  margin-right:20px;
  margin-top:15px;
}
#blitz1up .content p {
  font-size:90%;
  line-height:150%;
  text-align:right;
}


/* About Us > Contact Us > Contact Us
====================================== */
#contactus {
  width:100%;
  background-image:url(/gfx/about_us/map.jpg);
  background-position:100% 100px;
  background-repeat:no-repeat; 
}
#contactus a {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
#contactus a:hover {
  text-decoration:underline;
}
#contactus ul.type {
  padding:0px 0px 30px 0px;
  margin:0;
  list-style:none;
}
#contactus ul.type li.telephone {
  padding-left:20px;
}
#contactus ul.type li.telephone .number {
  font-size:135%;
  font-weight:bold;
  padding-left:10px;
}
#contactus ul.type li.address {
  padding-left:20px;
  padding-bottom:10px;
}
#contactus ul.type li.link {
  padding-left:20px;
}
#contactus ul.type li.fax {
  padding-left:20px;
}
#contactus ul.type li.fax .number {
  font-size:135%;
  font-weight:bold;
  padding-left:10px;
}


/* About Us > Contact Us > Email
====================================== */
#email {
  width:100%;
}
#email a {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
#email a:hover {
  text-decoration:underline;
}
#email ul.links {
  padding:0;
  margin:0;
  list-style:none;
}
#email ul.links li {
  padding-left:20px;
  padding-bottom:10px;
}


/* About Us > Contact Us > Directions
====================================== */
#directions {
  width:100%;
}
#directions a {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
#directions a:hover {
  text-decoration:underline;
}
#directions ul.types {
  padding:0;
  margin:0;
  list-style:none;
  max-width:450px;
}
#directions ul.types li {
  padding-left:20px;
  padding-bottom:30px;
}
#directions ul.types li h3.title {
  padding:0;
  margin:0;
  font-size:115%;
  font-weight:bold;
}
#directions ul.types li p {
  padding:0;
  margin:0;
}


/* About Us > Contact Us > Legal
====================================== */
#legal {
  color:#898989;
}
#legal p {
  font-size:90%;
  margin-left:20px;
  max-width:450px;
}
