/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
ximg {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

loops-wrapper, site-logo {
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body,html {
	background: #000 url(../../images/background.png) repeat left top;
	font: .81em/150% Helvetica, Verdana, Arial, sans-serif;
        color:  #000;
            
        min-width: 110px; 

        padding-bottom: 20px;
    
        xtext-align: center; /* !!! */
    }

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
    
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}

h2 {
	margin-top: 30px;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}
/*------------------------------------------------------------------------------------------------------*/

.body-center {
	background: url('http://BinaryBlobs.com/images/content-sprite1.png') repeat-y -92px 0;
}

.body-top {
	background: url('http://BinaryBlobs.com/images/content-sprite1.png') no-repeat 0 3px;
	width: 100%;
	height: 14px;
}

.body-bottom {
	background: url('http://BinaryBlobs.com/images/content-sprite1.png') no-repeat 0 -39px;
	width: 100%;
	height: 14px;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	margin-bottom: 50px; 

	width:  80%; 
	height: auto;

    max-width: 1000px; 
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	position:       relative;
	height: 70px;
	xpadding-top:    5px;
    xpadding-bottom: 64px;
	xwidth:          100%;
	
	width:  100%; 
	xwidth: 980px;
	margin: 0 auto;
}

#site-logo{
xbackground: #f00;

	margin-top:    10px;
	text-align:    left;
	float:         left;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

#main-nav {
	padding-top:  15px; 
    float:      right;
   
	xbackground: #000;
}

#main-nav li a.current:hover  {
	font-weight: bold;
	background: #8896cc;  /*-- BB Blue --*/

	/* rounded corner */
	-moz-border-radius:    9px;
	-khtml-border-radius:  9px;
	-webkit-border-radius: 9px;	
	 border-radius: 9px;
	/* box shadow */
	box-shadow:0px 0px 8px #fff;
}

.current  {
	border-color: black;
	border-width: 1px;
	border-bottom-style:solid;

	font-weight: bold;
	background:  #8896cc; /*-- BB Blue --*/

	/* rounded corner */
	-moz-border-radius:    9px;
	-khtml-border-radius:  9px;
	-webkit-border-radius: 9px;	
	 border-radius: 9px;
	/* box shadow */
	box-shadow:0px 0px 8px #fff;
}

#main-nav li {
	float:           left;
	list-style:      none;
	
    text-align:      center;
    background:      #000;

	/* rounded corner */
	-moz-border-radius:    9px;
	-khtml-border-radius:  9px;
	-webkit-border-radius: 9px;
	/* box shadow */
	box-shadow:0px 0px 8px #fff;
}

#main-nav a {
	display:      block; 
    text-align:   center;
	
    color: #ddd;
}

#main-nav li a:hover {
	display:    block; 
	background: #000;
	text-decoration: none;

    color: #fff;

	/* rounded corner */
	-moz-border-radius:    9px;
	-khtml-border-radius:  9px;
	-webkit-border-radius: 9px;
	/* box shadow */
	box-shadow:0px 0px 8px #fff;
}


#main-nav li a:link, 
 main-nav li a:visited {
	xcolor: #00F;
	text-decoration: none;
	
	width:        55px;
 	padding:      3px 0px;
	text-shadow: #000 0 -1px;	
}

/************************************************************************************
CONTENT
*************************************************************************************/

#content {
	xheight: auto;
	padding-top:     10px;
	min-height:     1000px;

	margin-left:     5px;
	margin-right:    5px;
	
xoverflow: hidden;
    
	background-color:   #fff; 
	
	box-shadow:         0px 0px 41px #fff;
	-webkit-box-shadow: 0px 0px 41px #fff;
	-moz-box-shadow:    0px 0px 41px #fff;
    -moz-border-radius: 15px;
    border-radius:      15px;
}

	
/*------------------------------------------------------------------------------------------------------*/
/* #### */

#R2S_Company, #BB_Company
{
    text-align: center; /* !!! */
	margin-top:     5%;
	margin-left:    5%;
	margin-right:   5%;
}

#BB_CompanyLogo
{
xbackground-color:   #f0f;

	width: 100%;
	text-align:center;
		
	padding-top: 10px;
}

.BB_CompanyLogoImg{
    
    xposition: relative;
   	width: 270px;
	height: auto;
	
	margin:    0 auto;		
}

/*------------------------------------------------------------------------------------------------------*/

#div_2column1
{
    text-align: center; /* !!! */

	xbackground-color: #0ff; 
	display: block;
	width: 50%;
	float:left;
}

#div_2column2
{
    text-align: center; /* !!! */

	xbackground-color: #0f0; 
	display: block;
	width: 50%;
	float:right;
}
/*------------------------------------------------------------------------------------------------------*/

#div_3column1
{
    text-align: center; /* !!! */

	xbackground-color: #0ff; 
	width: 33%;
	float:left;
}

#div_3column2
{
    text-align: center; /* !!! */

	xbackground-color: #00f; 
	width: 66%;	
	float:right;
}

#div_3column21
{
    text-align: center; /* !!! */

	xbackground-color: #f0f; 
	width: 50%;
	
	float:left;
}

#div_3column22
{
    text-align: center; /* !!! */

	xbackground-color: #ff0; 
	width: 50%;
	float:right;
}

/*------------------------------------------------------------------------------------------------------*/

#whatsnew
{
	background-color: #fff; 
	text-align: left;
	
	min-width: 300px;
	width: 40%;
	height: auto;
	
	float: left;

	padding-top:    5px;
    padding-bottom: 5px;
    	
	margin-left:    5%;
	margin-right:   5%;
	margin-bottom:  10px;
}

#subscribe
{
	background-color: #fff; 
	text-align: left;
	
	min-width: 300px;
	width: 40%;
	height: auto;
	
	float: left;
	
	padding-top:    5px;
    padding-bottom: 5px;
    
	margin-left:    0%;
	margin-right:   1%;
	margin-bottom:  10px;
}

/* #### */
/*------------------------------------------------------------------------------------------------------*/

img {
	border: 0;
}

img.resize{
    width:  auto;
    height: auto;
}



/*------------------------------------------------------------------------------------------------------*/

.reflected {
     z-index:85; 
      cursor: hand; 
  text-align: center;
      border: 2px solid white;
 line-height: 450px; 
 -webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.65, transparent), to(rgba(255, 255, 255, 0.35)) );

}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 20px 0px 0px 8px;
	font-size: 11px;
	color: #999;
	margin-left: 5px;
	text-shadow: #000 0 1px;
	clear: both;
}

#footer p {
	margin: 0;
	line-height: 12px;
}

.footer-links {
	float: right;
	margin-right: 10px;
	margin-top: -1px;
}

.footer-links a:link, .footer-links a:hover, .footer-links a:visited {
	color: #999;
}


/*
.teaser {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	margin-right: -15px;
	padding-top: 15px;
}

.teaser p {
	width: 400px;
	font-size: 14px;
	line-height: 22px;
}
*/

hr {
	clear: both;
	xmargin: 30px -40px;
	
	
  margin-left:  auto;
  margin-right: auto;


	height: 1px;
	border: none;
	background-color: #000;
	color: #000; /*ie*/
	width: 50%; /*ie*/
}

hr.under-teaser {
	margin-top: 0;
	background-color: #ddd;
	color: #ddd; /*ie*/
}

/************************************************************************************
LINKS
*************************************************************************************/
a:link {
	color: #2240B3; 
	text-decoration: none;
}


a:visited {
	color: #004080; /* #4B6580; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************************************************************************************
BUTTONS
*************************************************************************************/
a.button {
  background-color: #337716;
  font-family: HelveticaNeue, "Helvetica Neue", Arial, sans-serif;;
  font-size: 14px;
  font-weight: bold;
}

a.button, a:visited.button {
	outline:none;
	display: block;
	float: left;
	width: 145px;
	height: 30px;
	background: #337716 url('../../images/button.png') 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
	margin-right: 5px;
	color: #fff;
	
	text-shadow: #006900 0 -1px;
	
	margin-top: 10px;
}

a:hover.button {
	background-position: 0 -40px;	
	text-decoration: none; /* IE */
}

a:active.button {
	outline:none;
	background-position: 0 -79px;	
	padding-top: 10px;
    height: 29px;
    outline: none;
}

a.buy-button {
	background-color: #47557A !important;
    background-position: -155px 0 !important;
    text-shadow: #3E4763 0 -1px !important;
}

a:hover.buy-button {
    background-position: -155px -40px !important;
}

a:active.buy-button {
    background-position: -155px -79px !important;
}

/************************************************************************************
COLUMNS
*************************************************************************************/
.columns {
	overflow: hidden;
}

.columns img.size-thumbnail {
	border: 1px solid #262626;
}

.column {
	float: left;
	width: 250px;
	margin-right: 10px;
	vertical-align: top;
}

.two-column {
	float: left;
	width: 445px;
	margin-left: 0px;
	margin-right: 14px;
	vertical-align: top;
    background-color: #fff; 
 
    border-radius: 15px;
   -moz-border-radius: 15px; 
    height: 1000px;
    
    box-shadow:0px 0px 41px #eee; 
    -webkit-box-shadow:0px 0px 41px #eee;	
    -moz-box-shadow:0px 0px 41px #eee;
}
.two-column2 {
	float: left;
	width: 300px;
	margin-left: 40px;
	margin-right: 10px;
	vertical-align: top;
    background-color: #fff; 
}

.two-column.wide {
	width: 534px;
}

.last {
	margin-right: 0;
	clear: right;
    
    height: 1000px;
}

.last2 {
	margin-right: 0;
	clear: right;
}

.teaser-image {
	position: absolute;
	right: 0;
	top: 0;
}

h2.with-space {
	margin-bottom: 20px !important;
}

/************************************************************************************
SOURCE CODE BLOCKS
*************************************************************************************/
.wp_syntax
{
	text-align: left;
	overflow: hidden;
	xbackground-color: #0dd;	
	xwidth:          100%;
}

.wp_syntax table
{
	text-align: left;
	width: 95%;
}

.wp_syntax table td
{
	background-color: rgba(145,145,145, 0.20);	
}
.wp_syntax table tr
{
	xwidth:          100%;
}

.wp_syntax table
{
	xmax-width:      100%;
	xwidth:           80%;

	xbackground-color: #0dd;	
	xmargin-left:    2%;
}
/************************************************************************************
BLOG ADS
*************************************************************************************/

#Ad468x60
{
}
#Ad234x60
{
	display:none !important;		
}

/************************************************************************************
BLOG POSTS
*************************************************************************************/
.loops-wrapper
{
	xbackground-color: #0f0;
	width:             75%;
	xmin-width:         400px;

	text-align: left;
	margin-left:   10px;
	margin-right:  10px;
	
	float: left;
}

article {
	
xmargin-left:  -40px;
xmargin-right: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
     border-width:1px;
     border-bottom-style:dotted;
	 xwidth: 70%;
     xbackground: #0ff;
	 color: #444;
}


.list-post
{
	xbackground-color: #fde;
	width:            75%;
	min-width:        400px;
	
	margin-left:   10px;
	margin-right:  10px;
	
	float: left;
}

.post-content
{
	text-align: left;
	xbackground-color: #fff;
	width:            100%;

	margin-left:   10px;
	margin-right:  10px;

	xpadding-top:      5%;
	xpadding-bottom:   5%;
	xpadding-left:    5%;
	xpadding-right:    5%;
}
/*
#layout
{
	xposition: fixed;
	xbackground-color: #f00;
	width: 100%;
	float: left;
}
*/
/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar {
	xbackground-color: rgba(145,145,145, 0.20);	
	margin-top:      25px;
	margin-right:    15px;
	
	padding-top:     5px;
	padding-bottom:  5px;
	padding-left:    5px;
	padding-right:   5px;
	
	float: right;
	width: 210px;
}

.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}


/************************************************************************************
POSTS
*************************************************************************************/
.post h2 a, .post h2 {
	color: #333;
	font-size: 18px;
}

.post .date {
	color: #aaa !important;
	margin-top: -10px;
}

.entry h2 {
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: -5px;
/*	font-weight: normal;*/
}

.post-meta {
	padding-bottom: 15px;	
}


.postmetadata {
	color: #aaa !important;	
}

.postmetadata a:link, .postmetadata a:visited {
	color: #888;	
}

.post {
	margin-left: 30px;
}

.post h1 {
	font-size: 18px !important;
	margin-top: 30px;
	margin-bottom: 14px !important;
}
#post-edit-link
{
	background-color:  #00f;
	padding-top:        50 px;
}
/************************************************************************************
COMMENTS
*************************************************************************************/

.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

h3#comments, h3#respond {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.commentlist li {
	margin-top: 30px;
}

.commentlist li p {
	margin-top: 4px;
	margin-bottom: 8px;
}

.commentmetadata, .commentmetadata a:link, .commentmetadata a:visited, .commentmetadata a:hover {
	color: #bbb;
}

#commentform, textarea#comment {
	width: 550px;
}

#commentform input {
	width: 200px;
}

blockquote {
	margin-left: 25px;
	padding-left: 15px;
	border-left: 2px solid #CCC;
	color: #777;
}

/************************************************************************************
NAVIGATION
*************************************************************************************/
/*
.navigation {
	width: 800px;
	margin: 20px 0;
	float: left;
}

.navigation .alignleft {
	width: 200px;
	float: left;
}

.navigation .alignright {
	float: right;
	width: 200px;
	text-align: right;
}

.navigation a:link, .navigation a:visited {
	padding: 3px 5px;
}

.navigation strong a {
	border: 1px solid #B3B3B3;
	xbackground-color: #E6E6E6;
	color: #000;
}

.navigation a:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}
*/
/************************************************************************************
BREADCRUMBS
*************************************************************************************/
#breadcrumbs {
	clear: both;
	font-size: 10px;
	color: #bbb;
	margin-top: -23px;
	margin-bottom: -12px;
	margin-left: -20px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #888;
}

#breadcrumbs a:hover {
	color: #555;
}

/************************************************************************************
SEARCH
*************************************************************************************/
.search-excerpt {
	margin: -10px 0;
}

.search-excerpt p {
	margin: 0;
	display: inline;
}

.post.search {
	margin-top: 30px;
}

.postmetadata.search {
	font-size: 11px;
	line-height: 15px;
}

input[type=text]  {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(205,205,205,0.5);
    margin: 0 0 10px 0;
}

#searchform input#s {
	xwidth: 180px;
	width:  80%;
}

#blog h1.pagetitle {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	color: #777;
}

.small-date {
	color: #aaa;
}

.title-image {
	margin-top: 15px;
}

a.header-link {
	color: #444;
}

p.edit-link {
	display: block;
	position: fixed;
	bottom: 0;
	right: 10px;
}
p.edit-link a {
	color: #c0c0c0;
}

/************************************************************************************
IPHONE or MAC
*************************************************************************************/

#selectIphone
{
  display: block;
  
  margin-bottom: 38px;

  margin-left:  auto;
  margin-right: auto;
 
  width:  143px;
  height: 312px;

  background: url("../images/iPhone_Select.jpg") no-repeat 0 0;
}

#selectIphone:hover
{ 
  background-position: 50% -312px;
}

#selectIphone span
{
  display: none;
}

#selectMac
{
  display: block;
  
  margin-left:  auto;
  margin-right: auto;
  
  width:  100%;
  height: 350px;
  max-height: 350px;
  xwidth:  auto;
  
  overflow: hidden;
  
  background: url("../images/Mac_Select.jpg");

background-position: no-repeat;

   -moz-background-size: cover;
-webkit-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

#selectMac:hover
{ 
  background-position: 0% 100%;
}

#selectMac span
{
  display: none;
}

.app_logo { width: 150px; height: 150px;}

.stretch { min-width:100%; min-height:100%; width:auto; height:auto; }

/************************************************************************************
POST CALENDAR
*************************************************************************************/
.calendar {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow:         0 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:      0 1px 1px rgba(0, 0, 0, 0.4);
    background: #ebebeb;
    border: 1px solid #555555;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    float: left;
    margin-right: 20px;
    width: 41px;
    height: 47px;
    font-size: 12px;
}
.calendar > span {
    display: block;
}
.calendar > .month {
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #8896cc;
    border-bottom: 1px solid #555555;
    font-weight: bold;
    padding: 0 2px 0 2px;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
}
.calendar > .day {
    -moz-border-bottom-left-radius: 3px;
    -moz-border-botton-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #f6f6f6;
    padding: 2px 0 2px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
}
.entry-title {
       clear: right;
}

/************************************************************************************
FADE
*************************************************************************************/
.fade-in .fade-in-target {
  opacity : 0;
  transition-property : opacity; 
  transition-duration : 5.7s; 
}

.fade-in:hover .fade-in-target {
  opacity : 1;
  transition-property : opacity; 
  transition-duration : 0.3s; 
}

#ie .fade-in .fade-in-target { 
  visibility : hidden; 
}

#ie .fade-in:hover .fade-in-target,
#ie6 .fade-in .fade-in-target { 
  visibility : visible; 
}

/************************************************************************************
TYPOGRAPHY
*************************************************************************************/

span.dquo {
	margin-left: -0.38em;
}
span.quo {
	margin-left: -0.28em;
}
span.amp {
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 110%;
	font-style: italic;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;    background-color:  #f00;}
.clearfix { display: inline-block;    }
.clearfix { display: block; zoom: 1;  }
