/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	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 10px 0; }

p.adjusted-content {margin: 5px 5px 5px 5px; }

ol.adjusted-content {list-style : decimal; }

ol {	list-style : none; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(button.gif) no-repeat;
	color: #FFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 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(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(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(searchbg2.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(newsletterbg.gif) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}

.subheader {
	clear: both;
	margin: 20px 3px 10px 3px;
	padding: 5px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.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(lt.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
		color: #eee;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #6E6E6E url(lb2.gif) no-repeat bottom left;
		height: 150px;
	}
	
	.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;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 265px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

		
	.rt {
		background: #C85E35 url(rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	.right_articles {
		font-size: 0.9em;
		background: #C85E35 url(rb.gif) no-repeat bottom;
		color: #FEE1D5;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
	
			


/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}

.clearfix:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
.half:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
.clearfix {
	DISPLAY: inline-block
}
 HTML .clearfix {
	DISPLAY: inline-block; HEIGHT: 1%
}

	
FORM.goodform .submit_row {
FLOAT: right; MARGIN-RIGHT: 8px; TEXT-ALIGN: right
}


FORM.goodform INPUT.submit_green {
	BORDER-RIGHT: #346910 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #346910 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 15pt;   PADDING-BOTTOM: 4px; MARGIN-LEFT: auto; BORDER-LEFT: #346910 1px solid; WIDTH: 277px; COLOR: black; BORDER-BOTTOM: #346910 1px solid; 	PADDING-TOP: 5px; filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#59ae20', gradientType='0');
}

FORM FIELDSET {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
FORM FIELDSET LEGEND {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #454642; BORDER-RIGHT-WIDTH: 0px
}
FORM FIELDSET.checks {
	
}
FORM FIELDSET.checks LABEL {
	
}
.checks P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 20px; PADDING-TOP: 0px
}
FORM LABEL {
	FLOAT: left; WIDTH: 160px; PADDING-TOP: 2px
}
.checks P {
	FLOAT: left; WIDTH: 160px; PADDING-TOP: 2px
}

FORM TEXTAREA {
	WIDTH: 180px
}
FORM SELECT {
	WIDTH: 180px
}
FORM TEXTAREA {
	WIDTH: 98%; HEIGHT: 150px}

.graybox {
	BACKGROUND: #BED3E8;
	BORDER: #a5a5a5 1px solid;
	WIDTH: 255px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#D9E0E8', gradientType='0');" 
font-weight:bold;
}

}

.lock {
	PADDING-RIGHT: 2px;  FONT-SIZE: 0.9em; PADDING-BOTTOM: 2px; MARGIN: 3px; FLOAT:LEFT;}


	
	.info_box_text_front
	{
		background: #ffffcc;
		color: blue;
		border-top: 1px dotted #ccc;
		border: 1px dotted #ccc;
		padding: 10px;
		margin: 0 0 15px 0;
		width:200px;
		float:right;
		font-size:13px;
		font-family:arial;
	}
	
	
.content-header{

		color: white;
		width:100%;
		font-weight:bold;
		font-size:20px;


	}
	
	
#menublock a { 
	width:70px; 
	height:34px; 
	float:left; 
	padding: 3px 0px 0px 3px;
	color: #0D1F3B;
	background: url(http://www.mortgagepig.com/images/tab1.gif) no-repeat top;
	 }

#menublock a:hover { 
	background: url(http://www.mortgagepig.com//images/tab3.gif) no-repeat top;
	color: #8189ad; 
	}
	
		.grad { 
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#737888,endColorStr=#FFFFFF); 
} 
