/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Stylesheet for Inmag.info
    (c) Paweł Golonko <pgolonko@gmail.com>
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@import url("reset.css");
@import url("jquery.lightbox.css");
@import url("tipTip.css");

/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
    background: #FFF;
    color: #222;
    font: normal .69em Arial, sans-serif;
}

a {
    color: #383838;
    outline: 0;
}

a:hover {
    color: #FF8A00;
    text-decoration: underline !important;
}

em {
	font-style: normal;
}

hr {
    display: none;
}

span.rate, li.rate {
    background: url('../images/bullet-star.png') center left no-repeat;
    padding-left: 16px;
}

span.rate.big {
    background: url('../images/star.png') center left no-repeat;
    padding-left: 20px;
}

/* =welcome
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#welcome {
    background: #2E2E2E url('../images/background.gif');
    color: #C9C9C9;
    font-family: Verdana, sans-serif;
    padding: 5px 0;
}

#welcome a {
    color: #C9C9C9;
    text-decoration: none;
}

#welcome a:hover {
    color: #DDD;
}

#welcome strong {
    color: #FFF;
    font-weight: bold;
}

#welcome ul {
    margin: 0 auto;
    width: 823px;
}

#welcome ul ul {
    background: url('../images/welcome-sprites.gif') 0 6px no-repeat;
    display: inline;
    margin: 0 0 0 4px;
    padding-left: 9px;
    width: auto;
}

#welcome ul li {
    display: inline;
}

#welcome ul li ul li {
    background: url('../images/welcome-sprites.gif') right -6px no-repeat;
    margin-right: 1px;
    padding-right: 8px;
}

#welcome ul li ul li.last {
    background: none;
}

#welcome #skip-to-content {
    display: none;
}

/* =header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
    height: 68px;
    margin: 0 auto;
    padding: 14px 0;
    position: relative;
    width: 823px;
}

#header h1 {
    float: left;
}

#header h1 a {
    background: url('../images/header.gif') no-repeat;
    display: block;
    height: 68px;
    overflow: hidden;
    text-indent: -666px;
    width: 269px;
}

/* -navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
    float: right;
    height: 55px;
    margin-top: 9px;
    position: relative;
    width: 470px;
}

#navigation li {
    display: block;
    float: left;
    margin-left: 23px;
}

#navigation a {
    display: block;
    color: #3D3D3D;
    font: bold 1.27em "Trebuchet MS", Verdana, sans-serif;
    height: 22px;
    padding: 6px 5px;
    text-decoration: none;
}

#navigation a:hover {
    color: #FF8A00 !important;
    text-decoration: none !important;
}

#navigation .active a {
    background: #2F2F2F url('../images/navigation-cloud.gif') 0 0 no-repeat;
    color: #E7E7E7;
    height: 34px;
    padding: 0;
    text-transform: uppercase;
}

#navigation .active a span {
    background: url('../images/navigation-cloud.gif') right -34px no-repeat;
    display: block;
    height: 22px;
    padding: 6px 7px;
}

#navigation ul {
    display: none;
}

#navigation .active ul, #navigation .hover ul {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
}

#navigation .hover ul { display: block !important }

#navigation ul li {
    background: url('../images/welcome-sprites.gif') right -6px no-repeat;
    margin: 0 10px 0 0;
    padding-right: 11px;
}
#navigation ul li.last { background: none }

#navigation .active ul a, #navigation .hover ul a {
    background: none;
    color: #2F2F2F;
    font-size: 1.09em;
    height: auto;
    padding: 0;
    text-transform: none;
}

/* -languages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#languages {
    position: absolute;
    right: 0;
    top: 30px;
}

#languages li {
    float: left;
    margin-left: 1px;
}

#languages li a {
    background: url('../images/languages.gif') no-repeat;
    display: block;
    height: 15px;
    overflow: hidden;
    text-indent: -69px;
    width: 20px;
}

#languages #lPolish a { background-position: 0 0 }
    #languages.active-pl #lPolish a { background-position: 0 -15px }
#languages #lEnglish a { background-position: -20px 0 }
    #languages.active-en #lEnglish a { background-position: -20px -15px }

/* =body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#body {
    background: #FFF url('../images/body-background.gif') repeat-x left top;
}

#body .wrapper {
    margin: 0 auto 35px;
    overflow: auto;
    width: 823px;
}

#body h2, #sidebar form#search {
    background: #383838;
    color: #FFF;
    display: block;
    height: 39px;
    margin-bottom: 10px;
    padding: 10px 5px 0;
    position: relative;
}

#body h2, #sidebar form#search legend {
    float: left;
    font: bold 2.25em Arial, sans-serif;
    text-transform: uppercase;
}
#body h2 em, #sidebar form#search legend em { color: #FF8A00 }

#body h3 span.rate {
    float: right;
}

/* =content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
    float: left;
    width: 467px;
}

#content h2 {
    overflow: auto;
    position: relative;
    width: 453px;
}

#content h2 a.rss {
    background: url('../images/rss-grey.gif') no-repeat;
    display: block;
    height: 18px;
    font-size: 0;
    overflow: auto;
    position: absolute;
    right: 13px;
    text-indent: -69em;
    top: 16px;
    width: 45px;
}

#content h3 {
    clear: both;
    color: #383838;
    font: bold 1.5em Arial, sans-serif;
    margin-bottom: .5em;
    text-transform: uppercase;
}

#content p {
    margin-bottom: 1em;
    line-height: 140%;
    text-align: justify;
}

#content p a {
    color: #FF8A00;
    font-weight: bold;
    text-decoration: none;
}

#content .text ul {
	list-style: inside circle;
	margin: 0 0 1em 1em;
}

#content .text li {
	margin-bottom: 4px;
}

#content strong {
	font-weight: bold;
}

#content p em {
	font-style: italic;
}

#content p.more {
    background: url('../images/more-line.gif') repeat-x center left;
    text-align: right;
}

#content p.more a {
    background: #FFF;
    color: #FF8A00;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: none;
}

/* -entry
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul li.entry {
    clear: both;
    margin-bottom: 1em;
    overflow: auto;
}

ul li.entry.last {
    background: url('../images/dots-darkgrey.gif') repeat-x bottom left;
    padding-bottom: 10px;
}
	ul li.entry.last ul.details {
		text-align: left;
	}

ul li.entry h3, #sidebar ul li.entry h4 {
    border: 0;
    font-size: 1em !important;
    margin-bottom: .5em;
    text-align: left;
    text-transform: none !important;
}

ul li.entry h3 a, #sidebar ul li.entry h4 a {
    background: #2F2F2F;
    color: #FFF;
    display: block;
    font: bold 1.09em "Trebuchet MS", Arial, sans-serif !important;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

ul li.entry h3 img, #sidebar ul li.entry h4 img {
    background: #FFF;
    border: 1px solid #2F2F2F;
    float: left;
    margin-right: 10px;
    padding: 1px;
}

ul li.entry h3 span, #sidebar ul li.entry h4 span {
    display: block;
    padding: 3px 6px;
}

ul li.entry p.lead {
	margin-bottom: 4px !important;
}

ul li.entry object {
	float: left;
	margin-right: 20px;
}

/* -meta
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.meta {
    margin-bottom: 1em;
    overflow: auto;
}

ul.meta strong { font-weight: bold }

ul.meta li {
    height: 15px;
}

ul.meta li.tags, ul.meta li.comments {
    background: url('../images/icons.gif') no-repeat;
    padding-left: 20px;
}

ul.meta li.tags {
    float: left;
}

ul.meta li.rate {
    float: right;
}

ul.meta li.comments {
    background-position: 0 -17px;
    float: right;
    margin-left: 1em;
}

ul.meta li.tags strong { display: none }
li.last ul.meta li.tags strong { display: inline }

ul.meta li.comments span { display: none }
li.last ul.meta li.comments span { display: inline }

/* -details
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.details {
    border-bottom: 1px solid #DDD;
    margin-bottom: 4px;
    padding: 0 0 4px;
    text-align: center;
}

ul.details strong { font-weight: bold }

ul.details li {
    display: inline;
    margin-right: 10px;
}

/* -gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.gallery ul.gallery {
	background: #EEE;
	border: 1px solid #DDDDDD;
	line-height: 0;
	margin-bottom: 5px;
	overflow: auto;
	padding: 1px 1px 3px;
}

div.gallery ul.gallery li {
	float: left;
	margin: 2px;
}

div.gallery ul.gallery img {
	border: 1px solid #555;
}

/* -sticked
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sticked {
    margin-bottom: .5em;
    line-height: 0;
    position: relative;
}

#sticked h3 {
    background: url('../images/sticked-title.png');
    bottom: 0;
    color: #000 !important;
    font: bold 2.2em "Trebuchet MS", Verdana, sans-serif !important;
    left: 0;
    margin: 0;
    padding: 4px 6px;
    position: absolute;
    width: 451px;
}

#sticked a:hover h3 {
    text-decoration: underline;
}

#sticked a {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* -comments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.comments {
	clear: both;
}

#content ul.comments li p.meta {
    background: #F3F3F3;
    border-top: 1px solid #CFCDCD;
    color: #3B3B3B;
    margin-bottom: .3em;
    padding: 4px;
}

#content ul.comments li p.meta strong {
    color: #FF8A00;
}

ul.comments li strong {
    font-weight: bold;
}

ul.comments li span.rate {
    display: block;
    float: right;
    font-weight: bold;
    margin: 0 0 .5em 2em;
}

/* -pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.pagination {
    background: #F3F3F3;
    border-top: 1px solid #CFCDCD;
    color: #3B3B3B;
    margin-bottom: 1em;
    padding: 4px;
    text-align: center;
}

ul.pagination a {
    color: #FF8A00;
    font-weight: bold;
    text-decoration: none;
}

ul.pagination li {
    display: inline;
    margin: 0 8px;
}

#sidebar ul.pagination li {
    margin: 0 1px;
}

ul.pagination li.status strong {
    color: #8E4D00;
    font-weight: bold;
}

/* =gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.gallery {
	clear: both;
	margin-bottom: 1em;
}

div.gallery ul {
	overflow: auto;
	text-align: center;
}

div.gallery ul li {
	display: inline;
	line-height: 0;
	margin: 2px;
}

div.gallery ul li img {
	border: 1px solid #333;
}

div.gallery ul li img:hover {
	border-color: #FF8A00;
}

/* -inphotos
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#inphotos {
	margin-bottom: 5px;
}

/* -links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#links h3 {
	background: #383838;
	color: #FFF;
	padding: 4px 6px;
}

#links ul li {
	border-bottom: 1px solid #DDD;
}

#links ul li a {
	display: block;
	padding: 4px 1px;
	text-decoration: none;
}

#links ul li em {
	font-style: italic;
}

/* =sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
    float: right;
    width: 350px;
}

#sidebar .column {
    width: 170px;
}

#sidebar .column.left {
    float: left;
}

#sidebar .column.right {
    float: right;
}

#sidebar .box {
    clear: both;
    margin-bottom: 1em;
}

#sidebar h3 {
    color: #383838;
    font: bold 1.73em Arial, sans-serif;
    margin-bottom: .5em;
    position: relative;
    text-transform: uppercase;
}
#sidebar h3 em { color: #FF8A00 }

#sidebar h3 a.rss {
    background: url('../images/rss-orange.gif') no-repeat;
    display: block;
    height: 16px;
    font-size: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    text-indent: -69px;
    top: 3px;
    width: 16px;
}

#sidebar h4 {
    border-bottom: 1px solid #828282;
    color: #383838;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 1px;
    text-align: right;
}

#sidebar h5 {
    color: #FF8A00;
    font-weight: bold;
}

#sidebar ul#news li ul li {
    margin-bottom: 1em;
}
    #sidebar ul#news ul.banners { text-align: center }

#sidebar p.more {
    background: url('../images/more-line.gif') repeat-x center left;
    text-align: right;
}

#sidebar p.more a {
    background: #FFF;
    color: #FF8A00;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: none;
}

#sidebar strong {
	font-weight: bold;
}

/* -inphoto
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#inphoto-box a.container {
    position: relative;
    text-decoration: none;
}

#inphoto-box a:hover {
    text-decoration: none !important;
}

#inphoto-box a:hover span {
    background: #FF8A00;
}

#inphoto-box img {
    border: 1px solid #171717;
}

#inphoto-box span {
    background: #171717;
    bottom: 10px;
    color: #FFF;
    display: block;
    left: 0;
    padding: 4px;
    position: absolute;
    width: 150px;
}

#inphoto-box span strong {
    display: block;
    font-weight: bold;
}

#inphoto-box span em {
    display: block;
    font-size: .91em;
    font-style: italic;
}

/* -incomings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#incomings p {
	margin-bottom: 1em;
}

/* -search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#search label { display: none }
#search ul, #search li { display: inline }

#search ul {
    position: absolute;
    right: 12px;
    top: 13px;
}

#search input {
    background: #444444;
    border: 1px solid #7D7D7D;
    color: #DBDBDB;
    font-size: 1em;
    font-style: italic;
    padding: 4px 6px;
    width: 145px;
    -moz-border-radius: 3px;
}

#search button {
    background: url('../images/search-icon.gif');
    border: 0;
    font-size: 0;
    height: 20px;
    margin-left: 10px;
    padding-top: 19px;
    vertical-align: middle;
    width: 19px;
}

/* -lightbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.lightbox li, ul.lightbox a {
	line-height: 0;
}

/* -calendar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table.calendar {
    border-collapse: collapse;
    font-size: .8em;
    width: 100%;
}

table.calendar tr.controls {
    background: #DDD;
    font-size: 1.09em;
}

table.calendar tr.controls a {
    font-weight: bold;
    text-decoration: none;
}

table.calendar td.title {
    text-align: center;
}

table.calendar td.next {
    text-align: right;
}

table.calendar th {
    background: #EEE;
    border-bottom: 1px solid #DDD;
    color: #444;
    font-weight: bold;
    width: 14%;
}

table.calendar td, table.calendar th {
    padding: 2px;
}

table.calendar td.prev-next {
    color: #888;
}

table.calendar td.event {
	background: #FF8A00;
}

table.calendar td.event a {
	color: #FFF;
	display: block;
	text-decoration: none;
}

table.calendar a {
    font-weight: bold;
}

/* =form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content form {
    margin-bottom: 1em;
    overflow: auto;
}

#content form fieldset {
    border-top: 1px solid #CCC;
    padding-top: 1em;
}

#content form legend {
    font: bold 1.25em "Trebuchet MS", Verdana, sans-serif;
    padding-right: 10px;
    text-transform: uppercase;
}

#content form label {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: .3em;
}

#content form li {
    margin-bottom: .7em;
}

#content form input {
    margin-bottom: .3em;
    padding: 4px 6px;
    width: 440px;
}

#content form textarea {
    height: 75px;
    padding: 4px 6px;
    width: 440px;
}

#content form p.error {
    background: #FFB2B2;
    color: #9B0000;
    padding: 3px 5px;
    width: 442px;
    -moz-border-radius: 3px;
}

#content form p.info {
    background: #EEE;
    color: #444;
    padding: 3px 5px;
    width: 442px;
    -moz-border-radius: 3px;
}

/* =banners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.banners {
	clear: both;
	margin-bottom: 5px;
	text-align: right;
}

.banners li {
	display: inline;
	margin: 0 1px;
}

/* =crew
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#crew {
    background: url('../images/crew.jpg');
    clear: both;
    height: 275px;
    position: relative;
    width: 453px;
}

#crew li a {
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -666em;
}

#crew #madej a {
    height: 127px;
    left: 60px;
    top: 29px;
    width: 108px;
}

#crew #szyszka a {
    height: 127px;
    left: 170px;
    top: 29px;
    width: 90px;
}

#crew #basza a {
    height: 127px;
    left: 254px;
    top: 29px;
    width: 138px;
}

/* =footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
    background: #2E2E2E url('../images/background.gif');
    color: #FFF;
    padding: 0 0 20px;
}

#footer a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#footer h2 {
    background: url('../images/footer-header.gif');
    height: 49px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -666px;
    top: -25px;
    width: 160px;
}

#footer li#thanks img { display: none }

#footer h3 {
    background: #1E1E1E;
    font: bold 1.82em Arial, sans-serif;
    margin-bottom: .3em;
    padding: 2px 6px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
}
#footer h3 em { color: #FF8A00 }

#footer ul#boxes {
    height: 220px;
    margin: 0 auto;
    position: relative;
    width: 823px;
}

#footer li.box {
    float: left;
    margin: 35px 10px 0 0;
    width: 226px;
}
#footer li#tags p { margin-bottom: 1em; text-align: center }
#footer li#lastPhoto, #footer li#lastClip { width: 170px }
#footer li#lastClip { margin-right: 0 }

#footer li.box ul li {
    border-top: 1px solid #4C4C4C;
    padding: 1px 0;
}

#footer li.box ul li a {
    display: block;
    padding: 4px 3px;
}
#footer li.box ul li a:hover {
    background: #222;
}

#footer li.box ul li span.comments {
    background: url('../images/footer-comments.gif') no-repeat top left;
    padding-left: 20px;
}

#footer p.more {
    border-top: 1px solid #4C4C4C;
    text-align: right !important;
}

#footer p.more a {
    display: block;
    padding: 4px 3px;
}
#footer p.more a:hover {
    background: #222;
}

/* -tops
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#tops a {
	position: relative;
}

#tops span.comments {
	position: absolute;
	right: 0;
}

/* -boxes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

li#lastPhoto li.last, li#lastClip p {
    background: #000;
    border: 1px solid #C3C3C3;
    line-height: 0;
    padding: 0 !important;
    position: relative;
}

li#lastPhoto li.last a, li#lastClip a {
    height: 138px;
    left: 0;
    line-height: 0;
    opacity: .8;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    text-indent: -666px;
    top: 0;
    width: 168px;
}

li#lastPhoto li.last a:hover, li#lastClip a:hover { background: url('../images/zoom.gif') center center no-repeat !important; opacity: 1 }

li#lastPhoto li.last a {
    background: url('../images/zoom.gif') center center no-repeat;
}

li#lastPhoto li.hidden { display: none }

/* -copyrights
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer #copyrights {
    font: normal 1.09em "Trebuchet MS", Verdana, sans-serif;
    margin: 0 auto;
    position: relative;
    text-align: right;
    width: 823px;
}

#footer #copyrights a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#footer #copyrights em {
    font-style: italic;
}

#footer #copyrights span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#footer #copyrights strong {
    color: #000;
    display: block;
    padding: 1px;
}
