/* PANČ stand-up comedy festival Ljubljna */

/* ex yellow: #f7c92b*/

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #f4f06a;
	color: #020202;
    background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #030002;
	background-color: #FFFFFF;
}

#header {
    margin-top: 0px;
	background-image: url(../images/header_novi.jpg);
	height: 207px;
	border: 1px solid #027054;
}

#header_en {
    margin-top: 0px;
	background-image: url(../images/header_en.jpg);
	height: 207px;
	border: 1px solid #027054;
}


#left {
	float: left;
	width: 155px;
	background-repeat: no-repeat;
	color: #020202;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: arial, lucida sans, verdana;
	
}

#right {
	background-color: #FFFFFF;
	color: #030002;
	float: right;
	width: 155px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #030002;
	background-color: #FFFFFF;
	padding: 10px;
	border: 0px solid #FFFFFF;
	text-align: justify;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #030002;
	padding: 80px;
	background-image: url(../images/footer1.jpg);
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}

.imageright {
    float: right;
    margin-left: 7px;
    margin-bottom: 1px;
}


p{
    margin-top: 15px;
    margin-bottom: 15px;
}

p.tin {
    margin-top: 15px;
    margin-bottom: 15px;
	text-align: center; 
}


p.emph {
    font-weight: bold;
    font-size: 1.2em;
    text-align: justify;

}


p.emph-center {
    font-weight: bold;
    font-size: 1.2em;    
    text-align: center; 
}

blockquote{
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    border: 1px dotted #027054;
    background: transparent url(../images/bqleft.jpg) left top no-repeat;
    font-style: italic;
    font-weight: bold; 
}

blockquote div {
    padding: 20px;
    background: transparent url(../images/bqright.jpg) right bottom no-repeat;
}

h1{
	background-color: #ffffff;
	padding: 5px;
	font-size: 1.3em;
	color: #cc0000;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
}

h2{
	background-color: #032c79;
	padding: 5px;
	font-size: 1.1em;
	color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 8px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

h3{
	background-color: #f9cb2d;
	padding: 5px;
	font-size: 1.1em;
	color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 8px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

.list {
	margin-left: 25px;
	list-style-image: url(../images/list_bullet.jpg);
	margin-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}


.list1 {
	font-size: 0.9em;
    margin-left: 25px;
	list-style-image: url(../images/list_bullet.jpg);
	margin-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}


ul.enum {
    margin-top: 5px;
    margin-left: 15px;
    list-style-type: disc;
}

ul.enum2 {
    margin-top: 15px;
    margin-left: 220px;
    list-style-type: disc;
}

ul.enum li.head{
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: -15px;
    list-style-type: none;
}

ul.enum li.head1{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-left: -15px;
    list-style-type: none;
}


ul.enum li.mimologo{
    text-align: center;
}


.list li {
    margin: 5px 0px 0px 0px;
}

.links {
	margin-left: 18px;
	list-style-image: url(images/link_bullet.jpg);
	margin-top: 30px;
}

.links li {
    margin-bottom: 5px;
}

.logoti li{
    text-align: center;
    list-style: none;
}


.program{
	
	padding-left: 200px;
	margin-left: 18px;
	margin-top: 20px;
	text-align: left;
	list-style-image: url(images/program_bullet1.jpg);
}

.program li {
    margin: 4px 0px 0px 0px;
}

a.side {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 18px;
}

a:link {
	color: #020202;
	background-color: inherit;
}
a:visited {
	color: #020202;
	background-color: inherit;
}
a:hover {
	color: #020202;
	background-color: inherit;
}
a:active {
	color: #030002;
	background-color: inherit;
}

img {
    border-style: none;
}

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
}
img.right{
	margin: 10px 10px 0px 10px;
	float: right;
}
table.menu_en img {
    margin-left: 5px;
}

table.lang {
    margin-left: auto;
    margin-right: auto;
}

table.lang td {
    padding-left: 1px;
    padding-right: 1px;
}

table.progtbl {
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
}

table.progtbl td {
    width: 50%;
}

table.progtbl a {
    text-decoration: none;
}

.link_archive {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

