@charset "utf-8";
@import url(reset.css);
@import url(type.css);
body {
	background-color: #717883;
}

a {
    text-decoration:none;
    color: #3080c8;
}

a:hover {
    color: #36A0FF
}

.clear {
    clear: both;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
* html .clearfix {height: 1%;}
/* end hide from IE-mac */

.more-btn {
    display: block;
    cursor: pointer;
    border: 1px solid #94afbd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5a7c9d;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .2);
    background: #fff url(../img/button-bg.jpg) left bottom repeat-x;
    text-shadow: 0 1px 0 #fff;
}
.more-btn.disabled {
    color: #C9D5DF;
    border-color: #C9D5DF;
}
.more-btn.disabled .more-btn-idle { display: none; }
.more-btn.disabled .more-btn-busy { display: block !important; }

.more-btn.disabled img {
    opacity: 0.4;
}

ul.errorlist {
    color:#C03000;
    font-weight:bold;
}

div.alert {
    clear: both;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 15px;
    color: #666;
}

/* ---------------------------------------- Global Layout ---------------------------------------- */

.container {
    width: 960px;
    margin: 0 auto;
}

.primary {
    float: left;
    position: relative;
}

.secondary {
    float: left;
    position: relative;
}

/* ---------------------------------------- Base Header ---------------------------------------- */

#global-nav {
    background: #234b6f;
    overflow: hidden;
    padding: 8px 0;
}

#global-nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

#global-nav ul li {
	float: left;
	margin: 0 0 0 20px;
	list-style-image: none;
	list-style-type: none;
}

#global-nav ul li a {
    color: #c3ccd9;
    font-size: 11px;
}

#local-nav {
    background: #4e7ba3;
    border-top: 1px solid #6c9cc7;
    border-bottom: 1px solid #427eb4;
    height: 69px;
}

#local-nav .container {
    position: relative;
    z-index: 2;
}

#local-nav #logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#local-nav ul {
    position: absolute;
    top: 19px;
    right: 0;
}

#local-nav ul li {
    float: left;
    margin: 0 0 0 10px;
}

#local-nav ul li a, #local-nav ul li span.username {
    display: block;
    font-size: 14px;
    color: #d9e6f8;
    padding: 8px 14px;
    font-weight: 500;
    text-shadow: 0 -1px 0 #032b4d;
    line-height: 1.1;
}

#local-nav ul li a:hover {
    color: #fff;
}

#local-nav ul li span.username {
    background: url(../img/down-notch.png) right center no-repeat;
}

#local-nav ul li.selected a, #local-nav ul li.selected span.username {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255, 255, 255, .2);
    background: #1a4e82;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#254665', endColorstr='#30597e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#254665), to(#30597e)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #254665,  #30597e); /* for firefox 3.6+ */
    text-shadow: 0 -1px 0 #032b4d;
}

#local-nav ul li.user-dropdown:hover span.username {
    color: #3080C8;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    background: none;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    text-shadow: none;
}

#local-nav ul li:last-child a {
    padding-right: 0;
}

#local-nav ul li:last-child.selected a {
    padding-right: 14px;
}

.user-dropdown {
    position: relative;
}

#local-nav .user-dropdown ul.dropdown {
    display: none;
    z-index: 99999;
    background-color: #f6f6f6;
    width: 150px;
    top: 30px;
    -webkit-border-radius: 7px 0 7px 7px;
    -moz-border-radius: 7px 0 7px 7px;
    border-radius: 7px 0 7px 7px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#local-nav .user-dropdown:hover ul.dropdown {
    display: block;
}

#local-nav .user-dropdown ul.dropdown li {
    width: 100%;
    padding: 0;
    margin: 0;
}

#local-nav .user-dropdown ul.dropdown li a {
    display: block;
    background: none;
    padding: 10px 16px;
    border: none;
    margin: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    color: #1E3950;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
}

#local-nav .user-dropdown ul.dropdown li:first-child a {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

#local-nav .user-dropdown ul.dropdown li:last-child a {
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

#local-nav .user-dropdown ul.dropdown li a:hover {
    background: #ffffff;
    color: #3080c8;
}

#Ads {
	float: right;
	margin-right: 20px;
	margin-left: 60px;
}

#page-header #cta li a.learn-more {
    background: url(../img/marketing/homepage/cta-buttons.png) 164px 0;
}

#page-header #cta li a.learn-more:hover {
    background: url(../img/marketing/homepage/cta-buttons.png) 164px -48px;
}

#page-header #cta li a.learn-more:active {
    background: url(../img/marketing/homepage/cta-buttons.png) 164px -96px;
}

/* ---------------------------------------- Base Content ---------------------------------------- */

#content {
    overflow: hidden;
    background: #e5e9ed;
    border-top: 1px solid #fff;
}

#content .container {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/* ---------------------------------------- Base Footer ---------------------------------------- */

#footer .container {
    padding: 50px 0;
    text-shadow: 0 -1px 0 #484d55;
    overflow: hidden;
}

#footer .copyright {
    float: right;
    color: #abb6c5;
    font-size: 14px;
}

#footer .copyright a {
    color: #cbd2dc;
}

#footer li {
    float: left;
    margin: 0 22px 0 0;
    font-size: 14px;
}

#footer li a {
	color: #cbd2dc;
	font-weight: 500;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.4)), to(rgba(0,0,0,1)));
	font-size: 12px;
}


/* ---------------------------------------- Page header ---------------------------------------- */

#page-header {
    background: #d1dbe5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b8c4d4;
}

#page-header .container {
	position: relative;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#page-header h1 {
	font-size: 32px;
	line-height: 1.2;
	text-shadow: 0 1px 0 #fff;
	margin: 0 0 20px;
	font-family: "微软雅黑", "华文细黑", "黑体";
}

#page-header p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 22px;
	text-shadow: 0 1px 0 #fff;
}


/* ---------------------------------------- Feature Expoloer ----------------------------------------- */

#feature-explorer {
	background: #fff;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#feature-explorer .container {
    position: relative;
}

#feature-explorer.slider h2 {
    background: url(../image/popular-features.png) no-repeat;
    width: 222px;
    height: 30px;
    text-indent: -9999em;
    border: none;
    margin: 0 0 20px;
}

#feature-explorer .jcarousel-container {
    clear: both;
}

#feature-explorer h2 a {
    float: right;
    display: block;
    width: 41px;
    height: 24px;
    background: url(../image/feature-buttons.gif) 41px 0;
    text-indent: -9999em;
    margin-top: -2px;
}

#feature-explorer h2 a:hover {
    background: url(../image/feature-buttons.gif) 41px -24px;
}

#feature-explorer h2 a:active {
    background: url(../image/feature-buttons.gif) 41px -48px;
}

#feature-explorer ul {
    overflow: hidden;
    clear: both;
    margin: 0 0 70px -13px;
    width:1000px;
}

#feature-explorer ul li {
	width: 174px;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}

#feature-explorer ul li:last-child {
    margin: 0;
}

#feature-explorer .frame {
	width: 220px;
	height: 170px;
	display: block;
	background-position: center center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}

#feature-explorer ul li .frame span {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;

}

#feature-explorer ul li:hover .frame span {
    position: absolute;
    opacity: .95;
    width: 220px;
    height: 170px;
    display: block;
    background: url(../image/feature-zoom.png) center center no-repeat;
    -webkit-animation-name: appear;
    -webkit-animation-duration: .20s;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: linear;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

@-webkit-keyframes appear {
    from {
        -webkit-transform: scale(.3);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.1);
        opacity: .8;
    }
    to {
        -webkit-transform: scale(1);
    }
}

#feature-explorer .frame img, #feature-explorer a.frame {
    display: block;
}

#feature-explorer h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 14px;
}

#feature-explorer li h3 {
	color: #3080C8;
}

#feature-explorer p {
	font-size: 13px;
	line-height: 24px;
}

#feature-explorer .previous, #feature-explorer .next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
}

#feature-explorer .previous {
    background: url(../img/marketing/homepage/feature-buttons.gif) 0 0;
}

#feature-explorer .previous:hover {
    background: url(../img/marketing/homepage/feature-buttons.gif) 0 -24px;
}

#feature-explorer .previous:active {
    background: url(../img/marketing/homepage/feature-buttons.gif) 0 -48px;
}

#feature-explorer .next {
    background: url(../img/marketing/homepage/feature-buttons.gif) -24px 0;
}

#feature-explorer .next:hover {
    background: url(../img/marketing/homepage/feature-buttons.gif) -24px -24px;
}

#feature-explorer .next:active {
    background: url(../img/marketing/homepage/feature-buttons.gif) -24px -48px;
}


/* ---------------------------------------- Network Footer ---------------------------------------- */

#network-footer {
    background: #f1f4f2;
    border-top: 1px solid #b8c4d4;
}

#network-footer .container {
	border-top: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#network-footer h3 {
    font-size: 14px;
    font-family: "Gotham Rounded";
    font-weight: 500;
    margin: 0 0 30px;
}

h3#trending-topics-from-network {
    background: url(../image/trending-topics.png);
    width: 67px;
    height: 30px;
    text-indent: -9999em;
    position: relative;
}

.trending-topics .explore {
    display: block;
    float: right;
    margin: -5px 136px 0 0;
    text-indent: -9999em;
    background: url(../img/marketing/homepage/explore-btn.png);
    width: 58px;
    height: 24px;
}

.trending-topics .explore:hover {
    background: url(../img/marketing/homepage/explore-btn.png) 0 -24px;
}

.trending-topics .explore:active {
    background: url(../img/marketing/homepage/explore-btn.png) 0 -48px;
}

h3#used-by {
    background: url(../image/used-by-text.png);
    width: 67px;
    height: 30px;
    text-indent: -9999em;
}

h3#works-everywhere {
    width: 67px;
    height: 30px;
    text-indent: -9999em;
}

#network-footer .favicon {
    float: left;
    padding: 10px;
    background: #dce4e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, .15), 0 1px 0 #fff;
    width: 16px;
    height: 16px;
}

#network-footer .post-body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 28px;
	margin-left: 10px;
}

#network-footer .post-body h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}

#network-footer .post-body p {
    font-size: 13px;
    opacity: .6;
    margin: 0 0 20px;
}

#network-footer .comment-count {
	font-size: 12px;
	padding: 2px 0 1px 24px;
	background-image: url(../image/post-icons.png);
	background-repeat: no-repeat;
}

#network-footer .like-count {
    font-size: 12px;
    padding: 2px 0 1px 24px;
    background: url(../img/marketing/homepage/post-icons.png) 0 -17px no-repeat;
}

#network-footer .people-participating {
    font-size: 12px;
    padding: 2px 0 1px 34px;
    background: url(../img/marketing/homepage/post-icons.png) 0 -34px no-repeat;
}

#network-footer .divider {
    border-left: 1px dotted #afbbbf;
    margin: 0 10px;
}

#network-footer .trending-topics, #network-footer .used-by, #network-footer .works-everywhere {
    float: left;
}

#network-footer .trending-topics {
    width: 455px;
}

#network-footer .used-by {
    padding: 0 20px;
    margin: 0 20px;
    border-left: 1px dotted #b8c4d4;
    border-right: 1px dotted #b8c4d4;
}

#network-footer .works-everywhere li {
    margin: 0 0 4px;
}

#network-footer .works-everywhere li a {
    display: block;
    width: 220px;
    height: 70px;
    text-indent: -9999em;
    background-image: url(../img/marketing/homepage/works-everywhere.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#network-footer .works-everywhere li a.wordpress {
    background-position: 0 0;
}
#network-footer .works-everywhere li a.wordpress:hover {
    background-position: -220px 0;
}

#network-footer .works-everywhere li a.tumblr {
    background-position: 0 -70px;
}
#network-footer .works-everywhere li a.tumblr:hover {
    background-position: -220px -70px;
}

#network-footer .works-everywhere li a.blogger {
    background-position: 0 -140px;
}
#network-footer .works-everywhere li a.blogger:hover {
    background-position: -220px -140px;
}

#network-footer .works-everywhere li a.drupal {
    background-position: 0 -210px;
}
#network-footer .works-everywhere li a.drupal:hover {
    background-position: -220px -210px;
}

#network-footer .works-everywhere li a.everywhere {
    background-position: 0 -280px;
}
#network-footer .works-everywhere li a.everywhere:hover {
    background-position: -220px -280px;
}
