/* -------------------
Gingerlabs  CSS
RSB 
Edited 2010.11.04
------------------- */
/* reset - blueprint mod */
* {
	padding: 0;
	margin: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: top
}
/* Remove possible quote marks (") from ", "

    ". */
    blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
/* Remove annoying border on linked images. */
    a img {
	border: none
}
body, html {
	height: 100%;
	width: 100%;
	width: auto;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* rsb
    standard tag edits */
    h1 {
	color: #484848;
	display: block;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 1.5em;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 5px 20px;
	margin: 0px 0 10px 0;
	/*width: 460px;*/
  -moz-box-shadow: #ccc 0 2px 4px;
	-webkit-box-shadow: #ccc 0 2px 4px;
	border: #ccc solid 1px;
}
h2 {
	color: #484848;
	display: block;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 5px 10px 5px 10px;
	margin: 20px 5px 10px 5px;
	-moz-box-shadow: #ccc 0 2px 4px;
	-webkit-box-shadow: #ccc 0 2px 4px;
	border: #ccc solid 1px;
}
.saH2 {
	width: 480px
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
p {    /*font-size: .9em;
           line-height: 1.5em;
           margin-bottom: .5em;
           color: #333;
           padding: 0 10px;
           margin: 0 5px 1em 5px;*/
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #333;
	width: 640px;
	padding-left: 10px;
}
hr {
	margin: 0;
	padding: 0;
	height: 0px;
	width: 100%;
	clear: both;
	overflow: hidden;
	background: none;
	border: none;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#content {
	padding: 15px 0px;
	margin: 0px;
	display: block;
	width: 950px;
	font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, sans-serif;
}
#footer {
	clear: both;
	height: 30px;
	width: 950px;
	border-top: solid 1px #ccc;
	font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, sans-serif;
}
#footer div {
	width: 700px;
	margin: 10px auto;
	padding-bottom: 5px;
}
#footer div em {
	float: left;
	font-size: 9px;
	color: #777;
	position: relative;
	display: block;
	font-style: normal;
	width: 175px;
	margin-left: 150px;
	text-align: center;
}
#footer div p {
	float: left;
	font-size: 9px;
	color: #777;
	position: relative;
	display: block;
	padding: 0;
	width: 350px;
	line-height: normal;
	margin: 0;
}
/* content page view */
    img.ipadScreen {
	float: left;
	margin: 5px 5px 5px 20px;
	width: 400px;
	position: relative;
	-moz-box-shadow: #666 0 2px 4px;
	-webkit-box-shadow: #666 0 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;/*background: #4af;*/
}
img.ipadScreenL {
	float: left;
	margin: 5px 5px 5px 20px;
	width: 523px;
	position: relative;
	-moz-box-shadow: #666 0 2px 4px;
	-webkit-box-shadow: #666 0 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;/*background: #4af;*/
}
img.ipodScreen {
	float: left;
	margin: 20px 5px 5px 20px;
	width: 320px;
	position: relative;
	-moz-box-shadow: #666 0 2px 4px;
	-webkit-box-shadow: #666 0 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;/*background: #4af;*/
}
.midColumn {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	width: 460px;
	display: block;
	font-size: 18px;
	line-height: 130%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.midColumnW {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	width: 880px;
	display: block;
	font-size: 18px;
	line-height: 130%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.midColumn p {    /*font-size: .9em;
                          line-height: 1.5em;
                          margin-bottom: .5em;
                          color: #333;
                          padding: 0 10px;
                          margin: 0 5px 1em 5px;*/
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 10px;
	color: #333;
	width: 440px;
	padding-left: 10px;
}
.midColumnW p {    /*font-size: .9em;
                          line-height: 1.5em;
                          margin-bottom: .5em;
                          color: #333;
                          padding: 0 10px;
                          margin: 0 5px 1em 5px;*/
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 10px;
	color: #333;
	width: 880px;
	padding-left: 10px;
}
.midColumn ul {
	margin: 20px;
	list-style: outside;
	width: 920px;
}
.midColumn ul li {
	margin: 10px 0
}
.midColumn h2.wideLoad {
	margin: 0 0 15px 10px;
	font-size: 22px;
}
.midColumnW h2.wideLoad {
	margin: 0 0 15px 10px;
	font-size: 22px;
}
.pointRow {
	width: 930px;
	display: block;
	overflow: hidden;
	/*background: #fda;
                   border-bottom: 2px #333 solid;*/
                   margin: 10px 0px 10px 0px;
	padding: 10px 0 20px 0;
	-moz-box-shadow: inset 1px 1px 10px #ddd;
	-webkit-box-shadow: inset 1px 1px 10px #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.pointRowT {
	width: 900px;
	display: block;
	overflow: hidden;
	/*background: #fda;
                   border-bottom: 2px #333 solid;*/
                   margin: 10px 0px 10px 0px;
	padding: 10px 0 20px 0;
	-moz-box-shadow: inset 1px 1px 10px #ddd;
	-webkit-box-shadow: inset 1px 1px 10px #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
h2.wideLoad {
	color: #484848;
	display: block;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 5px 20px 5px 20px;
	margin: 10px 5px 10px -20px;
	-moz-box-shadow: #ccc 0 2px 4px;
	-webkit-box-shadow: #ccc 0 2px 4px;
	border: #343434 solid 1px;
}
#sidebar p strong, #sidebar p a {    /*margin-left: 5px;*/
}
/* .ui-widget-content .ui-widget-content p {    font-size: 1.1em;
                                                 line-height: 1.3em;
                                                 margin-bottom: .4em;
                                                 color: #333;
                                                 width: 480px;
                                                 padding-left: 10px;
                                            }*/
em {
	font-style: italic
}
a {
	text-decoration: none;
	/*font-weight: bold;*/
           color: #33a;
}
a:hover {
	color: #4855da
}
strong {
	font-weight: bold
}
/* navigation css */
#header {
	background:url(../images/header/nav_back.png) no-repeat;
	position: relative;
	display: block;
	width: 950px;
	height: 73px;
	margin: 0px;
}
#masthead {
	width: 517px;
	padding: 10px 10px 10px 50px;
	background-color: #585858;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	float: left;
}
#gl_logo {
}
#header ul {
	position: absolute;
	display: block;
	float: left;
	width: 950px;
	height: 73px;
}
#header ul li {
	display: block;
	float: left;
	list-style: none;
}
#header ul li a {
	text-indent: -9999px;
	display: block;
	position: relative;
	overflow: hidden;
}
#header ul li a:hover {
	background-position: 0 -19px
}

#header #home, #header #home a {
	width: 230px;
	height: 73px;
}

#header #home a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: 0px 0px;
}

#header #notability, #header #notability a {
	width: 125px;
	height: 73px;
}

#header #notability a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -230px 0px;
}

#header #blog, #header #blog a {
	width: 65px;
	height: 73px;
}

#header #blog a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -355px 0px;
}

#header #news, #header #news a {
	width: 70px;
	height: 73px;
}

#header #news a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -420px 0px;
}

#header #support, #header #support a {
	width: 100px;
	height: 73px;
}

#header #support a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -490px 0px;
}

#header #follow, #header #follow a {
	width: 175px;
	height: 73px;
}

#header #follow a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -590px 0px;
}

#header #facebook, #header #facebook a {
	width: 58px;
	height: 73px;
}

#header #facebook a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -765px 0px;
}

#header #twitter, #header #twitter a {
	width: 58px;
	height: 73px;
}

#header #twitter a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -823px 0px;
}

#header #youtube, #header #youtube a {
	width: 58px;
	height: 73px;
}

#header #youtube a:hover {
	background-image:url(../images/header/nav_back_hover.png);
	background-position: -881px 0px;
}

a.logo {
	background: url("../images/ui/logo.png") no-repeat 0 0 transparent;
	height: 36px;
	width: 154px;
	display: block;
	margin: 7px 0 0 10px;
	position: relative;
	top: 18px;
	text-indent: -9999px;
	overflow: hidden;
}
a.logo:hover {
	background-position: 0 -36px
}
a.notability {
	background: url("../images/ui/notability.png") no-repeat 0 0 transparent;
	width: 116px;
}
a.soundamp {
	background: url("../images/ui/soundamp.png") no-repeat 0 0 transparent;
	width: 112px;
}
a.blog {
	background: url("../images/ui/blog.png") no-repeat 0 0 transparent;
	width: 61px;
}
a.news {
	background: url("../images/ui/news.png") no-repeat 0 0 transparent;
	width: 63px;
}
a.support {
	background: url("../images/ui/support.png") no-repeat 0 0 transparent;
	width: 89px;
}
/*-------- tweeks --------*/
    ul.incont li {    /*padding-left: 20px;
                      display: block;
                      position: relative;
                      width: 460px;
                      font-size: .9em;
                      background: url(../images/ui/bullet_cir.png) 0 .2em no-repeat;
                      padding: 0 0 0 1.5em;*/
/*padding: 0 20px 0 20px;*/
                 }
ul.incont {    /*margin-bottom: 1.5em;
                   width: 460px;*/
}
#leftCol {
	background: #fff;
	padding: 5px;
	margin: 5px 0 20px 10px;
	display: block;
	width: 660px;
	float: left;
}
#leftColNews {
	background: #fff;
	padding: 5px;
	margin: 5px 0 20px 10px;
	display: block;
	width: 900px;
	float: left;
}
/*-------- tweeks --------*/
    .clear {    /*clear: both;*/
/*border: none;
                background: none;*/
           }
.linkWrap {    /*zoom: 1;
                   z-index: 1;*/
}
.promoWrapper {
	background-color: #fff;
	/*-moz-border-radius: 10px;
                       -webkit-border-radius: 10px;
                       width: 850px;*/
                       margin: 10px auto;
	position: relative;
	display: block;
	border:none;
	padding: 40px;
}
.promoWrapper a {
	margin-left: 20px;
}
#sidebar {
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
	background: #fff;
	width: 210px;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	top: 10px;
	padding: 10px 12px 10px 0;
	font-size: 12px;
}
#sidebar h1 {
	height: 1.2em;
	font-size: 1em;
	width: 160px;
	margin: 5px;
	position: relative;
}
#sidebar img {
	margin: 10px auto;
	display: block;
}
#sidebar .email {
	width: 180px;
	margin: 20px auto 10px auto;
	border: solid 1px #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
div#sidebar div.email span a {
	font-weight: normal
}
#sidebar p a {
	margin-left: 5px
}
#sidebar span {
	width: 200px;
	margin: 5px;
	display: block;
}
#sidebar ul {
	list-style: none
}
#tabs {
	float: left;
	width: 920px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tabs p {    /*    width: inherit;
                     padding-left: 0px;
                     margin-bottom: 1.5em;
                     line-height: 1.5em;*/
}
/* -------------------
    tab content styling
    ------------------- */
    .ui-tabs .ui-tabs-panel ul {    /*margin-bottom: 1.5em;*/
}
.ui-tabs .ui-tabs-panel ul li {    /*list-style: outside;
                                           font-size: .9em;
                                           padding: 0 0 0 1.5em;
                                           list-style: none;
                                           background: url(../images/ui/bullet_cir.png) 0 .2em no-repeat;
                                           overflow: visable;*/
}
.ui-tabs .ui-tabs-panel ul li a {    /*color: #000;
                                                 font-weight: 100;*/
}
.ui-tabs .ui-tabs-panel ul li a:hover {    /*color: #4855da;*/
}
.ui-tabs .ui-tabs-panel ul.links li {    /*    list-style: outside;
                                             font-size: .9em;
                                             padding: 0 0 0 1.5em;
                                             list-style: none;
                                             background: url(../images/ui/bullet_tri.png) 0 .2em no-repeat;
                                             overflow: visable;*/
}
.ui-tabs .ui-tabs-panel ul li.note {    /*list-style: outside;
                                            font-size: .9em;
                                            padding: 0 0 0 1.5em;
                                            list-style: none;
                                            background: none;
                                            font-style: italic;
                                            font-size: .8em;
                                            letter-spacing: .02em;*/
}
.ui-tabs .ui-tabs-panel p {    /*list-style: outside;
                                   font-size: .9em;
                                   margin: 0;*/
}
/* -------------------
    inline images
    ------------------- */
    /* blog styling */
    .widget_recent_entries a, .textwidget a {
	font-weight: normal;
	font-size: .9em;
	padding: 5px 10px;
	text-decoration: none;
	line-height: 130%;
	display: block;
	margin-bottom: 20px;
}
.widgettitle {
	padding: 5px;
	margin-left: 0px;
}
#comment {
	width: 500px
}
.alignleft, .alignright {
	display: block;
	float: left;
	/*width: 290px;*/
                     margin: 5px;
	font-size: .8em;
}
a:hover {
	text-decoration: none
}
#sidebar .textwidget a img {
	margin: 0px;
	padding: 0;
}
/*-------------
    home page
    -------------*/
    #home_lc {    /*float: left;
                  width: 150px;
                  display: block;
                  position: relative;*/
}
#home_lc h1 {    /*font-size: 1.2em;
                         height: 1.3em;*/
}
#home_lc p {    /*text-align: center;
                        width: 150px;*/
}
#home_lc ul {    /*list-style: inside;
                         width: 150px;*/
}
#home_lc ul li {    /*font-size: .9em;
                                line-height: 1.2em;
                                margin-bottom: 5px;
                                font-size: .9em;
                                background: url(../images/ui/bullet_cir.png) 0 .05em no-repeat;
                                padding: 0 0 0 1.5em;*/
}
#home_rc {    /*float: left;
                  width: 330px;
                  margin-left: 20px;
                  display: block;
                  position: relative;*/
}
div#home_rc h1 {
}
div#home_rc p {
	width: 320px
}
/* subpages */
    .pageheader {
	width: 900px;
	margin: 10px auto 20px auto;
	display: block;
}
#tabs h2 strong {
	margin-left: 0;
	padding-left: 0;
}
div[id*="post"] h2 {
	color: #484848;
	display: block;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	letter-spacing: .02em;
	padding: 5px 20px;
	margin: 10px 5px 10px 5px;
	-moz-box-shadow: #ccc 0 2px 4px;
	-webkit-box-shadow: #ccc 0 2px 4px;
	border: #ccc solid 1px;
}
div[id*="post"] h2 a {
	color: #484848;
	font-size: 1.2em;
}
div[id*="post"] h2:first-child {
	margin-top: 0px
}
div[id*="post"] p {
	margin: 0 5px 1em 5px;
	width: 620px;
}
li.cat-item a {
	margin-left: 10px
}
#social {
	width: 960px
}
#social p {
	float: left;
	margin-left: 210px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	width: 220px;
	margin-top: 5px;
}
#social img {
	float: left;
	margin: 3px 10px 0 20px;
}
img.badge {
	margin-left: 20px
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	padding: .4em .7em;
}
div#supportLink {    /*    display: block;
                         width: 140px;
                         padding: 10px 5px;
                         margin: 10px auto;
                         font: 1.1em / 100% Lucida Sans, Lucida Sans Unicode, arial, sans-serif;
                         color: #fafafa;
                         text-align: center;
                         border: solid 1px #aabaff;
                         -moz-border-radius: 5px;
                         -webkit-border-radius: 5px;
                         background: #2345ac;*/
}
div#supportLink a {    /*color: #fafafa;*/
}
div#supportLink:hover {    /*display: block;
                               width: 140px;
                               padding: 10px 5px;
                               margin: 10px auto;
                               font: 1.1em / 100% Lucida Sans, Lucida Sans Unicode, arial, sans-serif;
                               text-align: center;
                               border: solid 1px #aabaff;
                               -moz-border-radius: 5px;
                               -webkit-border-radius: 5px;
                               background: #6A9DAc;*/
}
div.pointRow img {
	float: left;/*margin: 0 15px 10px 20px;
                          display: block;
                          position: relative;
                          padding: 0;
                          border: solid 1px #cacaca;
                          -moz-border-radius: 5px;
                          -webkit-border-radius: 5px;*/
}
div.contUnit p {    /*position: relative;
                        display: block;*/
}
.appBadge {    /*width: 153px;
                   margin: 0 auto;*/
}
.noMargPad {
	padding: 0;
	margin: 0;
}
.ui-widget-content .ui-tabs-panel {
	padding: 0;
	margin: 10px;
}
.topFive {
	margin-top: 5px
}
.support {
	width: 560px;
	margin: 0 auto;
	font-size: 1.3em;
	text-align: center;
}
.support a {
	color: #2345ac;
	padding: 10px;
}
.ui-tabs-nav {
	background: #6c6c6c;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-bottomleft: 0px;
	-webkit-border-radius-bottomright: 0px;
}
.ui-state-default {
	padding: 10px 50px;
}
ul.help {
	list-style-type: none;
}
ul.help li {
	margin: 10px 20px;
}
ul.help li ul h2 {
	margin: 10px
}
div.more {
	position: relative;
	display: block;
	width: 700px;
	margin: 10px auto;
}
#tabs h1 {
}
#tabs div ul {
	margin:0 20px 25px 35px;
	list-style: none;
}
#tabs div ul li {
	margin: 0 0 10px 0;
	font-size: 115%;
	width: 700px;
	line-height: 110%;
}
#tabs div ul li ul {
	list-style-type:outside;
}
#tabs div ul li ul li {
	margin: 0 0 5px 0;
}
#tabs strong {
	margin:25px 10px 10px 10px;
	position: relative;
}
#tabs em {
	margin: 10px 0 10px 35px;
	display: block;
}
div[id*="tabs"] p {
	margin: 10px 15px 20px 15px;
	padding-right: 20px;
	width: 95%;
	display: block;
}
a.contact {
	width: 250px;
	display: block;
	color: #fefefe;
	-moz-border-radius: 10px;
	background-color: #9a9a9a;
	-webkit-border-radius: 10px;
	padding: 10px;
	-moz-box-shadow: #ccc 0 2px 4px;
	-webkit-box-shadow: #ccc 0 2px 4px;
	margin: 10px;
}
a.contact:hover {
	width: 250px;
	display: block;
	color: #ffffff;
	background: #0978ef;
	padding: 10px;
	-moz-box-shadow: #ccc 0 2px 4px;
	-webkit-box-shadow: #ccc 0 2px 4px;
}
.smallerHr {
	margin-right: 40px;
}
.shortStack {
	width: 420px;
	float: left;
}
#skinny {
	width: inherit;
	float: left;
}
#newsExt li {
	float: left;
	border-bottom: 1px solid #aaaaaa; /*margin: 10px 20px 10px 20px;*/
}
#newsExt {
	list-style: none;
}
#newsExt li a {
	line-height: 1em;
	font-size: 1.1em;
	margin: 10px 0 5px 190px;
	float: left;
	display: block;
}
/*
#newsExt  li img{float: left; margin-left: 20px; margin-right: 20px; vertical-align: middle;
}
*/
#newsExt li img {
	float: left;
	padding: 20px;
	position: relative;
	display: block;
}
#newsExt li p {
	margin: 0 0 20px 180px;
	width: 640px;
	font-size: .9em;
	float: left;
	display: block;
	line-height: 1.3em;
}
#newsExt li.noB {
	border-bottom: 0px;
}
.sup-link {
	float: right;
	font-size: 15px;
	margin-top: 9px;
}
p.sup {
	width: 820px;
	margin:10px 30px 20px 30px;
}
/* new css for notability page */

