/*
Theme Name: Burger Theme
Author: Oskar Strasburger
Author URI: http://oskarstrasburger.pl
*/
/*--------------------------------------*/



/* Layout
 ------------ */


body { padding:0; margin:0; background:url(images/bg.png); font-size:60%; font-family:Verdana, Arial, sans-serif; color:#191919; }
p { margin:6px 0 0 0; }
a { text-decoration:none; color:#e3e3e3; outline:0; font-weight:bold; }
a:hover { text-decoration:underline; }
img { border:0; }
#container { width:700px; margin: 0 auto; }
#top { clear:both; width:100%; height:126px; margin-top:25px; }
#logo { float:left; width:100px; height:73px; margin: 8px 0 0 38px; background:url(images/logo.png) no-repeat; }
#text { float:right; width:318px; height:88px; background:url(images/text2.png) no-repeat; }
#menu { clear:both; width:100%; height:25px; background:url(images/line.png) bottom no-repeat; }
.nav { float:left; height:23px; width:auto; margin-left:5px; }
#illustration { display:block; width:75px; height:23px; background:url(images/illustration.png); }
#illustration:hover { display:block; width:75px; height:23px; background:url(images/illustration.png) 0 -23px; }
#web { display:block; width:39px; height:23px; background:url(images/web.png); }
#web:hover { display:block; width:39px; height:23px; background:url(images/web.png) 0 -23px; }
#contact { display:block; width:61px; height:23px; background:url(images/contact.png); }
#contact:hover { display:block; width:61px; height:23px; background:url(images/contact.png) 0 -23px; }
#content { clear:both; width:100%; margin-bottom:30px; color:#e3e3e3; }
.entry { clear:both; width:590px; height:190px; background:#191919; margin: 0 auto; margin-top:30px; padding:5px; }
.mini  { width:590px; height:170px; opacity:0.95; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; filter: alpha(opacity=95); -moz-opacity: 0.95; -khtml-opacity: 0.95; }
.mini:hover { opacity:1.0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; }
.enill { display:none; }
#footer { clear:both; width:100%; background:url(images/line.png) top no-repeat; padding:10px 0 10px 0; text-align:center; }
.link-container { margin: 10px 0 0 270px; }
.pagination-link { margin: 0 3px 0 0; padding: 3px 8px; }
.ui-state-default { background:#191919; color:#e3e3e3; }
.ui-state-default:hover, .ui-state-active { background:#393939; text-decoration:none; }
#win { position:fixed; bottom:10px; right:30px; padding: 5px 20px 5px 20px; color:#efefef; font-weight:bold; background:#191919; box-shadow: 2px 2px 3px #666; -moz-box-shadow: 2px 2px 3px #666; -webkit-box-shadow: 2px 2px 3px #666; } 
#win:hover { padding: 7px 20px 3px 20px; background:#191919; }

