/* default lovins */
*{margin:0;padding:0; }
ul, li{list-style:none}
p{padding:6px 0;}
a{color:#4C86C8;text-decoration:none;}
a:visited{color:#4C86C8;}
a:hover{color:#4C86C8;text-decoration:underline;}
a img, a:hover img{border:none;}
a:active, a:focus{outline:none}
.img-left{float:left;margin:0 10px 10px 0;}
.img-right{float:right;margin:0 0 10px 10px;}
h1,h2,h3,h4,h5{font-family:"lucida grande", tahoma, arial, sans-serif; font-weight:normal;}
.clearboth{clear:both}
blockquote {
  margin: 15px;
}

body{
	background:#546677;
  font: 12px 'Lucida Grande', Tahoma, Arial, sans-serif;
	color:#3b4752;
}

#site-wrap{
	background:#95b7dc;
	float:left;
	width:100%;
}


/* wrap the site and center it up */
#site{
	width:740px;
	margin:0 auto;
	padding:20px 0 0 0;
	background: url(../images/layout/bg_top_shine.gif) 50% 0% repeat-x;
}

/* wrap the top navigation w/ background image */
#topnav-wrap{
	width:100%;
	background: #5d728a url(../images/layout/bg_topnav.gif) 0% 100% repeat-x;
}

/* top navigation
#topnav{
	width:740px;
	margin:0 auto;
	padding:5px 0 0 0;
	height:40px;
}
#topnav ul{
	padding:8px 10px 10px 10px;
	font-size:14px;
}
#topnav ul li{
	margin:0 6px 0 0;
	padding:3px 5px 14px 5px;
	display:inline;
	background: url(../images/layout/bg_tab_inactive.gif) 50% 100% no-repeat;
}
#topnav ul li a{
	padding:0 6px;
	color:#FFF;
	text-decoration:none;
}
#topnav ul li.current{
	padding:3px 5px 14px 5px;
	background: url(../images/layout/bg_tab_active.gif) 50% 100% no-repeat;
	color:#FFF;
}
*/

#topnav{
	padding: 11px 0pt 17px;
	width:700px;
	margin:0 auto;
}
#topnav li{
	font-size:12px;
	display:inline;
	padding:1px;
}
#topnav li a{
	padding: 5px 10px 17px;
	color:#FFF;
	text-decoration:none;
	background: url(../images/layout/bg_tab_inactive.gif) 50% 100% no-repeat;
}
#topnav li.current{
}
#topnav li.current a{
	color:#FFF;
	padding: 5px 10px 17px;
	background: url(../images/layout/bg_tab_active.gif) 50% 100% no-repeat;
}

#topnav li a:hover{
 background: url(../images/layout/bg_tab_active.gif) 50% 100% no-repeat;
}

/* beta in session button */
#topnav img.btn-betainsession{
	float:right;
	margin: 0px 0pt -5pt;
}

/* containers */
.container-wrap{
	width:740px;
	background: url(../images/layout/bg_container.gif) 50% 0% repeat-y;
}
.container{
	padding:20px 30px 0 30px;
	background: url(../images/layout/bg_container_top.gif) 50% 0% no-repeat;
}
.container-bottom{
	height:50px;
	background: url(../images/layout/bg_container_bottom.gif) 50% 100% no-repeat;
	clear:both;
}
.container-bottom.point{
	background: url(../images/layout/bg_container_bottompoint.gif) 50% 100% no-repeat;
}

/* logo */
.logo{
	float:left;
}

/* tag line */
.tagline{
	float:left;
	height:95px;
	width:340px;
	margin:0 0 0 25px;
	padding:22px 20px 9px 35px;
	background: url(../images/layout/bg_vert_divider.gif) 0% 50% no-repeat;
}
.tagline h1{
	font-size:22px;
	color:#3b4752;
}

/* tell a friend on dashboard */
.tagline.tellafriend h1{
	font-size:20px;
}
.tagline.tellafriend p{
	font-size:18px;
}
.tagline.tellafriend .betacode{
	color:#75b926;
}

/* quote box - made this a simple bg image instead of getting fancy with it (saved in .jpg (2kb as opposed to .gif 12kb) */
.quotebox{
	color:#3b4752;
	font-size:14px;
  font-weight: bold;
	height:90px;
	padding:5px 20px;
	background: url(../images/layout/bg_quotebox.jpg) 0% 0% no-repeat;
}

/* front splash content */
.front-splash{
	float:left;
}
.front-splash .sidebar{
	float:left;
	width:165px;
	margin:0 15px 0 0;
}
.sidebar.vert-divide{
	background: url(../images/layout/bg_side_vert_divider.gif) 100% 25% no-repeat;
}
.front-splash .content{
	float:left;
	width:470px;
}
.icon-pool{
	text-align:center;
}
.icon-pool img{
	margin:5px;
}

/* headings */
h1,h2,h3,h4,h5{
	color:#3b4752;
}
.heading-main{
	font-size:22px;
	margin: 0 0 12px 0;
}
.heading-main a{
	color:#d8d8b2;
}


/* some misc dumb stuff */
.small{
	font-size:11px;
	font-weight:normal;
}
.gray{
	color:#666;
}
.img-right{
	float:right;
	margin:0 0 8px 8px
}
.img-left{
	float:left;
	margin:0 8px 8px 0;
}
.highlight{
	background:#FFFFEB;
}

#dashboard .postarea {
  width: 482px;
  height: 100px;
}

#dashboard input.formtext {
  display: none;
}

#dashboard input.long {
  width: 250px;
}

#dashboard input.medium {
  width: 195px;
}

#dashboard input.checkbox {
  width: 16px;
  height: 16px;
  padding: 0px;
  color: #fefefe;
  border: 0px;
  margin: 1px 3px 0 0;
}

#dashboard select{
	font-size: 16px;
}


#dashboard input.submit {
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background-color: #C1FFC1;
  border: 0px;
}

#dashboard input.submit:hover {
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background-color: #0C0;
  border: 0px;
}



#dashboard label {
  display: block;
  float: left;
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 18px;
  margin: 0px 5px 5px 0pt;
  text-align: right;
  width: 110px;
}

#dashboard label.default {
  display: inline;
  float: none;
  /*font-size: 11px;*/
  margin: 0px;
  text-align: left;
  width: 250px;
}

.error {
  font-size: 18px;
  color: #FF0000;
  padding: 10px;
  background-color: #FFCCCC;
}

.success {
  font-size: 18px;
  color: #009900;
  padding: 10px;
  background-color: #CCFFCC;
}

.pingmsg {
  font-size: 18px;
  color: #4C7CAF;
  padding: 10px;
  background-color: #B3D0EF;
}

#dashboard input {
  height: 22px;
  padding: 5px;
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 18px;
  color: #555;
  border: 1px solid #ccc;
}

#dashboard .sitem {
  border-bottom:1px solid #EDEDED;
  padding:5px;
}

#dashboard .sitem.even {
  background:#FCFCFC none repeat scroll 0%;
}

#dashboard .slct {
  width: 202px;
  color: #555;
  padding: 5px;
  font-family: lucida grande, tahoma, sans-serif;
  font-size: 18px;
  background-color: efefef;
  border: 1px solid #ccc;
}

.otips{
  padding: 15px;
	background:#efefef;
}

#dashboard .servicelabel {
  width: 95px;
}

#dashboard .methodlabel {
  width: 55px;
  margin: 0px;
}

#dashboard .methodchecks {
  margin-left: 68px;
}

#dashboard .methodchecks .check {
  float: left;
  margin-bottom: 3px;
}

#dashboard label.update {
  width: 105px;
  margin: 0px;
}

#dashboard .methodchex {
  float: left;
  padding: 5px;
}

#dashboard .info {
  float: left;
  width: 360px;
}

#dashboard input.blogtitle {
  margin-bottom: 5px;
  width: 428px;
}

#dashboard input.blogtitle:focus, #dashboard input.blogtitle:active {
	background:#FFFFEB;
	border:1px solid #ccc;
}

#dashboard .spacer {
  height: 5px;
}

#dashboard textarea.app {
  border: 1px solid #CCCCCC;
  color:  #555555;
  font-family:  "lucida grande",tahoma,arial,sans-serif;
  font-size:  18px;
  height: 150px;
  padding:  5px;
  width:  340px;
}

#dashboard .huge {
  font-size: 22px;
}

/* copyright / footer */
#copyright, #copyright a{
	margin:10px 0 16px;
	font-size:9px;
	text-align:center;
	color:#6b839c;
}
#footer{
	float:left;
	width:100%;
	text-align:center;
	background: #435364 url(/_images/layout/bg_footer.gif) 0% 0% repeat-x;
}
#footer ul{
	padding:10px 0;
	font-size:11px;
	height: 15px;
}
#footer ul li{
	margin:0 0 0 10px;
	display:inline;
	border-right:1px solid #4b5967;
}
#footer ul li.last{
	border-right:none;
}
#footer ul li a{
	display:inline;
	color:#fefefe;
	margin:0 10px 0 0;
}


ol {
  padding: 0px;
  margin: 20px 0 20px 30px;
}

ol li {
  list-style-type: inherit;
}

#dashboard .recent {
 float: left;
 width: 55px;
 margin-bottom: 4px;
}

/* New Homepage */


#content-home h1.main-heading{
	font-size:26px;
	line-height:30px;
	margin:10px 0 10px 0;
	clear:both;
}
#content-home .you-under{
	background:url(../images/layout/sprite_home2.png) -605px 14px no-repeat;
	padding-bottom:10px;
}
#content-home .textimagevideo{
	margin-top:3px;
	background:url(../images/layout/sprite_home2.png) -453px 3px no-repeat;
	width:120px;
	height:30px;
	display:inline-block;
}

/* POST TO PING.FM VIA */
#content-home .via-methods{
	margin:10px 0;
	padding:5px 0;
	border-top:1px solid #D5D9DE;
	border-bottom:1px solid #D5D9DE;
	float:left;
	width:100%;
}
#content-home .via-methods p{
	padding:3px 8px;
	font-size:11px;
}
#content-home .via-methods h2{
	text-transform:uppercase;
	font-size:12px;
	background:url(../images/layout/sprite_home2.png) 0 2px no-repeat;
	padding:3px 0 10px 5px;
	height:25px;
	line-height:25px;
}

/* MOBILE */
#content-home .via-methods .mobile-sms{
	float:left;
	width:218px;
	border-right:1px solid #D5D9DE;
	padding-right:5px;
}
#content-home .via-methods .mobile-sms div{
	width:100%;
	height:60px;
	background:url(../images/layout/sprite_home2.png) -10px -40px no-repeat;
}

/* IM EMAIL */
#content-home .via-methods .IM-email{
	float:left;
	width:218px;
	border-right:1px solid #D5D9DE;	
	padding:0 5px;
}
#content-home .via-methods .IM-email div{
	width:100%;
	height:60px;
	background:url(../images/layout/sprite_home2.png) -238px -40px no-repeat;
}

/* IM DEVELOPER API */
#content-home .via-methods .developer-API{
	float:left;
	width:218px;
	padding-left:5px;	
}
#content-home .via-methods .developer-API div{
	width:100%;
	height:60px;
	background:url(../images/layout/sprite_home2.png) -465px -40px no-repeat;
}


/* SERVICES */
#content-home .service-icons{
	width:100%;
	height:380px;
	float:left;
	background:url(../images/layout/sprite_home2.png) -7px -120px no-repeat;
}
#content-home .service-icons div.desc{
	margin-left:60px;
}

#content-home h3{
	text-align:center;
	clear:both;
	width:645px;
	margin:0 auto;
}
#content-home h3 a{
	background:#3C4954;
	color:#FFF;
	padding:10px;
	border-right:1px solid #d4d4b2;
	border-bottom:1px solid #d4d4b2;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;		
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;	
	display:block;
	font-size:35px;
}
#content-home h3 a:hover{
	background:#95B7DC;
	color:#3C4954;	
	text-decoration:none;
}


.clearboth{
	clear:both;
}

div#mainheading{
	float:left;
}
div#mainheading h1{
	float:left;
	font-size;
	font-size:26px;
	line-height:30px;
	margin:10px 0 10px 0;	
}
div#mainheading h1.middle{
	font-size:11px;
	line-height:12px;
	padding:5px 8px 0 8px;
}


#toplogin{
	float:right;
	text-align:right;
}
#toplogin form{
	margin:0;
	padding:0;
	width:340px;
	height:16px;
}
#toplogin form *{
	margin-bottom:0;
}
#toplogin label{
	font-size:11px;
	text-transform:uppercase;
	margin-right:3px;
	font-weight:bold;
	color:#E9F0F8;
}
#toplogin input{
	display:inline;
	color:#47586A;
	color:#999;
	border:1px solid #47586A;
	padding:3px;
	font-size:11px;
}
#toplogin input:focus, #toplogin input:active{
	color:#47586A;
	background:#FFFFEB;
	border:1px solid #E9F1F9;
	font-style:normal;	
}
#toplogin input.button{
	background:#3C4954;
	border:0;
	border-bottom:1px solid #47586A;
	border-right:1px solid #47586A;
	color:#fff;
	padding:2px;
	font-style:normal;	
}

 */