/*
  The original osebnost Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/





/*
 * Header, the top red block with white/brown title
 */
#header {
	margin:0;
	padding: 0;
	width:100%;
	height: 47px;
	background:#c61f68;
}

#header img {
	border: none;
	margin: 10px 0 0 40px;
}


/*
 * Toncka, the girl with the newspaper.
 */
#toncka {
	position: absolute;
	top: 5px;
	margin: -1px;
	right: 48px;
	width: 54px;
	height: 74px;
	background: url(images/toncka_casopis.gif) center center no-repeat;
}
*> #toncka
{
	top: 6px;
}



/*
 * Footer, bottom red block with
 */
/* noga spodaj */
#footer {
	width: 100%;
	height: 27px;
	background: #c61f68;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin-left: 10px;
	margin-right: -10px;
	margin-top: 3px;
	color: #e1acc4;
	float: left;
}

#footer li.desno
{
	margin-left: -10px;
	margin-right: 10px;
	float: right;
}

#footer a
{
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	color: #e1acc4;
}

#footer a:hover
{
	color: #ffffff;
}




/*
 * Brown mainmenu at the top
 */
#mainmenu {
	height: 20px;
	background: #992359;
	margin-bottom: 30px;
	padding-left: 45px;
}

#mainmenu ul {
	width: 100%;
	height: 20Px;
	margin: 0;
	padding: 0;
	list-style:none;
}


#mainmenu li
{
	color: #e1acc4;
	margin: -1px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#mainmenu a
{
	text-decoration: none;
	font-size: 11px;
	font-family: verdana;
	color: #e1acc4;
}

#mainmenu a:hover
{
	color: #ffffff;
}


/*
 * Submenu under mainmenu
 */
#submenu {
	margin: 3px 0 3px 15px;
	padding: 0;
	font-size: 10px;
	list-style: none;
}

#submenu li {
	margin: 0;
	padding: 0;
}

#submenu li.right {
	float: right;
	margin-right: 20px;
}

#submenu a {
	color: #b72c31;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}



/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	color: #000000;
}

/* General links */
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Horizontal bar */
hr{
	height: 0px;
	border: solid #dedede 0px;
	border-top-width: 1px;
}

/* Clear table borders */
table.forumline {
	width: 100%;
	border-collapse: collapse;
}

.forumline td, .forumline th {
	height: 16px; line-height: 16px;
	padding: 0;
	margin: 0;
}

/* Main table cell colours and backgrounds */
/* Row1 is used when single td is displayed */
td.row1,td.row2,td.row3 {
	border: 2px solid #ececec;
	padding: 5px;
	background: #ffffff;
}

/* Left and right rows are used for multiple td because of the left/right borders */
td.row1left,td.row1right,td.row2left,td.row2center,td.row2right,td.row3 {
	background: #fff;
	border: 2px solid #ececec;
	height: 35px;
}

td.row1left {
	border-right: none;
	background: #fff url(images/tdimage.gif) center right no-repeat;
}

td.row1right {
	border-left: none;
	border-right: none;
	width: 100%;
	padding-left: 30px;
	background: #fff url(images/tdimage.gif) center right no-repeat;
}

td.row2left {
	border-left: none;
	border-right: none;
	background: #fff url(images/tdimage.gif) center right no-repeat;
}

td.row2center {
	border-left: none;
	border-right: none;
	background: #fff url(images/tdimage.gif) center right no-repeat;
}

td.row2right {
	border-left: none;
	padding-left: 18px;
	padding-right: 20px;
	/*background: #fff url(images/tdimage.gif) center left no-repeat;*/
}

td.row3 {
	border-left: none;
	border-right: none;
}

/* This is applied only on index @ online users, last registered user, ... */
td.row1left1 {
	border: 2px solid #ececec;
	border-right: none;
	background: #fff url(images/tdimage2.gif) center right no-repeat;
	padding-right: 2px;
}

td.row1right1 {
	line-height: 12px;
	border: 2px solid #ececec;
	border-left: none;
	width: 100%;
	padding: 6px 0 6px 30px;
	background: #fff;
}




/* slike */
td.row1left img
{
	width: 24px;
	height: 24px;
	margin-right: 2px;

}

td.row1left1 img
{
	width: 24px;
	height: 24px;
	margin-right: 2px;
}



/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #dedede;
}


/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #f0f0f0;
	font-size: 11px;
	font-weight: bold;
	background: #c61f68;
	line-height: 28px;
}

td.catLeft,td.catHead {
	padding-left: 10px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background:#dedede;
	height: 26px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	height: 28px;
	font-size: 12px;
}

td.row3Right,td.spaceRow {
	background-color: #dedede;
	border: none;
}

th.thTop {
	text-align: center;
	padding: 0 3px;
}

th.thCornerL {
	border:none;
	background: #c61f68 url(images/thcornerl.gif) top left no-repeat;
}

th.thCornerR {
	border:none;
	background: #c61f68 url(images/thcornerr.gif) top right no-repeat;
	text-align: left;
	padding-left: 10px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
}

/* Text font family */
.forumlink,.genmed,.gensmall {font-family: Georgia;}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
.gensmall a { color: #c61f68; text-decoration: none;}
.gensmall a:hover { text-decoration: underline;}
a.gen,a.genmed,a.gensmall { color: #c61f68; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #c61f68; text-decoration: underline; }

.gensmall a img {margin-bottom: -2px; margin-left: 3px;}

/* Main page image explanation text */
.gensmallalt {
	color: #666666;
	letter-spacing: -1px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #c61f68;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #c61f68}
a.cattitle		{ text-decoration: none; color : #c61f68; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #c61f68; }
a.forumlink 	{ text-decoration: none; color : #c61f68; }
a.forumlink:hover{ text-decoration: underline; color : #c61f68; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #c61f68; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #c61f68; }
a.topictitle:visited { text-decoration: none; color : #c61f68; }
a.topictitle:hover	{ text-decoration: underline; color : #c61f68; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}
.name a {color: #c61f68;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
.postdetails a {color: #c61f68;}

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #c61f68 }
a.postlink:visited { text-decoration: none; color : #c61f68; }
a.postlink:hover { text-decoration: underline; color : #c61f68}



/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #dedede; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #dedede; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
form {margin: 0px;padding: 0px;}

/* Input textarea and select */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e0dbba;
	margin: 2px 0;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	width: 100px;
	background-color : #FFFFFF;
}


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	font-weight: bold;
	width: 80px;
	background-color : #FAFAFA;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	width: 80px;
}

input.text {
	border: none;
}




/* Login text */
.logintext {color: #666666; font-size: 11px; font-weight: 500; height: 20px; line-height: 20px;}

/* Fieldset and label */
fieldset { display: inline; margin: 0; padding: 0; border: none;}
label {margin-right: 5px;}

/* Button to login @ index page */
input.prijavi {
	width: 79px;
	height: 21px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(images/gumb_prijavi.gif) center center no-repeat;
}

/* Inputs for login @ index page */
input.prijava {
	width: 101px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(images/input_prijava.gif) center center no-repeat;
}

input.chkbox {
	margin: 0;
	padding: 0;
	border: none;
}







/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/osebnost/formIE.css");