/*
 * Theme Name: WordPress Devel
 * Theme URI: http://www.spinbit.eu/
 * Description: The WordPress theme base for development
 * Version: 1.0
 * Author: Janusz Krupski
 * Author URI: http://www.spinbit.eu/
 * Tags: devel, custom, w3c, two columns, widgets
 * 
 * This theme is released under GPL:
 * http://www.opensource.org/licenses/gpl-license.php
 *
 */
 
@import url('css/reset.css');

html { height: 100%; padding: 0px; overflow-y: scroll; }
body { height: 100%; margin: 0px; padding: 0px; font-family: Tahoma,Geneva,sans-serif; font-size: 0.75em; line-height: 1.3em; text-align: center; color: #303030; background: url(images/back/background2.jpg) #0f0f0f no-repeat 0 0; }

/* Tags */
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-style: normal; line-height: 1.35em; color: #333333; margin-bottom: 18px; }
h1 { font-size: 2.5em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1.15em; }
p { margin-bottom: 18px; }

a { color: #303030; text-decoration: underline; }
a:hover { color: #303030; text-decoration: none; }

small { font-size: 0.92em; }

ul { margin-bottom: 18px; }
ol { margin-bottom: 18px; }
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0px; padding-left: 35px; }

textarea, input, select { font-size: 1em; color: #303030; line-height: 1.5em; }
input.text, .posts form[action$='wp-pass.php'] input { border: 1px solid #cacaca; padding: 3px; }
textarea { border: 1px solid #cacaca; padding: 2px; }
button { border: 0 none; padding: 0; cursor: pointer; }
button span { display: none; }
button::-moz-focus-inner { border: 0px; padding: 0px; }

code { display: block; font-size: 1.2em; border: 1px dashed #666666; background: #fafafa; margin: 0px 0px 18px 0px; padding: 4px; }
pre code { overflow: auto; }
p.row { overflow: hidden; margin: 0px 0px 10px 0px; clear: both; }

.h_zglos_swoj_udzial { background: url(images/headers/zglos_swoj_udzial.png) no-repeat 0 0; width: 122px; height: 16px; text-indent: -9999px; }
.h_lista_uczelni { background: url(images/headers/lista_uczelni.png) no-repeat 0 0; width: 87px; height: 12px; text-indent: -9999px; }
.h_sledz_nas { background: url(images/headers/sledz_nas.png) no-repeat 0 0; width: 66px; height: 15px; text-indent: -9999px; }


/* Layout */
div.pages { width: 100%; height: 100%; text-align: left; }
div#wrapper { width: 988px; min-height: 100%; margin: 0px auto; padding: 0px; }
div#upper-part { position: relative; margin: 0px; padding: 0px 0px 100px 0px; overflow: hidden; }
div#lower-part { position: relative; width: 100%; height: 100px; margin: -100px auto 0px auto; padding: 0px; }


/* Headers class */
.headers { position: relative; height: 171px; padding: 0; margin: 0; background: url(http://www.flexchallenge.com/header.png) no-repeat 0 0; overflow: hidden; }
.headers h1 { background: url(images/elements/apf.png) no-repeat 0 0; width: 144px; height: 104px; position: absolute; top: 40px; left: 30px; }
.headers h1 a { display: block; width: 144px; height: 104px; text-indent: -9999px; }

.headers #blog-info { float: left; color: #303030; margin: 43px 0px 0px 20px; }
.headers #blog-info h1 { font-weight: normal; font-style: italic; line-height: normal; margin: 0px; }
.headers #blog-info h1 a { color: #303030; }
.headers #blog-info #blog-description { font-weight: normal; font-style: italic; color: #606060; margin: 5px 0px 0px 0px; }

.headers #flex_challenge { background: url(images/elements/challenge.png) no-repeat 0 0; position: absolute; width: 198px; height: 48px; top: 50px; left: 725px; text-indent: -9999px; }
.headers #flex_challenge a { display: block; width: 198px; height: 48px; }
.headers #zarejestruj_sie { background: url(images/elements/zarejestruj_sie.png) no-repeat 0 0; position: absolute; width: 157px; height: 36px; top: 102px; left: 772px; }
.headers #zarejestruj_sie a { display: block; width: 157px; height: 36px; text-indent: -9999px; }
.headers #logo_adobe { background: url(images/elements/logo_adobe.png) no-repeat 0 0; position: absolute; width: 43px; height: 69px; top: 0; right: 0; }
.headers #logo_adobe a { display: block; width: 43px; height: 69px; text-indent: -9999px; }

.headers #navi-container { position: absolute; width: 730px; height: 28px; left: 4px; bottom: 10px; }



/* Search results */
.search-results .hentry { margin: 0; padding: 0px; overflow: hidden; background: none; }
.search-results h3 { margin: 0 0 5px 0; font-size: 1.2em; }
.search-results h3 a { text-decoration: underline; color: #333333; }
.search-results h3 a:hover { text-decoration: none; }
.search-results .post .dates { margin: 0 0 2px 0; padding: 0;  }
.search-results .post .dates .authors { background-image: none; margin: 0px; padding: 0px; }
.search-results .post .dates .authors-separator { display: inline; }
.search-results .posts .permalinks { font-size: 0.92em; color:#014a9a; text-decoration: none; }
.search-results .posts .permalinks:hover { }

/**/
.main_container { background: url(images/back/main.gif) repeat-y 0 0; width: 988px; overflow: hidden; position: relative; margin: 0;  }


/* Contents class */
.contents { width: 542px; padding: 0; float: left; }
.content { width: 480px; margin: 30px 0 10px 21px; }



/* Sidebars class */
.sidebars { float: left; overflow: hidden; }
#sidebar-1 { width: 200px; background: url(images/back/sidebar.gif) no-repeat 0 0; padding: 20px 17px 0 16px; }
#sidebar-2 { width: 189px; padding: 20px 12px; }

/* Search form */
#search { margin: 0 0 30px 0; overflow: hidden; width: 189px; }
#search h3 { background: url(images/headers/wyszukaj_w_postach.png) no-repeat 0 0; height: 19px; text-indent: -9999px; margin: 0 0 10px 0; }
#search input#search-clause { width: 140px; padding: 3px; border: 1px solid #d8d8d8; background: #ffffff; vertical-align: middle; float: left; }
#search input#search-clause.example { color: #cacaca; }
#search button { background: url(images/buttons/go.png) no-repeat 0 0; width: 20px; height: 20px; float: left; margin: 1px 0 0 10px; }

/* Widgets class */
.sidebars .widgets:last-child { background-image: none !important; }
.widgets { overflow: hidden; }
.widgets h3 { color: #303030; margin-bottom: 12px; }
.widgets table { margin: 0px; }

#sidebar-1 .widgets { border-top: #b8b8b8 2px solid; padding: 20px 0 0 0; margin: 0 0 10px 0; }
#sidebar-1 .widgets ul { background: url(images/elements/line_1.gif) repeat-x 0 0; }
#sidebar-1 .widgets ul li { background: url(images/elements/line_1.gif) repeat-x 0 bottom; border: none; padding: 7px 0 10px; margin: 0; }
#sidebar-1 .widgets ul li a { color: #141414; text-decoration: none; }
#sidebar-1 .widgets ul li a:hover { text-decoration: underline; }
#sidebar-1 .widgets ul li a span { color: #ff2626; }
	
#sidebar-1 h3.sledz_nas { background: url(images/elements/sledz_nas.png) no-repeat 0 0; width: 187px; height: 61px; margin: 10px 0 5px 10px; }
#sidebar-1 h3.sledz_nas a { display: block; width: 187px; height: 61px; text-indent: -9999px; }

#sidebar-1 .widget_recent_comments h3 { background: url(images/headers/ostatnie_komentarze.png) no-repeat 0 0; width: 132px; height: 11px; text-indent: -9999px; overflow: hidden; }
#sidebar-1 .widget_recent_comments ul { background: none; }
#sidebar-1 .widget_recent_comments li.recentcomments { background: none; border: none 0; margin: 0 0 15px 0; padding: 0; font-size: 0.91em; }
#sidebar-1 li.recentcomments p { background: url(images/back/comment_up.png) no-repeat 0 0; margin: 0; padding: 7px 10px 4px 10px; }
#sidebar-1 li.recentcomments p a { color: #141414; text-decoration: none; }
#sidebar-1 li.recentcomments div { background: url(images/back/comment_down.png) no-repeat 0 0; margin: 0; padding: 9px 0 0 33px; color: #8b8b8b; }
#sidebar-1 li.recentcomments div a { color: #8b8b8b; }
#sidebar-1 li.recentcomments ol, #sidebar-1 li.recentcomments ul { background: #f6eabf; padding: 0 10px; }
#sidebar-1 li.recentcomments ol li { background: none; }



#sidebar-1 .widget_meta h3 { background: url(images/headers/rss_dlakazdego.png) no-repeat 0 0; width: 128px; height: 20px; text-indent: -9999px; }

#sidebar-1 .widget_twitter { border: none; padding: 8px 0 0 0; }
#sidebar-1 .widget_twitter h3 { background: url(images/elements/sledz_nas.png) no-repeat 0 0; width: 187px; height: 61px; margin: 0 0 15px 10px; }
#sidebar-1 .widget_twitter h3 a { display: block; width: 187px; height: 61px; }
#sidebar-1 .widget_twitter ul li { padding-bottom: 7px; }
#sidebar-1 .widget_twitter ul li a { color: #ff2626; }
#sidebar-1 .widget_twitter ul li span { display: block; color: #8b8b8b; font-size: 0.8em; }


#sidebar-2 .widgets { margin: 30px 0 0 0; width: 189px; }
#sidebar-2 .widgets ul { margin: 0; padding: 0; }
#sidebar-2 .widgets ul li { margin: 0; padding: 0; border: none; background: none; }
#sidebar-2 .widgets ul li a { color: #949494; }


.fch_map { widows: 189px; overflow: hidden; position: relative; }
.fch_map img { z-index: 80; position: relative; }
.fch_map div { margin: 0; padding: 0; position: absolute; height: 20px; left: 71px; z-index: 100; }
.fch_map div a { display: block; height: 20px; text-indent: -9999px; background: url(images/upload/trans.png) no-repeat 0 0; }

/*
.fch_map div.lt_gdynia { top: 65px; }
.fch_map div.lt_gdynia a { width: 58px; }
.fch_map div.lt_gdynia a:hover { background: url(images/upload/lt_gdynia.gif) no-repeat 0 0; }

.fch_map div.lt_gdansk { top: 106px; }
.fch_map div.lt_gdansk a { width: 61px; }
.fch_map div.lt_gdansk a:hover { background: url(images/upload/lt_gdansk.gif) no-repeat 0 0; }
*/

.fch_map div.lt_torun { top: 149px; }
.fch_map div.lt_torun a { width: 51px; }
.fch_map div.lt_torun a:hover { background: url(images/upload/lt_torun.gif) no-repeat 0 0; }

.fch_map div.lt_poznan { top: 194px; }
.fch_map div.lt_poznan a { width: 59px;}
.fch_map div.lt_poznan a:hover { background: url(images/upload/lt_poznan.gif) no-repeat 0 0; }


.fch_map div.lt_warszawa { top: 235px; }
.fch_map div.lt_warszawa a { width: 74px; }
.fch_map div.lt_warszawa a:hover { background: url(images/upload/lt_warszawa.gif) no-repeat 0 0; }

.fch_map div.lt_lodz { top: 276px; }
.fch_map div.lt_lodz a { width: 45px; }
.fch_map div.lt_lodz a:hover { background: url(images/upload/lt_lodz.gif) no-repeat 0 0; }

.fch_map div.lt_wroclaw { top: 320px; left: 70px; }
.fch_map div.lt_wroclaw a { width: 68px; }
.fch_map div.lt_wroclaw a:hover { background: url(images/upload/lt_wroclaw.gif) no-repeat 0 0; }

.fch_map div.lt_gliwice { top: 363px; }
.fch_map div.lt_gliwice a { width: 59px; }
.fch_map div.lt_gliwice a:hover { background: url(images/upload/lt_gliwice.gif) no-repeat 0 0; }

.fch_map div.lt_krakow { top: 404px; }
.fch_map div.lt_krakow a { width: 61px; }
.fch_map div.lt_krakow a:hover { background: url(images/upload/lt_krakow.gif) no-repeat 0 0; }

.fch_map div.lt_lublin { top: 446px; }
.fch_map div.lt_lublin a { width: 51px; }
.fch_map div.lt_lublin a:hover { background: url(images/upload/lt_lublin.gif) no-repeat 0 0; }

#sidebar-2 .widgets ul.air_menu { width: 136px; margin: 0 0 0 22px; }
#sidebar-2 .widgets ul.air_menu li { display: block; }
#sidebar-2 .widgets ul.air_menu li a { display: block; width: 136px; text-indent: -9999px; }
#sidebar-2 .widgets ul.air_menu li.air_mm1 { background: url(images/upload/wstep_do_air_01.gif) no-repeat 0 0; height: 21px; }
#sidebar-2 .widgets ul.air_menu li.air_mm1 a { height: 21px; }
#sidebar-2 .widgets ul.air_menu li.air_mm1 a:hover{ background: url(images/upload/wstep_do_air_01_on.gif) no-repeat 0 0; }
#sidebar-2 .widgets ul.air_menu li.air_mm2 { background: url(images/upload/wstep_do_air_02.gif) no-repeat 0 0; height: 20px; }
#sidebar-2 .widgets ul.air_menu li.air_mm2 a { height: 20px; }
#sidebar-2 .widgets ul.air_menu li.air_mm2 a:hover { background: url(images/upload/wstep_do_air_02_on.gif) no-repeat 0 0; }
#sidebar-2 .widgets ul.air_menu li.air_mm3 { background: url(images/upload/wstep_do_air_03.gif) no-repeat 0 0; height: 18px; } 
#sidebar-2 .widgets ul.air_menu li.air_mm3 a { height: 18px; }
#sidebar-2 .widgets ul.air_menu li.air_mm3 a:hover { background: url(images/upload/wstep_do_air_03_on.gif) no-repeat 0 0; } 

#sidebar-2 .widgets ul.flex_menu { width: 153px; margin: 0 0 0 20px; }
#sidebar-2 .widgets ul.flex_menu li { display: block; }
#sidebar-2 .widgets ul.flex_menu li a { display: block; width: 153px; text-indent: -9999px; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm1 { background: url(images/upload/wstep_do_flex_01.gif) no-repeat 0 0; height: 23px; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm1 a { height: 23px; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm1 a:hover{ background: url(images/upload/wstep_do_flex_01_on.gif) no-repeat 0 0; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm2 { background: url(images/upload/wstep_do_flex_02.gif) no-repeat 0 0; height: 20px; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm2 a { height: 20px; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm2 a:hover { background: url(images/upload/wstep_do_flex_02_on.gif) no-repeat 0 0; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm3 { background: url(images/upload/wstep_do_flex_03.gif) no-repeat 0 0; height: 18px; } 
#sidebar-2 .widgets ul.flex_menu li.flex_mm3 a { height: 18px; }
#sidebar-2 .widgets ul.flex_menu li.flex_mm3 a:hover { background: url(images/upload/wstep_do_flex_03_on.gif) no-repeat 0 0; } 


/*.widgets ul, .widgets ol {
	margin: 0px 0px 0px 20px;
}*/

.widgets li { margin-bottom: 3px; padding: 0px 0px 5px 0px; border-bottom: 1px dotted #cacaca;
	/* padding: 0px 0px 5px 25px;
	background: url('images/bullet_blue.png') no-repeat 0px 3px; */
}
.widgets li:last-child { border: none; }


/* Calendar widget */
#wp-calendar { border-collapse: collapse; border-spacing: 0px; }
#wp-calendar caption { text-align: left; font-weight: bold; padding: 0px 0px 10px 0px; }
#wp-calendar th, #wp-calendar tbody td { width: 29px; text-align: center; vertical-align: middle; background: #eee; padding: 3px 0px 3px 0px; cursor: default; }
#wp-calendar th { background: #ccc; }
#wp-calendar tbody td:hover { background-color: #ffffff; }
#wp-calendar tbody td.pad:hover { background-color: #eee; }
#wp-calendar tbody td a { display: block; font-weight: bold; }
#wp-calendar tfoot td { padding: 6px; }
#wp-calendar tfoot td#prev { text-align: left; padding-left: 8px; }
#wp-calendar tfoot td#next { text-align: right; padding-right: 8px; }


/* Contents class */
.hentry { padding: 0px 0px 19px 0px; margin: 0px 0px 18px 0px; }
.hentry ul { list-style: square; padding-left: 35px; }
.hentry ol { list-style: decimal; padding-left: 35px; }
.hentry .dates { font-size: 0.92em; color: #8b8b8b; padding: 0 0 0 45px; ma }
.hentry .dates span { margin: 0 15px 0 0; }
.post { }
.post h2 { font-weight: bold; background: url(images/back/post_title.gif) no-repeat 0 0; padding: 12px 15px; font-size: 1.2em; width: 450px; height: 39px; margin: 0; }
.post h2 a { color: #333333; }
.posts a, .wp-pages a { color: #303030; text-decoration: underline; }
.posts a:hover, .wp-pages a:hover { text-decoration: none; }
.posts a.more-link, .wp-pages a.more-link { text-decoration: none; }
.posts form[action$='wp-pass.php'] p br { display: none; }


/* Posts metadata */
.posts-metadata { font-size: 0.92em; margin: 0px; }
.posts-metadata .pm-separators { margin: 0 5px; }
.posts-metadata a { color:#303030;}

/* Pagers */
.pagers { background: url('images/pages.png') no-repeat 0px 0px; padding: 0px 0px 0px 25px; }
.pagers a { text-decoration: none; padding: 2px; background: #eeeeee; padding: 0px 5px 0px 5px; }


/* Images in content */
div.wp-caption { background: #eeeeee; border: 1px solid #cacaca; margin: 0px 0px 18px 0px; overflow: hidden; }
div.alignleft { margin: 4px 10px 0px 0px; }
div.alignright { margin: 4px 0px 0px 10px; }
div.aligncenter { margin-left: auto; margin-right: auto; }
div.wp-caption img { display: block; margin: 6px auto 0px auto; }
div.wp-caption a { display: block; }
div.wp-caption .wp-caption-text { font-size: 0.92em; padding: 6px; margin: 0px; }
img.alignleft { margin: 4px 10px 0px 0px; }
img.alignright { margin: 4px 0px 0px 10px; }
img.aligncenter { display: block; margin: 0px auto 0px auto; }


/* Image attachment */
.attachment-images .attachment { margin: 0px 0px 18px 0px; border: 1px solid #cacaca; background: #eaeaea; overflow: hidden; }
.attachment-images .attachment img { display: block; margin: 10px auto 10px auto; border: 1px solid #cacaca; }
.attachment-images .attachment p { text-align: center; margin: 0px; padding: 0px 10px 10px 10px; }


/* Comments */
#comments { border-top: #b8b8b8 2px solid; width: 480px; overflow: hidden; }
#comments h3 { margin: 10px 0 18px 0; }
#comments .comment-meta { margin-bottom: 10px; font-size: 0.92em; }
#comments ol, #comments ul { padding: 0px; list-style: none; margin: 0; }
#comments ol ul, #comments ul ul { margin-top: 18px; margin-bottom: 18px; padding-left: 20px; }
#comments .comment { margin: 0 0 10px 0; overflow: hidden; background: url(images/back/comment_up_480.png) no-repeat 0 0; }
#comments .comment .comment-body { background: url(images/back/comment_down_480.png) no-repeat left bottom; overflow: hidden; padding: 10px; }
#comments .comment-author { color: #605e5e; }
#comments .comment-author cite { font-weight: bold; font-style: normal; }
#comments .comment-author img.avatar { display: none; }
#comments .comment-meta a { color: #605e5e; }

#comments #comment-list-pings ul { display: none; }
#comments .navigation .prev { width: 230px; }
#comments .navigation .next { width: 230px; }


/* Respond on comment */
#respond { position: relative; border-top: #b8b8b8 2px solid; width: 480px; overflow: hidden; }
#respond h3 { margin: 10px 0 18px 0; }
#respond .cancel-comment-reply { position: absolute; top: 12px; right: 20px; margin: 0px; }
#respond #commentform { margin: 18px 0px 0px 0px; padding: 0px; }
#respond #commentform fieldset { overflow: hidden; }
#respond textarea { width: 474px; height: 200px; }
#respond label { float: left; width: 180px; margin: 0px 10px 0px 0px; }
#respond .text { float: left; width: 200px; }
#respond #cf-comment-row label { display: none; }
#respond #openid_identifier { width: 182px; }
#respond .fields-after { float: left; color: #303030; margin: 0px 0px 0px 10px; }
#respond .login-required { margin: 18px 0px 18px 0px; }
#respond #allowed-html { float: left; width: 380px; }
#respond #allowed-html code { display: none; margin: 8px 0px 0px 0px; }
#respond #cf-submit { float: right; background: url(images/buttons/wyslij.png) no-repeat 0 0; width: 61px; height: 32px; }


/* Navigation */
.navigation { overflow: hidden; font-size: 0.92em; background: #eaeaea; width: 460px; padding: 10px; }
.navigation .prev { float: left; width: 220px; margin-right: 10px; }
.navigation .prev a { float: left; padding: 0px 0px 5px 20px; background: url(images/elements/arr_left.png) no-repeat 0px 2px; color: #605e5e; }
.navigation .next { float: right; width: 220px; text-align: right; margin-left: 10px; }
.navigation .next a { float: right; padding: 0px 20px 5px 0px; background: url(images/elements/arr_right.png) no-repeat 100% 2px; color: #605e5e; }
.navigation .prev span, .navigation .next span { display: none; }
.attachment-images .navigation .prev a { float: left; background: url("images/image-previous.png") no-repeat 0px 0px; }
.attachment-images .navigation .next a { float: right; background: url("images/image-next.png") no-repeat 100% 0px; }


/* Gallery */
.gallery { padding: 45px 18px 10px 18px; background: url('images/images.png') no-repeat 0px 0px; }


/* Footers class */
.footers { position: relative; width: 988px; height: 300px; padding: 0; overflow: hidden; background: url(images/back/footer.gif) no-repeat 0 0; color: #8c8c8c; }
.footers .containers { width: 950px; position: absolute; bottom: 12px; } 
.footers p { margin: 0px; }
.footers a { color: #8c8c8c; }
.footers #f-info { position: absolute; top: 178px; left: 40px; margin: 0; font-size: 0.8em; }
.footers #f-power { position: absolute; top: 214px; left: 10px; margin: 0; font-size: 0.8em; }
.footers #f-power a { text-decoration: none; }
.footers #f-rss { float: right; height: 22px; line-height: 2.3em; }
.footers #f-rss a { float: left; padding: 0px 0px 0px 28px; margin: 0px 20px 0px 0px; background: url("images/rss.png") no-repeat 0px 0px; }
.footers #f-ext { clear: both; }

.footers .f-box { position: absolute; top: 30px; }
.footers .f-box h4 { margin: 0 0 15px 0; }

.footers .box-a { left: 40px; width: 160px; }
.footers .box-a h4 { margin: 3px 0 17px 0; }
.footers .box-a a { color: #f92121;}

.footers .box-b { left: 270px; }
.footers .box-b h4 { margin: 0 0 22px 0; }
.footers .box-b ul { margin: 0 30px 0 0; padding: 0; list-style: none; display: block; float: left;}

.footers .box-c { left: 560px; }
.footers .box-c ul {}
.footers .box-c ul li { display: block; }
.footers .box-c ul li a { display: block; text-indent: -9999px; }

.footers .box-c ul li.twitter { background: url(images/elements/twitter.png) no-repeat 0 0; width: 91px; height: 40px; }
.footers .box-c ul li.twitter a { width: 91px; height: 40px; }
.footers .box-c ul li.rss { background: url(images/elements/rss.png) no-repeat 0 0; width: 67px; height: 21px; margin: 10px 0 0 10px; }
.footers .box-c ul li.rss a { width: 67px; height: 21px; }

.footers #f-navi { position: absolute; top: 175px; right: 20px; margin: 0; padding: 0; list-style: none; }
.footers #f-navi li { float: left; display: block; margin: 0 0 0 20px; }
.footers #f-navi li a { font-size: 0.9em; font-weight: bold; }

.footers #f-sponsored { position: absolute; top: 217px; right: 0px; width: 200px; height: 30px; }
.footers #f-sponsored p { right: 112px; top: 7px; position: absolute; margin: 0; width: 57px; height: 11px; background: url(images/elements/sponsored_by.png) no-repeat 0 0; text-indent: -9999px; }
.footers #f-sponsored ul {}
.footers #f-sponsored ul li { display: block; position: absolute; }
.footers #f-sponsored ul li a { display: block; text-indent: -9999px; }

.footers #f-sponsored ul li.sp_adobe { right: 80px; top: 0; background: url(images/elements/logo_adobe_2.png) no-repeat 0 0; width: 19px; height: 24px; }
.footers #f-sponsored ul li.sp_adobe a { width: 19px; height: 24px; }

.footers #f-sponsored ul li.sp_janmedia { right: 0; top: 3px; background: url(images/elements/logo_janmedia.png) no-repeat 0 0; width: 68px; height: 17px; }
.footers #f-sponsored ul li.sp_janmedia a { width: 68px; height: 17px; }




#analytics { display: none; }


/* Helpers classes */
.containers { overflow: hidden; }
.alignleft { float: left; }
.alignright { float: right; }
.no-display { display: none; }

.twtr-widget { margin-bottom: 20px; }
.twtr-widget .twtr-doc .twtr-hd { display: none; }
.twtr-ft { display: none; }

