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

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

 a {	 border:none; font-weight:bold	/*background: inherit;*/}
a:hover {  border:none;font-weight:bold /*background: inherit; */}


h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  {
	color: #967A5A;
	background: inherit;
	font-size: 30px;
}
 a { text-decoration: none;
 color: #000066;
 font-weight:bold
  }
 a:hover {
	color: #FF6600;
	background: inherit;
	border: none;
}
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.7em; margin-bottom: 5px; color: #000; background: inherit; }

p {margin: 0 0 5px 0;
  font-family: arial;
  font-size:1.2em;
  line-height:16px;}


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

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: normal 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
} */

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}*/

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}*/

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 29px; 
	color: #FFF; 
	background: #5A8096;
}

}

.bar1 {
	clear: both;
	font-size: 1.1em;
	height: 80px;
	color: #FFF;
	background-color: #F30;
	font-weight: bold;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	border-color: #F00;
	outline-color: #F00;
}
	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #5A8096;
		float: left; 
	}
	
	.bar li.active {
	background: #87C0E2 no-repeat center top;
	color: 5A8096;
	font-weight: bold;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover {
	color: #E3C888;
	font-weight: bold;
}
.news {
	float: left;
	width: 515px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	
}

.news h3 {
	clear: both;
	background:  url(news1.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
  
	margin: 0 0 0px 0;
}

.news h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #663366;
		text-decoration: none;
		}	
.features {
	float: left;
	width: 515px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.features h3 {
	clear: both;
	background:  url(features.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}

.features h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #669900;
		text-decoration: none;
		}	
.photo {
	float: left;
	width: 770px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
	
.profile {
	float: left;
	width: 515px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.profile h3 {
	clear: both;
	background:  url(profile.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}
.profile h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #967A5A;
		text-decoration: none;
		}		

.search_field { 
	background: no-repeat right; 
	color: #333333;
	clear: both;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0;
}

.grey {
	color: #FF9933;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

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

.left {
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}

.left h3 {
	clear: both;
	background:  url(news.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}

	.left h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #663366;
		text-decoration: none;
		}
.bottom_left {
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}

.bottom_left h3 {
	clear: both;
	background:  url(profile.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}

	.bottom_left h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #967A5A;
		text-decoration: none;
		}		
	.left_side {
	float: left;
	width: 180px;
	margin: 10px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;

	}
		
	.left_side a, .right_side a {border: none; color: #414141; background: #FFF; }
		
	.right_side {
	float: none;
	background: #FFFFFF;
	color: #414141;
	font-size: 14px;
	font-style: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;




	}
		
	.left_box { margin: 1.5px 0 0px; color: #000; background: #FFF; padding: 2px 0 3px;
	 }
	
	.left_box h4 {
		margin: 0 0 0px 0;  
	 padding: 0; 
	 font: bold 1em Arial, Sans-Serif;
	 letter-spacing: -1px; 
     font-size: 1em;
	line-height: 1.1em;
	 margin-bottom: 5px; 
	 color: #000; 
	 background: inherit; 
	 }
	

.small_news1 {
	float: left;
	width: 48%;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0;	
	}

.small_news1 h3 {
	clear: both;
	background:  url(news.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}
.two_byline {
	float: left;
	width: 48%;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0;	
	
}
.small_news2 {
	float: left;
	width: 48%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 6px;
}

.small_news2 h3 {
	clear: both;
	background:  url(news.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}
	
	/* center
   --------- */

.center {
	float: left;
	width: 252px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.center h3 {
	clear: both;
	background:  url(features.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 3px 0;
}


	.center h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #669900;
		text-decoration: none;
		}

.bottom_center {
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.bottom_center h3 {
	clear: both;
	background: #967A5A url(corners.png) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 3px 0;
}


.bottom_center h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #967A5A;
		text-decoration: none;
		}	
	.center_side {
	float: left;
	width: 180px;
	margin: 10px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;

	}

	.center_side a, .center_side a {border: none; color: #414141; background: #FFF; }
		
	.center2_side {
	float: none;
	background: #FFFFFF;
	color: #414141;
	font-size: 14px;
	font-style: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;




	}
		
	.center_box { margin: 0 0 0px; border = 0; color: #000; background: #FFF; padding: 2px 0 2px; }
	
	
	
	
	
	
	
	
	
	
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}

.right h3 {
	background:  url(profile.jpg) no-repeat left top;;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 3px 0;
}
.right h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #996666;
		text-decoration: none;
		}
	.right_articles {
		background: #FFFFFF;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px;
	}
	.news_right {
	float: right;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.news_right h3 {
	background:  url(news.jpg) no-repeat left top;;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 3px 0;
}
.news_right h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #663366;
		text-decoration: none;
		}
	.news_right_articles {
		background: #FFFFFF;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px;
	}
	.features_right {
	float: right;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.features_right h3 {
	background:  url(features.jpg) no-repeat left top;;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 3px 0;
}
.features_right h3 a { 
		font-weight: bold;
		color: #FFF; 
		background: #669900;
		text-decoration: none;
		}
	.features_right_articles {
		background: #FFFFFF;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px;
	}
  .caption {
	width: 245px;
	float:left;
	font-size:100%;
	line-height:100%;
	margin: 5px;
	padding:0px 0px 0px 0px;
	text-align: left;
	clear:right
}
 .caption2 {
	width: 245px;
	float:right;
	font-size:100%;
	line-height:100%;
	margin: 5px;
	padding:0px 0px 0px 0px;
	text-align: left;
	clear:right
}
 .portrait_caption {
	width: 150px;
	float:right;
	font-size:100%;
	line-height:100%;
	margin: 5px;
	padding:0px 0px 0px 0px;
	text-align: left;
	clear:right
}
.image {
	float: left;
	margin: 0 9px 3px 0;
	border: none;
}

  .pullquote {
	width: 40%;
	float:right;
	font-size:125%;
	line-height:125%;
	margin:10px;
	background: url(../2007-8/images_07-8/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 0px 5px 0px;
	text-align: left;
	clear:right
}
.pullquote:first-letter {
	background: url(../2007-8/images_07-8/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
 
   .pullquote2 {
	width: 40%;
	float:left;
	font-size:125%;
	line-height:125%;
	margin:10px;
	background: url(../2007-8/images_07-8/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 0px 5px 0px;
	text-align: left;
	clear:right
}
.pullquote2:first-letter {
	background: url(../2007-8/images_07-8/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.floatright { float: right; }

.floatleft { float: left; 
	margin-right: 4px;}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 2px 0 1px;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #FF6633; background: #fff; }

.foot2 {
	font-size: 1em;
	text-align: left;
	width: 515px;
}

/* ################## Effing image codes ##################### */
.caption{
	font-size: 1em;
	width: inherit;
}
.main_511 {
	border: 2px #000000;
}
.main_port {
	border: 2px solid #000000;
	float: right;
}
.box_254 {
	float: right;
	width: 254px;
	margin-left: 10px;
	margin-bottom:10px;	
}
.byline {
	border: 1px #000000;
	margin-left: 4px;
	float: right;
}
.border1_left {
	border: 1px #000000;
	float: left;
}
.border1_right {
	border: 1px #000000;
	float: right;
	margin-right: 4px;
}
.border1 {
	border: 1px #000000;
}


/* ################## Archive codes ####################### */

.archive_left {
	float: left;
	width: 500px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}

.archive_left h3 {
	clear: both;
	background:  url(issue.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}
	.archive_left_box { margin: 1.5px 0 0px; color: #000; background: #FFF; padding: 2px 0 3px;
	 }
	
	.archive_left_box h4 {
		margin: 0 0 0px 0;  
	 padding: 0; 
	 font: bold 1em Arial, Sans-Serif;
	 letter-spacing: -1px; 
     font-size: 1em;
	line-height: 1.1em;
	 margin-bottom: 5px; 
	 color: #000; 
	 background: inherit; 
	 }
	 .archive_issue_box {
	 width: 240px;
	 float: left;
	 margin-right:8px;
	 margin-bottom: 8px;
	 margin-left: 0px;
	 margin-top: 0px;
	 border: solid 1px ;
	 border-color: #666666;
	 }
	 


.archive_right {
	float: left;
	width: 270px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.archive_right h3 {
	background:  url(features.jpg) no-repeat left top;;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 3px 0;
}

.archive_month {
	float: left;
	width: 766px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
.archive_month h3 {
	clear: both;
	background:  url(month.jpg) no-repeat left top;
	color: #FFF;
	padding: 7px 5px 7px 15px;
	font-family: arial;
  font-size:11px;
  line-height:13px;
	margin: 0 0 0px 0;
}
.archive_content {
	margin: 0 auto;
	width: 800px;
	padding: 10px; 
}

