/*
 * Iconscrabble CSS
 * Author: Tim Isenheim
 */
@import url(reset.css);
@import url(tipTip.css);

body{
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 10% 0;
	color: #333;
	background-color: #cecece;
	background-image: -moz-radial-gradient(center 45deg, circle closest-corner, #efefef 0%, #cecece 50%);
	background-image: -webkit-gradient(radial, center center, 10, center center, 300, from(#efefef), to(#cecece));
	text-shadow: rgb(240,240,240) 1px 1px 0;
	font-size: 62.5%;
}

#site{
	margin: 0 auto;
	font-size: 1.6em;
}

h1{
	font-weight: bold;
	font-size: 2.9em;
	text-shadow: rgb(255,255,255) 1px 1px 0;
}

#content{
	padding: 20px 0 50px 0;
}

#composite{
	margin: 60px auto;
	position: relative;
}

/* Tooltips without JS */
#tooltips{
	width: 100%;
}

#tooltips div{
	margin: 10px 0;
	font-size: 0.8em;
	position: absolute;
}

/* Tooltips with JS */

html.js #tooltips{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

html.js #tooltips div{
	width: auto;
	font-size: 1.4em;
}

a.trigger{
	background-image: url(pixel.gif);
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
}

/* Form */

#WordEnterForm fieldset{
	border: 1px solid #fff;
	border-bottom-color: #999;
	border-right-color: #999;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 400px;
}

#WordEnterForm label{
	display: none;
}

#WordEnterForm input{
	border: 0 none;
	padding: 0;
	margin: 0;float: left;
}

input#WordWord{
	width: 280px;
	font-size: 1.2em;
	padding: 10px;
}

input#WordWord.example{
	color: #999;
	text-align: center;
	font-size: 1.0em;
	padding: 12px 10px;
}

#WordEnterForm input#ScrabbleSubmit{
	font-size: 1.0em;
	padding: 11px 0;
	width: 100px;
	cursor: pointer;
	line-height: 20px;
	background: url(submit.png) no-repeat left center;
}

#WordEnterForm input#ScrabbleSubmit:active{
	background: #ccc 0 none;
}

/* Opera hack */
.opera #WordEnterForm input#ScrabbleSubmit{
	padding: 12px 0;
}

/* Form extras */

#CharacterCount{
	display: block;
	position: absolute;
	right: 110px;
	top: 12px;
	font-size: 1.2em;
	line-height: 1.0em;
	vertical-align: bottom;
	color: #999;
	text-shadow: none;
}

html.mac.ff3 #CharacterCount{
	top: 15px;
}

#CharacterCount.limit{
	color: #c00;
}

.form-message{
	height: 2.0em;
}

.error-message{
	margin: 0 auto;
	padding: 4px 0;
	width: 400px;
	color: #900;
	border: 1px solid #D30203;
	background: #f9e5de;
}

/* Textpage */
h2{
	padding: 20px 0 10px;
	font-weight: bold;
}

#textpage{
	text-align: left;
	width: 50%;
	margin: 0 auto;
	line-height: 1.2em;
}

#textpage p{
	margin: 0 0 10px 0;
}

/* Meta Links */


#facebook_like{
	margin: 20px auto;
	width: 450px;
	text-align: center;
}

#facebook_like iframe{
	margin-left: 15px;
}

#footer{
	font-size: 0.6em;
	font-weight: bold;
	color: #666;
}

/* Sharing options */

#sharethis{
	width: 320px;
	font-size: 0.8em;
	background: #eee;
	color: #444;
	padding: 5px 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#sharethis h3, #sharethis div{
	padding: 5px;
}

#sharethis h3{
	font-weight: bold;
}

#sharethis p{
	line-height: 1.9em;
	position: relative;
}


#sharethis input.shareurl{
	width: 180px;
}

#linktopage label{
	display: none;
}

#linktopage small{
	font-size: 0.6em;
	line-height: 1.6em;
	color: #666;
	display: block;
}

/* Links */
a:visited{}
a:focus{}
a:hover,
#footer a:hover{
	color: #000;
}
a{
	color: #333;
	text-decoration: none;
}

.readable a:visited,
.readable a:focus{
	color: #666;
}
.readable a:hover{
	color: #000;
}
.readable a{
	text-decoration: underline;
	padding: 1px;
}

#footer a{ color: #666; }

#composite a.trigger:hover{
	background: 0 none;
}

#tiptip_content a:hover{
	background: 0 none;
	color: #fff;
}

#tiptip_content a{
	background: 0 none;
	color: #aaa;
}

#sharethis a:hover,
#sharethis a{
	text-decoration: underline;
}

/*
@media all and (max-width: 320px)  {
	body{
		background: #c00;
		background-image: none;
		font-size: 1.5em;
	}
	
	#content{
		padding: 10px 0 40px 0;
	}
	
	#WordEnterForm fieldset{
		width: 300px;
	}
	
	input#WordWord{
		width: 200px;
	}
	
	#WordEnterForm input#ScrabbleSubmit{
		width: 100px;
	}
}*/
