@charset "UTF-8";

/*resets*/
.ieSucks{position:relative;}

.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}

.alignleft{float:left;}
.alignright{float:right;}

img .alignleft{float:left; margin:0 8px 0 0;}
img .alignright{float:right; margin:0 0 0 8px;}

.floatLeft{float:left;}
.floatRight{float:right;}

.textAlignRight{text-align:right;}
.textAlignLeft{text-align:left;}

a img{border:0; padding:0; display:block;}

/*typography and colours*/
body{color:#fff;}

p{}

a{
	color:#fff;
	text-shadow: 0.05em 0.05em 0.25em #000;
	text-decoration:none;
}
a:hover{
	color:#ffcc7c;
}

h1, h2, h3, h4, h5, h6{
}

.orange{
	color:#fe9c03;
}

.dropcap{font-size:108px; float:left; line-height:80px; margin:0 8px 0 0;}

.smallest_tag {
	font-size: 1em;
}
.small_tag {
	font-size: 2em;
}
.medium_tag {
	font-size: 3em;
}
.large_tag {
	font-size: 4em;
}
.largest_tag {
	font-size: 5em;
}

#share_head{
	margin-bottom:0;
	color:#fff;
}

/*lists*/


/*layout*/
body{background:url(../images/bg.gif);}

#header{
	margin-top:1em;
	margin-bottom:2em;
}

#social{
	padding:5px;
	background:url(../images/light-bg.png);
	_background:0;
	/*----CSS3----*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.digg_button, .tweet_meme_button, .facebook_button, .stumble_button{
	min-height:20px;
	float:left;
	padding:5px;
}
#DiggThisButton{
	background-color:0;
}

#blurb{
	margin-top:10px;
}

#content{}

#url, #tag{
	height:50px;
	border:0;
	font-size:42px;
	color:#344362;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.05em 0.05em 0.25em #000;
	background:#fff;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#url_holder{
	height:80px;
	margin-bottom:36px;
}
#tag_holder{
	height:80px;
}
#url{
	width:610px;
}
#tag{
	width:450px;
}
#submit_button{
	height:60px;
	border:0;
	padding:0;
	margin:0;
}
.error{
	color:#fff;
	float:right;
	height:18px;
	text-shadow: 0.05em 0.05em 0.25em #000;
}
#max{
	margin-top:-18px;
}
#tag_cloud{
	margin-top:30px;
}
#tag_cloud span{
	padding:5px;
}
#tag_cloud span a{
	margin-bottom:0;
}
#finished_url{
	background:#858ea1;
	border:0;
	/*----CSS3----*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#finished_url h2{
	color:#fff;
	text-shadow: 0.05em 0.05em 0.25em #000;
	font-size: 2em;
}
#bad_link{
	background:#d98b3f;
	border:1px solid #ae5e10;
	margin-bottom:4em;
	padding:1em;
	/*----CSS3----*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#bad_link h4{
	color:#fff;
	margin:0;
	text-shadow: 0.05em 0.05em 0.25em #000;
}
#footer{}