/* colors
      showcase / title bar bg
        #e6e6e6
      most text   
        #424242
      logo / nav  
        #d7d7d7
      nav hover
        #ffffff
      main bg     
        #efefef
      footer bg
        #373737   
*/

@font-face {
  /* Regular */
  font-family: "LiberationSans";
  src: url('/fonts/liberationsans-regular-webfont.ttf') format("truetype");
  font-weight:  normal;
  font-style:   normal;
  font-variant: normal;
  font-stretch: normal;
}

@font-face {
  /* Regular */
  font-family: "LiberationSans-Bold";
  src: url('/fonts/LiberationSans-Bold.ttf') format("truetype");
  font-weight:  normal;
  font-style:   normal;
  font-variant: normal;
  font-stretch: normal;
}

body {
	line-height: 1.2;
  background: url('/images/master_bg.png') repeat-x;
  color: #424242;
  font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
}

.spacer {
  height: 10px;	
}


#main, #portfolio {
  padding: 20px;
  background: #efefef;
  clear: both;
  min-height: 800px;
}

#main h2, p {
  padding: 5px 0 0 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

.recent_events {
  height: 46px;
  width: 905px;
  margin: 10px auto 30px auto;
}

.recent_events a {
	display: block;
  float: left;
  height: 46px;
}

.recent_events a:hover {
  border-radius: 5px;
	box-shadow: 0px 0px 4px #000;
}

#fowa_event {
	background: url("/images/fowa-event.png");
	width: 175px;
}

#openbeta6_event{
	background: url("/images/openbeta6-event.png");
	width: 191px;
}
#gov201_event{
	background: url("/images/gov20a-event.png");
	width: 197px;
}
#tedxokc_event{
	background: url("/images/tedxokc-event.png");
	width: 232px;
}
#reddirt_event{
	background: url("/images/reddirt-event.png");
	width: 109px;
}

.recent_events_title {
  font-size: 14px;
  font-weight: bold;
  color: #b1b1b1;
  bottom-border: solid 1px #b1b1b1;
}

.recent_events_colon {
  color: #b1b1b1;
}

#header {
  height: 100px;
}

#content a {
  font-weight: bold;
  color: #424242;
  # text-decoration: none;
  # border-bottom: solid 1px 
}

#logo {
  float:left;
  height:100px;
  padding: 7px 10px 10px 15px;  
}

a#phone_number {
  display: block;
  background: url("/images/phone_number.png");
  width: 134px;
  height: 30px;
  position: relative;
  left: 785px;
}

#navigation {
  float: right;
  text-align: right;
  position: relative;
  top: 30px;
  margin: 0;
  padding: 0;
  height: 26px;
}

#navigation ul {
  margin:0 10px;
  padding: 0;
  list-style:none;
  }

#navigation li {
	list-style:none;
	float: left;
  margin: 0;
}

#navigation ul li a {
  display: block;
  padding: 4px 15px 5px 12px ;
  color: #d7d7d7;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0.05em 0.05em #1b1b1b;
}

#navigation ul li a span {
  padding: 4px 10px 10px 0px;
}

#navigation ul li a.current {
  display: block;
  /* background:url("/images/nav_item_left.png") no-repeat left top; */
  padding: 4px 15px 5px 12px ;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0.05em 0.05em #1b1b1b;
}

#navigation ul li a.current span {
  padding: 4px 10px 10px 0px;
  /* background:url("/images/nav_item_right.png") no-repeat right top; */
}

#navigation a:hover {
  color: #ffffff;
}



#footer {
  background: #373737;
  color: #d7d7d7;
  font-size: 14px;
  clear: both;
  height: 90px;
}

#footer_pad {
  padding: 20px;
}

#footer_left {
  float: left;
  width: 516px;
}

#footer_middle {
  float: left;
  width: 200px;
  padding: 12px 0 0 0;
}

#footer_right {
  float: left;
  width: 180px;
  height: 44px;
}

#contact_button_footer {
  display: block;
  width: 150px;
  height: 44px;
  background: url('/images/contact_us.png') no-repeat;
  padding: 0;
  margin: 0;
  float: right;
}

#footer_middle p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#footer ul {
  float: left;
  margin: 0 40px 0 0;
}

#footer li {
	list-style:none;
}

#footer a {
  color: #d7d7d7;
  text-decoration: none;
  font-size: 1em;
}

#footer a:hover {
  color: #ffffff;
}

#showcase {
  background: #e6e6e6;
  height: 309px;
  padding: 30px 0 0 0;
}

#showcase_text {
  padding: 0px 20px 0px 20px; 
}

#showcase_video {
  background: url('/images/video_bg.png') no-repeat;
  padding: 15px 15px 30px 15px;
}

/* small */
#showcase_video_small {
  background: url('/images/video_bg_small.png') no-repeat;
  padding: 15px 15px 30px 15px;
}

#showcase_video_small p {
  text-indent: 2px;
  font-size: .6em;
  font-weight: lighter;
  color: #000;
}

/* end small */

#showcase_text h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

#showcase_text p {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.2;
}

#showcase_video p {
  text-indent: 2px;
  font-size: .6em;
  font-weight: lighter;
  color: #000;
}

#contact_button {
  display: block;
  width: 150px;
  height: 44px;
  background: url('/images/contact_us.png') no-repeat;
  padding: 0;
  margin: 0;
}

#contact_button_title_right {
  float: left;
  margin: 24px 0 0 646px;
}

#phone_title_right {
  float: left;
  margin: 30px 0 0 546px;
}

#title_bar {
  background: #e6e6e6;
  padding: 0 20px 0 20px;
  min-height: 89px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.1;
}

#title_bar h1 {
  float: left;
  margin-top: 30px;
}

#contact a {
  display: block;
  width: 266px;
  height: 62px;
  background: url('/images/contact_us.png') no-repeat;
  position: relative;
  left: -10px;
}

a.video-preview {
  padding: 15px;
  width: 420px;
  height: 236px;
  position: relative;
  top: 15px;
  left: 15px;
  display: block;
}

a.view-portfolio {
  text-decoration: none;
  color: #424242;
  font-weight: bold;
  font-size: 30px;
  border-bottom: solid 2px;
  position: relative;
  top: 15px;
  left: 60px;
}

a.view-portfolio:hover {
  color: #000000;
}

#left {
  width: 500px;
  float: left;
  margin-right: 70px;
}



#right {
  width: 330px;
  float: left;
  position: relative;
  right: -10px;
}

#map a {
  display: block;
  width: 312px;
  height: 227px;
  background: url('/images/map.png');
  position: relative;
  left: 8px;
}

#phone_right {
  background: url('/images/phone.png') no-repeat 0 3px;
  padding-left: 60px;

}

#title {
	float:left;
}

#email {
  background: url('/images/email.png') no-repeat;
  padding-left: 50px;
  margin: 20px 0 20px 10px;
}

#email a {
  color: #424242;
}

#address {
  background: url('/images/address.png') no-repeat 0 30px;
  margin: 20px 0 20px 10px;
  padding-left: 50px;
}

#contact_form {
  margin: 20px 0 20px 20px;
} 

#contact_form input {
  height: 30px;
  width: 460px;
  border: solid 3px #e6e6e6;
  font-size: 14px;
}

#contact_form textarea {
  width: 460px;
  height: 150px;
  border: solid 3px #e6e6e6;.
} 


#contact_form p {
  margin: 10px 0 0 0;
}

#contact_form a {
  display: block;
  background: url('/images/send.png') no-repeat;
  margin-top: 15px;
  width: 232px;
  height: 69px;  
}


#portfolio h2 {
  padding: 5px 0 0 10px;
  font-size: 1.3em;
  color: #636363;
}

#portfolio h3 {
  padding: 0 0 10px 0;
  font-size: 1.2em;
  color: #636363;
}

#portfolio p {
  font-size: 1em;
}

.video {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index:1;
}

.event_video {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index:1;
}

.video_small {
    position: relative;
    top: -3px;
    left: -3px;
    overflow: hidden;
    z-index:1;
}

.video_overlay {
  position: absolute;
  margin:auto;
  width: 50px;
  height: 50px;
  background: transparent url('/images/playbutton.png') top left no-repeat;
  z-index:2;
}

.video_overlay_small {
  position: absolute;
  margin:auto;
  width: 50px;
  height: 50px;
  background: transparent url('/images/playbutton.png') top left no-repeat;
  z-index:2;
}

.event_video_overlay {
  position: absolute;
  margin:0;
  width: 50px;
  height: 50px;
  background: transparent url('/images/playbutton.png') top left no-repeat;
  z-index:2;
}


.project {
  background: #e6e6e6;
  border: solid 10px #e6e6e6;
  margin: 20px 0 20px 0;
}

.project .video {
  float: right;	
  margin: 10px;
}

.project .description {
  background: #ffffff;
  float: left;	
  margin: 10px;
  padding: 10px;
  height: 216px;
}

.description h4 {
  font: italic normal 80% arial;
  padding: 0;
  margin: 0;
  position: relative;
  top: -10px;
}


.big_green {
  font-weight: bold;
  color: #739437;
}



.services {
  padding: 20px 35px 20px 20px;
  background: #e6e6e6;
  font-size: 90%;
  position: relative;
}



.services h3 {
  font-size: 18px;
  font-weight: bold;	
}

.services li {
  padding: 0 0 0 25px;
  font-size: 16px;
  margin: 6px 0 0 0;	
}
.services .sub {
  padding: 0 0 0 25px;
  font-size: 14px;	
  font-style: italic;	
  margin: 3px 0 0 0;	
}


.services li.title {
  background: url(/images/check_bullets.png) no-repeat;
  padding: 3px 0 3px 35px;
}

p {
  margin: 0 0 0.7em 0;
}
  
p.no_mar {
  margin: 0;
}

#event_list {
  padding: 10px;
}

#event_list h2 {
  padding: 5px 0 10px 10px;
  font-size: 1.3em;
  color: #636363;
}

#phone {
  background: url('/images/phone.png') no-repeat;
  padding-left: 50px;
  margin: 20px 0 20px 10px;
}

.centered {
  text-align: center;
}

ul.dot li {
  list-style: disc;
  margin: 0 0 0 30px;
  padding: 0;
}


.jobs h3 {
  text-indent: 10px;
  font-size: 1.2em;
  padding-top: 10px;
}

.jobs ul {
  padding: 5px 50px 20px 50px;
}

.jobs li {
  font-size: 1.2em;
  list-style-type: circle;
}


