/* */

html {
     overflow-y: scroll;
     overflow-x: hidden;
}

#fake_bg
{
	background-image: url('../images/background.png');
	position: absolute;
	left: -15%;
	top: -15%;
	height: 200%;
	width: 130%;
	/*-webkit-transform: rotate(7.5deg);*/
	     -moz-transition: all 1.0s linear;  /* FF4+ */
       -o-transition: all 1.0s linear;  /* Opera 10.5+ */
  -webkit-transition: all 1.0s linear;  /* Saf3.2+, Chrome */
      -ms-transition: all 1.0s linear;  /* IE10? */
          transition: all 1.0s linear;  
}

#fake_bg_wrapper
{
	overflow-y: hidden;
	z-index: -5;
}

#wrapper { 
	/*width: 643px;*/ 
	width: 960px;
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF;
	z-index: 0;
     -moz-box-shadow: 0px 15px 15px #444444; /* FF3.5+ */
  -webkit-box-shadow: 0px 15px 15px #444444; /* Saf3.0+, Chrome */
          box-shadow: 0px 15px 15px #444444; /* Opera 10.5, IE9, Chrome 10+ */
    padding: 15px;
    border: 1px grey solid;
} 

body {
  /*font-family: verdana, helvetica, arial, sans-serif;*/
  	font-family: 'Muli', arial, serif;
  /*font-size: 73%;   Enables font size scaling in MSIE */
	/*background-image: url('../images/background2b.png');*/
    background-color: #eeeeee;

}

#header_logo_bg
{
	position: absolute;
	width: 350px; /*600px for osc5*/
	margin-left: 8px; /*20px for osc5 */
	height: 63px; /*100px for osc5*/
	background-image: url('../images/header_bg_anim.gif');
	z-index: -1;
	background-size: 25%;
}

#header_logo
{
	/*border: 1px solid;*/
	/*height: 96px;*/
	/*background-color: #7d7d7d;*/
	z-index: 1;
	float: left;

	/*height: 96px; width: 400px;*/
}

#header_tagline
{
    padding-left: 20px;
}

#header_tagline H1
{
    font-size: 1.2em;
    text-align: right;
    padding-top: 14px;
    margin: 0px;
}

/*
#header_navbar
{
	border-radius: 5px;
    border: 1px #e0e0e0 solid;
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}*/

/* Groups the product buttons so they don't overflow onto the page links */
#header_products
{
    width:  240px;
    height: 61px;
    overflow: hidden;
    float: left;
}

/* Product page buttons */
.header_product_button
{
    margin-left: 10px;
    float: left;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    height: 61px;
    width: 61px;
}

#header_navbar
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
}    

#header_navbar p
{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

img { border: 0px; }

p {

}
p.product_name
{
	display:inline;
	font-size: 1.2em;
	/** Move it down slightly to better align with the icon */
	position: relative;
	top: 2px;

}
p.description
{
	display:inline;
	font-size: 1.2em;
	color: #ffffff;
	/** Move it down slightly to better align with the icon */
	position: relative;
	top: 2px;
}


.biglinks {
  color: #202020; /*rgb(61,92,122);*/
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  margin: 0;
  padding: 1ex 0 0 0;
  text-align: center;
}

#screenshot_wrapper
{
    margin: 0 auto;
}

#screenshot_shadow
{

}

.lighten_hover a:hover 
{
	opacity: 0.85;
}

.icon
{
    vertical-align: middle;
   /* padding-bottom: 4px;*/
    padding-right: 10px;
}


a {
  color: #606060; 
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  /*color: rgb(117,144,174);*/
  text-decoration: none;
}


#footer a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

.product_box_wrapper
{
	height: 130px;
	width: 55%;
	margin: auto;
	border: 0px solid;
}

.product_box
{
	float: left;
	text-align: center;
	border: 0px solid;
	width: 175px;
}

.product_box_right
{
	float: right;
	text-align: center;
	border: 0px solid;
	width: 160px;
	margin-left: 30px;
}

.product
{
	border-radius: 5px;
	margin-bottom: 10px;
	/*background-color: #F7F7F7;*/
	border: 1px solid #e0e0e0;
}

.product_header
{
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #e0e0e0;
	overflow: hidden:
}

.product_header_soda
{
	background-color: #ff9c1d; /** Fallback for old browser and Firefox 3 :/ */
	background-image: url("../images/splash_soda_bg.svg");
}

.product_header_beatcleaver
{
	background-color: #eeeeee; /** Fallback for old browser and Firefox 3 :/ */
	background-image: url("../images/splash_beatcleaver_bg4.svg");
}

.product_header p
{
	/* Font: */
	font-size: 1.8em;
	color: #ffffff;

	text-shadow: #111111 1px 1px 7px;
}

.product_header a
{
    color: #ffffff;
}

.initial_pitch
{
}

.initial_pitch_screenshot
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.initial_pitch_lead
{
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 10px;
}

.initial_pitch_blurb
{
    float: left;
    width: 570px;
    padding-left: 20px;
}

.product_subheader
{
    padding-left: 20px;
	background-color: #a3a3a3; /** Fallback for old browser and Firefox 3 :/ */
	background-image: url("../images/splash_soda_sub_bg.svg");
    height: 100px;
}

.product_subheader p 
{
    font-size: 1.3em;
}

.product_splash
{
	height: 300px;
    position: relative; /* Need this to make the whole div clickable */
}

.product_splash_dropshadow
{
    -moz-box-shadow: 0px 15px 15px #000000; /* FF3.5+ */
    -webkit-box-shadow: 0px 15px 15px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 5px 25px #000000; /* Opera 10.5, IE9, Chrome 10+ */
}


.product_splash_button
{
	border-radius: 5px;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    
    /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.1);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000)";
}

.product_splash_button p
{
    margin: 10px;
}

.product_splash_button:hover
{    
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.05);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000, endColorstr=#0C000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000, endColorstr=#0C000000)";
}




.product_screenshot
{
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	display: inline;
}

.product_name
{
	width: 200px;
	margin: 0px;
	font-size: 2.9em;
	border: 0px solid;
	display: inline;
}

.product_description
{

	width: 150px;
	padding-left: 20px;
	margin: 0px;
	border: 0px solid;
	vertical-align: top;
	text-align: left;
}

.product_points
{
	width: 130px;
	border: 0px solid;
	display: inline;
	vertical-align: top;
}

.product_link
{
	text-decoration: none;
	color: #0f0f0f;
}

.product_badges
{
	text-align: center;
	margin-left: 10px;
	padding-right: 5px;
	border: 0px solid;
	width: 120px;
	float: right;	
}


.product:hover
{
   /*border: 1px #AFAFAF solid;*/
}

.triplebox /* also inherit from .product */
{
    float: left;
    margin-right: 10px;
    width: 311px;
    height: 220px;
    overflow: hidden;
}

.triplebox_fat
{
    width: 635px;
}
.triplebox_halfheight
{
    height: 104px;
}

.triplebox_logo
{
    text-align: center;
    margin-top: 20px;
}

.triplebox_screenshot
{
    text-align: center;
    margin-top: 5px;
}

.triplebox h2 
{
    font-size: 2.0em;
}
.triplebox a
{
    text-decoration: none;
}

.hbl /* halfbox_left */
{
    width: 460px;
    float: left;
    margin-right: 20px;
}

.hbr /* halfbox_right */
{
    width: 480px;
    float: right;
}

.button_box
{
	margin-top: 20px;
	margin-left: 20px;
	float: right;
	width: 160px;
	border: 0px solid black;
}

.download_button
{
	padding: 0px;
	width: 160px;
	/*background-color: #EEEEDD;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.buy_button
{
	padding: 0px;
	width: 160px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #EEEEDD;*/
	text-align: center;
}

.doublebox_left
{
    float: left;
    width: 440px;
    overflow: hidden;
    margin-right: 30px;
}

.doublebox_right
{
    float: left;
    width: 440px;
    overflow: hidden;
    margin-left: 30px;
}

.shopbox
{
    margin-top: 5px;
    position: relative; /* Children positioned relative */
    float: left;
    text-align: center;
    width: 200px;
    padding: 15px;
    border: 1px #cccccc solid;
    height: 500px;
}

.shopbox_left
{
    margin-left: 136px;
}

.shopbox_highlight
{
    margin-top: 0px;
    height: 508px;
    z-index: 5;
     -moz-box-shadow: 0px 5px 15px #444444; /* FF3.5+ */
  -webkit-box-shadow: 0px 5px 15px #444444; /* Saf3.0+, Chrome */
          box-shadow: 0px 5px 15px #444444; /* Opera 10.5, IE9, Chrome 10+ */
    background-color: #a6a6a6;
    background-image: url("../images/splash_bundle_bg.svg");
    border: 1px #aaaaaa solid;
}

.shopbox p
{
	/* Font: */
	font-size: 1.0em;
	color: #ffffff;

}

.shopbox_beatcleaver p
{
	/* Font: */
	font-size: 1.0em;
	color: #222222;
}

.shopbox_highlight p
{
	/* Font: */
	font-size: 1.0em;
	color: #eeeeee;
	text-shadow: #111111 1px 1px 4px;
}

.shopbox h2
{
	/* Font: */
	font-size: 1.6em;
	color: #ffffff;
	text-shadow: #111111 1px 1px 4px;
}

.shopbox_inner /** It's insanely hard to line up the text below 3 different logos otherwise */
{
    position: absolute;
    top: 175px;
    width: 200px; /* must be same as .shopbox */
}

p.price
{
	/*color: red;*/
	padding: 0px;
	margin: 0px;
    font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

#social_media
{
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
    width: 127px;
    /*width: 85px; /* the twitter button has a messed up width */
}

#footer_sitemap
{
	margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #888888;
    font-size: 0.7em;
	background-color: #f3f3f3;
}

.footer_sitemap_column h2
{
    font-size: 1.0em;
    font-weight: bold;
}

.footer_sitemap_column
{
    vertical-align: top;
    display: inline-block;
	width: 150px;
	margin: 0 auto;
	border: 0px dashed;
    text-align: left;
}
#footer_legal
{
    font-size: 0.7em;
    text-align: center;
}

#questions_chat
{
    position: fixed;
    float: left;
    padding: 0px;
    right: 50px;
    margin-bottom: -1px;
    bottom: 0%;
    z-index: 20;
    width: 169px;
    height: 48px;
    display: none;
    -moz-box-shadow: 0px 15px 15px #444444; /* FF3.5+ */
    -webkit-box-shadow: 0px 15px 15px #444444; /* Saf3.0+, Chrome */
    box-shadow: 0px 15px 15px #444444; /* Opera 10.5, IE9, Chrome 10+ */
    cursor: pointer;
}
