@charset "utf-8";
/*
Theme Name: Guardian Studios
Theme URI: http://wordpress.org/
Description: Guardian Studios Website Theme\
Version: 1.0
Author: Steve Zeidner
Author URI: http://www.stevezeidner.com/
Tags: custom
*/

body {
	font: 13px "Rockwell", "Trebuchet MS", "Lucida Grande";
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
}

/* Universal Stuff */
.container {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
p {
	margin: 0;
	padding: 0 0 7px 0;
}
h1 {
	font: 22px "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #fff;
	padding: 0 0 15px 0;
	margin: 0;
}
h2 {
	font: 18px "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #fff;
	padding: 0 0 15px 0;
	margin: 0;
}
h3 {
	font: 17px "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #ccc;
	padding: 7px 0 7px 0;
	margin: 10px 0 7px 0;
        border-bottom: 1px solid #777;
}
h4 {
	font: 13px "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #ccc;
	padding: 5px 0 5px 0;
	margin: 0;
        text-transform: uppercase;
}
.hr {
  height: 0;
  border-bottom: 1px dashed #585858;
  padding: 0;
  margin: 5px 0 20px 0;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #E2202B;
	display: inline;
}
a img.videothumb {
  border: 5px solid #333;
}
a:hover img.videothumb {
  border: 5px solid #666;
}
input {
  padding:5px;
}
input,textarea {
  background: #111;
  color: #ccc;
  border: 1px solid #444;
}
.alignleft {
  float: left;
  margin: 0 10px 0 0;
  border: 0;
}

/* End the universal section */


/* all the stuff for the header */
#header {
	background: #999;
	margin: 0;
	padding: 0;
	height: 250px;
}
#menu-left {
	background: url('images/menu-left-home.png') no-repeat;
	float: left;
	width: 7px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#menu-right {
	background: url('images/menu-right-home.png') no-repeat;
	float: right;
	width: 12px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#menu {
	margin: 0 12px 0 7px;
	padding: 10px 0 0 0;
	background: url('images/menu-back-home.png') repeat-x;
	width: 911px;
	height: 40px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	padding: 5px 28px 0 28px;
	border-left: 1px solid #666;
	float: left;
	height: 25px;
}
#menu li a {
	font: 14px "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #fff;
	text-decoration: none;
}
#menu li a:hover, #menu .current_page_item a {
	color: #999;
}
#menu .page-item-3 {
	border: none;
}
/* End the header styles */

/* Content Section */
#sidebar {
        float: right;
        width: 200px;
}
#sidebar ul li {
  list-style: none;
  background-image: none;
  padding: 0 0 7px 0;
}
#sidebar ul li ul li {
  list-style: none;
  background-image: url('images/star.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 7px 20px;
  margin-left: 10px;
}
#content .post a, #content .post a:hover {
  display: inline;
  background: none;
}
.imgtfe {
  margin: 0;
  padding: 0 10px 0 0;
}
.dsq-post-fields input {
  background: #fff;
  color: #333;
  border: none;
}

#content {
	padding: 15px 0 15px 0;
	margin: 0;
	background: #191919 url('images/content-back.png') top repeat-x;
	border-bottom: #333 1px solid;
        /*border-top: #999 2px solid;*/
}
#content a {
	color: #E2202B;
	text-decoration: none;
	display: inline-block;
	margin: 0;
}
#content a:hover {
	color: #fff;
	background: #666;
}
#content h1 a, #content h1 a:hover {
  background: none;
  color: #fff;
}
#content ul {
  padding: 0;
  margin: 0;
}
#content li {
  list-style: none;
  background-image: url('images/star.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 7px 20px;
}
#content #starburst {
  width: 100px;
  height: 102px;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 1;
}
#content #starburst img {
  border: 0;
}
#content #starburst a {
  background: none;
}
#content #starburst2 {
  width: 100px;
  height: 102px;
  position: absolute;
  top: 85px;
  right: -20px;
  z-index: 9999;
}
#content #starburst2 img {
  border: 0;
}
#content #starburst2 a {
  background: none;
}
#content #playercontainer {
  z-index: 1;
}
#content #title {
  padding: 10px;
  background: url('images/title-back.png');
}
#content #subnav {
  margin: 0;
  position: absolute;
  top: -62px;
  left: 0;
  z-index: 2;
  text-align: center;
}
#content #subnav a {
  background: url('images/tab-back.png') no-repeat;
  height: 32px;
  width: 87px;
  padding: 20px 0 0 0;
  margin: 0 0 0 -8px;
  color: #fff;
  font: 14px "Rockwell", "Trebuchet MS", "Lucida Grande";
  text-decoration: none;
  display: block;
  float: left;
}

#content #subnav a:hover {
  background: url('images/tab-back.png') no-repeat;
  color: #000;
}
#content #subnav a.active {
  background: url('images/tab-selected.png') no-repeat;
}
#content #subnav a.active:hover {
  color: #fff;
}

.img-shadow {
  float:left;
  background: url('images/shadow.png') no-repeat bottom right;
  margin: -35px 0 15px 0;
}
.img-shadow img {
  display: block;
  position: relative;
  margin: 0 8px 8px 0;
  padding: 0;
}
#content .webportfolio {
	width: 217px;
	height: 185px;
	background-color: #313131;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #fff;
	margin: 10px 20px 40px 0;
	float: left;
}
#content .webportfolio.last {
	margin-right: 0;
}
#content .webportfolio img {
	border: none;
}
#content .webportfolio p {
	margin: 0;
	padding: 5px 0 0 5px;
}
#content .webportfolio a.link {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
}
#content .webportfolio a.link:hover {
	text-decoration: underline;
}

#content .webportfolio a .overlay {
	position: absolute;
	width: 217px;
	height: 145px;
	color: #000;
	background: #000;
	opacity: 0;
	filter: alpha(opacity = 0);
}

/* End Content */

#footer {
	padding: 17px 0 17px 0;
	font: 12px "Rockwell", "Trebuchet MS", "Lucida Grande";
	margin: 0 auto;
	height: 80px;
	width: 930px;
	text-align: left;
	background: url('images/footer-back.jpg') top right no-repeat;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: block;
	padding: 0 7px 0 7px;
	border-left: 1px solid #fff;
	float: left;
}
#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline
}
#footer .page-item-3 {
        padding-left: 0;
	border: none;
}

#tagline {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	float: right;
	width: 300px;
	margin: 5px 50px 0 0;
}

#content li.twitter-item {
  list-style: none;
  background-image: none;
  padding: 8px 0 8px 0;
  border-bottom: 1px dashed #585858;
}
.twitter-timestamp {
  font: 11px "Rockwell", "Trebuchet MS", "Lucida Grande";
  color: #666;
}

/* slider bar for featured videos */
#slider{}	
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:350px;
	height:260px;
	overflow:hidden; 
}	
	
#content p#controls {
	margin:0;
	position:relative;
} 
#content #prevBtn, #content #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:32px;
	height:32px;
	position:absolute;
	left:159px;
	top:-320px;
}	
#content #nextBtn { 
	top:18px;
}														
#content #prevBtn a, #content #nextBtn a {  
	display:block;
	width:32px;
	height:32px;
}
#content #prevBtn a {
	background:url('images/videos-up.png') no-repeat 0 0;
}
#content #prevBtn a:hover {
        background:url('images/videos-up.png') no-repeat 0 0;
}
#content #nextBtn a:hover {
        background:url('images/videos-down.png') no-repeat 0 0;
}	
#content #nextBtn a { 
	background:url('images/videos-down.png') no-repeat 0 0;	
	}

/* Popup for blueprint */
.bubbleInfo {
    position: relative;
}


#content .maplink div .popup {
    position: absolute;
    display: none;
    padding: 7px 10px 0 7px;
    width: 300px;
    height: 270px;
    font-size: 11px;
    color: #333;
    background: url('images/speechbubble.png') no-repeat;
}

#content .maplink div .popup p {
    padding: 5px 0 5px 0;
}
#content .maplink {
    position: absolute;
    background: #666;
    text-align: center;
}
#content .maplink p {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
    margin: -3px 5px -3px 5px;
    padding: 0;
}
#content .maplink a {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: -3px 5px -3px 5px;
}
#content .maplink a:hover {
    color: #000;
}
#content .maplink div .popup a.single_image img, #content .maplink div .popup a.single_image, #content .maplink div .popup a.single_image:hover {
    margin: 0; padding: 0; border: 0;
}

#content .maplink_top div {
   background: url('images/map-topleft.png') no-repeat top left;
}
#content .maplink_top {
   background: url('images/map-topright.png') no-repeat top right;
}
#content .maplink_bottom div {
   background: url('images/map-bottomleft.png') no-repeat bottom left;
}
#content .maplink_bottom {
   background: url('images/map-bottomright.png') no-repeat bottom right;
}
#content .maplink_top div, #content .maplink_top, 
#content .maplink_bottom div, #content .maplink_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}

/* Popup on home page */
#dl {
	position:fixed;
	display:none
}
#dl a {
	color:#2B6DB6
}
#dlpop {
	background:url('/media/img/dlpop_back.png');
	width:199px;
	height:161px;
	position:fixed;
	top:45%;
	left:50%;
	margin:-112px 0 0 -141px;
	padding:30px;
	z-index:200;
	text-align:center
}
#dlpop h1 {
	color:#000;
	margin-top:20px;
	font-size:1.4em
}
#dlpop p{
	color:#444;
	line-height:1.5em
}
#dlbutton{
	width:79px;
	height:24px;
	background:url('/media/img/dlpop_button.png');
	text-shadow:#fff 0px 1px 0px;
	color:#222;margin:auto;
	margin-top:20px;
	padding:3px 0 0 0;
	font-weight:bold;
	cursor:default
}
#dlpop:hover #dlbutton{
	background-position:0 -27px
}
#dlpop:hover #dlbutton:active{
	background-position:0 -54px
}
#backdrop{
	left:0px;
	right:0px;
	background:black;
	width:100%;
	height:100%;
	position:fixed;
	z-index:199;
	opacity:0.7;
	display:none
}


