﻿/* project: internet center template
   author: luka cvrk (www.solucija.com)gray #f4f4f4  orange #FFECC6  dark orange#ffcc99*  blue #A9D4F2  background: url("../images/stars.jpg");/

   
/* default styles
   -------------- */

body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #800000;
	text-decoration:none;
	
}

a:hover {
	color: #FE6700;
	text-decoration:underline;
		
}

a.title {
	color: #800000;
	background: #FFF;
	text-decoration:none;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url("../testfolder/jennifer/CSS%20tests/test1/input.gif"); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url("../testfolder/jennifer/CSS%20tests/test1/logininput.gif"); 
	padding: 4px; 
}

/* layout
   ------ */

.centerbox {
	margin: 3px auto auto auto;
	width: 600px;
	background-color: #ffffff;
	border-style: double;
    border-color: #55759F;
    padding: 0px 0px 0px 0px;
    
}

.content { 
	margin: 10px auto;
	width: 490px; 
	
}

.header { 
	display: none
	 
}

.top_info {
	display: none
		
}

	.top_info_right {
		display: none
}

	.top_info_left {
		display: none
}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar { 
	display: none
}

	.bar li { 
		display: none
	}
	
	.bar li.active { 
		display: none
	}

	.bar a { 
		display: none	
	} 

.search_field { 
	display: none
}

.subheader {
	float: left;
	width: 400px;
	margin: 0 0 10px 0;
	font: 1.0em Arial, Sans-Serif;

}

.bottom_box {
		width: 730px;
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}


/* left side
   --------- */

.left {
	float: left;
	width: 400px;
	margin: 0 0 10px 0;
	font: 1.0em Arial, Sans-Serif;
	
}
	.left_articles {
		text-align: center;
		margin: 0px 30px 20px 0px;
	}

	.left_links {
		border: 1px solid #9EC068;
		background: #ffffff url('') no-repeat; 
		padding: 8px 0px 20px 0px;	
		margin: 0 0 10px 0;
	}
	
	.left_links:hover {
		border: 0px solid #ccc;
	}
	
	.left_message {
		font: 1em Arial, Sans-Serif;
		border: 1px solid #eee;
		padding: 10px 10px 10px 10px;	
		margin: 0 0 0px 0;
		background: #f4f4f4 url('') no-repeat; 
		color: #454545; 
	}
	
	.left_message:hover {
		border: 0px solid #ccc;
	}
	
		.left_side {
			float: left;
			width: 180px;
			padding: 0 0 0 50px;
			
		}
		
		.right_side {
			float: left;
			width: 200px;
			border-left: 0px solid #eee;
			padding: 0px 0px 0px 10px;
		}
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 310px;
	margin: 0px 0px 10px 0px;
}

	.right_login {
		display: none
	}

	.right_articles {
		border: 0px solid #9EC068;
		width: 180px;
		padding: 3px;	
		margin: 10px 5px 10px 0px;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
		
.image {
	float: center;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	display: none
}

.footer a {
	display: none
}
