/*-------------------------------------------------------------------------------
 * jQuery Website Screen Presentation Layer
 * Author: Scott Jehl, scottjehl.com
 * Created: Jan 09
 * Notes: In addition to styling the jquery homepage and interior layouts, this file provides overrides of several other cms stylesheets. 
-------------------------------------------------------------------------------*/

body {
	font-size: 60%;
	background: #c0c1c2 url(../images/background-opak.png) repeat-x;	
	font-family: 'Helvetica Neue',Arial,sans-serif !important;
	color: #000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue',Arial,sans-serif !important;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 !important;
}



a {
	border-bottom: 0px;
	color: #000;
}
a:focus {
	outline: 1px dotted #eee;
}
a:active {
	outline: 0px;
}
a:hover {
	color: #000;
}
body#go-interior {
	background-image: url(../images/bg-interior-tile-drk.jpg);
}
#go-siteContain {
	width: 970px;
	margin: 0 auto;
	
}
#go-topstatus {
	background: #e8e8e8;
	width: 950px;
	padding: 1px 10px 1px 10px;	
}
#go-header {	
	height: 156px;
	padding: 0 40px;
	position: relative;
}
#go-headeradv {	
	height: 156px;	
	top: 5px;
	left: 313px;
	padding: 0px 0px;
	position: absolute;
}
#go-headerbasket {	
	height: 20px;
	width: 560px;
	color:white;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	top: 130px;
	left: 405px;
	padding: 0px 0px;
	position: absolute;
}
#go-headerbasket a {
	color:white;
}
body#go-interior #go-header { 
	background: none;
	height: 186px;
}
#go-siteLogo {
	display: block;
	top: 15px;
	left: 10px;
	position: absolute;
	border: 0 !important;
}
#go-siteLogo img {
border: 0 !important;
}

#go-dokument {
	float:left;
	width:615px;
	padding-top:5px;
	margin-right:5px;
	padding-left:5px;
}
#go-dokument p {
	padding:5px;
	font-size: 10px;
}

#go-dokument hr {
	margin-bottom:10px;
	margin-top:10px;
	border-style: solid;
	size:1px;
}

#go-dokument h1 {	
	font-size: 24px;
}

#go-dokument h2 {	
	font-size: 16px;
}

#go-dokument h3 {	
	font-size: 12px;
}

#go-dokument ul {	
	margin-bottom: 10px;
}

#go-dokument li {
	margin-left:20px;
	list-style: square;
}

/*Primary Navigation*/
#go-primaryNavigation {
float: right;
background: #282828 url(../images/bg_primaryNav_left.gif) left bottom no-repeat;
}

#go-primaryNavigation ul {
float: left;
background: url(../images/bg_primaryNav_right.gif) right bottom no-repeat;
padding: 0 .8em 2px;
margin: 0;
}
#go-primaryNavigation li {
float: left;
list-style: none;
margin: 0;
background: none;
padding: 0;
}
#go-primaryNavigation li a {
float: left;
padding: 0 1em;
line-height: 25px;
font-size: 1.2em;
color: #D0D0D0;
text-decoration: none;
margin-bottom: 2px;
}
#go-primaryNavigation li.go-ui, #go-primaryNavigation li.go-blog {
border-right: 1px solid #0F1924;
}
#go-primaryNavigation li.go-current a, #go-primaryNavigation li.go-current a:hover {
	border-bottom: 2px solid #b0147a;
	background: #282828;
	margin-bottom: 0;
	cursor: default;
	color: #D0D0D0;
}
#go-primaryNavigation li a:hover {
color: #fff;
border-bottom: 2px solid #d0349a;
margin-bottom: 0;
}
/*Secondary Navigation*/
#go-secondaryNavigation, #go-footerNavigation {
float: right;
clear: right;
margin-top: 24px;
background: #666666 url(../images/bg_secondaryNav_left.gif) left top no-repeat;
}
#go-secondaryNavigation ul, #go-footerNavigation ul {
float: left;
background: url(../images/bg_secondaryNav_right.gif) right top no-repeat;
padding: 0 0 0 2px;
margin: 0;
width: 36em;
}
#go-secondaryNavigation ul li, #go-footerNavigation ul li {
float: left;
list-style: none;
border-right: 1px solid #444;
border-left: 1px solid #aaa;
height: 24px;
margin: 0;
background: none;
padding: 0;
}
#go-secondaryNavigation ul li.go-first, #go-footerNavigation ul li.go-first {
border-left: none;
}
#go-secondaryNavigation ul li.go-last, #go-footerNavigation ul li.go-last {
border-right: none;
}
#go-secondaryNavigation li a, #go-footerNavigation li a {
float: left;
padding: 0 12px;
font-size: 1.3em;
color: #eee;
text-decoration: none;
line-height: 24px;
position: relative;
}
#go-secondaryNavigation li a span, #go-footerNavigation li a span {
position: relative;
top: 0;
left: 0;

}
#go-secondaryNavigation li a span.go-shadow, #go-footerNavigation li a span.go-shadow {
top: .1em;
left: 1em;
color: #131c25;
position: absolute;
display: none;
}
#go-secondaryNavigation li a:hover, #go-footerNavigation li a:hover {
	color: #fff;
}
#go-secondaryNavigation li a:hover span.go-shadow, 
#go-footerNavigation li a:hover  span.go-shadow,
#go-secondaryNavigation li.go-current a span.go-shadow, 
#go-footerNavigation li.go-current a span.go-shadow {
display: block;
}
#go-header h1 {
	font-size: 2em;
	font-weight: normal;
	color: #ddd;
	position: absolute;
	bottom: 15px;
	left: 60px;
	line-height: 1;
	border: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#go-header h1#go-tagline  {
position: absolute;
left: -999999px;
}

/*basket*/
.basket table {
}
.basket tr {
	border-bottom:1px silver solid;	
}
.basket td {
	padding:4px;
	padding-bottom:12px;	
	font-size:18px;
}

/*orders*/
.orders table {
}

.orders td {
	padding:8px;
	font-size:15px;
}

.orders input
{
	font-size:18px;	
	font-weight:normal;
}

/*content*/
#go-content {
background-color: white; 
padding: 5px;
}

#go-content-left {
position: absolute;
top:50px;
left:-20px;
width:20px;
height:100%;
background: url(../images/stin-levastrana.png) repeat-y;
}

#go-content-left img {
position: absolute;
top:-50px;
left:0px;
height:50px;
width:20px;
}

#go-content-right {
position: absolute;
top:50px;
left:970px;
width:20px;
height:100%;
background: url(../images/stin-pravastrana.png) repeat-y;
}

#go-content-right img {
position: absolute;
top:-50px;
left:0px;
height:50px;
width:20px;
}
#go-halfbox {
background-color: silver; 
padding: 0px 0px;
width: 470px;
height: 160px;
border: 5px solid white;
float: left;
}

#go-halfboxslim {
background-color: white; 
padding: 0px 0px;
width: 325px;
height: 85px;
border-top:0px;
border-bottom:10px;
float: left;
}

#go-gamebox-contailer {	
	float: left;
}

#go-gamebox {
background-color: silver; 
padding: 0px 0px;
width: 470px;
height: 100px;
border: 5px solid white;

}

#go-game-info {
background-color: silver; 
padding: 0px 0px;
width: 620px;
height: 170px;
border: 5px solid white;
float: left;
}

#go-game-infobox {
background-color: white; 
padding: 0px 0px;
width: 620px;
border: 5px solid white;
float: left;
}

#go-game-infobox h1 {
font-size:24px;
font-weight:bold;
}

#go-game-infobox h2 {
font-size:18px;
font-weight:bold;
}

#go-game-infobox p {
font-size:14px;
line-height:18px;
}

#go-tip-gamebox {
background-color: silver; 
padding: 0px 0px;
width: 950px;
height: 170px;
border: 5px solid white;
float: left;
}
#go-tip-gamebox img {
position: absolute;
top:-70px;
left:-150px;
width:620px;
height:170px;
border: 0px;
}

#go-top-gamebox {
background-color: silver; 
padding: 0px 0px;
width: 950px;
height: 100px;
border: 5px solid white;
float: left;
}

#go-top-gamebox img {
position: absolute;
top:0px;
left:-480px;
width:830px;
height:100px;
border: 0px;
}

#go-bottom {
position:relative;
top:0px;
left:-20px;
background:url(../images/bottom.png);
width:1010px;
height:100px
}

#go-box {
background-color: silver; 
padding: 0px 0px;
width: 950px;
height: 170px;
border: 5px solid white;
}

.go-box-no {
position: absolute;
top:0px;
left:0px;
width:50px;
height:70px;
}

#go-box-no2 {
background: url(../images/2.png) no-repeat;
}

#go-box-no3 {
background: url(../images/3.png) no-repeat;
}

#go-box-no4 {
background: url(../images/4.png) no-repeat;
}

#go-box-no5 {
background: url(../images/5.png) no-repeat;
}

#go-box-no6 {
background: url(../images/6.png) no-repeat;
}

#go-box-no7 {
background: url(../images/7.png) no-repeat;
}

#go-box-no8 {
background: url(../images/8.png) no-repeat;
}

#go-box-no9 {
background: url(../images/9.png) no-repeat;
}

#go-box-price {
background: url(../images/objednat.png) no-repeat;
position: absolute;
top:20px;
left:350px;
width:120px;
height:80px;
font-size: 30px;
font-weight: bold;
letter-spacing: -1px;
text-align: right;
padding-top:20px;
color: white;
}

#go-box-price-shadow {
position: absolute;
text-align: right;
color: black;
width:120px;
height:80px;
top: 19px;
left: 1px;
}

#go-gamebox img {
position: absolute;
top:0px;
left:0px;
width:350px;
height:100px;
border: 0px;
}

#go-box-price img {
position: absolute;
top:0px;
left:0px;
width:120px;
height:80px;
border: 0px;
}

#go-basket {
background-color: #f8f8f8; 
padding: 0px 0px;
width: 950px;
height: 170px;
border: 5px solid white;
display: none;
}


/* #go-intro  */
#go-intro {
padding-top: 1em;
width: 515px;
float: left;
margin-bottom: 3.5em;
}
#go-intro h2 {
font-size: 1.9em;
font-weight: bold;
color: #c0040a;
line-height: 1em;
}
#go-intro h2 span.go-jquery {
float: left;
background: url(../images/logo_jquery_blueblack_81x23.gif) left no-repeat;
width: 81px;
height: 23px;
margin-right: .3em;
position: relative;
}
#go-intro h2 span.go-jquery span {
	position: absolute;
	left: -999999px;
}
#go-intro p {
clear: both;
font-size: 1.5em;
margin: .8em 0;
font-weight: normal;
line-height: 1.6;
}
#go-intro ul {
padding: 1.5em 0;
}
#go-intro li {
	float: left;
	font-size: 1.4em;
}
#go-intro li a {
	color: #c0040a;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	background: url(../images/icon_check_whiteOnDarkBlue.gif) left no-repeat;
	padding: 0 30px 0 23px;
}
#go-intro li p {
	font-size: .9em;
}
body.go-enhanced #go-intro li {
position: relative;
}
html.js div.go-checkpointSubhead {
	display: none;
}
body.go-enhanced #go-intro li div.go-checkpointSubhead {
	/*opacity: 0.0001;*/
	position: absolute;
	width: 253px;
	height: 54px;
	background: url(../images/bg_ctaTooltip.png) 0 0 no-repeat;
	top: -1.5em;
	left: -35%;
	z-index: 100;
}
body.go-enhanced #go-intro li div.go-checkpointSubhead p{
font-size: 1em;
padding: 10px 5px 0 50px;
color: #AE0001;
font-weight: bold;
line-height: 1.3em;
margin: 0;
cursor: Default;
}

/* #go-download */
#go-download {
	width: 275px;
	float: right;
	/* background: url(../images/bg_vertGradBox.jpg) top no-repeat; */
	padding: 1.2em 15px;
	margin-bottom: 3.5em;
}
#go-download h2 {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#go-download legend {
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: .7em;
}
#go-download div#go-compression {
	border: 1px solid #000;
	background: #333 url(../images/bg_diagonalDarkBlue.gif);
	padding: .5em 5px;
	margin-bottom: 1.2em;
}
#go-download div#go-compression input, #go-download div#go-compression a.go-radioToggle, #go-download div#go-compression label {
float: left;
line-height: 1.8em;
text-transform: uppercase;
font-size: 1.1em;
}
#go-download div#go-compression input, #go-download div#go-compression a.go-radioToggle {
clear: left;
margin-right: .6em;
background-color: #000;
}
#go-download div#go-compression a.go-radioToggle {
background: url(../images/icon_checkbox.gif) no-repeat;
width: 18px;
height: 17px;
text-indent: -9999999px;
}
#go-download div#go-compression a.go-checked {
background: url(../images/icon_checkbox_checked.gif) no-repeat;
}
#go-download div#go-compression input#go-production {
margin-bottom: .5em;
}
#go-download div#go-compression label em {
text-transform: none;
}
#go-download button {
color: #fff;
background: #000 url(../images/btn_downloadLarge.gif) 0 0 no-repeat;
width: 272px;
height: 49px;
outline: 0;
border: 0;
position: relative;
cursor: pointer;
}
#go-download button span {
	position: absolute;
	left: -9999999px;
}
#go-download button:hover {
background-position: 0 -49px;
}
#go-download p.go-version {
float: right;
margin: .5em;
font-size: 1.1em;
color: #BE0000;
font-style: italic;
}
#go-download p.go-version strong{
color: #fff;
}


/* #go-learnjQuery */
#go-learnjQuery {
	margin-bottom: 4em;
	background: url(../images/bg_subtleGrayGrad.gif) top repeat-x;
	padding: 2em 0 2em 25px;
	clear: both;
}
#go-learnNow {
float: left;
width: 280px;
}
#go-learnNow h2 {
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
color: #000;
margin-top: .4em;
}

#go-learnNow p {
font-size: 1.3em;
margin: 1em 0;
color: #222;
}
#go-learnNow pre, #go-content pre {
background: #fff;
color: #333;
border: 1px solid #000;
text-align: left;
font-size: 1.1em;
font-weight: bold;
font-family: monaco, monospace;
float: left;
width: 100%;
}
#go-learnNow pre {
overflow: visible;
font-size: 10px;
_font-size: 9px;
}
#go-content pre {
font-weight: normal;
float: none;
width: auto;

}
#go-learnNow pre code {
display: block;
padding: .8em .5em;
font-size: 1em;
}
#go-learnNow a.go-runCode {
font-size: 1.2em;
padding: .3em 1.1em;
color: #fff;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
border: 1px solid #000;
background: #666 url(../images/btn_grayGrad.jpg) top repeat-x;
float: left;
clear: left;
margin: .8em 0;
}
p.neat {
display: none;
clear: both;
margin: 1em 0;
padding: 1em 15px;

background: #0F67A1;
}
p.surprise a {
color: #fff;
}
div.go-codeDemo { position: relative }


#go-liveEditorCTA {
height: 65px;
float: right;
background: url(../images/cta_liveEditor.jpg) no-repeat;
width: 256px;
padding: 95px 15px 0;
position: relative;
}

#go-liveEditorCTA h2 {
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
#go-liveEditorCTA a.go-launchNow {
position: absolute;
top: 95px;
right: 10px;
border: 1px solid #fff;
background: url(../images/btn_blueSheen.gif) 50% repeat-x;
text-decoration: none;
color: #fff;
font-weight: bold;
padding: .2em .8em;
font-size: 1.4em;
}
#go-liveEditorCTA h2 strong {
color: #BE0000;
font-style: italic;
font-size: .8em;
}
#go-liveEditorCTA p {
font-size: 1.2em;
margin: .4em 0;
font-style: italic;
}

div.go-gettingStarted, div.go-devResources {
	width: 50%;
	float: left;
}

/* #go-resources */
#go-resources,#go-jobs, #go-news, #go-books {
float: left;
width: 305px;
margin-right: 10px;
}
#go-resources {
	width: 500px;
	margin: 0 0 0 10px;
	float: right;
}
#go-books {
width: 200px;
float: right;
margin-right: 0;
}
#go-jobs h2,#go-resources h2, #go-news h2, #go-books h2 {
background: #0F67A1;
color: #fff;
font-weight: bold;
font-size: 1.3em;
text-transform: uppercase;
padding: .3em 15px;
margin: 1em 0 1.5em;
position: relative;
}
#go-resources h2 {
	margin: 0 0 .4em;
	background: #353d45;
}

#go-news h2 a.go-rss {
background: url(../images/icon_rss.gif) 0 0 no-repeat;
position: absolute;
top: 6px;
right: 6px;
text-indent: -99999999px;
width: 14px;
height: 14px;
}
#go-news ul, #go-resources ul, #go-jobs ul {
padding-right: 10px;
}
#go-resources h3, #go-resources li, #go-jobs li, #go-news h3, #go-books h3 {
font-size: 1.3em;
font-weight: bold;
line-height: 1.4;
}

#go-resources h3, #go-jobs h3, #go-news h3, #go-books h3 {
	margin: .6em 0;
}
#go-resources h3 {
	color: #222;
}
#go-jobs h2 span.jobsFrom {
font-size: .85em;
font-weight: normal;
text-transform: none;
margin-left: 30px;
}
#go-jobs h2 span.jobsFrom em {
 font-style: italic;
}
#go-jobs h2 span.jobsFrom a {
	color: #fff;
}
#go-resources ul, #go-jobs ul {
margin: 0.8em 0pt 2em;
color: #222;
}
#go-resources li, #go-jobs li {
list-style-type: image;
list-style-image: url(../images/icon_bullet.gif);
list-style-position: outside;
margin-left: 20px;
font-weight: normal;
margin-bottom: .5em;
}
#go-resources li {
list-style-image: url(../images/icon_bulletDarkBlue.gif);
}
#go-news a, 
#go-books a, 
#go-jobs a {
color: #5DB0E6;
}
#go-news a:hover, #go-news a:visited, #go-news a:active, 
#go-books a:hover, #go-books a:visited, #go-books a:active, 
#go-jobs a:hover, #go-jobs a:visited, #go-jobs a:active {
color: #7bc4f4;
}
#go-resources a {
color: #111;
}
#go-resources a:hover {
color: #000;
}
#go-news span.go-author {
display: block;
margin: 0.2em 0pt -.5em;
}
#go-news li, #go-books li{
margin: 1em 0 1.8em;
clear: left;
}
#go-news li.go-moreEntries {
float: left;
border-right: 1px solid #fff;
padding: 0 .8em 0 0;
margin-right: .8em;
margin-top: 0;
font-size: 1.3em;
}
#go-news li.go-rss {
float: left;
background: url(../images/icon_rss.gif) left no-repeat !important;
padding-left: 20px;
clear: none;
font-size: 1.3em;
margin-top: 0;
}

#go-books a.go-bookImg {
float: left;
border: 1px solid #fff;
margin-right: 10px;
width: 55px;
height: 70px;
}
#go-books h3 {
margin: 0 0 .2em 0;
}
#go-books a.go-buyNow {
display: block;
border: 1px solid #fff;
background: url(../images/btn_blueSheen.gif) 50% repeat-x;
text-decoration: none;
color: #fff;
font-weight: bold;
padding: .2em .8em;
float: left;
margin-top: .2em;
}


/*Interior page content*/

#go-interiorNavigation {
float: left;
display: inline;
width: 164px;
background: #fafafa;
border: 1px solid #ccc;
padding: 5px 15px 15px;
min-height: 500px;
-moz-border-radius: .5em; /* gecko */
  -webkit-border-radius: .5em; /* webkit */
  border-radius: .5em; /* w3 */
color: #000;
}

#go-interiorNavigation h5 {
background:#DDD;
color:#192839;
font-size:1.2em;
font-weight:bold;
margin:2em 0 0.4em;
padding:0.3em 10px;
text-transform:uppercase;
border-bottom: 1px solid #aaa;
}
#go-interiorNavigation ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
}
#go-interiorNavigation li {
margin:0;
padding: 0;
_height: 1%;}
#go-interiorNavigation a, #go-interiorNavigation a:active {
font-size: 1.2em;
line-height: 1.4;
color: #0f67a1;
display: block;
padding:0.2em 10px;
margin: 0;
text-decoration: none;
position: relative;
border-bottom:1px solid #EEEEEE;
}
#go-interiorNavigation a:hover {
background: #eee;
color: #192839;
border-bottom: 1px solid #ddd;
}
#go-interiorNavigation p a {
display: inline;
padding: 0;
text-decoration: underline;
font-size: 1.0em;
}


#go-primaryContent {
position: relative;
float: right;
display: inline;
width: 590px;
background: #fafafa;
border: 1px solid #aaa;
padding: 5px 15px 15px;
color: #222;
min-height: 500px;
-moz-border-radius: .5em; /* gecko */
  -webkit-border-radius: .5em; /* webkit */
  border-radius: .5em; /* w3 */
  overflow: visible;
}
#go-primaryContent .post {
    margin-bottom: 2.5em;
      padding-bottom: 2.5em;
    border-bottom: 1px dotted #ccc;
}
#go-primaryContent code {
    font-size: 13px !important;
}
#go-primaryContent h2 code {
    font-size: 1.3em !important;
}
#go-primaryContent p, #go-primaryContent li {
font-size: 12px;
/*font-size: 1.3em;*/
line-height: 1.4 !important;
margin: .5em 0 !important;
}
#go-primaryContent p {
margin: .5em 0 1.2em !important;
}
#go-interior #go-primaryContent p, #go-interior #go-primaryContent li {
font-size: 13px;
/*font-size: 1.5em;*/
line-height: 1.5 !important;
font-weight: normal;
}
#go-primaryContent a, #go-primaryContent a:visited {
color: #0F67A1;
text-decoration: underline;
}
#go-primaryContent a:hover, #go-primaryContent a:visited {
color: #176092;
text-decoration: underline;
}
#go-primaryContent a img {
border: 0;
}

#go-primaryContent h1 {
font-size: 1.9em;
font-weight: bold;
color: #222;
margin: .5em 0 0 !important;
border-bottom: 1px solid #bbb !important;
padding-bottom: .4em;
}
#go-primaryContent h2 {
font-size: 1.5em;
color: #333;
text-transform: uppercase;
font-weight: bold;
margin: 1em 0 .6em !important;
}
#go-primaryContent h2 a {
	text-decoration: none;
}
#go-primaryContent h2 a:hover {
	text-decoration: underline;
}
#ticket h2 {
	font-size: 1.3em;
}
#go-primaryContent small {
font-size: 11px;
color: #666;
margin: 1.6em 0 1em;
}
#go-primaryContent h3 {
font-size: 1.4em;
margin: 1em 0 .6em !important;
color: #333;
font-weight: bold;
}
#go-primaryContent h4 {
font-size: 1.2em;
margin: 1em 0 .6em !important;
color: #444;
font-weight: bold;
}
#go-primaryContent h5 {
font-size: 1.1em;
margin: 1em 0 .6em !important;
font-weight: bold;
color: #666;
}



ul li, ul.menu li, .item-list ul li, li.leaf {
background: none !important;
}
.fieldset-wrapper .project-terms li {
font-size: 1.3em;

}



#go-footer {
background-color: #a8a8a8;
border-bottom: 20px solid #888;
margin-bottom: 0px;
padding: 2.5em 40px;
}
#go-footer #go-credits {
float: left;
width: 250px;
}
#go-footer p {
font-size: 1.2em;
color: #fff;
margin: .5em 0;
line-height: 1.4;
}
#go-footer p a {
color: #e1007a;
text-decoration: underline;
}
#go-footer p#go-hosting {
font-size: 1.1em;
}
#go-footer p#go-hosting a {
color: #fff;
}
#go-footer p#go-hosting a.go-mediaTemple {
margin-left: .2em;
background: url(../images/icon_mt.gif) left 50% no-repeat;
padding-left: 30px;
}
#go-footer #go-footerNavigation {
margin-top: 1em;
float: right;
}

/*=Dev/Trac pages*/
td.fullrow textarea {
  width: 497px;
}
table.listing tbody td, 
table.listing tbody th {
  font-size: 11px;
}
dl#results {
  font-size: 1.3em;
}
/*=Plugin/Drupal pages*/
#container #comments,
div.comment,
div.node {
border-width: 0;
}
#container #comments h2.comments {
  margin: 0;
}
div.project-issue .quick-search select#edit-projects,
div.project-issue .quick-search select#edit-states {
  width: 140px;
}

/*=Docs pages*/
#toc { margin: 10px 0; border-color: #ddd !important; padding: 10px !important; }
#go-primaryContent div.example { width: 574px;}
#go-primaryContent div.exampe pre { overflow: auto; }
#contentSub { font-size: 12px !important; font-style: italic; padding: 10px 0 !important; margin: 0 !important;}

#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: left !important; margin: 3px 0 8px; }

.section-edit { position: relative; }

/* ----- clear fix for floats ----- */
.go-clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.go-clearfix { display:inline-block; }		
/* hides clearfix from IE-mac \*/
* html .go-clearfix { height:1%; }
.go-clearfix { display:block; }
/* end hide from IE-mac */










/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#131D28;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #111;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	position: absolute;
	top: 0;
	right: 0;
}

#TB_closeAjaxWindow{
	position: absolute;
	top: 0;
	right: 0;
}
#TB_closeWindowButton {
float: right;
font-size: 1.3em;
color: #760000 !important;
text-transform: uppercase;
text-decoration: none;
	font-weight: bold;
	background: url(../images/icon_closeX.gif) left 50% no-repeat;
	margin: 7px 15px;
	padding:0 0 0 15px;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 15px;
	margin-bottom:1px;
	font-size: 1.5em;
	color: #131D28;
	font-weight: bold;

}

#TB_title{
	background:#fff url(../images/bg_overlay_header.gif) repeat-x top;
	height:35px;
	border-bottom: 1px solid #222;
	position: relative;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:31px;
	width:31px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.go-offsetHeight / 2) + (TBWindowMargin = document.go-documentElement && document.go-documentElement.go-scrollTop || document.go-body.go-scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.go-body.go-scrollHeight > document.go-body.go-offsetHeight ? document.go-body.go-scrollHeight : document.go-body.go-offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#docs-content {
margin: 0 !important;
padding: 0 !important;
line-height: auto !important;
background: none !important;
}
#docs-content pre {
border: 1px dotted #ddd !important;
background: #f5f4ee !important;
font-size: 11px !important;
padding: 5px !important;
line-height: 1.6 !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin: .8em 0 1.2em !important;
color: #06263C !important;
}

#column-content {
font-size: 130%;
}

/*#docs-content h2 {
margin-top: 0.3em;
}*/

#docs-content h3 {
margin-top: 0.3em;
}

#toc td {
padding: 8px;
}

b.args, b.options {
background: #0F67A1 !important;
padding: 5px 10px !important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-size: 15px !important;
margin-bottom: 20px !important;
margin-top: 1em !important;
}
table tr.option {
background: #e2edf4 !important;
}

table tr.option td {
padding: 3px 10px !important;
font-size: 13px !important;
background-color: #e2edf4;
}
table tr.option td.desc {
padding: 3px 10px 20px !important;
}
div.api h3 {
background: #FFF !important;
color: #0F67A1 !important;
border-bottom: 1px solid #AAAAAA;
}

div.api div.desc {
font-size: 100% !important;
}

#content h1 {
	padding-top: 0.5em;
}

#go-download a.name {
    display: none;
}

html.js #go-download a.name {
    display: block;
}

html.js #go-download input {
    display: none;
}