/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body {
	padding: #eee;
	margin: 0;
	font: 0.74em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #454545;
}

a {
	color: #FF9;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

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; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

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(../images/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content {
	margin: 10px auto;
	width: 760px;
	background:url(../images/background.jpg);
	background-repeat:no-repeat;
}

.logo {
	float: left;
	width: 748px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 10px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 100px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.header_right {
	float: right;
	width: 350px;
	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: 30px; 
}

	.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;	
	} 

.search_field {
	text-align: left;
	float: right;
	width: 760px;
	height: 45px;
	color: #060;
	clear: both;
	font-family: "Comic Sans MS", cursive;
	font-size: 23px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	overflow: visible;
	line-height: 40px;
}

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
	
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.newsletter {
	float: left;
	height: 33px;
	padding: 15px 0 0 15px;
	width: 192px;
	color: #FFF;
	margin: 0 0 3px 0;
	background-color: #090;
	background-image: url(../images/newsletterbg.gif);
	background-repeat: no-repeat;
}

.subheader {
	clear: both;
	margin: 0px 0 0px 0;
	padding: 0px 0px 4px 0px;
	color: #000000;
	font-weight:bold;
	top: 0px;
	width: 750px;
}
.tagline {
	top: 0px;
	width: 760px;
	background-color: #64BE26;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 38px;
	clear: both;
	margin: 0px;
}


/* left side
   --------- */

.left {
	float: left;
	width: 557px;
	margin: 0 0 10px 0;
	position: relative;
	top: 0px;
	left: 0px;
}


.left2 {
	float: left;
	width: 490px;
	height:140px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 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;
		
		
	}
	.lt2{
		height: 10px;
		background: #6E6E6E url(../images/lt2.gif) no-repeat;
		color: #FFF;
		
		
	}
	
	.lbox {
	color: #eee;
	padding: 5px;
	margin: 0px;
	height: 380px;
	background-color: #FF0;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	width: 650px;
	top: 1px;
	}
	.lbox3 {
	color: #eee;
	padding: 5px;
	margin: 0px;
	height: 380px;
	background-color: #C85E35;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	width: 650px;
	top: 1px;
	border: 5px solid #FFC;
	}
	.lbox2 {
	color: #eee;
	padding: 5px;
	margin: 0px;
	height: 140px;
	background-color: #009900;
	background-repeat: no-repeat;
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
	
	
.thumb {
	float: left;
	width: 640px;
	border: 1px solid #FFF;
	color: #fff;
	margin: 0px;
	padding: 4px;
	height: 370px;
	background-color: #C85E35;
	position: relative;
}
.thumb3 {
	float: left;
	width: 490px;
	border: 1px none #FFC;
	color: #FFF;
	margin: 0px;
	padding: 4px;
	height: 370px;
	background-color: #C85E35;
	position: relative;
	font-family: "Comic Sans MS", cursive;
}
.thumb4 {
	float: left;
	width: 490px;
	border: 1px none #FFC;
	color: #FFF;
	margin: 0px;
	padding: 4px;
	height: 370px;
	background-color: #C85E35;
	position: relative;
	font-family: "Comic Sans MS", cursive;
	overflow-y:scroll;
}
.thumb3 h1 {
	margin: 0;
	padding: 3px;
	color: #FF0;
	font-family: "Comic Sans MS", cursive;
	font-weight: bolder;
}

.thumb4 h1 {
	margin: 0;
	padding: 3px;
	color: #FF0;
	font-family: "Comic Sans MS", cursive;
	font-weight: bolder;
}



.thumb2 {
	float: left;
	width: 470px;
	color: #033;
	margin: 0px;
	padding: 4px;
	height: 130px;
	background-color: #ffffff;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
.thumb p2 {
	margin: 0;
	padding: 0px;
	color: #FFF;
	background: #6e6e6e;
	font-weight: bold;
}
/* right side
   ---------- */
		
.right {
	float: right;
	width: 250px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 5px solid #008C00;
	z-index: 101;
}

.right a {
	color: #060;
	background: inherit;
}

		
	.rt {
	position:absolute;
	color: #FFF;
	height: 461px;
	z-index:100;
	left: 517px;
	top: -61px;
	width: 263px;
	}
	
	.rt2 {
	position:relative;
	color: #FFF;
	height: 137px;
	z-index:99;
	left: -160px;
	top: 400px;
	width: 250px;
	border: thick solid #009F00;
	}
		
	.right_articles {
	font-size: 0.9em;
	color: #ffffff;
	padding: 4px 4px;
	margin: 0 0 10px 0;
	}
.White_Table {
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	height: 100%;
	width: 100%;
	border: 1px solid #E8E8E8;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
	
			
.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;
	position: relative;
	top: 10px;
}

.footer a {
	color: #C3593C;
	background: inherit;
}


#tagwrapper {
vertical-align:middle;
overflow:visible;
height:35px;
}
.small_hdr {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
}
