/*global*/
html,body {
    font-family: Arial, sans-serif;
    color: #4d4d4d;
    height: 100%;
}
.container,.navbar .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {width: 960px;}
a,a:hover,a:focus {color: #0088cc;}
.btn-primary {
    padding: 5px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: none;
    background: #0088cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0088cc', GradientType=0);
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
    color: #fff;
    background: #0088cc;
}
.btn-primary:active,.btn-primary.active {background: #0088cc;}
.btn-large {
    padding: 15px 40px;
    color: #fff;
    font-family: Helvetica;
    font-weight: bold;
    border: 1px solid #496e01;
    background-color: #8dcb12;
    background-image: -moz-linear-gradient(top, #94cf13, #83c711);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94cf13), to(#83c711));
    background-image: -webkit-linear-gradient(top, #94cf13, #83c711);
    background-image: -o-linear-gradient(top, #94cf13, #83c711);
    background-image: linear-gradient(to bottom, #94cf13, #83c711);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94cf13', endColorstr='#ff83c711', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 0 \9;
}
.btn-large:hover,.btn-large:focus,.btn-large:active,.btn-large.active,.btn-large.disabled,.btn-large[disabled] {
    color: #fff;
    background: #8dcb12;
}
.btn-large:active,.btn-large.active {background: #8dcb12;}
/*navbar*/
.navbar {
    margin-bottom: 0;
    min-width: 960px;
    border-top: 2px solid #0088cc;
}
.navbar-inner {
    height: 58px;
    line-height: 58px;
    padding-left: 10px;
    border: none;    
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fcfcfc, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#eee));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #eee);
    background-image: -o-linear-gradient(top, #fcfcfc, #eee);
    background-image: linear-gradient(to bottom, #fcfcfc, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffeeeeee', GradientType=0);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
     -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
  -webkit-border-radius: none;
     -moz-border-radius: none;
          border-radius: none;
}
.navbar .nav > li {
    float: none;
    display: inline-block;
}
.navbar .brand {
    margin: 0;
    padding: 0;
}
.navbar .nav > li > a {
    margin: 0 20px;
    padding: 0;
    color: #4d4d4d;
    font: 16px Tahoma;
}
.navbar .nav a:hover,.navbar .nav a:focus {color: #0088cc !important;}
.navbar .nav > li > a.project {margin: 0 0 0 4px;}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #0088cc;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .btn,.navbar .btn-group {margin-top: 0;}
.navbar .nav li {
    *display: inline;
    *zoom: 1;
}
.navbar .nav li a {
    *margin: 0 20px;
    *color: #4d4d4d;
    *font: 16px Tahoma;
}
.navbar .nav .active a,.navbar .nav a:hover,.navbar .nav .active a:hover,.navbar .nav .active a:focus {
    *color: #0088cc;
    *text-decoration: none;
    *background: none !important;
}
/*hero-unit*/
.hero-outer {
    background: url(../images/hero-bg-texture.png) repeat-x;
    border-bottom: 1px solid #e5e5e5;
}
.hero-inner {
    background: url(../images/hero-bg.png) no-repeat;
    height: 330px;
}
.hero-unit {
    width: 266px;
    float: right;
    padding: 44px 34px;
    margin-bottom: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-family: "Segoe UI";
    letter-spacing: 1px;
}
.hero-unit h1 {
    margin-bottom: 15px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.30);
}
.hero-desc {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
    /*opacity: .8;
    filter: Alpha(opacity=80);*/
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.90);
}
.hero-unit a {color: #fff;}
.view-github {
    margin-top: 5px;
    text-decoration: underline;
    font-size: 14px;
    display: block;
}
.view-github i {
    width: 26px;
    font-size: 24px;
    opacity: .5;
    filter: Alpha(opacity=50);
    text-decoration: none;
    vertical-align: -4px;    
}
.fw-normal { font-weight: normal;}
/*footer*/
.footer {
    min-width: 960px;
    border-top: 2px solid #0088cc;
    padding: 25px 0 100px;
    background-color: #4d4d4d;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial;
}
.footer .pull-left {
    opacity: .8;
    filter: Alpha(opacity=80);    
}
.footer .pull-left a {color: #fff;}
.footer .pull-right a {
    color: #acacac;
    display: inline-block;
    margin-right: 5px;
}
.footer .pull-right a:hover {
    color: #fff;
    text-decoration: none;
}
.footer .pull-right .icon-rss { vertical-align: -2px;}
/*main common*/
.main {
    margin-top: 35px;
    margin-bottom: 18px;
    min-height: 100%;
}
.main .content h1 {
    margin: 0 0 25px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
}
.main .content h2 { font-size: 28px;}
.main .content h2,.main .content h3,.main .content h4 {
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}
.main .content h2,.main .content h3,.main .content h4,.main .content p {
    margin: 0 0 20px;
    font-weight: normal;
}
.main .content ul,.main .content ol {margin: 0 0 20px 20px;}
.main .content li {line-height: 24px;}
.main .content .btn-wrap {margin: 0 0 30px;}
.content {
    float: left;
    width: 660px;
}
.content-inner {
    border-right: 1px solid #e5e5e5;
    padding: 0 22px 20px 10px;
    min-height: 260px;
}
.sidebar {
    float: right;
    width: 300px;
}
.sidebar h4,.sidebar p {font-size: 14px;}
.sidebar-inner {padding: 0 10px 0 25px;}
.sidebar-some-links h4 {margin: 4px 0;}
.sidebar-some-links a:hover { text-decoration: none;}
.sidebar-some-links a:hover h4 {text-decoration: underline;}
.sidebar-some-links a p {color: #4d4d4d;}
.downloads,.documentation,.community {
    display: block;
    height: 60px;
    margin-bottom: 40px;
}
.downloads i,.documentation i,.community i {
    color: #cbcbcb;
    width: 85px;
    float: left;
}
.downloads i {
    margin-top: -4px;
    text-indent: 2px;
}
.documentation i {text-indent: 4px;}
.community i {margin-top: 4px;}
/*main index*/
.main-index {    
    margin-top: 35px;
    min-height: inherit;
}
.main-index .content-inner {padding-bottom: 70px;}
.main-index .content h1,.main-index .content h2,.main-index .content h3,.main-index .content h4 {
    padding-bottom: 0;
    border-bottom: none;
}
.main-index .btn-large {padding: 11px 20px;}
.main-index .btn-large i {
    font-size: 28px;
    vertical-align: -4px;
    margin-right: 8px;
}
.features-title {
    font-size: 26px;
    margin-bottom: 5px !important;
}
.recent-news {border-top: 1px solid #e5e5e5;}
.recent-news-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 28px 0 18px;
}
.recent-news-item h4 {margin: 6px 0;}
.recent-news-item p { font-size: 13px;}
/*main community*/
.community-items {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;    
}
.community-item {margin-bottom: 40px;}
.community-item-name {
    float: left;
    width: 50%;
}
.community-item-name h2 {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.community-item-action {
    float: right;
    width: 46%;
}
.community-item-action p {
    margin-bottom: 10px !important;
    font-size: 12px;
}
/*main blog*/
.main-blog .content h2 a,.posted a,.posted a:hover {color: #4d4d4d;}
.main-blog .content h2 a:hover {
    color: #0088cc;
    text-decoration: none;
}
.main-blog .content h1,.main-blog .content h2,.main-blog .content h3,.main-blog .content h4 {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.main-blog .content div,.main-blog .content p {font-size: 12px;}
.posted {
    margin-bottom: 15px;
    padding: 3px 15px;
    color: #8C8C8C;
    font-size: 0.95em;
    background: #ECECEC;
}
.posted .author {color: #4d4d4d;}