/* @override http://www.fr8.dev/theme/css/screen.css */

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group basic */

body, html {
	font: 18px/25px "droid-sans-1","droid-sans-2", Helvetica, Arial, sans-serif;
	color: #444;
}

a:link, a:visited {
	color: #99c12b;	
}

a:hover {
	color: #79A615;
}


a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: .80;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

small {
	font-size: 10px;
	color: #777;
}

#content p {
	padding-bottom: 25px;
}

#content p em,
#content h1 em {
	font-family: "droid-serif-1", "droid-serif-2", Georgia, Times,serif;
}

#content h1 em {

}

#content a:link, 
#content a:visited  {
	text-decoration: none;
	/*padding: 1px 5px;*/
	padding: 0 .2em;
	color: #666;
	border-bottom: 1px solid #ddd;
	background: #efefef;
}

#content a:hover {
	color: #e1ebc4;
	background-color: #99c12b;
	border-bottom-color: #8eb328;
}

#content h2 {
	font-weight: normal;
}

#content h3 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

span.pill {
	/*background-color: #afafaf;*/
	color: #888;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 7px 1px 7px;
	letter-spacing: .15em;
	border: 1px solid #aaa;

}

acronym {
	cursor: help;
	border-bottom: 1px dotted #888;
}

::-moz-selection {
	background: #b7cc7c;
	color: white;
}

::selection {
	background: #b7cc7c;
	color: white;
}


/* @end */

/* @group layout */


#page-wrapper {
	width: 860px;
	margin: auto;
}

#page {
	width: 800px;
	margin: auto;
}

#header {
	position: relative;
	height: 419px;
	overflow: hidden;
}

#header #tweets-wrapper {
	position: absolute;
	top: 0px;
	left: 460px;
	padding-top: 15px;
}


.tweet {
	padding: 8px 12px;
	margin-bottom: 10px;
	width: 300px;
	font-size: 14px;
	line-height: 18px;
	background: white;
	background: rgba(255, 255, 255, 0.75);
	color: #444;
	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);

	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
	position: relative;
}


.tweet span {
	position: absolute;
	display: block;
	left: -10px;
	top: 7px;
	width: 10px;
	height: 20px;
	background: url(../img/tweet-lasche.png) no-repeat;
}

.tweet.loading {
	background-image: url(../img/loading.gif);
	background-repeat: repeat-x;
	background-position: 0 10px;	
}

* html .tweet span {
	display: none;
}

#link-follow {
	clear: both;
	float: right;
	padding: 1px 13px;
	font-size: 14px;
	background: black;
	background: rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: #eee;
	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	
}


#link-follow:hover {
	
	background: white;
	color: black;
	-moz-box-shadow: 0 0 10px rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 1.0);

}


h1 {
	font-weight: normal;
	font-size: 35px;
	line-height: 43px;
	padding-top: 15px;
	padding-bottom: 25px;
}


.layout-50-50 .left {
	width: 385px;
	float: left;
}

.layout-50-50 .right {
	width: 385px;
	float: right;
}

#footer-wrapper {
	clear: both;
	width: 860px;
	margin: auto;
	
	font-size: 14px;
}

#footer {
	clear: both;
	border-top: 1px solid #eee;
	padding: 10px 0;
	width: 800px;
	margin: auto;
}


#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid #ddd;
		padding: 0 .2em;

}

#footer a:hover {
	color: #e1ebc4;
	background-color: #99c12b;
	border-bottom-color: #8eb328;

}

/* @end */

/* @group CSS3EyeCandy */

@-webkit-keyframes 'glow'
{
	0% {
		-webkit-box-shadow: 0 0 5px rgba(153, 193, 43, 1.0);
	}
	100% {
		-webkit-box-shadow: 0 0 25px rgba(153, 193, 43, 1.0);
	}
}

#content a,
#footer a {
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


#content a:hover,
#footer a:hover {
	-moz-box-shadow: 0 0 10px rgba(153, 193, 43, 1.0);
	-webkit-animation-name: 'glow';
	-webkit-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* @end */

