/* Author: Cory Shaw | cory.mp */

/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        height: 100%;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* HOMEPAGE STYLES */

body {
  font-family: Helvetica, Arial, San-seriff;
}

.wrapper {
  margin: 0 auto;
  height: 100%;
}

.top-bar {
  background: black url(../images/home/top_bar_bg.jpg) no-repeat center;
  height: 151px;
  position: relative;
}

.block {
  margin: 0 auto;
  width: 900px;
}

a.logo {
  padding: 35px 0 35px 0;
display: block;
float: left;
width: 260px;
}




/* DOMAIN SEARCH WIDGET */

.top-bar #search {
  float: right;
  width: 414px;
  height: 108px;
  padding: 30px 0 0 35px;
  margin: 13px 10px 0 0;
}

.top-bar #search.up {
  background: url(../images/home/search_bg.png) no-repeat top left;
}

.top-bar #search.dn {
  background: url(../images/home/search_bg_selected.png) no-repeat top left;
}

.top-bar #search #search-text {
  color: #f28900;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.top-bar #search form input#name {
  font-size: 14px;
  padding: 5px;
  float: left;
  margin-right: 5px;  
  color: #a7a5a6;
  border: 1px solid #a7a5a6;
  width: 160px;
}

.top-bar #search .mp {
  padding-top: 5px;
  padding-right: 10px;
  float: left;
  width: 45px;
}

.top-bar #search span {
float: left;
font-size: 18px;
padding: 6px 5px 0 0;
width: 45px;
}

.top-bar #search .spinner {
background: url(../images/home/loading.gif) no-repeat;
width: 20px;
height: 20px;
margin: 5px 0 0 5px;
  float: left;
display: none;
}
.top-bar #search .submit {
  padding: 0;
  margin: 0;
  float: left;
  width: 40px;
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.top-bar #loginLink {
 position: absolute;
width: 103px;
height: 71px;
text-align: right;
 right: 0;
 top: 0;
}

#loginLink a {
 color: white;
font-size: 14px;
padding: 10px 15px 0 0;
display: block;
}

form p {
font-size: 13px;
float: left;
width: 165px;
margin-left: 15px;
line-height: 15px;
}

form .register {
float: left;
width: 88px;
}




/* CONTENT */

.content {
 background: url(../images/home/content_bg.gif) repeat-x;
 height: 530px;
}

.content-block {
  width: 900px;
  margin: 0px auto;
  height: 420px;
}

.content-block .left {
  float: left;
  width: 460px;
}

.content-block h1, .content-other h1 {
  font-size: 28px;
  color: #38050f;
  padding: 15px 0 10px 0;
  line-height: 33px;
}

.content-block h1.tall {
  padding-bottom: 0;
}

.content-block h1 span {
  color: #8c5902;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  padding-left: 10px;
}

.content-block p {
  color: #8c5902;
  font-size: 20px;
  line-height: 28px;
}

#organize, #promote, #own, #reviews {
  display: none;
}

#create {
  background: url(../images/home/organize_bg.jpg) no-repeat top left;
  padding: 20px 0 0 0;
  height: 100%;
}

#organize {
  background: url(../images/home/create_bg.jpg) no-repeat top left;
  padding: 20px 0 0 0;
  height: 100%;
}

#promote {
  background: url(../images/home/promote_bg.jpg) no-repeat top left;
  padding: 20px 0 0 0;
  height: 100%;
}


#own {
  background: url(../images/home/own_bg.jpg) no-repeat top left;
  padding: 20px 0 0 0;
  height: 100%;
}

#reviews {
  padding-top: 20px;
}

#reviews .reviews-top {
  width: 850px;
  height: 44px;
  background: url(../images/home/reviews_top.png) no-repeat;
}

#reviews .reviews-content {
  width: 850px;
  height: 283px;
  padding-top: 10px;
  background: url(../images/home/reviews_bg.png) repeat-y;
}

#reviews .reviews-content .testimonals {
  float: left;
width: 235px;

margin-right: 30px;
padding-left: 25px;
}

#reviews .reviews-content .press {
  float: left;
margin-right: 35px;
padding-left: 15px;
width: 232px;
}

#reviews .reviews-content .twitter {
  float: left;
width: 240px;
padding-left: 5px;
}

#reviews .reviews-bottom {
  width: 850px;
  height: 44px;
  background: url(../images/home/reviews_bottom.png) no-repeat;
}


.content-block ul {
  margin-top: 35px;
  display: block;
}

.content-block ul li {
  padding: 10px 0 35px 110px;
  margin: -30px 0 0 -15px;
}

.content-block ul li p {
  font-size: 14px;
  color: black;
  line-height: 23px;
  padding: 0;
}

.content-block ul li b {
  padding: 30px 0 5px 0;
  display: block;
}

li.mp {
  background: url(../images/home/icon_mp.jpg) no-repeat left;
  height: 100%;
}

li.enable {
  background: url(../images/home/icon_enable.jpg) no-repeat left;
  height: 100%;
}

li.assemble {
  background: url(../images/home/icon_assemble.jpg) no-repeat left;
  height: 100%;
}

li.openid {
  background: url(../images/home/icon_openid.png) no-repeat;
  height: 100%;
  background-position: 7px 40px;
}

li.openid a {
color: #222;
}

li.highlight {
  background: url(../images/home/icon_highlight.jpg) no-repeat left;
  height: 100%;
}

li.design {
  background: url(../images/home/icon_design.jpg) no-repeat left;
  height: 100%;
}

li.personas {
  background: url(../images/home/icon_personas.jpg) no-repeat left;
  height: 100%;
}

li.yours {
  background: url(../images/home/icon_own.jpg) no-repeat left;
  height: 100%;
}






/* ROLLOVER TAAABS */

ul.rollover-tabs {
  margin: 0 auto;
  text-align: center;
  width: 900px;
  position: absolute;
margin-top: 2px;
}



ul.rollover-tabs li {
  float: left;
  width: auto;
  background: url(../images/home/rolloverbtn_right.gif) no-repeat right top;
  height: 98px;
  position: relative;
  display: inline;
  padding: 0;
  margin: 0;
}

ul.rollover-tabs li.active {
  background: url(../images/home/rolloverbtn_right_over.gif) no-repeat right top;
}

ul.rollover-tabs li span {
  background: url(../images/home/arrow.jpg) no-repeat;
  width: 36px;
  height: 15px;
  display: block;
  position: absolute;
top: -10px;
left: 38%;
}

ul.rollover-tabs li a {
  text-decoration: none;
  color: #4e2700;
  display: block;
  padding: 22px 35px 0 35px;
  background: url(../images/home/rolloverbtn_left.gif) no-repeat left top;
  height: 80px;
  width: auto;
  float: left;
  position: relative;
  display: inline;
}

ul.rollover-tabs li.active a {
  background: url(../images/home/rolloverbtn_left_over.gif) no-repeat left top;
}



/* FOOTER */

.footer {
  font-size: 14px;
  text-align: center;
  height: 20px;
  margin: 0px 0 10px 0;
  color: #987342;
}

.footer ul {
 width: 900px;
text-align: center;
}

.footer ul li {
display: inline;
  width: auto;
}

.footer ul li a {
  color: #987342;
}



/* TWITTER WIDGET */

.twtr-widget p {
  font-size: 12px;
color: #222; 
}

.twtr-widget .twtr-hd {
display: none;
}

.twtr-widget .twtr-ft {
display: none;
}

.clearfix {
  clear: both;
}



/* PRESS */

.press .rightarrow {
  float: right;
  margin-top: 20px;
  margin-left: 210px;
  position: absolute;
  z-index: 5;
}

.press .featured {
margin-left: 28px;
margin-bottom: 5px;
margin-top: -3px;
display: block;
}

.press .leftarrow {
  float: left;
  margin-top: 20px;
  position: absolute;
  z-index: 5;
}

.press a {
  color: #222;
}

.press .article  {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 15px 0;
  width: 240px;
  position: relative;
  display: none;
  
}

.press .article p  {
  font-size: 14px;
  padding-top: 8px;
  line-height: 20px;
  color: #222;
}

.press .presslogos {
  position: absolute;
  top: 450px;
}


/* TESTIMONALS */

.testimonals ul {
 margin: 0;
padding: 0;
}

.testimonals ul li {
padding: 0 0 15px 0;
margin: 0;
clear: left;
}

.testimonals ul li img {
float: left;
padding-right: 15px;
}

.testimonals ul li p {
line-height: 18px;
padding-top: 8px;
font-style: italic;
}

.testimonals ul li a {
color: #222;
}




/* SAMPLE SITE LIGHTBOX */

#sample-site {
width: 828px;
}

.sample-content {
  padding: 5px;
}

.sample-content .right {
  float: left;
margin-left: 12px;
width: 297px;
}

.sample-content .left {
  float: left;
  padding-bottom: 5px;
}

.sample-content .right .description {
  background: url(../images/home/example_description_bg.jpg) repeat-x bottom left;
  height: 418px;
  border: 1px solid #d8c081;
  padding: 15px;
  color: #222;
  font-size: 16px;
  line-height: 22px;
}

.sample-content .right .description h3 {
  font-size: 24px;
  font-weight: bold;
  color: #5a2e04;
  padding-bottom: 15px;
  line-height: 30px;
}

.sample-content .right .description p {
   padding-bottom: 15px;
}

.sample-content .right .description ul {
  padding-bottom: 15px;
}

.sample-content .right .description ul li {
  padding-left: 25px;
  margin-bottom: 5px;
}

.sample-content .right .description .example-section {
  display: none;
}

.sample-content .right .button {
  background: url(../images/home/example_button.jpg);
width: 297px;
height: 41px;
margin-top: 15px;
}

.sample-content .right .button a {
width: 297px;
height: 26px;
display: block;
padding: 15px 0 0 0;
color: #422305;
text-decoration: none;
font-size: 16px;
font-weight: bold;
text-align: center;
}

.sample-content .left .exampleimage, .sample-content .right .button {
  display: none;
}

.sample-content .left .current, .sample-content .right .description .current, .sample-content .right .button.current {
  display: block;
}

.sample-content .right .pointer {
  width: 11px;
  height: 26px;
  background: url(../images/home/example_arrow.gif) no-repeat;
  position: absolute;
 top: 40px;
  left: 503px;

}


.sample-content .right ul li.twitter {
 background: url(../images/icons/twitter.png) no-repeat left;
}

.sample-content .right ul li.lastfm {
 background: url(../images/icons/lastfm.png) no-repeat left;
}

.sample-content .right ul li.flickr {
 background: url(../images/icons/flickr.png) no-repeat left;
}

.sample-content .right ul li.delicious {
 background: url(../images/icons/delicious.png) no-repeat left;
}

.sample-content .right ul li.digg {
 background: url(../images/home/favicon-digg.png) no-repeat left;
}

.sample-content .right ul li.facebook {
 background: url(../images/icons/facebook.png) no-repeat left;
}

.sample-content .right ul li.other {
 background: url(../images/home/favicon-infinity.gif) no-repeat left top;
}

.sample-content .right ul li.skype {
 background: url(../images/icons/skype.png) no-repeat left;
}

.sample-content .right ul li.yahoo {
 background: url(../images/home/favicon-yim.png) no-repeat left;
}

.sample-content .right ul li.aim {
 background: url(../images/home/favicon-aim.png) no-repeat left;
}

.sample-content .right ul li.jabber {
 background: url(../images/home/favicon-jabber.png) no-repeat left;
}

.sample-content .right ul li.gtalk {
 background: url(../images/home/favicon-gtalk.png) no-repeat left;
}

.sample-content .right ul li.msn {
 background: url(../images/icons/msn.png) no-repeat left;
}

.sample-content .right ul li.icq {
 background: url(../images/icons/icq.png) no-repeat left;
}



.login p {
font-size: 16px;
line-height: 20px;
color: #222;
}

.login form {
margin-top: 20px;
height: 120px;
background: white;
padding: 25px 0 0 30px;
margin-left: -18px;
margin-top: -10px;
  background: url(../images/home/search_bg.png) no-repeat top left;
}

.login form input {
  padding: 5px;
  border: 1px solid #a7a5a6;
  font-size: 16px;
  margin-bottom: 10px;
color: #a7a5a6;

}

.login form .email {
width: 335px;
}

.login form .pw {
  width: 270px;
}

.login form label {
width: 65px;
display: block;
float: left;
text-align: right;
padding: 5px 10px 3px 20px;
}

.login h1 {
padding: 30px 0 10px 0;
}

.login .left {
  float: left;
width: 400px;
margin-right: 15px;

}

.login .right {
  float: left;
padding-top: 10px;
width: 430px;
}

.login form .loginbtn {
border: 0;
float: right;
margin-right: 40px;
padding: 0;
}

.login #system-notice .error p {
color: red;
}

.content-block-other {
   width: 900px;
   margin: 0 auto;
  padding: 15px 0 1px 0;
}

.content-other {
  color: #222;
  line-height: 24px;
  background: url(../images/home/content-other-bg.jpg) top left;
}



.content-other h2 {
  font-size: 20px;
  color: #8c5902;
  padding: 15px 0 10px 0;
  line-height: 33px;
}

.content-other a {
  color: #222;
}

.content-other p {
  margin: 0 0 15px 0;
}

.content-other ol {
  list-style-type:decimal;
  list-style-position: outside;
}

.footerbg {
height: 78px;
  background: url(../images/home/footer_bg.jpg) repeat-x top left;
width: 100%;
padding-bottom: 10px;
}


/* ABOOOT */

.teamsters { margin-bottom: 15px;}

.teamsters .name { 
display: block; 
padding: 0 5px; 
background: #fff; 
position: absolute; 
bottom: -14px; left: -5px; 
z-index: 1;  
color: #D97E04; 
font-weight: bold; 
border: 1px solid #ccc;
}

.content-block-other .teamsters li { 
display: block; 
float: left; 
margin: 10px 10px 20px 0; 
text-align: center; 
width: 90px; 
height: 90px;
padding: 0;
}

.teamsters li img { 
 width: 90px; 
 height: 90px; 
 z-index: 0;
 opacity: .8;


}

.teamsters li img:hover {
  opacity: 1;
}

.teamsters .tooltip {
z-index: 20;
width:405px;
line-height: 18px;
font-size: 12px;
text-align: left;
margin: 0;
height: auto;
}

.teamsters .tooltip .team-mid {
    background: url(../images/home/about_bg.png) no-repeat bottom;
    height: 100%;
    padding: 0 30px 0 30px;
}

.teamsters .tooltip h4 span {
 font-weight: normal;
float: right;
font-size: 14px;
color: #222;
}

.teamsters .tooltip h4 {
font-size: 16px;
padding-bottom: 10px;
color: #8c5902;
}

.teamsters .tooltip a {
color: #222;
font-weight: bold;
}

.teamsters .tooltip .team-top {
  background: url(../images/home/about_top.png) no-repeat;
  width: 405px;
  height: 24px;
}

.teamsters .tooltip .team-bottom {
  background: url(../images/home/about_bottom.png) no-repeat;
  width: 405px;
  height: 36px;
}


.content-block-other li {
 list-style-type: disc;
margin-left: 30px;
padding-bottom: 15px;
}

.error .close {
background: url(../images/home/btn_close_error.png) no-repeat top left;
width: 32px;
height: 32px;
color: white;
text-decoration: none;
display: block;
}

.error .close span {
display: none;
}