/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	iskin
	Based on style:	subSilver (the default phpBB 2 style)
	Modified by:	gokin (from http://dobry-fil.pl | contact gok4in@gmail.com )
		This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	background: #BAD3E5 url('./images/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0px;
}


#logo {
	background: url('./images/logo.jpg');
	width: 761px;
	height: 250px; 
	align: left;
	margin: 0;
	padding: 0; 
}

#pasek {
	background: #FFFFFF url('./images/pasek.gif');
	width: 100%;
	height: 7px;
	margin: 0;
	padding: 0; 
}

#linia_in {
	border-left: 0px solid #dadada;
	border-right: 0px solid #dadada;
}

#linia_out {
	border-right: 2px solid #F4F4F4;
	border-left: 2px solid #F4F4F4;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 15px 25px 0px 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */ 
}
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

#nav_back {
	background: #EDEDED url('./images/paseknav.gif');
	width: 100%;
	height: 31px;
}

#nav {
	background: #FFFFFF url('./images/paseczekx.gif');
	width: 100%;
	height: 19px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*  Text
 --------------------- */
h1 {
	color: 7d7d7d;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: 7d7d7d;
	font-weight: bold;
	text-decoration: none;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: 7d7d7d;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
	text-decoration: none;
}

.rtl p.breadcrumbs {
	float: right;
}

.logo {
	color: #FFFFFF;
	text-align:left;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	padding:20px 0px 0px 400px;

}

.logo2 {
	color: #FFFFFF;
	text-align:center;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding:0px 0px 0px 400px;

}
p.logo23 {
	color: #FFFFFF;
	text-align:center;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
	margin-bottom:5px;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #7b7b7b;
}

.postdetails {
	color: #7b7b7b;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: 7d7d7d;
	font-weight: bold;
}

.catmain {
	background:url('./images/cat_back.gif');
	width:100%; 
	height:27px; 
}

.cattext {
	background:url('./images/cellpic2.gif');
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding:7px 0px 6px 0px;
	color: #717171;
}

.cattext a:link { color: #717171; text-decoration:none }
.cattext a:visited { color: #717171; text-decoration:none }
.cattext a:hover { color: #30518D; text-decoration:none }
.cattext a:active { color: #717171; text-decoration:none }

.catbtm {
	background: #FFFFFF url('./images/btm_base.gif') repeat-x top left;
	height: 8px;	
	border-left: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
}

.h_nav	{
	color: #000000;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 20px 45px 0px 40px;
	white-space: nowrap;
	width:65px;
	text-align: center;
	float:left;
}

.h_nav a:link {
	color: #000000;
	text-decoration: none;
}

.h_nav a:visited {
	color: #000000;
	text-decoration: none;
}

.h_nav a:hover, .h_nav a:active {
	color: #275C91;
	text-decoration: underline;
}

.pagination {
	padding: 4px;
	color: 7d7d7d;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #4d4d4d;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Verdna", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

a.titles:link { color: #5d5d5e }
a.titles:visited { color: #5d5d5e }
a.titles:hover { color: #30518D }
a.titles:active { color: #5d5d5e }

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	height: 23px; 
	color: #4d4d4d;
	font-size: 10px;
	font-weight : bold; 
	background-color: #FFFFFF;
	background-image: url('./images/strip_back.gif');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;

}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #EEEEEE;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1	{ background-color: #FBFBFB; border-top: 1px #FFFFFF solid; border-left: 1px #FFFFFF solid; padding:6px }
.row2	{ background-color: #FFFFFF; border-top: 1px #FFFFFF solid; border-left: 1px #FFFFFF solid; padding:6px }
.row3	{ background-color: #FBFBFB; border-top: 1px #FFFFFF solid; border-left: 1px #FFFFFF solid; padding:6px }
.rowdestaque	{ background-color: #FBFBFB; border-top: 1px #FFFFFF solid; border-left: 1px #FFFFFF solid; padding:6px; font-weight: bold; color: #FF0000 }

.spacer {
	background-color: #F4F4F4;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

a:link {
	color: #5d5d5e;
	text-decoration: none;
}

a:active, a:visited {
	color: #5d5d5e;
}

a:hover {
	color: #407CA8;
	font-weight: bold;
}


a.forumlink {
	color: #5d5d5e;
	font-weight: bold;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}
a.forumlink:visited { color: #5d5d5e }
a.forumlink:hover  { color: #407CA8;
font-weight: bold;}
a.forumlink:active { color: #5d5d5e }

a.topictitle {
	color: #5d5d5e;
	margin: 1px 0;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
		font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

a.topictitle:visited { color: #5d5d5e }
a.topictitle:hover { color: #407CA8;
font-weight: bold;}
a.topictitle:active { color: #5d5d5e }

th a,
th a:visited {
	color: #5d5d5e !important;
	text-decoration: none;
}

th a:hover {
	color: #30518D;
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	font-size:13px;
}

.btnbbcode {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
}

.btnmain {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px #E0E0E0 solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px #E0E0E0 solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px #E0E0E0 solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #FFFFFF;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	color: #4d4d4d;
	background-color: #E0E0E0;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #E0E0E0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #4d4d4d;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	color: #4d4d4d;
	background-color: #E0E0E0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #E0E0E0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FFFFFF;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: 7d7d7d;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #ffffff; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #ffffff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url("./images/gallery_lytebox/loading.gif") center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url("./images/gallery_lytebox/blank.gif") no-repeat; display: block; left: 0; float: left; }
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url("./images/gallery_lytebox/prev_grey.gif") left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url("./images/gallery_lytebox/blank.gif") no-repeat; display: block; right: 0; float: right; }
#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url("./images/gallery_lytebox/next_grey.gif") right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbClose.grey { background: url("./images/gallery_lytebox/close_grey.png") no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPlay.grey { background: url("./images/gallery_lytebox/play_grey.png") no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPause.grey { background: url("./images/gallery_lytebox/pause_grey.png") no-repeat; }

#image-resize {
	padding:3px 0px 3px 0px;
	text-indent:25px;
	background:#ffffe1 url("./images/img_warn.gif") no-repeat 5px 50%;
	color:#000000;	font-size:0.8em; border-top:#666666;
}

#image-resize a:hover {color:#000000;}

#wrap {
	background: #FFFFFF;
	width:765px;
	text-align:left;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 15px 0px 15px 0px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logoreszta {
	background: #FFFFFF 
	width: 761px;
	height: 250px;
	margin: 0;
	padding: 0; 
}


/* stopka */

#stopka {
	height: 33px;
	background: #FFFFFF url('./images/stopkax.gif');
}

#stopkatop {
	width: 37px;
	height: 33px;
	float:left;
}

#stopka2 {
	width:8px;
	height: 33px;
	float:right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------- Aqui começa o outro -------------------------------------------------------------------------------------------------------- */

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color : #333333;
        margin-top: 10px;
    background-color:#EEEEEE;
    margin-top:0px;
    margin-height:0px;
}

table {
        font-size: 11px;
}

h1{
        font-weight: bold;
        font-size: 11;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #333333;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color : #333333;
        margin: 0px;

}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color : #333333;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        border: 1px solid #333333;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 11;
        border: 1px solid #333333;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11;
        border: 1px solid #666666;
        background-image : url(themes/ipodlounge/images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11;
        border: 1px solid #666666;
        background-image : url(themes/ipodlounge/images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        vertical-align : middle;
}

a {
        color: #333333;
        text-decoration: none;
}

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

bblink a {
        color: #333333;
        text-decoration: none;
}

bblink a:hover {
        color: #333333;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #eeeeee;
        color : #333333;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #FFFFFF;
        color : #333333;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.tableh2 {
        background: #FFFFFF;
        color : #333333;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #eeeeee;
        color : #333333;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.tableb {
        background: #FFFFFF;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
}

.tableb_compact {
        background: #FFFFFF;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.tablef {
        background: #FFFFFF;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.album_stat {
        font-size: 11;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 11;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 10;
        padding: 1px;
        display : block;
        margin-left: 20px;
        margin-right: 20px;
}

.thumb_caption a {
        text-decoration: underline;
        color: #333333;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 11;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 11;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 11;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #333333;
}

.user_thumb_infobox a:hover {
        color: #333333;
        text-decoration: underline;
}

.sortorder_cell {
        background : #FFFFFF ;
        color : #FFFFFF;
        padding: 0px;
        padding-left: 5px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #FFFFFF ;
        color : #333333;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 11;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11;
        font-weight: bold;
        background : #FFFFFF ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #FFFFFF ;
        text-decoration: none;
        color:         #5d5d5e;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11;
        border: 1px solid #666666;
        background-image : url(themes/ipodlounge/images/button_bg.gif);
        background-position : bottom;
        color: #333333;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #333333;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #333333;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11;
        border: 1px solid #666666;
        background-image : url(themes/ipodlounge/images/button_bg.gif);
        background-position : bottom;
        color: black;
        margin-top: 0px;
        margin-bottom: 0px;
        padding:2px;
}

.admin_menu a {
        color: black;
        text-decoration: none;
}

.admin_menu a:hover {
        color: black;
        text-decoration: underline;
}

.comment_date{
        color : #333333;
        font-size: 11;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        margin: 0px;
}

.thumbnails {
        background: #FFFFFF;
        padding: 10px;
}

.footer {
        font-size : 9px;
}

.copyright {
        font: 10px/11px Verdana,Verdana,Geneva,Arial,Helvetica,sans-serif;
        color: #333333;
        line-height:12px
}

.footer a {
        text-decoration: none;
        color: #333333;
}

.footer a:hover {
        color: #333333;
        text-decoration: underline;
}

.statlink {
        color: #333333;
}

.statlink a {
        text-decoration: none;
        color: #5d5d5e;
}

.statlink a:hover {
        color: #5d5d5e;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #333333;
}

.alblink a:hover {
        color: #5d5d5e;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #333333;
}

.catlink a:hover {
        color: #5d5d5e;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 11;
}

.topmenu a {
        color : #333333;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #666666;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #FFFFFF;
        font-size: 11;
        color : #333333;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #FFFFFF;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}


/* ------------
global rules
--------------- */

/* links */
a:link    {
color: #5d5d5e;
text-decoration: none;
}

a:visited {
color: #888888;
text-decoration: none;
}

a:active  {
color: #555555;
text-decoration: none;
}

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

/* global image rules */
img {
border: none;
}





h1 {
 font-size: 14px;
 margin: 0;
 padding: 15px 0 0 0;
}

h2 {
 font-size: 12px;
 margin: 0;
 padding: 8px 0 0 0;
}

h6 {
 font-size:   11px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: Bold;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

