/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	height: 25px;
	background-position: center;
}

a {
	color: #4A8EBC; 
	background: inherit;
}


a:link    { color: blue }    					/* unvisited links */
a:visited { color: #00CCFF }   					/* visited links   */
a:hover   {
	color: #000000;
	background-color: #FF0000;
} 		/* user hovers     */
a:active  { color: lime }   					/* active links    */

/*a:hover {
	color: #C3593C;
	background: inherit;	
}*/



a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	letter-spacing: -1px;
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCCCCC;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
	vertical-align: middle;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {
	margin: 0 0 5px 0;
}

ul {
	margin: 5px;
	padding : 5px;
	list-style-image: none;
	list-style-type: disc;
	font-weight: normal;
	list-style-position: inside;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	
}

li{
margin: 0;
}

form { 
	margin: 0; 
}

input.search { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(../images/input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(../images/button.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(../Internet_Music/images/logininput.gif); 
	padding: 4px; 
}


.menuContainer{
	Width: 450px;
	height: 30px;
	float: right;
	position: relative;
	top: 20px;
	padding: 0px;
}

/* === Menu === */



#menu
{
	height: 25px;
	padding-right: 2px;
	margin: 0;
	list-style: none;
	float: none;
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942;
}

#menu a:hover, #menu a:active
{
  background-image:  url(../images/taba2.jpg);
  color: #ffffff;  
 }

#menuselected
{
	display: block;
	width: 82px;
	height: 31px;
    text-decoration: none;
	line-height: 31px;
	color: #ffffff;
	text-align: center;
	background-image: url(../images/taba.jpg);
}


/* layout
   ------ */
 .Bio
{
	display: block;
	    text-decoration: none;
		background-color:#FFFF00

}


  
.Spacer{
   width: 750px;
	height: 35px;
   }
   
   
.header {
	width: 750px;
	height: 75px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}



.content {
	margin: 40px auto;
	width: 760px;
	height: 120px;
}

.photo {
	margin: 10px auto;
	width: 760px;
	height: 600px;
}


.logo {
	float: left;
	width: 180px;
	padding: 10px 0 13px 10px;
}





.header_right {
	float: right;
	width: 550px;
	height: 72px;
}

.logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.top_info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #FFF url(../images/dot.gif) repeat-x bottom;
	color: #444;
}
	

.slogan {
	text-align: right;
	width: 160px;
}


.bar {
	text-align: right;
	font-size: 1.1em;
	height: 20px;
	z-index: 10;
}

	.bar li { 
		
		padding: 0px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		display: inline;
	}
	
	.bar li.active { 
		background: #FFF url(../images/bar.gif) no-repeat center bottom; 
		color: #C3593C;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	} 



.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
	
}

.search_field {
	text-align: right;
	float: right;
	width: 540px;
	height: 130px;
	background: #464548 url(../images/searchbg.gif) no-repeat top right;
	color: #C85E35;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.newsletter {
	float: left;
	height: 130px;
	width: 190px;
	color: #FFF;
	background-color: #6E6E6E;
	background-image: url(../images/newsletterbg2.gif);
	background-repeat: no-repeat;
	z-index: 5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.subheader {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #333333;
	border-bottom: 1px solid #ccc;
}

.subheader2 {
	clear: both;
	padding: 8px;
	color: #000000;
	border-bottom: 1px solid #ccc;
	background-color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}



/* left side
   --------- */

.LeftLarge{
	float: left;
	width: 750px;
	margin: 0 0 10px 0;
}

	.articles {
	background-position: center;
	vertical-align: middle;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 10px;
	}
	

	
	
.left {
	float: left;
	width: 450px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}


	

	
	.lt {
		height: 10px;
		background: #6E6E6E url(../images/lt.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
	color: #eee;
	background: #6E6E6E url(../images/lb.gif) no-repeat bottom left;
	height: 220px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	}
	
	.lbox2 {
	color: #000000;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #8BC6F1;
/*	background-position: left bottom;*/

	background-image: url(../images/lb_760.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	.lbox2A {
	color: #000000;
	height: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #666666;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
		.lbox3 {
	color: #000000;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #3399FF;
	background-image: url(../images/lb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	
			.lbox3a {
	color: #000000;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #3399FF;
	background-image: url(../images/lb_760.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
	
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb2 {
	float: left;
	width: auto;
	border: 1px solid #000000;
	color: #000000;
	padding: 5px;
	background-color: #FF0000;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

.thumb3 {
	float: left;
	width: auto;
	border: 1px solid #000000;
	color: #0000FF;
	padding: 5px;
	background-color: #FF0000;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.thumb4 {
	float: left;
	width: auto;
	border: 1px solid #000000;
	color: #333333;
	padding: 5px;
	background-color: #C0C0C0;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 300px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

		
	.rt {
	color: #FFF;
	height: 7px;
	background-image: url(../images/rt.gif);
	background-repeat: no-repeat;
	}
		
	.right_articles {
	font-size: 12px;
	color: #FEE1D5;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	background-color: #CC6633;
	background-image: url(../images/rb.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

	.articles_red_top {
	color: #FF0000;
	height: 7px;
	background-image: url(../images/rt_articles_red.gif); 
	background-repeat: no-repeat;
	}
	
	.articles_red 
	{
		font-size: 12px;
		color: #FEE1D5;
		padding: 4px 8px;
		margin: 0 0 10px 0;
		background-color: #FF0000;
		background-image: url(../images/rb_articles_red.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	.right_articles_blue {
	font-size: 12px;
	color: #FEE1D5;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	background-color: #00CCFF;
	background-image: url(../images/lb.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: "Times New Roman", Times, serif;
	}
	

		.articles_yellow {
	font-size: 12px;
	color: #FEE1D5;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	background-color: #FFFF00;
	}
	
	.articles_blue {
		font-size: 12px;
		background: #0099CC;
		color: #FEE1D5;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
	
			
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../images/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}

.noDisplay
{
	display: none;
	border: medium solid #FF0000;
} 

.TamaraText
{
	float: left;
	width: auto;
	margin-top: 3;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3;
	border: thin solid #000099;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	padding: 3px;
	background-color: #FFFF00;
}

.TamaraPic
{
	float: right;
	width: 39%;
	
}

.top760 
{
		background: #C85E35 url(../images/top760.gif) no-repeat;
		color: #FFF;
		height: 15px;
}
	
.bot760 
{
	background: #C85E35 url(../images/bot760.gif) no-repeat;
	color: #FFF;
	height: 14px;
	margin-bottom: 10px;
}
	
	

		

.style1 {font-size: 12px}
.style2 {color: #000000}
.style2Bold {
	color: #000000;
	font-weight: bold;
}
.style3 {font-size: 12px; color: #000000; }
.style4 {font-size: 16px}

.style5 {color: #0000FF}

.style6 
{	font-size: large;
	font-weight: bold;
	color: #000000;
}

.style7 
{	color: #333333;
	font-weight: bold;
}

.style10 {font-size: 10px}

.style11 {font-family: "Times New Roman", Times, serif; font-size: small; }

.style15 {color: #CC6633;
	font-weight: bold;
	font-size: 10pt;}
	
.style16 {font-size: 12pt}






.content .linkgrouptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC99;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.ListText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	list-style-type: circle;
	color: #0000FF;
	font-variant: normal;
}

.whiteBox{
	padding : 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	display: block;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	
}
