/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 10pt Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

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; 
}

div.search_input {
	float: right;
	width: 250px;
	height: 27px;
	padding-right: 5px;
	background: #464548 url(/img/input.gif) no-repeat;
}
div.search_input input.search { 
	float: left;
	background: #fff;
	width: 215px; 
	height: 21px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 4px 0 3px 25px;
	color: #808080;
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(/img/button.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(/img/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

div.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
	height: 86px;
}

div.logo h1 {
	font-size: 24pt;
}

div.logo p {
	font-size: 9pt;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}

div.header_right {
	float: right;
	width: 550px;
	height: 96px;
}

div.top_info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #FFF url(/img/dot.gif) repeat-x bottom;
	color: #444;
}
	

.slogan {
	text-align: right;
	width: 160px;
}


.bar { 
	text-align: right;
	font-size: 9pt;
	height: 40px; 
}

	.bar li { 
		
		padding: 0px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		display: inline;
	}
	
	.bar li.active { 
		background: #FFF url(/img/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: right;
	float: right;
	width: 540px;
	height: 38px;
	background: #464548 url(/img/searchbg.gif) no-repeat top right; 
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
}

.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;
	background: #6E6E6E url(/img/newsletterbg.gif) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}

.subheader {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* center (single-column)
   ---------------------- */
div.center {
	margin: 25px 0px 40px 0px;
}
div.center_box {
	margin: 35px 0px 40px 0px;
	border: 2px solid #464548;
	border: 2px solid #c85e35;
	background-color: #e5e5e5;
	padding: 15px;
}
div.center_box a, div.center_box a:visited {
	color: #c85e35;
	font-weight: bold;
}
div.center_box a:hover {
	color: #464548;
}
div.center_inner {
	padding: 15px;
	width: 725px;
}
div.form_note {
	float: right;
	width: 280px;
	border-left: 3px solid #464548;
	padding-left: 10px;
}

/* left side
   --------- */

div.left {
	float: left;
	width: 555px;
	margin: 0 0 10px 0;
}
	div.left_articles {
		margin: 15px 0 25px 0;
		padding: 0 0 0 10px;
	}
	div.left_articles h2 {
		border-bottom: 1px dotted #464548;
		margin-bottom: 10px;
	}
	div.left_articles a {
		font-size: 12pt;
		line-height: 16pt;
		text-decoration: none;
	}
	div.left_articles a:hover {
		text-decoration: underline;
	}
	div.more {
		text-align: right;
		margin-top: 15px;
	}
	div.more a {
		font-size: 8pt;
	}

	div.lt {
		height: 10px;
		background: #6E6E6E url(/img/lt.gif) no-repeat;
		color: #FFF;
	}
	
	div.lbox {
		color: #eee;
		padding: 3px 12px 8px 12px;
		margin: 0 0 15px 0;
		background: #6E6E6E url(/img/lb.gif) no-repeat bottom left;
		/*height: 178px;*/
	}
	
	div.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	div.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
	
	
div.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

div.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
div.right {
	float: right;
	width: 180px;
	margin: 0 0 10px 0;
}

div.right a {
	color: #FFFCD1;
	background: inherit;
}
		
	div.rt {
		background: #C85E35 url(/img/rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	div.right_articles {
		font-size: 0.9em;
		background: #C85E35 url(/img/rb.gif) no-repeat bottom;
		color: #FEE1D5;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
	
			
div.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

div.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(/img/dot.gif) repeat-x;
	padding: 8px 0;
}

div.footer a {
	color: #C3593C;
	background: inherit;
}

/*
 * Tip Teasers (front page)
 */
div.tip_tease {}
div.tip_tease div.tip_abstract {
	margin-left: 10px;
	font-size: 8pt;
}

span.highlight {
	color: #C85E35;
}

p.disclaimer {
	font-family: Monospace, Courier, Courier New;
	font-size: 10pt;
	margin-bottom: 20px;
}

/*
 * Tip View
 */
div.tip {
}
div.tip blockquote {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid #C85E35;
}
div.tip pre {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid #464548;
	background-color: #d5d5d5;
}
div.tip code {
	color: #006;
}
div.tip ul {
	list-style-type: disc;
	margin: 15px 0 15px 35px;
}
div.tip ol {
	list-style-type: decimal;
	margin: 15px 0 15px 35px;
}
div.tip p {
	margin-bottom: 15px;
}
