* {
	padding: 0;
	margin: 0;
}

body {
	font: 12px/1.5 'Lucida Grande','Verdana',sans-serif;
}

a,object {
	outline: none;
}

img {
	border: none;
}

a {
	color:#00ACED;
	text-decoration:none;
}

.hr-top {
	background: transparent url('../../images/background-hr-top.gif') repeat-x 0 bottom;
	height: 15px;
}

.hr-bottom {
	background: transparent url('../../images/background-hr-bottom.gif') repeat-x 0 top;
	height: 15px;
}

.clear {
	clear: both;
}
div.clear {
	height: 1px;
}

textarea.reparse {
	display: none;
}

.wrapper {
	width: 999px;
	margin: 0px auto;
}

.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.submit {
	background-color:#DDDDDD;
	background-image:url('../../images/button-background-gray.gif');
	background-position:left top;
	background-repeat:repeat-x;
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:31px;
	line-height:1.5em;
	outline:0 none;
	padding:5px 10px 7px 10px;
	text-align:center;
	text-shadow:1px 1px 1px #FFFFFF;
	margin: 10px 0;
	font-family: 'Lucida Grande','Verdana',sans-serif;
	cursor: pointer;
}

.submit:hover {
	background-position: 0 -206px;
	border-color: #999999 #999999 #888888;
	color: #000000;
}
.submit:active {
	outline: none;
	background-image: none;
}

.submit-orange {
	background-position:0 -400px;
	font-size:20px;
	font-weight:bold;
	line-height:26px;
	padding:7px 20px 9px;
	background-color:#FA2;
	background-image:url('../../images/bg-btn-signup.png');
	border-color:#FA2;
	text-shadow: 0 1px 0 #FE6;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	margin:-45px 0 0 368px;
	overflow:visible;
	width:auto;
	text-align:center;
	float: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#header {
	background: url('../../images/background-header.gif') repeat-x 0 -2px #EFEFEF;
	height: 55px;
}
	#header .logo {
		background: transparent url('../../images/sprites.gif') no-repeat 0 0;
		width: 216px;
		height: 0px;
		padding-top: 36px;
		overflow: hidden;
		float: left;
		margin-top: 10px;
		margin-left: 10px;
	}
	#cloudcount {
		float:left;
		margin-left:84px;
		margin-top:11px;
		width:420px;
	}
		#cloudcount .total {
			color:#4880C3;
			float:left;
			font-size:32px;
			margin-right:10px;
			margin-top:-6px;
			text-align:right;
			width:160px;
		}
		#cloudcount .desc {
			float:left;
			font-weight:bold;
			font-size:12px;
			line-height:13px;
			padding-top:5px;
			width:130px;
		}
		
		#cloudcount .likecount {
			background:url('../../images/background-like.gif') no-repeat scroll -73px -12px transparent;
			border:medium none;
			float:left;
			height:20px;
			margin-top:8px;
			overflow:hidden;
			padding-left:20px;
			width:100px;
		}
	#header #profile-box {
		color:#333333;
		float:right;
		font-size:11px;
		margin-top:10px;
		width:220px;
	}	
		#header #profile-box img.profile-pic {
			float:left;
			height:40px;
			padding-right:10px;
			width:40px;
		}
		#header #profile-box img.favicon {
			height:12px;
			margin-left:-21px;
			margin-top:27px;
			position:absolute;
			width:12px;
		}
	#header div.tumblr-login-button {
		background:url('../../images/button-tumblr-connect.gif') no-repeat scroll 0 0 transparent;
		cursor:pointer;
		float:right;
		height:0;
		margin-right:17px;
		margin-top:15px;
		overflow:hidden;
		padding-top:24px;
		width:151px;
	}
	
	#header ul.navigation {
		font-family:lucida Grande;
		font-size:14px;
		height:20px;
		list-style:none outside none;
		margin-left:14px;
		margin-top:60px;
		overflow:hidden;
		position:absolute;
	}
		#header ul.navigation li.location {
			float: left;
			padding-right: 20px;
			margin-right: 10px;
			
		}
		#header ul.navigation li.location-first {
			
		}
		#header ul.navigation li.location-last {
			background: none;
		}
			#header ul.navigation li.location a {
				text-decoration: none;
				color: #1E1E1E;
			}
			#header ul.navigation li.location a:hover {
				color: #16adcd;
			}
#search {
	background-color:#252626;
	margin-bottom:20px;
	opacity:0.7;
	padding:5px;
	
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-topleft:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;

}
	#searchbox {
		background-color:#d6fbff;
		border:medium none;
		color:#000000;
		font-size:14px;
		outline:medium none;
		padding:4px;
		text-align:center;
		width:232px;
		
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-topright:10px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-topleft:10px;
		-webkit-border-bottom-right-radius:10px;
		-webkit-border-top-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;
		-webkit-border-top-left-radius:10px;
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	#searchbox:hover,
	#searchbox:focus {
		color: #000000;
		background-color: #3be3f7;
	}
* {
	padding: 0;
	margin: 0;
}
#recent-users {
	list-style: none;
	padding-top:8px;
}
	#recent-users .recent-user {
		height: 32px;
		padding: 4px 0 4px 10px;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
	}
		#recent-users .recent-user:hover {
			-webkit-transform: translate(-10px,0);
			-moz-transform: translate(-10px,0);
			-o-transform: translate(-10px,0);
		}
		#recent-users .recent-user:hover .pic_square {
			-moz-box-shadow: 1px 1px 3px #0b5f7a;
			-webkit-box-shadow: 1px 1px 3px #0b5f7a;
			box-shadow: 1px 1px 3px #0b5f7a;
		}
		#recent-users .recent-user .pic_square {
			float: left;
			border: 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 1px 1px 3px #333;
			-webkit-box-shadow: 1px 1px 3px #333;
			box-shadow: 1px 1px 3px #333;
		}
			#recent-users .recent-user a {
				color: #ffffff;
			}
			#recent-users .recent-user .tooltip {
				float: left;
				font-size: 10px;
				white-space: nowrap;
				background-color: #333333;
				height: 30px;
				margin-left:15px;
				padding: 0px 5px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			#recent-users .recent-user .arrow-left {
				border-color:transparent #333333;
				border-style:solid solid solid none;
				border-width:6px;
				height:0px;
				margin-left:-11px;
				margin-top:9px;
				width:0;
				position: absolute;
				~display: none;
			}
				#recent-users .recent-user .tooltip .name {
					padding-top: 3px;
					line-height: 10px;
					display: block;
					text-align: center;
					font-weight: bold;
				}
				#recent-users .recent-user .tooltip .dateline {
					padding-top: 2px;
					line-height: 10px;
					display: block;
					text-align: center;
				}
			#recent-users .recent-user .tooltip-right {
				width: 5px;
				height: 30px;
				float: left;
			}
#similar-clouds {
	list-style: none;
	padding-top:8px;
	padding-bottom:8px;
}
	#similar-clouds .similar-cloud {
		height: 32px;
		padding: 4px 0 4px 10px;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
	}
		#similar-clouds .similar-cloud:hover {
			-webkit-transform: translate(-10px,0);
			-moz-transform: translate(-10px,0);
			-o-transform: translate(-10px,0);
		}
		#similar-clouds .similar-cloud:hover .pic_square {
			-moz-box-shadow: 1px 1px 3px #0b5f7a;
			-webkit-box-shadow: 1px 1px 3px #0b5f7a;
			box-shadow: 1px 1px 3px #0b5f7a;
		}
		#similar-clouds .similar-cloud .pic_square {
			float: left;
			border: 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 1px 1px 3px #333;
			-webkit-box-shadow: 1px 1px 3px #333;
			box-shadow: 1px 1px 3px #333;
		}
			#similar-clouds .similar-cloud a {
				color: #ffffff;
			}
			#similar-clouds .similar-cloud .tooltip {
				float: left;
				font-size: 10px;
				white-space: nowrap;
				background-color: #333333;
				height: 30px;
				margin-left:15px;
				padding: 0px 5px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			#similar-clouds .similar-cloud .arrow-left {
				border-color:transparent #333333;
				~border-color:#FFFFFF #333333;
				border-style:solid solid solid none;
				border-width:6px;
				height:0;
				margin-left:-11px;
				margin-top:9px;
				position:absolute;
				width:0;
				~display: none;
			}
				#similar-clouds .similar-cloud .tooltip .name {
					padding-top: 3px;
					line-height: 10px;
					display: block;
					text-align: center;
					font-weight: bold;
				}
				#similar-clouds .similar-cloud .tooltip .dateline {
					padding-top: 2px;
					line-height: 10px;
					display: block;
					text-align: center;
				}
			#similar-clouds .similar-cloud .tooltip-right {
				width: 5px;
				height: 30px;
				float: left;
			}
#footer {
	padding-top: 65px;
	background: transparent url('../../images/background-footer-x.gif') repeat-x top center;
	background-color: #4f4f4f;
}
	#footer .wrapper {
		width: 999px;
		margin: 0px auto;
	}
	#footer .sites {
		list-style: none;
		height: 33px;
	}
		#footer .sites .site {
			width: 215px;
			height: 33px;
			float: left;
			margin: 0 59px;
		}
			#footer .sites .site .statuscloud {
				display: block;
				width: 215px;
				height: 0px;
				padding-top: 33px;
				background: transparent url('../../images/footer-sprites.gif') no-repeat 0 0;
				outline: none;
				overflow: hidden;
			}
			#footer .sites .site .statuscloud:hover {
				background-position: 0 -33px;
			}
			#footer .sites .site .tumblrcloud {
				display: block;
				width: 215px;
				height: 0px;
				padding-top: 33px;
				background: transparent url('../../images/footer-sprites.gif') no-repeat 0 -66px;
				outline: none;
				overflow: hidden;
			}
			#footer .sites .site .tumblrcloud:hover {
				background-position: 0 -99px;
			}
			#footer .sites .site .tweetcloud {
				display: block;
				width: 215px;
				height: 0px;
				padding-top: 33px;
				background: transparent url('../../images/footer-sprites.gif') no-repeat 0 -132px;
				outline: none;
				overflow: hidden;
				/*visibility: hidden;*/
			}
			#footer .sites .site .tweetcloud:hover {
				background-position: 0 -165px;
			}
	#footer .copyright {
		text-align: center;
		padding: 5px 0;
		color: #ffffff;
	}
		#footer .copyright a {
			color: #ffffff;
			text-decoration: none;
		}
		#footer .copyright a:hover {
			color: #00c9f4;
		}