/*  
Theme Name: Busy Bee Classic
Version: 2.0.1
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: Georgia;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #2c6288;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active, a:focus {
	outline: 0 !important;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 10px 5px 25px;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

#wrap {
	background: url(images/bg_pattern.jpg);
}

/* Top */

#top-out {
	width: 100%;
	background: url(images/bg_top.jpg) repeat-x 0 0;
	padding-bottom: 25px;
}

#top {
	width: 939px;
	margin: 0 auto;
	height: 270px;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 20px;
	position: relative;
	z-index: 100;
}

#page_navi a {
	color: #CBCBCB;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: 14px;
}

#page_navi li a {
	background: url(images/navi_sprite.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#page_navi li#page-home a:hover, #page_navi li#page-home a.current_page_item {
	background-position: 0 -150px;
}

#page_navi li#page-forum a:hover {
	background-position: -86px -150px;
}

#page_navi li#page-sitemap a:hover, #page_navi li#page-sitemap a.current_page_item {
	background-position: -182px -150px;
}

#page_navi li#page-archive a:hover, #page_navi li#page-archive a.current_page_item {
	background-position: -285px -150px;
}

#page_navi li#page-polls a:hover, #page_navi li#page-polls a.current_page_item {
	background-position: -392px -150px;
}

#page_navi li#page-about a:hover {
	background-position: -480px -150px;
}

#page_navi li#page-advertise a:hover, #page_navi li#page-advertise a.current_page_item {
	background-position: -580px -152px;
}

#page_navi li#page-home a {
	background-position: 0 -178px;
	width: 65px;
}

#page_navi li#page-forum a {
	background-position: -86px -178px;
	width: 70px;
}

#page_navi li#page-sitemap a {
	background-position: -182px -178px;
	width: 80px;
}

#page_navi li#page-archive a {
	background-position: -285px -178px;
	width: 77px;
}

#page_navi li#page-polls a {
	background-position: -392px -178px;
	width: 58px;
}

#page_navi li#page-about a {
	background-position: -480px -178px;
	width: 72px;
}

#page_navi li#page-advertise a {
	background-position: -580px -178px;
	width: 77px;
}

/* Header */

#header {
	width: 100%;
	height: 160px;
	padding-top: 25px;
	clear: both;
	position: relative;
}

#header img.title {
	margin: 0 0 0 5px;
}

#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Category Navigation */

#cat_navi {
	width: 100%;
	margin-top: 13px;
}

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
}


#middle-content { /* Background - Content */
	width: 939px;
	margin: 0 auto;
	background: url(images/bg_middle_content.gif) repeat-y;
}

#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(images/bg_middle_content_bottom.png) no-repeat 0 bottom;
}

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 25px;
	padding: 0 10px;
	z-index: 100;
}

#nav li {
	float: left;
}

.home-page {
background:transparent !important;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: #092234 url(images/bg_sprite.png) repeat-x 0 -47px;
	line-height: 25px;
	font-size: 12px;
	color: #E0DFE3;
	width: 160px;
	border-bottom: 1px solid #081c2b;
}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -26px 0 0 180px;
}

#nav li ul ul li a {
	line-height: 25px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */

#secnav, #secnav ul {
	padding: 0 0 0 1px;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	background: url(images/navi_sprite.png) no-repeat;
	display: block;
	line-height: 22px;
	padding: 14px 20px 11px;
	text-indent: -9999px;
}

#secnav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 1px;
}

#secnav li#nav-news a {
	background-position: 0 0;
	width: 86px;
}

#secnav li#nav-news a:hover {
	background-position: -1px -48px;
}

#secnav li#nav-news a.current, #secnav li#nav-news a:active {
	background-position: 0 -96px;
}

#secnav li#nav-championships a {
	background-position: -126px 0;
	width: 207px;
}

#secnav li#nav-championships a:hover {
	background-position: -126px -48px;
}

#secnav li#nav-championships a.current, #secnav li#nav-championships a:active {
	background-position: -126px -96px;
}

#secnav li ul li#nav-upcoming a {
	background: black url(images/upcoming2.jpg) no-repeat 0 -48px;
	width: 377px;
	padding: 5px 0;
	height: 50px;
}

#secnav li ul li#nav-upcoming a:hover {
	background: url(images/upcoming2.jpg) no-repeat 0 0;
}

#secnav li#nav-interviews a {
	background-position: -711px 0;
	width: 163px;
}

#secnav li#nav-interviews a:hover {
	background-position: -711px -48px;
}

#secnav li#nav-interviews a.current, #secnav li#nav-interviews a:active {
	background-position: -711px -96px;
}

#secnav li#nav-techniques a {
	background-position: -372px 0;
	width: 158px;
}

#secnav li#nav-techniques a:hover {
	background-position: -372px -48px;
}

#secnav li#nav-techniques a.current, #secnav li#nav-techniques a:active {
	background-position: -372px -96px;
}

#secnav li#nav-videos a {
	background-position: -569px 0;
	width: 103px;
}

#secnav li#nav-videos a:hover {
	background-position: -569px -48px;
}

#secnav li#nav-videos a.current, #secnav li#nav-videos a:active {
	background-position: -569px -96px;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	left: -999em;
	z-index: 10;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Content */

#content {
	width: 924px;
	min-height: 550px;
	padding: 8px 7px 50px 8px;
	background: url(images/bg_middle_top.jpg) no-repeat 0 0;
}

* html #content {
	height: 550px;
}

/* Main Content */

#main-content {
	width: 553px;
	margin: 0 0 0 31px;
}

.single #main-content {
	width: 553px;
	margin: 12px 0 0 0;
	padding: 0 32px 35px 31px;
}

#comments {
	background: rgb(247,246,246)  url(images/bg_comments.gif) repeat-x 0 top;
	width: 616px;
}

/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h1, #main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h1 {
	font-size: 26px;
}

#main-content h2 {
	font-size: 24px;
}

#main-content h3 {
	font-size: 18px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 50px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:1px solid #DDDDDD;
	color:#777777;
	font-style:italic;
	margin:20px 0;
	padding:25px 20px 25px 60px;
	width:85%;
	background:#EEEEEE url(images/quote-bubble.png) no-repeat scroll 0 0;
}

/* Main Content (post) */

#main-content .post-title {
	width: 100%;
	position: relative;
}

#main-content .post-title h1, #main-content .post-title h2, #main-content .post-title p.post-details, #main-content .post-title h3 {
	padding-right: 50px;
}

#main-content h1 a, #main-content h2 a, #main-content h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#main-content h1 a:hover, #main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: 0;
	position: relative;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px
}

#main-content .comment-cloud {
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
}

#main-content .comment-cloud a {
	width: 34px;
	height: 25px;
	padding-top: 4px;
	background: url(images/home_sprite_png.png) repeat scroll 0 -70px;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	color: #5D5D5D;
	display: block;
	text-decoration: none;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}

#main-content .post h4.continue a {
	background: transparent url(images/home_sprite_png.png) no-repeat;
	padding: 10px 11px;
	color: #fff;
	text-decoration: none;
}

#main-content .post h4.continue a:hover {
	background: transparent url(images/home_sprite_png.png) no-repeat scroll 0 -35px;
	color: #2d2d2d !important;
}

#main-content .post img.thumbnail {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#gallery-1 img {
	border:none !important;
}

#gallery-1 img:hover {
    box-shadow: 0 0 5px #FF8829;
    -webkit-box-shadow: 0 0 5px #FF8829; 
    -moz-box-shadow: 0 0 15px #FF8829;
    border:3px solid #FF8829 !important;
    margin:-3px;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-bottom: 10px;
	position: relative;
}

#main-content h2.latest-post {
	background: transparent;
}


/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#FFC153;
	padding:12px 42px;
	margin: 0 0 25px 0;
}

#main-content .advert_468x60 p{
	line-height:0;
	padding:0 0 7px;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

/* Sidebar (advert 300x250) */

#sidebar-ad {
	background: transparent url(images/bg_sidebar_separator.gif) repeat-x scroll 0 bottom;
	padding: 20px 0 20px 3px;
}


/* Post (featured) */

#main-content .latest .featured, #main-content .archives .featured{
	position: relative;
	margin-bottom: 28px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}

/* Post (latest) */

#main-content .latest {
	width: 586px;
	margin: 25px 0 0 -33px;
	position: relative;
}

#main-content .latest .block {
	width: 259px;
	float: left;
	margin-left: 33px;
	margin-bottom: 28px;
	display: inline;
}

#main-content .latest h2 {
	margin: 20px 0 10px 0px;
	border-bottom: 1px dotted #2d2d2d;
}


#main-content .latest h3 {
	padding-top: 7px;
	height: 35px;
}

#main-content .latest .comment-cloud {
	top: 10px !important;
}

#main-content .latest p.post-details {
	padding-top: 5px;
}

#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
}

.post-preview {

	height: 180px;
}

.archives .post-preview {

	height: 100%;
}

/* Post (archives) */

#main-content .archives .block {
	position: relative;
	margin-bottom: 15px;
	clear: both;
}

#main-content .archives h2 {
	padding-right: 50px;
}

#main-content .archives p.post-details {
	padding-right: 50px;
}

#main-content .archives img.alignleft {
	margin: 15px 15px 0 0;
	border: none;
	background: none;
}

/* Main Content (post>single) */

#main-content p.tags {
	background:#FFC254 none repeat scroll 0 0;
	border:1px solid #2D2D2D;
	clear:both;
	margin:49px 0 15px -30px;
	padding:24px;
	width:565px;
}

.single #main-content .advert_468x60 {
	margin: 25px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

.single .post img.thumbnail {
	background-color:transparent !important;
	border:none !important;
	padding:5px 5px 15px !important;
}

.single .post h1 {
	float:left;
	height:36px;
	margin:-33px 0 10px -15px;
	padding:18px 0 0 15px;
	width:570px;
	background: url(images/headline_gradient.png) no-repeat left bottom;
}

.single .post h3 {
	font-size: 22px !important;
}


.link_web{
	background: url(http://memory-sports.com/wp-content/uploads/2009/icons/icon_link.png) no-repeat left;
	border: none !important;
	padding: 18px 0 18px 70px !important;
	font-size:2.0em !important;
}

.video_h2{
	background: url(http://memory-sports.com/wp-content/uploads/2010/03/icon_video.png) no-repeat left;
	border: none !important;
	padding: 18px 0 18px 70px !important;
	font-size:2.0em !important;
	margin: 25px 16px 5px 0 !important;
}

.poll_h2{
	background: url(http://memory-sports.com/wp-content/uploads/2010/03/icon_poll.png) no-repeat left;
	border: none !important;
	padding: 18px 0 18px 70px !important;
	font-size:2.0em !important;
	margin: 25px 16px 5px 0 !important;
}

.comments_h2{
	background: url(http://memory-sports.com/wp-content/uploads/2010/03/icon_comment.png) no-repeat left;
	border: none !important;
	padding: 18px 0 18px 70px !important;
	font-size:2.0em !important;
	margin: 25px 16px 5px 0 !important;
}

.single .post h2, #main-content .page h2 {
	border-bottom:3px solid #565656;
	font-size:2.7em !important;
	font-weight:normal !important;
	margin:12px 16px 14px 0;
	padding:0.95em 0 0;
}

.single .post h2 a {
	color: #2C6288 !important;
}

.link_facebook{
	background: url(http://memory-sports.com/wp-content/uploads/2009/icons/icon_facebook.png) no-repeat left;
	padding: 13px 65px;
}


.link_web a{
	text-decoration: underline !important;
}

.link_web a:hover{
	text-decoration: none !important;
}

/* Comments */

#comments h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

/* Comments (comment) */

#comments_wrap {
	width: 553px;
	padding: 15px 32px 75px 31px;
	background: transparent url(images/bg_comment_top.png) repeat-x scroll 0 0;
	margin-bottom: -52px;
	position: relative;
}

#comments .comment a {
	text-decoration: underline;
}

#comments .comment a:hover {
	text-decoration: none;
}

#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}

#comments .comment {
	margin-top: 10px;
	width: 100%;
}

#comments .comment .col-left {
	width: 110px;	
}

#comments .comment .col-left img {
	border: #EDEDED 5px solid;
}

#comments .comment .col-left .inside {
	background: url(images/bg_comment_element.gif) no-repeat right 27px;
	width: 110px;
	float: right;
	margin-right: -16px;
	position: relative;
	overflow: hidden;
	padding-right: 7px;
	min-height:70px;
}

#comments .comment .col-left p {
	padding: 0 0 0 2px;
	line-height: 19px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 5px solid;
	margin-left:121px;
	float:none; 
}

* html #comments .comment .col-right {
	height: 100px;
}

#comments .comment span.reply { 
	float:right; 
	padding: 3px 3px 0; 
	font-size:11px; 
}
#comments .comment span.reply a { 
	text-decoration:none; 
	color:#aaa;
}

#comments ul.children { 
	margin:10px 0 0 20px; 
	padding:0; 
}

#comments .navigation .alignright, 
#comments .navigation .alignleft { 
	margin:0;
}

#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}
#comments .navigation a:hover {
	background: #888;	
}
#comments .commentlist {
	padding:0;
}
#comments .commentlist p{
	padding:0 0 10px;
}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{
	float:none;
}
#comments .cancel-comment-reply {
	margin-bottom:10px;
}

/* Comments (form) */

#form_wrap {
	border-bottom: 1px solid #E6E6E6;	
	width: 553px;
	padding: 15px 32px 30px 31px;
	position: relative;
	background:transparent url(images/bg_comment_top.png) repeat-x scroll 0 0;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .form-left {
	width: 170px;
	float:left;
}

#form_wrap .form-right {
	width: 361px;
	float:right;
}
.children #form_wrap .form-right {
	float:none;
}

#form_wrap textarea, #form_wrap .form-left input {
	border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676563;
	padding: 7px 10px;
}

#form_wrap textarea {
	width: 340px;
	margin-bottom: 18px;
}

#form_wrap .form-left input {
	width: 147px;
	display: block;
	margin-bottom: 10px;
}

#form_wrap input.sb {
	clear: left;
	display: block;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

/* PageNavi */

.more_entries {
	width: 100%;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	border-top: #EBEBEB 1px solid;
	padding: 26px 0;
}

.more_entries .wp-pagenavi, .page .wp-pagenavi {clear:both;float: right;margin:10px 0;}
.more_entries .wp-pagenavi a, .page .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, .page .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on, .page .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover, .page .wp-pagenavi a:hover {
	background: transparent url(images/bg_sprite.png) repeat-x scroll 0 -82px !important;
	color: #2d2d2d !important;
}

.more_entries .wp-pagenavi a, .page .wp-pagenavi a,
.more_entries .wp-pagenavi a:link, .page .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, .page .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, .page .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on, .page .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages, .page .wp-pagenavi span.pages { 
	background: transparent url(images/bg_sprite.png) repeat-x scroll 0 -49px;
	color: #fff;
	padding: 5px 9px !important; 
	margin-left: 4px; 
	border:0; 
	line-height:24px;
 }

/* Sidebar */

#sidebar {
	width: 307px;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 12px;
	background: #9F9F9F;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

/* Sidebar (block) */

#sidebar .block {
	width: 260px;
	padding: 21px 25px 21px 22px;
	background: url(images/bg_sidebar_separator.gif) repeat-x 0 bottom;
}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
	position:relative;
}

#sidebar .block .inside li img.thumbnail,
#sidebar .block .inside li img.avatar{
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/

#sidebar .widgetized h2 {
	margin-bottom: 15px;
}

/* Sidebar (widgetized>list>)*/

#sidebar .widgetized ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: #CECFC6 1px solid;
}

#sidebar .widgetized li {
	border-bottom: #CECFC6 1px solid;
	line-height: 20px;
	padding: 5px 0 5px 21px;
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 12px;
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widgetized > special list)*/

#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_archive ul,
#sidebar .widgetized .widget_links ul {
	background: url(images/bg_sidebar_ul_lines.gif) no-repeat right 0;
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -9px;
	position: relative;
}

#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_archive ul li, 
#sidebar .widgetized .widget_links ul li {
	width: 104px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	background: url(images/bg_sidebar_folder.gif) no-repeat 0 7px;
}

#sidebar .widgetized .widget_links ul li {
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 13px;
}

/* Sidebar (widgets)*/



#sidebar .login-avatar {

	border-right:5px solid #D5D4D4;

	float:left;

	margin-right:15px;

}
#sidebar .block .inside #login li {

background:transparent;

}

#tag_cloud h2, #footer #tag_cloud h2 {
	display: block;
	float: none;
}

.textwidget {
	clear: both;
	padding: 5px 2px;
	line-height:20px;
}

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}


/* Sidebar (Search)*/

#sidebar #search_main form div {
	position: relative;
	width: 260px;
	height: 33px;
	background: url(images/bg_search_field.png) no-repeat 0 0;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	border: 0;
	background: transparent;
	z-index: 1;
}



#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}


#sidebar #search_main button {
	background: transparent url(images/bg_sprite.png) repeat-x 0 -41px;
	border: 1px solid #54647E;
	color: #FFFFFF;
	height: 32px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

#sidebar #search_main button:hover {
	background: url(images/bg_sprite.png) repeat-x 0 -74px;
	color: #2d2d2d;
	border: 1px solid #FE8528;
}

#sidebar #search_main .rss {
	background: url(images/rss_button.jpg) no-repeat bottom right;
}

#sidebar #search_main h3 {
	padding: 15px 0 5px;
}

#sidebar #search_main ul {
	padding: 0 0 10px;
}

#sidebar #search_main a {
	color: #FE8427;
}

#sidebar #search_main p {
	font-style: italic;
}

/* Sidebar (advert 125x125) */

#advert_125x125 {
	width: 270px !important;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
}

#advert_125x125 img {
	display: block;
	float: left;
	margin: 9px 0 0 10px;
	display: inline;
}


/* Tabs */

ul.idTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#explore-nav {
	width: 100%;
	padding: 0 0 38px 0;
}


ul.idTabs li, ul#explore-nav li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul.idTabs li a, ul#explore-nav li a {
	line-height: 31px;
	background: #9F9F9F;	
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	text-decoration:none;
}

#tablogin li { background: none!important;padding:5px 0!important;}



#tagcloud {
	padding:10px;
}

/* Video Tabs */

ul.vidTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul.vidTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul.vidTabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul.vidTabs li a.selected, ul.vidTabs li a:hover {
	background: #9CA722;
	text-decoration:none;
}

/* Sidebar (flickr) */

#flickr h2 span {
	color: #0061D8;
}

#flickr h2 span span {
	color: #FF1183;
}

#flickr .wrap {
	width: 270px;
	margin-left: -5px;
	padding: 0;
	position: relative;
}

#flickr a img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	outline: #FF8527 3px solid;
}

/* Footer */

#footer-out {
	width: 100%;
}

#footer {
	width: 939px;
	margin: 0 auto;
	padding: 23px 0 70px 0;
}

* html #footer {
	height: 275px;
}

#footer .position {
	width: 960px;
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 14px;
	background: transparent url(images/bg_sprite.png) repeat-x scroll 0 -41px;
	color: #fff;
	padding: 8px 15px;
	float: left;
	margin: -1px 0;
	display: inline;
	width:270px;
}


#footer h2.widget_title a{
	color: #fff;
}

/* Footer (block) */

#footer .block {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{

	border: #349FF1 5px solid;
	background: #EDEDED;
	padding-bottom: 10px;
	clear: both;
	margin:0 0 15px;
}

#footer .block .textwidget {
	padding: 5px 10px;

}

/* Footer (block > list) */

#footer ul {
	padding: 0;
}

#footer li {
	padding: 5px 10px;
	line-height: 20px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
}

/* Footer (copyright) */

#copyright-out {
	width: 100%;
	padding: 0 0 14px 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 15px;
	color: #F2CD83;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}

#copyright p {

	line-height: 5px;
	padding: 5px 0 17px 0;

}


#copyright .col-left, #copyright .col-right {

	width: 455px;
	height: 150px;
}

.footer-text-left, .footer-text-right {

	padding-bottom: 22px;

}

.footer-avatar-left, .footer-avatar-right{

	background: transparent url(http://memory-sports.com/wp-content/uploads/2009/icons/avatars.jpg) no-repeat;
	height: 136px;
	width: 102px;

}

.footer-avatar-left {

	float: left;

	margin-right: 30px;

}


.footer-text-left {

	float: left;

	width: 260px;

	padding-left: 15px;

}

.footer-icons-left {

	float: left;

}

.footer-avatar-right {

	float: right;

	margin-left: 30px;

	background-position: 0 -136px;

}

.footer-text-right {

	text-align: right;

	float: right;

	width: 260px;

	padding-right: 15px;

}

.footer-icons-right {

	float:right;
}

.footer-box-right {

	float: right;

}


.footer-box-mail, .footer-box-facebook, .footer-box-twitter, .footer-box-www {

	width: 60px;

	height: 57px;

	text-align: center;

	text-align: center;

	display:block;

	opacity:0.6;

	float: inherit;

	background:transparent url(images/home_sprite_png.png) no-repeat;

}


.footer-box-mail {

	background-position:-60px -101px;

}

.footer-box-facebook {

	background-position:0 -101px;

}

.footer-box-twitter {

	background-position:-60px -158px;

}

.footer-box-www {

	background-position:0 -158px;

}

.footer-box-mail:hover, .footer-box-facebook:hover, .footer-box-twitter:hover, .footer-box-www:hover {

	opacity: 1.0;

}

.footer-name {

	font-size: 30px;

}

/* Fix */

.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_archive ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}

/* Video Widget */

#video p {
	padding:0;
}
#video h2 {
	margin-bottom:7px !important;
}
#video .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}
#video #vidtabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}
#vidtabs ul.idTabs {
	padding:7px 0 !important;
}
#footer .block #vidtabs ul {
	background:none;
	border:0;
}

/* Twitter */
#header .latest_twitter {
	background:transparent url(images/twitter_bubble.png) no-repeat -5px 0;
	height:210px;
	left:502px;
	position:absolute;
	top:-8px;
	width:230px;
	z-index:10;
}

#header .latest_twitter img {
	float:left;
	margin: 0 15px 15px 0;
}
#header .latest_twitter ul {
	font-family: Georgia;
	color:#2d2d2d;
	line-height:17px;
	height:120px;
	margin:25px;
	padding:5px 0;
	width:190px;
}

/* Full Width */

#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(images/bg_page_full.gif) repeat-y;
}

#main-content.fullwidth {
	width:850px;
	margin: 24px 0 0 31px;
}
#content.full {
	background: url(images/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(images/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}


/* Changes by Flauwy */


/* Archives */



#main-content .archives h2 {

	background:transparent url(images/bg_archive_headline.png) repeat-x scroll center;

	font-size:16px;

	font-weight:normal;

	margin:0 -10px 0.8em;

	padding:0.6em 50px 0.7em 10px;

}

#main-content .archives h2 a {

	color: #ffffff

}

#main-content .archives h4 {

	clear:both;

	margin-left:415px;

	margin-top:1px;

	width:27%;

}

#main-content .archives .comment-cloud {
	top:8px;
}

/* Copy from Style Template "blue" */

.Nav a, .Nav .on, #sidebar h2, #sidebar ul.idTabs li a, ul#explore-nav li a {
	background: url(images/bg_sprite.png) repeat-x scroll 0 -41px;
	text-decoration: none;
}

#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover, ul#explore-nav li a:hover, ul#explore-nav li a.current {
	background: url(images/bg_sprite.png) repeat-x scroll 0 -74px;
	color: #2d2d2d !important;
}

.Nav .on, .Nav a:hover {
	background: #2c6288 !important;
}

/* Authorcomments & Comment-button*/
#comments .authorcomment .col-right{
	background:#ffd17e url(images/bg_authorcomment.png) no-repeat left bottom;
}

#comments .authorcomment .col-left .inside{
	background:transparent url(images/bg_comment_element_author.gif) no-repeat scroll right 27px;
}

#comments .comment_button img {

	margin: 3px 498px;
	z-index: 99;
	position: absolute;
}

.authorintro {
	background: transparent url(http://memory-sports.com/wp-content/uploads/2009/06/author_background.jpg) no-repeat scroll 0 0;
	border-bottom: 1px solid #C5C3C3;
	border-right: 1px solid #C5C3C3;
	float: left;
	height: 130px;
	margin: 10px 0;
	overflow: hidden;
	padding: 5px 15px 40px;
	width: 522px;
}

.authorgravatar {
	border: 5px solid #EDEDED;
	margin: 5px;
}


/* Interviews */

.interview-abstand {
	padding-top: 30px;
}

.small-abstand {
	margin-top: -10px;
}

/* How to become a Memory Champion*/

#elephant {

	margin: 0 0 0 20px;

}

#elefant_ad {

	background: #191919;
	width:307px;
}

#main-content #elephant h2 {

	padding: 0 0 0 20px;

	border: none;

}


.elephant_tab {


	margin: 50px 0 10px;

	height: 50px;

	width: 490px;

	background: transparent url(http://memory-sports.com/wp-content/uploads/2009/elephant/elephant_tab.png) no-repeat scroll center center !important;

	text-shadow: 1px 1px 1px white

}


.elephant_tab_special {

	background: transparent url(http://memory-sports.com/wp-content/uploads/2009/elephant/elephant_tab_special.png) no-repeat scroll center center !important;

	height: 50px;

	width: 490px;

	margin: 50px 0 10px;

}


.elephant_box {

	margin: 0 0 0 15px;

}


.elephant_thumb {

	float: left;
	height: 148px;
	width: 160px;

}


.elephant {

	font-family: georgia;
	font-size: 24px;

}

.elephant a {

	text-decoration: underline;

}

.elephant a:hover {

	text-decoration: none;

}

#sidebar .elephant_banner a {

	text-decoration: underline;

}

#sidebar .elephant_banner a:hover {

	text-decoration: none;

}


.elephant_text {

	width: 465px;

}

#sidebar .elephant_banner {

	padding: 20px;
	background: transparent url(images/bg_sprite.png) repeat-x scroll 0 -107px;
}

/* NEW FEATURED */

#featuredArea {
	display:block;
	overflow: hidden;
	clear:both;
	background:transparent url(images/bg_featured.jpg) no-repeat scroll center center;
	height:440px;
	margin:0 -31px -30px;
	padding:0 31px;
	width:554px;
}


#main-content #featuredArea {
	margin:0 -31px 25px;
}

#featuredArea ul {
	margin:0px;
	padding:0px;
}

#featuredArea .featuredSlider {
	position:relative;
	height:225px;
	overflow: hidden;
	width:553px;
	margin:0 0 45px;
	top:40px;
}

#featuredArea .featuredSlider .arrow {
	position:absolute;
	width:20px;
	height:15px;
	top:204px;
	left:40px;
	z-index:1000;
	display:block;
	background:url(./images/home_sprite_png.png) no-repeat scroll -34px -70px;
}

#featuredArea .featuredSlider ul {
	width:20000px;
	height:225px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

#featuredArea .featuredSlider ul li {
	display:block;
	width:553px;
	float:left;
}

#featuredArea .featuredThumbs {
	position:relative;
	height:105px;
	display:block;
	overflow: hidden;
	width:560px;
}

#featuredArea .featuredThumbs ul {
}

#featuredArea .featuredThumbs ul li {
	display:block;
	float:left;
	width:105px;
	height:105px;
	margin:0 7px 0 0;
}

/* ScribbleLive.com Feed */

.ScribbleLive img {
	padding:20px 30px;
}

.ScribbleLive li {
	list-style-image:url(images/liveblog_list_icon.png) !important;
}

.Writer58537 {
	border-bottom:2px dotted #ed911d;
	border-top:2px dotted #ed911d;
	border-right:2px dotted #ed911d;
	margin:20px 0;
	background:#f8d293;
}

.Writer58559 {
	border-bottom:2px dotted #0C2F59;
	border-top:2px dotted #0C2F59;
	border-right:2px dotted #0C2F59;
	margin:20px 0;
	background:#A4DAFE;
}

.Writer58882 {
	border-bottom:2px dotted #2d2d2d;
	border-top:2px dotted #2d2d2d;
	border-right:2px dotted #2d2d2d;
	margin:20px 0;
	background:#EEEEEE url(images/liveblog_twitter.png) no-repeat top right;
}




/* plugin Twitter Tools */

#twitter-tools .aktt_tweets ul {
	background:#ffc254 url(images/tweet_bird.jpg) no-repeat center top;
	border: #349FF1 5px solid !important;
	padding:0;
}


#twitter-tools .aktt_tweets li {
	background-image:none;
}


#aktt_tweet_text {
	float:left;
}

#aktt_tweet_form fieldset #aktt_tweet_submit {
	margin-top:-20px;
}

#twitter-tools .aktt_more_updates {
	background-image:none;
	margin: 15px 0 10px;
}

#twitter-tools .aktt_more_updates a {
	background:transparent url(images/home_sprite_png.png) no-repeat scroll 0 0px;
	font-size:14px;
	font-weight:bold;
	padding:10px 11px 10px 19px;
	text-decoration:none;
	color:#fff;
}

#twitter-tools .aktt_more_updates a:hover {
	background:transparent url(images/home_sprite_png.png) no-repeat scroll 0 -35px;
	text-decoration:none;
	color:#2d2d2d;
}

/* Author Box */

#authorBio {
	background:transparent url(images/bg_author.jpg) no-repeat scroll center bottom;
	padding: 7px 12px;
	margin:0 0 -35px -31px;
	display:block;
	overflow: hidden;
	width:592px;
	height: 221px;
	border-bottom:1px solid #FFFFFF;
}

#authorBio h2{
	border-bottom:2px dotted #565656;
}


#authorBio .thumb {
	display:block;
	float:left;
	width:110px;
	padding:15px 0 0 10px;
}

#authorBio .thumb img {
	border:5px solid #565656;
}

#authorBio .bio {
	display:block;
	float:right;
	width:450px;
}

#authorBio p.authorIcons {
	overflow: hidden;
	height:65px;
	margin-top:-14px;
}

#authorBio p.authorIcons a:hover {
	font-style:italic;
}

#authorBio p.authorIcons a {
	display:block;
	text-align:center;
	text-decoration:none;
	float:left;
	margin:0 20px 0 0;
}


/* Related Posts */
#relatedPosts {
	background: #FFC254 url(images/bg_related.png) repeat-x scroll 0 -5px;
	border: 1px solid #2D2D2D;
	height: 280px;
	margin: 75px 0 15px -30px;
	padding: 0 0 0 24px;
	width: 589px;
}

#relatedPosts ul {
	margin:0px;padding:0px;
}

#relatedPosts ul li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	width:128px;
}

#relatedPosts img {
	width:120px;
	height:120px;
}

#relatedPosts h2 {
	padding:0 !important;
}

/* Social Bookmarks */

#main-content .social {
	display:block;
	height:85px;
	margin: 20px 0 10px -5px;
	background: transparent url(images/social_links.jpg) no-repeat scroll 0 -60px;
}

#main-content .social ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#main-content .social ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#main-content .social li.facebook a, .social li.stumble a, .social li.delicious a, .social li.tweet a {
	background:transparent url(images/social_links.jpg) no-repeat;
	display:block;
	float:left;
	height:60px;
	width:139px;
}

#main-content .social li.stumble a {
	background-position:0 0;
	width:139px;
}

#main-content .social li.delicious a {
	background-position:-139px 0;
	width:139px;
}

#main-content .social li.facebook a {
	background-position:-278px 0;
	width:138px;
}

#main-content .social li.tweet a {
	background-position:-416px 0;
}

#main-content .social li.stumble a:hover {
	background-position:0 -60px;
}

#main-content .social li.delicious a:hover {
	background-position:-139px -60px;
}

#main-content .social li.facebook a:hover {
	background-position:-278px -60px;
}

#main-content .social li.tweet a:hover {
	background-position:-416px -60px;
}


.singleImage {
	margin-left: -10px;
}

.single .post img.thumbnail, .singleImage img.thumbnail {
	margin:0px;
	float:left;
	padding:0px;
}

.table {
	background: transparent url(images/bg_sprite.png) repeat-x scroll 0 -107px;
}


/* Accordion */
#accordion  {
}
#accordion div {
	background-color:#ffc254;
	padding:10px;
	border-top:1px solid white;
}

#accordion p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#accordion div p {
	padding: 10px 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}

#accordion a {
	cursor:pointer;
	display:block;
	padding:10px 5px 0px 50px;
	margin-top: 0;
	color: #565656;
	text-decoration: none;
	font-weight: normal;
	font-size: 2.0em;
	border-top: 1px solid #FFFFFF;
	background: transparent url(images/bg_accordion.jpg) no-repeat;
	height: 30px;
}


#accordion a:hover {
	background: transparent url(images/bg_accordion.jpg) no-repeat 0 -40px;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-size: 2.7em;
}

#accordion a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("images/AccordionTab2.gif");
}

#accordion .ui-state-active a {
	background: transparent url(images/bg_accordion.jpg) no-repeat 0 -80px;
	cursor: text;
	text-shadow:1px 1px 2px #FFFFFF;
	font-size: 2.7em;
}

#accordion .image {
	background: none;
	height: 100%;
	padding: 0;
	border: none;
}

#accordion .image:hover {
	background: none;
}

@media print {
	#accordion div {
		display: block!important;
		height: auto!important
	}
}

/* WP-Poll */
.wp-polls, .wp-polls-form {
	background:#FFC254 url(images/bg_poll.jpg) no-repeat scroll center bottom;
	border:1px solid #565656;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
}

.wp-polls-ul {
	margin:0 60px 10px 10px !important;
}

#sidebar .wp-polls-ans {
	width:92%;
}

.single-poll {
	border-bottom: 1px solid #565656;
}

.wp-polls-archive p.footer-poll {
	padding-left: 50px;
}

.wp-polls-archive .wp-polls-ans p {
	padding-left: 0;
	border: none;
}

#sidebar .widgetized .wp-polls-ans li {
	border-bottom: none;
}

#sidebar .widgetized .wp-polls-ans ul {
	border-top: 1px solid #FE8528;
}

/* Highscore Tables */

table.highscore_table {
	border-collapse:collapse;
	width:553px;
}

table.highscore_table td {
	height:40px;
	border:1px solid #FFFFFF;
	padding:0 5px;
}

table.highscore_table td img {
	float:left;
	margin:4px 8px 0 0;
}

table.highscore_table td a {
	line-height:40px;
}

table.highscore_table tr.header td {
	background:transparent url(images/bg_highscores.png) repeat-x;
	color:#FFFFFF;
	height:40px;
	font-weight:bold;
}

table.highscore_table tr.odd td {
	background-color:#FFC254;
}

table.highscore_table tr.even td {
	background-color:#FE8528;
}

/* Contact Button */

#main-content .post h4.button a {
	background: transparent url(images/home_sprite_png.png) no-repeat;
	padding: 10px 5px;
	color: #fff;
	text-decoration: none;
}

#main-content .post h4.button a:hover, #main-content .post h4.button2 a:hover {
	background: transparent url(images/home_sprite_png.png) no-repeat scroll 0 -35px;
	color: #2d2d2d !important;
}

#main-content .post h4.button2 a {
	background: transparent url(images/home_sprite_png.png) no-repeat;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
}

#maskot {
	position: relative;
	width:213px;
	height:188px;
	float:right;
	margin: 25px 0 -213px;
	background: url(images/maskot.jpg) no-repeat;
}

#upcoming-button {
	position: fixed;
	height: 377px;
	width: 47px;
	right: 0;
	top: 295px;
	background: url(images/upcoming.jpg) 47px 0;
	text-indent: -9999px;
}

#upcoming-button:hover {
	background-position: 0 0;
}

#smilies_toolbar {
	padding: 10px 0;
	width: 180px;
}

/* Text Highlight Starts */
/* Mozilla based browsers */
::-moz-selection {
       background-color: #FFC153;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #FFC153;
       color: #000;
}
/* Text Highlight Ends*/


/* Input Form Glow */

#form_wrap textarea, #form_wrap .form-left input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
}


#form_wrap textarea:focus, #form_wrap .form-left input:focus {
    box-shadow: 0 0 5px #FF8829;
    -webkit-box-shadow: 0 0 5px #FF8829; 
    -moz-box-shadow: 0 0 5px #FF8829;
    border:1px solid #FF8829;
}

/* Facebook-Like Plugin */

.fbLikeContainer {
    border-bottom: 2px dotted #565656 !important;
    padding: 10px 0 5px;
}

/* Slide2Comment Plugin */

.handle {
   background-position:0 117px !important;
}

/* Simple Facebook Connect */

.fan_box .full_widget {
border:5px solid #D5D4D4 !important;
}


/* Smooth Slider Plugin */

#slider-box {
    margin: -10px auto 0;
    width: 933px;
    height: 133px;
    background: url("images/bg_middle_top.jpg") no-repeat;
    padding: 1px 0 15px 6px;
}

#smooth_sliderc {
text-align: left !important;
}

#smooth_sldr_body p.more a {
color: #2C6288 !important;
}

#smooth_sldr {
margin:10px auto -35px !important;
}