/* @override 
	http://edelflash.ch/style.css
*/

* {
	margin: 0; 
	padding: 0; 
}

body {
	color: #35383b;
	font: 14px "lucida grande",tahoma,verdana,arial,sans-serif;
	background: #9da9bd url(img/bg.gif) repeat-y fixed center top;
}

a {
	text-decoration: none;
	color: #4d6093;
}

a:visited {
	color: #7e7e7e;
}
a:hover {
	color: #a0a0a0;
}

a img {
	border: 0;
}
h1, h2 {
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 50px;
}
#badge {
	width: 50px;
	height: 50px;
	background: url(img/badge.png) no-repeat;
	position: absolute;
	z-index: 1;
	margin-top: -10px;
	margin-left: -10px;
	text-align: center;
	text-shadow: rgba(0,0,0,0.15) 1px 1px 0;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	font-size: 20px;
}
#logo img {
	display: block;
}
.box {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* @group Side */

#side {
	float: left;
	margin-right: 15px;
	padding-bottom: 30px;
	margin-top: 35px;
}
#side .box {
	width: 170px;
}
#side h1 {
	font-size: 16px;
}
#side h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #898989;
}
#side ul {
	list-style-type: none;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#side li {
}
#side li img {
	vertical-align: middle;
	margin-right: 10px;
}
#side li a {
	display: block;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding: 4px;
}
#side li a:hover {
	background-color: rgba(255,255,255,0.3);
}

#side li img:hover {
	width: 12px;
	height: 12px;
	padding: 2px;
}
#side .meta {
	font-size: 10px;
	line-height: normal;
}
#side .header {
	margin-top: 15px;
	background-image: url(img/header.png);
	height: 15px;
	padding: 15px;
}
#side .header:first-child {
	margin-top: 0px;
}
#side p {
	margin-bottom: 10px;
}
#side .last {
	margin-bottom: 0px;
}

#side #submit {
	background: url(img/submit.png) no-repeat 0 0;
	height: 50px;
}
#side #submit:hover {
	background: url(img/submit.png) no-repeat 0 -50px;
}
#side #submit a {
	width: 170px;
	height: 20px;
	display: block;
	padding: 15px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}

.jQ_head:hover {
	cursor:pointer;
}
.jQ_body {
	display: none;
}

.jQ_feed {
	display: none;
}


/* @end */

/* @group Feed */

.feed {
	float: left;
	padding-bottom: 30px;
	margin-right: 15px;
}

.feed .box {
	width: 320px;
	min-height: 48px;
	clear: both;
	overflow: auto;
	-webkit-transition: all 0.2s linear;
	overflow: hidden;
}
.feed .box:hover {
	background-color: rgba(255,255,255,0.5);
}
.feed .box .nr {
	position: absolute;
	margin-top: -9px;
	margin-left: 276px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
	color: #c4cde0;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
	font-style: italic;
	text-align: right;
	width: 50px;
}
.feed .fav {
	/* background: rgba(255,255,255,0.5) url(img/fav.png) no-repeat right top; */
	background: rgba(255,255,255,0.5);
}
.feed .fav:hover {
	/* background: rgba(255,255,255,0.7) url(img/fav_hover.png) no-repeat right top; */
	background: rgba(255,255,255,0.7);
}
.feed .box p{
	width: 260px;
	float: right;
	min-height: 48px;
}
.feed .box .sub{
	font-style: italic;
	font-size: 9px;
	color: #aaa;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 0;
	margin-top: 4px;
	display: block;
}
.feed .box img{
	float: left;
	width: 48px;
	height: 48px;
}
.feed .box img:hover{
	width: 44px;
	height: 44px;
	padding: 2px;
}



/* @end */

/* @group chatterbox */

#chatterbox {
	background-image: url(img/chatterbox.png);
	height: 15px;
	padding: 15px;
	margin-top: 35px;
}
#chatterbox h1 {
	font-size: 16px;
}

/* @end */
