/* Eric Meyer Reset */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-weight: inherit;
            font-style: inherit;
            font-size: 100%;
            font-family: inherit;
            vertical-align: baseline;
    }
    /* remember to define focus styles! */
    :focus {
            outline: 0;
    }
    body {
            line-height: 1;
            color: black;
            background: white;
    }
    ol, ul {
            list-style: none;
    }
    /* tables still need 'cellspacing="0"' in the markup */
    table {
            border-collapse: separate;
            border-spacing: 0;
    }
    caption, th, td {
            text-align: left;
            font-weight: normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
            content: "";
    }
    blockquote, q {
            quotes: "" "";
    }
	blockquote{margin-bottom:18px;border-left:5px solid #eee;padding-left:15px;}blockquote p{margin-bottom:0;}
	blockquote small{display:block;font-size:12px;font-weight:300;line-height:18px;color:#bfbfbf;}blockquote small:before{content:'\2014 \00A0';}


/* Basic */
body {
  margin: 0px;
  padding: 0px;
}
p,a,h1,h2,h3,h4,div,span,th,td,dl,dt,dd {
  font-family: 'Lucida Grande', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: 12px;
  color: #333;
}
strong {
	font-weight: bold;
}
/*h1 {
  font-family: 'Helvetica Neue', Tahoma, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #262626;
  font-weight: lighter;
}
h2 {
	font-size: 18px;
	line-height: 19px;
}
h4 {
	font-size: 13px;
	line-height: 14px;
	margin-top: 0.5em;
	font-weight: bold;
}
*/
h1,h2,h3,h4,h5,h6{font-weight:bold;color:#404040;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#bfbfbf;}
h1{margin-bottom:18px;font-size:30px;line-height:36px;}h1 small{font-size:18px;}
h2{font-size:24px;line-height:36px;}h2 small{font-size:14px;}
h3,h4,h5,h6{line-height:25px;}
h3{font-size:18px;}h3 small{font-size:14px;}
h4{font-size:16px; }h4 small{font-size:12px;}

h2 kbd, h3 kbd, h4 kbd { border: none; background: inherit; font-family: monospace; display: inline-block }

#content h1.docs {
  border: 1px solid #999;
  font-size: 19px !important;
}
#content h1.docs a {
  color: #3384B8 !important;
  font-size: 19px !important;
}
#content h1.docs span {
  font-size: 19px !important;
}





#docs .home-main-content h1,
#docs .home-main-content h2,
#docs .home-main-content h3,
#docs .home-main-content h4,
#docs .home-main-content h5,
#docs .home-main-content h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
  color: #666;
}
#docs .home-main-content h1 span,
#docs .home-main-content h2 span,
#docs .home-main-content h3 span,
#docs .home-main-content h4 span,
#docs .home-main-content h5 span,
#docs .home-main-content h6 span {
	color: #666;
}
#docs .home-main-content h1 small,
#docs .home-main-content h2 small,
#docs .home-main-content h3 small,
#docs .home-main-content h4 small,
#docs .home-main-content h5 small,
#docs .home-main-content h6 small {
  font-weight: normal;
  color: #999999;
}
#docs .home-main-content h1 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 9px;
}
#docs .home-main-content h1 small {
  font-size: 18px;
}
#docs .home-main-content h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 18px;
}
#docs .home-main-content h2 small {
  font-size: 16px;
}
#docs .home-main-content h3 {
  line-height: 27px;
  font-size: 18px;
}
#docs .home-main-content h3 small {
  font-size: 14px;
}
#docs .home-main-content h4,
#docs .home-main-content h5,
#docs .home-main-content h6 {
  line-height: 18px;
  color: #666;
}
#docs .home-main-content h4 {
  font-size: 14px;
}
#docs .home-main-content h4 small {
  font-size: 12px;
}
#docs .home-main-content h5 {
  font-size: 12px;
}
#docs .home-main-content h6 {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
}



/* New Docs section */
#docs .home-main-content {
	width: 650px;
	min-height: 360px;
	float: right;
}
#docs-hero { 
	height: 70px;
}
#docs-hero .heading-wrapper {
	margin-left: 235px;
	margin-top: 15px;
	height: 55px;
	background: -moz-linear-gradient(top, #f2f2f2, #e2e2e2);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e2e2e2));
    background: linear-gradient(top, #f2f2f2, #e2e2e2);
	border-bottom: 1px solid rgba(172, 179, 183, .5);
	border-top: 1px solid rgba(255, 255, 255, .9);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px rgba(150, 150, 150, 0.85);
	-moz-box-shadow:    0px 0px 2px rgba(150, 150, 150, 0.85);
	box-shadow:         0px 0px 2px rgba(150, 150, 150, 0.85);
	border-bottom: 1px solid #999;
}
#docs-hero.large {
	background: transparent url(../../assets/images/docs/hero-background.jpg) repeat-x top left;
	height: 155px;
}
#docs-hero h2 {
	padding-left: 12px;
	font-size: 26px;
	line-height: 55px;
	font-weight: normal;
	font-family: 'Helvetica', 'Times New Roman', serif;	
	text-align: left;
	color: #666;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 1px #fff;
}
#docs-hero .inner-wrapper {
	position: relative;
}
#docs-hero #logo {
	background: transparent url(../../assets/images/docs/icon-medium.png) no-repeat top left;
	position: absolute;
	width: 57px;
	height: 70px;
	top: 9px;
	left: 43px;
	background-size: 57px 70px;
}
#docs-hero.large #logo {
	background: transparent url(../../assets/images/docs/icon-medium.png) no-repeat top left;
	position: absolute;
	width: 114px;
	height: 140px;
	top: 9px;
	left: 43px;
	background-size: auto;
}
#docs article {
	width: 510px;
}
#docs #sidebar {
	float: left;
	width: 210px;
	border: 1px solid rgba(161,161,161,0.3);
}
#docs #sidebar li.closed ul {
	display: none;
}
#docs #sidebar ul li {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#docs #sidebar h3 {
	line-height: 14px;
}
#docs #sidebar h3 a {
	display: block;
	background-color: rgba(255,255,255,0.3);
	border-top: 1px solid rgb(246,246,246);
	border-bottom: 1px solid rgb(184,184,184);
	padding: 10px 8px;
	color: #646464;
	text-decoration: none;
	
	
	background-image: linear-gradient(bottom, rgb(230,230,230) 33%, rgb(239,239,239) 67%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 33%, rgb(239,239,239) 67%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 33%, rgb(239,239,239) 67%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 33%, rgb(239,239,239) 67%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 33%, rgb(239,239,239) 67%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.33, rgb(230,230,230)),
		color-stop(0.67, rgb(239,239,239))
	);
}
#docs #sidebar div ul li:last-child a {
	border-bottom: 1px solid #DDD;
}
#docs #sidebar div .section-background {
	margin: 0px;
	padding: 6px 0px 6px 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: rgb(250, 250, 250);
}
#docs #sidebar div ul li a {
	display: block;
	color: #5A5E67;
	font-size: 12px;
	padding: 5px 6px;
	font-weight: normal;
	border: none !important;
	background-color: transparent;
	background-image: none;
	line-height: 14px;
}
#docs #sidebar div ul li a:hover {
	color: black;
	text-decoration: none;
}
#docs #sidebar div ul li a.active {
	color: #0084B8;
	font-weight: bold;
}
#docs #sidebar div:last-child li a {
	border: none;
}
#docs #sidebar div ul.subnav {
	border-top: none;
}

#docs #sidebar div ul ul.subsubnav {
	margin: 0px;
	padding: 0px 0px 6px 20px;
	border-top: none;
	background-color: transparent;
	border-bottom: none;
}
#docs #sidebar div ul li ul li {
	list-style: square;
	list-style-position: inside;
}
#docs #sidebar div ul li ul li a {
	color: #646464;
	font-size: 11px;
	padding: 3px 3px;
	font-weight: normal;
	border: none !important;
	background-color: transparent;
	background-image: none;
}



#docs .home-main-content pre {
	background-color: whiteSmoke;
	display: block;
	padding: 8.5px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Monaco, Andale Mono, Courier New, monospace;
}

#docs .home-main-content p {
  margin: 0 0 21px;
  font-size: 12px;
  line-height: 20px;
}
#docs .home-main-content p small {
  font-size: 11px;
  color: #999999;
}

#docs .home-main-content ul,
#docs .home-main-content ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
#docs .home-main-content ul ul,
#docs .home-main-content ul ol,
#docs .home-main-content ol ol,
#docs .home-main-content ol ul {
  margin-bottom: 0;
}
#docs .home-main-content ul {
  list-style: disc;
}
#docs .home-main-content ol {
  list-style: decimal;
}
#docs .home-main-content li {
  line-height: 18px;
}
#docs .home-main-content ul.unstyled,
#docs .home-main-content ol.unstyled {
  margin-left: 0;
  list-style: none;
}

#docs .home-main-content dl {
  margin-bottom: 18px;
}
#docs .home-main-content dt,
#docs .home-main-content dd {
  line-height: 18px;
}
#docs .home-main-content dt {
  font-weight: bold;
  line-height: 17px;
}
#docs .home-main-content dd {
  margin-left: 9px;
}

#docs .home-main-content .dl-horizontal dt {
  float: left;
  clear: left;
  width: 220px;
  text-align: right;
}
#docs .home-main-content .dl-horizontal dd {
  margin-left: 230px;
}



/* END DOCS*/

#content .shadow { -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px; *border:1px solid #e4e4e4; }
.rounded { border-radius: 4px; padding: 15px 15px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -ms-border-radius: 4px; }
#content .rounded { border-radius: 4px; padding: 15px 15px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; -ms-border-radius: 4px; }

.bigrounded { border-radius: 6px; padding: 15px 15px 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -khtml-border-radius: 6px; -ms-border-radius: 6px; }
#content .bigrounded { border-radius: 6px; padding: 15px 15px 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -khtml-border-radius: 6px; -ms-border-radius: 6px; }

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#content ul, #content ol {
		margin: 1em 0px;
		padding-left: 20px;
}
#content ul li, #content ol li {
  line-height: 1.7em;	
}
#content ul li {
	list-style-type: disc;
}
#content .donor-wrapper ul,
#content .site-links ul {
	margin-left: 0px;
	padding-left: 0px;
}
#content .donor-wrapper ul li,
#content .site-links ul li {
	list-style-type: none;
}
a {
  color: #0084B8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
dl.contribute {
  line-height: 1.5em;
}
dl.contribute dt.first, dl.contribute dd.first {
  border-top: 1px solid #DFDFDF;
}
dl.contribute dt, dl.contribute dd {
  padding: 3px 8px;
  border-bottom: 1px solid #DFDFDF;
}
dl.contribute dt {
  float: left;
  width: 12em;
  color: #FFF;
  font-weight: bold;
  background-color: #A1C276;
}
dl.contribute dd {
  margin-left: 12em;
  padding-left: 30px;
  background-color: #F1F2F5;
}
dl.faqlist {
  line-height: 1.5em;
}
dl.optionlist dt, dl.optionlist dd,
dl.faqlist dt, dl.faqlist dd {
  padding: 3px 8px;
  font-size: 11px;
}
dl.optionlist dt,
dl.faqlist dt {
  float: left;
  width: auto;
  color: #9960B1;
  font-weight: bold;
  margin: 6px 0px 0px 8px;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
dl.optionlist dd,
dl.faqlist dd {
  border: 1px solid #DFDFDF;
  padding-left: 50px;
  margin: 3px 0px 0px 3px;
  background-color: #F1F2F5;
  width: 600px;
  line-height: 24px;
  min-height: 24px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
dl.optionlist dt {
  margin-right: 5px;
}
dl.optionlist dd {
  width: 400px;
}
dl.required dt {
  color: #FF6677;
}
h3.optionlist,
h3.faq-title {
  background-color: #F1F2F5;
  width: 648px;
  padding: 7px;
  line-height: 1.0em;
}
h3.optionlist img
h3.faq-title img {
  margin-top: -10px;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.clear { clear: both }
.centered {
  width: 287px;
  margin: 0px auto;
}
#features-wrapper {
  background: #DEDEDE url(../../assets/images/g-background-noise-darker.gif);
  border-top: 14px solid #292A2C;
  border-bottom: 1px dashed #BBB;
}
#sub-features-wrapper {
  background: #F0F0F0 url(../../assets/images/g-background-noise.gif);
/*  border-bottom: 1px dashed #CCC;*/
}
#cta-wrapper {
  background: #DCDCDC url(../../assets/images/g-background-noise-darker.gif);
/*  border-bottom: 1px dashed #CCC;*/
}
#innerwrapper {
  position: relative;
  text-align: left;
  padding: 0px;
  margin: 0px auto;
  width: 940px;
  border: 1px solid transparent;
}
a#sp-header-logo {
  position: absolute;
  left: 13px;
  width: 170px;
  height: 46px;
  background: transparent url(../../assets/images/i-sequel-pro-logo.png) no-repeat 0px 2px;
}
a#sp-header-logo:hover {
  text-decoration: none;
  background: transparent url(../../assets/images/i-sequel-pro-logo.png) no-repeat 0px -43px;
}
a#sp-header-logo:active {
  text-decoration: none;
  background: transparent url(../../assets/images/i-sequel-pro-logo.png) no-repeat 0px -90px;
}
#logo {
  position: absolute;
  top: 35px;
  left: 20px;
}

#leftcolumn {
  float: left;
  width: 595px;
  margin: 0px;
  padding: 0px;
}
#rightcolumn {
  width: 220px;
  float: left;
  margin: 0px;
  padding: 0px;
}

#footer {
  position: relative;
  height: 60px;
}

#biglogo {
  background: transparent url('/assets/images/g-sequelpro-icon.gif') no-repeat;
  position: absolute;
  top: 102px;
  height: 256px;
  width: 256px;
}

/* Presentation */
#head {
  height: 108px;
}
body#home #head {
  height: 317px;
}

#mainnavbackground {
  background: transparent url('/assets/images/g-main-nav-bg.gif') no-repeat;
  position: absolute;
  top: 17px;
  right: 0px;
  width: 403px;
  height: 80px;
}

.main-nav-wrapper {
  margin: 0px auto;
  width: 940px;
  position: relative;
}
#mainnav {
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  background: #EAEAEA url('../../assets/images/g-search-gradient.png') repeat-x bottom;
}
.top-nav-wrapper {
  float: right;
}
#mainnav ul.nav {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#mainnav ul.nav li {
  height: 51px;
  float: left;
  padding: 0px 10px;
}
#mainnav ul.nav li a {
  padding: 12px 0px 0px 0px;
  margin: 1px 3px 4px 0px;
  line-height: 1.9em;
  display: block;
  text-align: center;
  display: block;
  font-family: 'Lucida Grande','Helvetica', 'Times New Roman', serif;
  color: #999;
  font-size: 13px;
  font-weight: bold;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  text-shadow: #FFF 1px 1px 1px;
  text-transform: uppercase;
}
#mainnav ul.nav li a:hover {
  border-bottom-width: 1px;
	text-decoration: none;
}


#mainnav ul.nav li.nav-home a {
  opacity: 1;
  text-decoration: none;
  color: #000;
}
#mainnav ul.nav li.nav-download a {
  opacity: 1;
  text-decoration: none;
  color: #2C8CBD;
}
#mainnav ul.nav li.nav-support a {
  opacity: 1;
  text-decoration: none;
  color: #E1377B;
}
#mainnav ul.nav li.nav-blog a {
  opacity: 1;
  text-decoration: none;
  color: #5BA900;
}
#mainnav ul.nav li.nav-bundles a {
  opacity: 1;
  text-decoration: none;
  color: #57565E;
}



#mainnav ul.nav li.nav-home a.selected {
  opacity: 1.0;
  border-bottom: 2px solid #000;
  color: #000;
}
#mainnav ul.nav li.nav-download a.selected {
  opacity: 1.0;
  border-bottom: 2px solid #2C8CBD;
  color: #2C8CBD;
}
#mainnav ul.nav li.nav-support a.selected {
  opacity: 1.0;
  border-bottom: 2px solid #E1377B;
  color: #E1377B;
}
#mainnav ul.nav li.nav-blog a.selected {
  opacity: 1.0;
  border-bottom: 2px solid #5BA900;
  color: #5BA900;
}
#mainnav ul.nav li.nav-bundles a.selected {
  opacity: 1.0;
  border-bottom: 2px solid #57565E;
  color: #57565E;
}


/*#mainnav ul.nav li.nav-home a:hover {
  opacity: 1.0;
  text-decoration: none;
  color: #000;
}
#mainnav ul.nav li.nav-download a:hover {
  opacity: 1.0;
  text-decoration: none;
  color: #2C8CBD;
}
#mainnav ul.nav li.nav-support a:hover {
  opacity: 1.0;
  text-decoration: none;
  color: #E1377B;
}
#mainnav ul.nav li.nav-blog a:hover {
  opacity: 1.0;
  text-decoration: none;
  color: #5BA900;
}
#mainnav ul.nav li.nav-bundles a:hover {
  opacity: 1.0;
  text-decoration: none;
  color: #FF5555;
}
*/

.mainfooternav-wrapper {
  border: 1px solid #EEE;
  padding-bottom: 0px;
  width: 882px;
  text-align: center;
  margin-bottom: 0px;
  background-color: #545454;
  background: #545454 url(../../assets/images/g-background-noise.gif);
}

.mainfooternav-wrapper ul.mainfooternav li.nav-home a,
.mainfooternav-wrapper ul.mainfooternav li.nav-download a,
.mainfooternav-wrapper ul.mainfooternav li.nav-support a,
.mainfooternav-wrapper ul.mainfooternav li.nav-blog a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  line-height: 2em ;
  text-shadow: #DDD 1px 1px 1px;
}

ul.mainfooternav {
  margin: 12px 0px ;
}
ul.mainfooternav li {
  text-transform: uppercase;
  display: inline;
  font-size: 12px;
  padding: 0px 18px 0px 10px;
  border-right: 1px solid #999;
}
ul.mainfooternav li.last {
  border-right: none;
}

#content p {
  line-height: 1.7em;
}
.header#wrapper {
  margin-top: 10px;
  background-color: #FFF;
}
.home-content {
  background: #FFF url(../../assets/images/g-lower-gradient.gif) repeat-x;
}
.main-navigation {
  background: #EFEFEF url(../../assets/images/g-search-gradient.png) repeat-x bottom;
  height: 50px;
  text-align: center;
}
.features-content,
.sub-features-content {
  font-size: 12px;
  color: #444;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 15px 15px;
}
.sub-features-content {
  padding: 15px 0px 11px 16px;
}
.features-content .graphic-paragraph,
.features-content .graphic-paragraph p,
.sub-features-content .graphic-paragraph,
.sub-features-content .graphic-paragraph p,
.cta-content .graphic-paragraph,
.cta-content .graphic-paragraph p {
  font-size: 12px;
  color: #454545;
}
.features-content .graphic-paragraph strong,
.sub-features-content .graphic-paragraph strong {
  font-weight: bold;
  color: #000;
}
.features-content .graphic-paragraph
.sub-features-content .graphic-paragraph {
  margin: 13px 0px 13px 0px !important;
}

#content {
  font-size: 12px;
  color: #444;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}
#content h1 {
  font-family: 'Helvetica Neue', Tahoma, Helvetica, sans-serif;
  font-size: 24px;
  color: #262626;
  line-height: 1.4em;
  margin: 0px;
  border-bottom: 1px solid #E1E1E2;
  padding: 10px 2px 2px 2px;
}
.twitter-updates {
  margin-bottom: 8px;
}
img.panel-logo {
  margin-left: 9px;
}
#main {
  position: relative;
}
#main p.subtext {
  font-size: 11px;
}
.download-items {
  text-align: center;
}
.download-now {
  padding-top: 5px;
}
.download-logo {
  margin: 10px;
}
.project-site-button {
  margin-left: 70px;
}
.use-this {
  position: absolute;
  right: 40px;
  top: 64px;
  z-index: 20;
  margin: 0px 0px 0px 16px;
}
.digg_link {
  position: absolute;
  right: 23px;
  top: 0px;
}
.upper-ad {
  position: absolute;
  top: 36px;
  right: 0px;
  width: 470px;
  height: 65px;
}

.donor-wrapper ul.list li {
  font-size: 0.95em;
  float: left;
  width: 145px;
}
.donor-wrapper ul.list li.longer {
  width: 160px
}
.donor-wrapper ul.business-list li {
  font-size: 0.95em;
  float: left;
  width: 205px;
}

ul.list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.list li {
  padding: 4px 10px;
}

ul.business-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.business-list li {
  padding: 4px 10px;
}


.home-top-panel {
  padding: 0px 0px 0px 0px;
  position: relative;
}
.home-top-panel.subpages {
  padding: 0px 0px 0px 10px;
}

#content div.submenu {
	margin-top: 30px;
	float: right;
	width: 355px;
	margin-right: 26px;
}
#content div.submenu ul {
	margin: 0px;
	list-style: none;
}
#content div.submenu ul li {
	display: inline-block;
	list-style: none;
	margin-left: 16px;
	font-size: 13px;
}
#content div.submenu ul li a{
	color: black;
}
#content div.submenu ul li span.selected{
	color: #666;
}

#content .home-top-panel h1 {
  font-family: 'Helvetica Neue',Verdana, sans-serif;
  font-size: 23px;
  border: none;
  padding: 15px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
#content .home-top-panel h1 a{
  font-weight: lighter !important;
  color: #262626;
  font-family: 'Helvetica Neue',Verdana, sans-serif;
}
#content .home-top-panel h2 {
  font-family: 'Helvetica Neue',Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: none;
  padding: 0px;
  margin: 0px;
}
#notebook-header {
  position: absolute;
  right: -20px;
  bottom: -1px;
  padding: 0px;
  height: 240px;
  width: 555px;
  background: transparent url('../../assets/images/macbookpro-screenshot.png') no-repeat top right;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    #notebook-header {
        background: transparent url('../../assets/images/macbookpro-screenshot_2x.png') no-repeat top right;
        background-size: 555px 240px;
    }
}

.header-fill {
  margin-top: 35px;
  margin-left: 30px;
  height: 100px;
}
#big-download-icon {
  position: absolute;
  top: -10px;
  left: 33px;
  width: 48px;
  height: 48px;
  background: transparent url('../../assets/images/g-big-download-icon.png') repeat-x bottom;
}

#wrapper .download-box {
  margin: 7px 24px 0px 10px;
  width: 215px;
  height: 19px;
  border: 1px solid #CCC;
  border-bottom-color: #C1C1C1;
  padding: 8px 0px 8px 12px;
  line-height: 1.7em;
  text-shadow: #FFF 1px 2px 2px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 4px #CCC;
  -moz-box-shadow: 0px 1px 4px #CCC;
  background: #EDEDED url('../../assets/images/g-search-gradient.png') repeat-x bottom;
}

#wrapper .release-notes {
  line-height: 1.9em;
  margin: 3px 0px 0px 40px;
  font-size: 10px;
}
#wrapper .release-notes a {
  color: #999;
  border-bottom: 1px dotted #999;
}
#wrapper .release-notes a:hover {
  text-decoration: none;
  color: #666;
}
.release-notes-wrapper {
  padding: 6px 28px;
}
.release-notes-wrapper a{
 color: #666; 
}
#download-panel a.release-notes {
  border-bottom: 1px dotted #999; 
  font-size: 10px; 
  color: #666;
}
#download-panel a.release-notes:hover {
  text-decoration: none;
  color: #666;
}
.download-button,
.donate-button {
  padding: 0px 15px;
}
.download-button a,
.donate-button a {
  color: #333;
  font-weight: bold;
}
.download-button a:hover,
.donate-button a:hover {
  color: #0084B8;
  text-decoration: none;
}
.download-button {
  border-right: 1px solid #999;
  float: left;
}
.donate-button {
  border-left: 1px solid #FFF;
  float: left;
}
#mainnav #search-box {
  float: right;
  margin: 7px 24px 0px 10px;
  width: 275px;
  height: 25px;
  background-color: #F5F5F5;
  border: 1px solid #DADADA;
  padding-top: 8px;
  padding-left: 12px;
  padding-bottom: 3px;
  line-height: 0.7em;
  text-shadow: #FFF 1px 2px 2px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#mainnav #search-box .cse-branding-text {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.55em;
  font-family: 'Lucida Grande', 'Times New Roman', serif;
}
#mainnav #search-box input.search {
  padding: 2px;
  margin: 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #CCC;
  font-size: 13px;
  width: 155px;
}
#content #search-box {
  float: right;
  margin: 5px 84px 0px 10px;
  width: 275px;
  height: 43px;
  background: #EDEDED url('../../assets/images/g-search-gradient.png') repeat-x bottom;
  border: 1px solid #DFDFDF;
  padding-top: 0px;
  padding-left: 12px;
  line-height: 1.0em;
  text-shadow: #FFF 1px 2px 2px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#content #issue-search-box {
  float: right;
  margin: 10px 24px 0px 0px;
  width: 210px;
  height: 85px;
  background-color: #FFF;
  border: 1px solid #DDD;
  padding-top: 0px;
  padding-left: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#content #search-box input.search, #content #issue-search-box input.search {
  border: 1px solid #999;
  padding: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#download-box-cocoamysql p,
#download-box p {
  font-weight: bold;
  font-size: 13px;
  padding: 12px 0px 2px 0px;
  margin: 0px 0px 8px 0px;
}
.button-wrapper {
  float: left;
}
.button-wrapper a.button {
  margin: 0px;
  padding: 8px 0px 0px 0px;
  background: transparent url('../../assets/images/g-button-white-med.png') no-repeat;
  width: 135px;
  display: block;
  text-align: center;
}
a.button {
  background: #E4F2FD url('../../assets/images/g-button-grey-bg-blue.gif') no-repeat;
  width: 121px;
  height: 23px;
  display: block;
  padding: 8px 0px 0px 5px;
  margin: 0px auto 5px auto;
  color: #111;
}
a.button:hover {
  text-decoration: none;
  cursor: hand;
}
.cocoamysql-buttons a.button {
  float: left;
  font-size: 11px;
  color: #555;
}
#content #download-box-cocoamysql,
#content #download-box {
  float: right;
  text-align: center;
  margin: 0px 0px 0px 0px;
  width: 166px;
  height: 158px;
  background-color: #E4F2FD;
  border: 1px solid #DFDFE0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#content #download-box a.small {
  color: #333;
  font-size: 10px;
}
#content #download-box-cocoamysql {
  height: 106px;
  margin: -12px 0px 0px 0px;
}
.home-main-content {
  font-size: 12px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  padding: 15px 35px 15px 19px;
  width: 844px;
  position: relative;
  line-height: 1.6em;
}
.home-main-content p {
	margin: 12px 0px;
}

.home-main-content h3 {
  font-size: 16px;
  margin-top: 0px;
  padding-top: 10px;
}

.home-main-content h3.pushright,.home-main-content p.pushright {
  padding-left: 70px;
  padding-right: 10px;
}

#content .home-main-content img.contentimage {
  margin: 10px 0px 0px 20px;
}

#content .home-main-nav {
  display: none;
  position: absolute;
  top: 220px;
  left: 11px;
  z-index: 20;
}
#content #side-nav {
  top: 100px !important;
  width: 149px;
}
#content .home-main-nav ul {
  margin: 0px;
  padding: 0px;
}
#content .home-main-nav ul li {
  width: 154px;
  height: 56px;
  width: 149px;
  list-style: none;
  line-height: 1.0em;
}
#content .home-main-nav ul li a {
  /* border: 1px solid #999;*/
  font-weight: bold;
  line-height: 1.0em;
  padding: 24px 0px 0px 25px;
  color: #111;
  width: 125px;
  height: 56px;
  display: block;
  background: transparent url('../../assets/images/g-home-nav-item.gif') no-repeat;
}
#content .home-main-nav ul li a:hover {
  color: #555;
  text-decoration: none;
}
#content .home-main-nav ul li a.selected {
  display: block;
  padding: 24px 0px 0px 25px;
  width: 126px;
  height: 60px;
  background: transparent url('../../assets/images/g-home-nav-item-selected.gif') no-repeat 0px -2px;
}
#content .home-main-nav ul li a .new-nav {
  margin-top: -3px;
}
.rightimage {
  margin: -15px -50px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#content ul.feature-requests, #content ol.feature-requests {
  padding-left: 3px;
}
#content ul.feature-requests li {
  list-style: none;
  margin-left: 3px;
}
#content ol.feature-requests li {
  margin-left: 20px;
}
#content ul.feature-requests li:before {
  content: '+ ';
}
#content ul#completed li {
  padding-left: 24px;
  background: #FFF url('../../assets/images/tick.png') no-repeat;
}
#content ul#completed li:before {
  content: '';
}
.cta .cta-content {
  margin: 19px 0px;
}
.cta .leftside .graphic-paragraph {
  float: left;
  line-height: 1.9em;
  padding: 0px 19px;
  width: 187px;
}
.cta .leftside .graphic-paragraph strong {
  color: #333;
}
.features .leftside {
  float: left;
  width: 428px;
}
.features .rightside {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 0px;
  width: 428px;
  float: left;
}
.sub-features .leftside h4 {
  line-height: 2.3em;
  padding-left: 38px;
  margin-bottom: 8px;
  position: relative;
}
.sub-features .leftside h4 img {
  position: absolute;
  left: 4px;
}
.sub-features .leftside {
  float: left;
  margin-right: 14px;
  width: 284px;
}
.sub-features .leftside ul.tick {
  margin: 0px;
  padding: 0px;
}
.sub-features .leftside ul li {
  list-style: none;
  margin: 0px;
  padding: 4px 0px;
  line-height: 1.6em;
}
.sub-features .leftside ul li.even {
  color: #555;
}
#content .leftside {
  float: left;
  width: 340px;
}
#content .middleside {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 0px;
  width: 240px;
  float: left;
}
#content .rightside {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 0px;
  width: 250px;
  float: left;
}
.blog-post {
  padding: 3px 10px 13px 0px;
  margin-top: 10px;
  width: 320px;
}
.last-blog-post {
  border-top: 1px dashed #999;
}
.blog-post p a {
  color: #0084B8 !important;
}
.blog-post .post-meta img {
  position: absolute;
  left: 16px;
}
.blog-post .post-meta {
  padding-left: 20px;
}
.blog-post .post-meta span {
  color: #AAA;
}
#content .middleside h4,
#content .rightside h4 {
  line-height: 0.8em;
}
#content .leftside h4 a,
#content .middleside h4 a,
#content .rightside h4 a {
  font-weight: normal;
}
#content .middleside .discussion-item,
#content .rightside .discussion-item {
  margin: 0px;
  padding: 2px 0px 10px 0px;
}

#content .leftrightwrapper .hero-icon {
  position: absolute;
  top: -30px;
  right: -110px;
}

.big-logo {
  background: transparent url('../../assets/images/s-app-icon.png') no-repeat;
  width: 210px;
  height: 220px;
  float: right;
  z-index: 10;
}
#content .leftrightwrapper {
  position: relative;
  border-radius: 8px;
  border: 1px solid #CCC;
  border-bottom-color: #C1C1C1;
  box-shadow: 0px -1px 4px #666;
  -webkit-box-shadow: 0px -1px 4px #CCC;
  -moz-box-shadow: 0px -1px 4px #CCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-shadow: #FFF 0px 1px 0px;
  background: #EFEFEF url('../../assets/images/g-search-gradient.png') repeat-x bottom;
  width: 740px;
  height: 150px;
  padding: 5px 20px 5px 17px;
  margin: 10px 0px 17px 0px;
}
#content .leftrightwrapper .leftdivider,
#content .leftrightwrapper .rightdivider {
  float: left;
  width: 0px;
  height: 115px;
  margin-top: 10px;
}
#content .leftrightwrapper .leftdivider {
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #AAA;
  border-top: 1px solid #FFF;
}
#content .leftrightwrapper .rightdivider {
  border-right: 1px solid #D5D5D5;
  border-left: 1px solid #AAA;
  border-top: 1px solid #FFF;
}
#content .leftrightwrapper .leftside {
  float: left;
  padding-right: 4px;
  width: 210px;
}
#content .leftrightwrapper .middleside {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 0px;
  padding-right: 10px;
  width: 198px;
  float: left;
}
#content .leftrightwrapper .rightside {
  margin-top: 0px;
  margin-left: 17px;
  margin-right: 0px;
  width: 173px;
  float: left;
}
#content .leftrightwrapper .leftside a,
#content .leftrightwrapper .middleside a,
#content .leftrightwrapper .rightside a {
  color: #21759B;
  font-weight: normal;
}
#content .leftrightwrapper .leftside h3,
#content .leftrightwrapper .middleside h3,
#content .leftrightwrapper .rightside h3 {
  padding: 8px 10px 0px 0px;
  text-align: center;
}
#content .leftrightwrapper .leftside p.brief,
#content .leftrightwrapper .middleside p.brief,
#content .leftrightwrapper .rightside p.brief {
  color: #333;
  font-weight: bold;
  line-height: 9px;
  text-shadow: #DADADA 1px 1px 0px;
}
.screenshot h3 {
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}
.screenshot .zoom-wrapper {
  float: left;
  margin: 2px 8px 0px 5px;
}
.screenshot img {
  border-top: 2px solid #BBB;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 2px solid #BBB;
  margin: 1px 1px 1px 4px;
}
/*.screenshot a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}
*/
#get-involved {
  margin: 0px 0px 12px 0px;
  padding: 5px 0px 7px 0px;
  background-color: #F1F2F5;
  border-radius: 8px;
  border: 1px solid #DFDFE0;
  box-shadow: 0px -1px 4px #666;
  -webkit-box-shadow: 0px -1px 4px #CCC;
  -moz-box-shadow: 0px -1px 4px #CCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-shadow: #FFF 0px 1px 0px;
  background: #EFEFEF url('../../assets/images/g-search-gradient.png') repeat-x bottom;
}
.screenshot {
  margin: 0px 0px 12px 0px;
  padding: 5px 0px 7px 0px;
  background-color: #F1F2F5;
  border-radius: 8px;
  border: 1px solid #CCC;
  border-bottom-color: #C1C1C1;
  box-shadow: 0px -1px 4px #666;
  -webkit-box-shadow: 0px -1px 4px #BFBFBF;
  -moz-box-shadow: 0px -1px 4px #BFBFBF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-shadow: #FFF 0px 1px 0px;
  background: #EFEFEF url('../../assets/images/g-search-gradient.png') repeat-x bottom;
}
#get-involved {
  margin: 17px 0px 0px 10px;
  height: 243px;
  width: 260px;
}
#get-involved .split {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #DFDFE0;
}
#get-involved h3,
.screenshot h3 {
  font-size: 13px;
}
#get-involved .gi-col {
  padding: 0px;
  margin: 0px;
  width: 170px;
  font-size: 11px;
  float: left;
}
#get-involved .gi-nightly {
  width: 240px;
  margin: 7px 0px 10px 10px;
  font-size: 11px;
  float: left;
  height: 105px;
}
#get-involved .gi-nightly h3,
#get-involved .gi-col h3 {
  margin-left: 5px;
  margin-bottom: 10px;
}
#get-involved .gi-nightly img {
  padding-left: 3px;
  margin: 0px 0px 0px 3px;
}
#get-involved .gi-nightly p {
  margin: 2px;
  width: 165px;
}
.features .leftside ul li, .features .rightside ul li {
  padding-left: 35px;
}
.features .leftside ul li {
  background: transparent url('../../assets/images/arrow_right.png') no-repeat 10px;
}
.features .rightside ul li {
  background: transparent url('../../assets/images/award_star_gold.png') no-repeat 10px;
}
.features .leftside a, .features .rightside a {
  color: #0084B8;
}
#features-wrapper .whats-next.graphic-paragraph {
  margin-top: 20px;
}
.whats-next em {
  font-style: normal;
  font-weight: bold;
  color: #333;
}

#download-post-steps { }
#download-post-steps .step{
  width: 205px;
  padding: 10px;
  float: left;
/*  border: 1px solid #999;*/
}
#download-post-steps .step h3 {
  font-size: 16px;
  color: #666;
}
#download-post-steps .step h3 span {
  font-size: 20px;
}
#download-post-steps .step a.cta-download-button {
  font-size: 18px;
}


hr {
  border-top: 1px solid #E9E9E9;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 1px;    
}
.left {
  float: left;
    margin: 10px 20px 0px 0px ;
}
.right {
  float: right;
}
.center {
 text-align: center; 
 margin: 0px auto;
}
code {
  color: #366519;
  background-color: #FCF4F2;
}
p.question { 
  width: 670px;
  padding-top: 10px;
  color: #333;
  font-weight: bold;
  font-style: italic;
}
p.answer { 
  color: #555;
}
#content div.code {
  background-color: #F3F3F3;
  border: 1px solid #E6E6E6;
  padding: 10px;
  margin: 5px 10px;
  font-size: 12px;
  font-family: monospace;
  width: 630px;
  color: #5BA900;
  border-radius: 6px;
  -webkit-border-radius: 2px;
}

#content div.notice {
  background-color: #F5F1F1;
  border: 1px solid #999;
  padding: 10px 18px;
  margin: 15px 0px 5px 30px;
  font-size: 12px;
  font-family: monospace;
  width: 580px;
  color: #444;
  -webkit-border-radius: 5px;
  background-color: #FFF;
}
#content div.notice img {
  float: right;
  margin: 10px 0px 0px 20px;
}

.sidebar {
  margin: 10px;
  border: 1px solid #E5E5E5;
  padding: 0px;
  width: 210px;
  float: left;
}
.sidebar h2{
  margin: 0px 0px 0px 0px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  background-color: #5F7699;
  color: #FFF; 
}
.sidebar ul li.heading{
  font-weight: bold;
  color: #333;
}
.sidebar .sidebar-content {
  margin: 15px 15px;
}

.sidebar ul{
  margin: 0px;
  padding: 0px;
}
.sidebar ul li{
  list-style: none; 
  padding: 5px 0px 0px 0px;
  margin: 0px;
}
.sidebar ul li hr{
  border-top: 1px solid #E9E9E9;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 1px;
}
#download-panel {
  border-top: 1px solid #E1E1E2;  
  border-bottom: 1px solid #E1E1E2;  
  padding: 5px 30px;
  width: 500px;
  background-color: #FAFAFA;
  position: relative;
}

.download-bar {
  position: absolute;
  right: 15px;
  width: 210px;
  padding: 8px 4px 4px 8px;
  border: 1px solid #E3E4E5;
  -webkit-border-radius: 5px;
  background-color: #FFF;
}
p.subtext {
/*  font-size: 0.9em;*/
}

.right-ad-unit {
  float: right;
}
.left-ad-unit, .right-ad-unit {
  margin: 40px 0px 0px -12px;
  width: 336px;
}
.left-ad-unit h4, .right-ad-unit h4{
 background-color: #999; 
 padding: 4px 6px;
 margin: 0px;
 line-height: 1.0em;
 color: #FFF;
}


#runner {
  margin-right: 0px;
}
#runner .crumbs {
  padding: 10px 20px 10px 20px;
  color: #444;
  float: left;
  font-size: 11px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;

}
#runner .crumbs a{
  color: #111;
}
.site-link-wrapper {
  margin: 0px auto;
  width: 680px;
}
.site-links {
	padding-left: 60px;
}
.site-links ul {
  float: left;
  width: 128px;
  padding-left: 30px;
}
.site-links ul li{
  list-style: none;
  line-height: 1.6em;
  font-weight: normal;
  color: #444;
  font-size: 12px;
}
.site-links ul li.heading{
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
.site-links ul li.heading a{
  font-weight: bold;
  color: #333;
  font-size: 12px;
}

#footer {
  text-align: center;
}
#runner .author{
  margin: 0 auto;
  width: 350px;
  color: #555;
  text-align: center;
  line-height: 20px;
}
#runner a.nof3 {
	font-weight: bold;
}
#author h3, #author h3 a {
  color: #111;  
  font-size: 12px;  
  text-decoration: none;
}

.support-column {
  float: left;
  width: 310px;
  padding: 5px 10px;
}
#developers {
  margin-bottom: 5px;
  padding: 0px;
  width: 810px;
}
div#developers div.developerpanel {
  padding: 10px;
  width: 380px; 
  height: 170px;
  float: left;
  border-top: 1px solid #F1F2F5;
}
div#developers div.developerpanel span{
  color: #BBB;
  font-style: italic;
}
div#developers div.developerpanel #ben-perry-photo{
  background: transparent url(../../assets/images/photos/ben-perry.jpg) no-repeat;
  width: 66px;
  height: 121px;
  margin-right: 12px;
  float: left;
  border: 3px solid #EEE;
}
div#developers div.developerpanel #ben-perry-photo:hover{
  cursor: crosshair;
}
div#developers div.developerpanel #ben-perry-photo:active{
  background: transparent url(../../assets/images/photos/ben-perry-over.jpg) no-repeat;
}
div#developers div.developerpanel a{
  font-weight: bold;
  color: #0084B8;
}
div#developers div.developerpanel img{
  float: left;
  border: 3px solid #EEE;
  margin-right: 10px;
}
table.archive {
  border-left: 1px solid #F1F2F5;
  border-top: 1px solid #F1F2F5;
  border-bottom: 1px solid #F1F2F5;
}
table.archive tr th,table.archive tr td{
  padding: 5px 10px;
  margin: 0px;
  color: #555;
}
table.archive tr th{
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #F1F2F5;
}
table.archive tr th{
  font-weight: bold;
  border: 1px solid #F1F2F5;
}
table.archive tr td{
  border-right: 1px solid #F1F2F5;
  border-bottom: 1px solid #F1F2F5;
}
table.archive thead tr th,table.archive thead tr td{
  background-color: #5F7699;
  color: #FFF;
  font-weight: bold;
}
table.archive tr.latest th,table.archive tr.latest td{  
  background-color: #D2E3FA;
  font-weight: bold;
  color: #000;
}
table.archive tr.latest th {
  font-weight: bold;
}

.banner {
  margin: 8px 3px 3px 3px;
  background-color: #E4F2FD;
  border: 1px solid #DDD;
  color: #444;
  font-weight: normal;
  font-size: 13px;
  padding: 8px 20px;
  float: left;
}
.banner a{
  color: #222;
    font-weight: bold;
}
.screenshot-bar { 
  width: 494px;
  height: 162px;
  background: #FFF url('../../assets/images/screenshot-background.gif') no-repeat;
  margin: 20px 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
}
.screenshot-bar h2{
  font-size: 22px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #777;
}
.screenshot-bar img{
  margin-left: 4px;
  margin-right: 10px;
  border: 2px solid #FEFEFE;
}

.cocoamysqllogo {
  margin: 10px 10px;
}

.entry, .entry p{
  line-height: 2.4em;
}

.sidebar-content p{
  line-height: 1.6em;
}

.code .hilight {
    font-family: monospace;
    font-weight: bold;
    color: #110022;
}
.code .comment {
    font-family: monospace;
    text-decoration: italic;
    color: #446644;
}

.screenshot-wrapper{
    padding: 0px 0px 0px 0px;
    position: relative;
}
.screenshot-wrapper img{
    padding-bottom: 0px;
}
.screenshot-wrapper p{
    margin: 0px 10px 5px 0px;
    position: absolute;
    bottom: -4px;
    left: -4px;
    padding: 5px 10px;
    background-color: #D6DDE5;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #BBB;
    color: #606E7F;
    text-transform: uppercase;
}
.screenshot-wrapper.thumbnail {
    width: 240px;
}
.requisites-wrapper{
    margin: 0px 10px 5px 0px;
    width: 450px;
    font-size: 10px;
    padding: 5px 10px;
    background-color: #D6DDE5;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #BBB;
    color: #606E7F;
}
.requisites-wrapper img{
    padding-bottom: 15px;
}
.requisites-wrapper h2{
    color: #606E7F;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.requisites-wrapper ul{
    margin: 0px 10px 10px 10px;
    padding: 0px;
}
.requisites-wrapper ul li{
    line-height: 1.8em;
    list-style: none;
}
.requisites-wrapper ul li:before { 
    content: "- "; 
}

ul.table-of-contents li {
    font-size: 11px;
    line-height: 1.8em;
}
ul.table-of-contents li ul {
    padding-left: 20px;
    color: #777;
}
.alert-box {
    margin: 20px 58px;
    width: 520px;
    padding: 15px 20px;
    border: 1px solid red;
    background-color: #FCC;
    float: left;
    font-weight: bold;
}
#content p a {
  color: #0084B8;
}
#donate {
  float: left;
  width: 340px;
  border-top: 1px solid #EEE;
  padding-top: 2px;
  font-size: 12px;
  color: #666;
  line-height: 1.8em;
}
.donate-image {
  margin-top: 5px;
  float: left;
  padding: 0px 30px 0px 0px;
}

.icon-paragraph {
  padding-left: 50px;
  min-height: 38px;
}  
.icon-support { background: transparent url('../../assets/images/g-icon-get-answers.png') no-repeat; }
.icon-get-involved { background: transparent url('../../assets/images/g-icon-get-involved.png') no-repeat; }

#docs h3.heading-graphic{
  padding-left: 45px;
  position: relative;
  line-height: 1.9em;
  padding-top: 2px;
}
h3.heading-graphic img{
  position: absolute;
  left: 2px;
  top: 3px;
}
span.graphic-img {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
}
.graphic-img.osx {
    background: transparent url('../../assets/images/osx-icon.png') no-repeat top left;
    background-size: 32px 32px;
}
.graphic-img.power-users {
    background: transparent url('../../assets/images/power-users.png') no-repeat top left;
    background-size: 32px 32px;
}

h3.med-graphic{
  padding-left: 35px;
  position: relative;
  line-height: 1.0em;
  padding-top: 2px;
  text-transform: uppercase;
}
h3.med-graphic img{
  position: absolute;
  left: 2px;
  top: -3px;
}
.graphic-paragraph{
  position: relative;
  line-height: 1.7em;
  padding-top: 2px;
  margin-top: 13px;
  margin-bottom: 18px;
}
.graphic-paragraph .graphic-img {
  float: left;
  padding: 2px 2px 0px 0px;
  margin-right: 10px;
}
.graphic-paragraph img{
  position: relative;
}
.announcement {
  position: relative;
  width: 898px;
  height: 40px;
  margin: -15px 0px 10px -19px;
  position: absolute;
  top: -20px;
  padding: 0px;
}
.announcement h4{
  font-size: 18px;
  color: #111;
  display: none;
  position: absolute;
  line-height: 1.3em;
  left: 10px;
  margin: 3px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
  text-transform: uppercase;
  text-shadow: #FFF 1px 1px 1px;
}
.announcement ul{
  width: 600px;
  position: absolute;
  top: 7px;
  right: 7px;
  margin: 0px;
  list-style: none;
}
.announcement ul li {
  float: right;
  margin-left: 10px;
}
.announcement ul li a {
  font-weight: bold;
  color: #111;
  text-decoration: none;
  text-shadow: #FFF 1px 1px 1px;
}
.announcement ul li a:hover {
  text-decoration: none;
  color: #666;
  border-bottom: none;
}

/* Search Box Styles */

.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}
.cse-branding-form {
  background-color: transparent;
}
.not-found {
  margin-left: 10px;
  padding-left: 10px;
}
.not-found ul{
  list-style: none;
}


@-webkit-keyframes alertAnimation {
  from { -webkit-box-shadow: 0 0 15px rgba(255,238,102,.01); }
  50% { -webkit-box-shadow: 0 0 15px rgba(255,238,102,1); }
  to { -webkit-box-shadow: 0 0 15px rgba(255,238,102,.01); }
}

p span.alert {
    background-color: rgba(255, 170, 34,0.3);
    font-weight: bold;
}

video {
	border: 4px solid #999;	
}
.feature-video video {
	margin-left: -9px;
}

/* Videos page */
  #video-wrapper div,
  #video-wrapper h1,
  #video-wrapper h2,
  #video-wrapper h3,
  #video-wrapper a,
  #video-wrapper span,
  #video-wrapper p {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
  }
  #video-wrapper h1 {
    font-size: 24px;
    margin: 10px 0px 15px;
    padding: 0px;
    border: none;
    color: #2F4786;
    font-weight: 500;
  }
  #video-wrapper h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #414141;
  }
  #video-wrapper h3.timesizetitle {
    font-size: 13px;
    font-weight: bold;
    color: #8F8F8F;
  }
  #video-wrapper h3.timesizetitle span {
/*    text-decoration: underline;*/
    color: #8F8F8F;
  }
  #video-wrapper p {
    font-size: 12px;
  }
  #video-wrapper ul li {
    list-style: none;
  }
  #video-wrapper ul li:before {
    content:"* ";
  }
  
  /* Feature Video*/
  #video-wrapper .feature-video {
    display: block;
  }
  
  /* Other Videos*/
  #video-wrapper #other-videos {
    margin: 20px 0px 0px 0px;
    background: -moz-linear-gradient(100% 100% 90deg, #E2E2E2, #FFF, #FFF, #FFF, #FFF, #FFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), color-stop(0.8, #FFF), to(#E2E2E2));
    background: -webkit-linear-gradient(270deg, white, white, white, #E2E2E2);
    
    
    border: 1px solid #C2C2C2;
    padding: 0px;
  }
  #video-wrapper #other-videos h2 {
    margin: 20px 10px 10px 20px; 
  }
  
  #video-wrapper #other-videos .video-thumb {
    width: 182px;
    height: 163px;
    float: left;
    padding: 10px 0px 0px 22px;
  }
  
  #video-wrapper #other-videos .video-thumb a {
    display: block;
    margin: 0px 0px 0px 0px;
  }
  #video-wrapper #other-videos .video-thumb a {
    text-decoration: none;
  }
  #video-wrapper #other-videos .video-thumb a span{
    text-decoration: none;
    display: block;
    color: #878787;
    line-height: 1.1em;
    font-weight: bold;
  }
  #video-wrapper #other-videos .video-thumb:hover a span {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  #video-wrapper #other-videos .video-thumb img {
    width: 182px;
    height: 95px;
    border: 2px solid #E2E2E2;
  }
  #video-wrapper #other-videos .video-thumb:hover img {
    border: 2px solid #314887;
  }
  #video-wrapper #other-videos-more {
    border: 1px solid #C2C2C2;
    padding: 4px 0px 4px 22px;
    border-top-color: #E7E7E7;
    margin-bottom: 14px;
  }
  #video-wrapper #other-videos-more a {
    color: #004881;
    font-weight: bold;
  }
	.cta-button {
		background: white;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F4F4F4));
		padding:10px 10px 10px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px;
		border-color: initial;
		border-bottom-left-radius: 7px 7px;
		border-bottom-right-radius: 7px 7px;
		border-top-left-radius: 7px 7px;
		border-top-right-radius: 7px 7px;
		font-size: 16px;
		position: relative;
		margin-bottom: 10px;
		margin-left: 35px;
		width: 290px;
	}
	.cta-button:hover {
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F4F4F4), to(#FEFEFE));
	}
	.cta-button #bundle-image {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 48px;
		height: 48px;
		background: transparent url(../../assets/images/bundles.png) no-repeat 0px 0px;
	}
	#docs .cta-button #bundle-image {
		background: transparent url(../../assets/images/bundles-large.png) no-repeat 0px 0px;
	}
	.cta-button #query-editor-image {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 48px;
		height: 48px;
		background: transparent url(../../assets/images/query-editor.png) no-repeat 0px 0px;
	}
	.cta-button #shortcuts-image {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 48px;
		height: 48px;
		background: transparent url(../../assets/images/keyboard-shortcuts.png) no-repeat 0px 0px;
	}
	#docs .cta-button #shortcuts-image {
		background: transparent url(../../assets/images/keyboard-shortcuts-large.png) no-repeat 0px 0px;
	}
	.cta-button #getting-connected {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 48px;
		height: 48px;
		background: transparent url(../../assets/images/getting-connected-32.png) no-repeat 0px 0px;
	}
	#docs .cta-button #getting-connected {
		background: transparent url(../../assets/images/getting-connected-large.png) no-repeat 0px 0px;
	}
	
	body .features .cta-button a,
	body #docs .cta-button a {
		display: block;
		color: #111;
		text-decoration: none;
		margin-left: 50px;
	}
	body #docs .cta-button a {
		margin-left: 60px;
	}
	body .features .cta-button a span,
	body #docs .cta-button a span {
		color: #999;
		font-size: 15px;
	}
p.less-emphasis {
	color: #999;
	font-style: italic;
}

/* cupid green (inspired by okcupid.com)
*******************************************************************************/
.newbutton.cupid-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 7px 8px 7px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 170px;
}

.newbutton.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
  text-decoration: none;
}

.newbutton.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

.newnotice {
    border-top: 4px solid #2C96D5;
    font-size: 0.9em;
    margin-bottom: 18px;
    padding: 14px 14px 20px;
    background: -moz-linear-gradient(top, #E5E5E5 0%, #FFF 10%);
    background: -webkit-gradient(linear, 0% 0%, 0% 10%, from(#E5E5E5), to(#FFF));
}
#content .newnotice h1{
    padding: 0px 0px 0px 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 33px;
    height: 32px;
    border: none;
    background: transparent url(../../assets/images/bundles.png) no-repeat 0px 0px;
}
#content .newnotice h1.noicon{
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
	background-image: none;
}
.nnright {
    float: right;
    margin: 0px 0px 10px 10px;
    width: 270px;
}
#content .newnotice p {
    margin-bottom: 1.2em;
	font-size: 12px;
}
#content .newnotice .newbutton {
    clear: left;
}

.step {
    position: relative;
    margin: 15px 0px 15px 50px;
    padding: 4px 10px 4px 20px;
    border-left: 4px solid #2C96D5;
}
.step-number {
    position: absolute;
    background: #c63929;
    background: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ee432e), color-stop(0.5, #c63929), color-stop(0.5, #b51700), color-stop(1, #891100));
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
      -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
      box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
    background-color: white;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    line-height: 32px;
    text-shadow: #222 0px -1px 1px;
    height: 30px;
    top: 10px;
    left: -50px;
    width: 30px;
}
.bundle-list *{
	font-family: 'Lucida Grande','Helvetica';
}

.bundle-list h3{
    font-weight: 400;
}
.bundle-list h3 span.author{
    padding-left: 5px;
}
.bundle-list p{
	font-size: 12px;
	margin: 0px;
}
.bundle-list span{
	font-size: 11px;
	color: #999;
}
.bundle-list .bundle-item h3 {
	font-size: 15px;
}

kbd {
	background: -moz-linear-gradient(top, #EBECEE 0%, #D5D7DB 10%);
    background: -webkit-gradient(linear, 0% 0%, 0% 10%, from(#EBECEE), to(#D5D7DB));
	border-bottom: 1px solid #BBB;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-left: ;
	border-right: 1px solid #BBB;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	color: #333;
	display: inline-block;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding: 0px 4px;
	text-align: center;
	text-shadow: white 0px 1px 0px;
}
var {
	color: #336699;
	font-weight: bold;
}


#share-form label {
	width: 110px;
	float: left;
	clear: left;
	text-align: right;
}
#share-form span {
	float: left;
}
#share-form div.field-input {
	float: left;
	width: 200px;
}
#share-form table {
	border-collapse: collapse;
}
#share-form table th {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
	margin: 2px;
}
p.description {
	clear: both;
	float: left;
}
#share-form input, #share-form textarea { 
	padding: 4px;
	border: solid 1px #C4C4C4;
	outline: 0;
	font: normal 13px/100% 'Lucida Grande', Helvetica, sans-serif;
	width: 400px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	}

#share-form select {
	font-size: 14px;
} 
#share-form textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

div.messages {
	background-color: rgba(0, 124, 0, 0.183594);
	padding: 4px;
}

table.archive.simple th.constant {
	color: #2C96D5;
}
table.archive.simple tr.row-bottom td {
	border-bottom: 1px solid #E1E2E5;
}

table.archive.simple tr.row-bottom td p.restriction {
	font-size: 10px;
	color: gray;
}

output {
	font-family: monospace;
	color: #336699;
	padding: 5px 10px;
	margin: 5px 0px;
	background-color: #F2F2F2;
	display: inline-block;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
}
h4.method {
	font-size: 14px;
	color: #336699;
	font-family: monospace;
	font-weight: normal;
	padding: 4px 0px 3px;
	margin-top: 12px;
	margin-bottom: 4px;
}
h4.method span {
	color: rgba(51, 102, 153, 0.6);
	font-style: italic;
}
img.highlightright {
	float: right;
	margin-top: 4px;
	border: 2px solid #CCC;
}
div.indents dd {
	margin-left: 40px;
}



/* Docs */
table.shortcuts { width: 490px; }
table.shortcuts td { width: 120px; line-height: 25px }
.shortcuts th,.shortcuts td{padding:5px 5px 4px;}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table td {
  vertical-align: top;
}
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}
.table thead tr th.dark, .table thead tr td.dark {
  background-color: #EFEFEF;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}


/* New Docs styles */
#docs .cta-button { 
	float: left; 
	margin-left: 5px;
	height: 50px;
}


/* New Docs section */
#docs .questions {
	margin-bottom: 1em;
}
#docs .question-answers,
#docs .home-main-content ul.articles-list {
	margin: 7px 0px 0px 0px;
}
#docs .question-answers .question,
#docs .articles-list .article {
	background: transparent url(../../assets/images/g-icon-documentation-small.png) no-repeat top left;
	line-height: 16px;
	list-style: none;
	padding-left: 28px;
	margin: 0px 0px 14px;
}
#docs .question-answers .question {
	background-image: url(../../assets/images/g-icon-question-small.png);
}
#docs .question-answers .question a,
#docs .articles-list .article a {
	font-weight: bold;
}


/* Boot strap bits and pieces*/

}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}


#docs .home-main-content ul.nav.nav-tabs {
	margin-left: 0px;
}
.nav-tabs li {
	list-style: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label,.badge {
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: 
	#ffffff;
	text-shadow: 0 -1px 0 
	rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
}

.nav.nav-tabs .label,
.nav.nav-tabs .badge {
	margin-left: 8px;
}
	

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
