/*

Kirby Starterkit

Author: Bastian Allgeier / Sascha Lack
URL:    http://getkirby.com
Email:  support@getkirby.com

*/


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}


/* Links
-------------------------------------------------- */
a {
  color: #25A;
  text-decoration: none;
}
a:hover {
  color: #25A;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
  color: #333;
  font: 12px/20px Arial,Tahoma,Verdana;
  line-height: 20px;
  padding: 0;
}

/* Header
-------------------------------------------------- */
.header {
  padding-bottom: 25px;
  background: url(../images/header.png) repeat-x;
}
.header .container {
  margin: 0 auto;
  max-width: 960px;
}

.logo {
  display: block;
}
.header nav {
  background: url(../images/nav.png) repeat-x;
  border-top: 1px solid #FFFFFF;
  height: 46px;
}
.header nav .container {
  margin: 0 auto;
  max-width: 960px;
}


/* Navigation
-------------------------------------------------- */
@media screen and (min-width: 40em) {
  .logo {

  }
  .menu {

  }
}


/* Headings
-------------------------------------------------- */
h1 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}

.home h1, h2.block-title, h1.title, h1.page-title {
  background: url(../images/prism-sm.png) no-repeat 1px -1px transparent;
  border-bottom: 1px dotted #CCC;
  color: #555;
  font-family: Georgia,Times New Roman,Trebuchet MS;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0 0 10px 38px;
  text-transform: none;
}

.prism-opportunity-fund .page-title,
.prism-mezzanine-fund .page-title {
  display: none;
}

h2 {
  color: #095794;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 5px;
  text-transform: uppercase;
  padding: 10px 0 5px 0;
}

h2.blue {
  background-color: #095794;
  padding: 10px;
  color: #FFF;
  margin: 0;
  font-size: 18px;
  font-family: Tahoma,Geneva,sans-serif;
  text-transform: uppercase;
}

h2.block-title {
  margin: 0 0 20px;
}

h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}



/* Main
-------------------------------------------------- */
.main {
  border-bottom: 2px dotted #d7d7d7;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 40px;
}
.main hr {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
}
.main a {

}
.main a:hover {

}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
}
.teaser li {
  margin-bottom: 1.5em;
  list-style: none;
}
@media screen and (min-width: 50em) {
  .teaser li {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .teaser li:first-child {
    margin-left: 0;
  }
}


/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}


/* Footer
-------------------------------------------------- */
.footer {
  padding: 1em 0 6em;
  margin: 0 auto;
  max-width: 960px;
}
.copyright {
  text-align: center;
}



.text {
  padding-right: 80px;
  width: 620px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 1px;
}

.aside {
  width: 300px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 1px;
}


.home .text {
  padding-right: 80px;
  width: 540px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 1px;
}

.home .aside {
  width: 380px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 1px;
}

.contact .text {
  padding-right: 0;
  width: 380px;
}

.contact .aside {
  width: 540px;
  padding-left: 80px;
}





.block {
  margin-bottom: 24px;
}

















.sf-menu {
  margin-bottom: 0;
}

.sf-menu li {
  background: transparent;
}

.sf-menu a {
  background: url(../images/nav.png) repeat-x;
  border-left: 1px solid #fff;
  border-top: 1px solid #CFDEFF;
  border-color: transparent;
  color: white;
  padding: 12px 15px;
  text-decoration: none;
}

.col-1 {
  width: 47%;
  float: left;
}
.col-2 {
  width: 47%;
  float: right;
}


table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

table {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}

table tr {
  border-top: 1px solid #C7C7C7;
}
table tr:first-child {
  border-top: none;
}

table tr td {
  padding: 20px 8px 4px 8px;
  vertical-align: top;
}
table tr td:first-child {
  width: 194px;
}

.opportunity-fund-team table tr td:first-child,
.mezzanine-fund-team table tr td:first-child {
  padding-top: 34px;
}


.contact table tr, .investor-information table tr {
  border-top: none;
}

.contact table tr td {
  padding: 4px 8px;
  vertical-align: middle;
  line-height: 1.5;
}
