/*  

Theme Name: NetmaxTheme Ver.01
Theme URI: http://www.netmax.hu
Description: A clean, Adsense-optimized 3 column theme
Version: 0.1
Author: Call Center Outsourcing Philippines
Author URI: http://www.piton-global.com/resource68.html

*/

/*************************************
 + Init
 *************************************/

html, body, form, input, select, fieldset 
  {font-size: 10px; font-family: Tahoma, Verdana, Arial; color: #000; }
  
body 
  {background-color: #FFF; }

html, body, div, form, fieldset,input,textarea, h1, h2, h3, h4, h5, h6, 
p, pre, code, blockquote, ul, ol, li, dl, dt, dd, th,td, address 
  {margin: 0; padding: 0; }

html
  {height: 100%}

h1, h2, h3, h4, h5, h6, pre, code 
  {font-size: 10px; ;font-weight:normal }
ul, ol 
  {list-style: none; }

li{
	list-style-type: none;
}

form label 
  {cursor: pointer; }
address 
  {font-style: normal; }

:link,:visited 
  { text-decoration: none; }
a
  {outline:none;outline-style:none }

a img,:link img,:visited img 
  {border: none; }
fieldset,img,table 
  {border: none; }

table
  {border-collapse:collapse;border-spacing:0;border:0}
caption,th
  {text-align:left}

div.clear, span.clear 
  {clear: both; font-size: 0px; }

q:before,q:after
  { content:''}

abbr,acronym
  {border:0}
  
*{
	padding: 0;
	margin: 0;
}  

img{
	border: 0;
}

/*************************************
 + General
 *************************************/

body{
  color: #000;
  background-color: #ccc;
  text-align: center;
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
  
	/*background-image: url(../images/background.gif);*/
	/*background-repeat: repeat-x;
	background-position: left top; */	
	}

p{
	margin-botton: 20px;
	}

a, a:link; a:active, a:visited{
	color: #069;
	text-decoration: none;
}

a:hover{
	color: #C00;
	}

h2{
	font-size: 14px;
	}
	
.noshow{
	display: none;
	}

.clear{
	clear: both;
	}

.label{
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 220px;
	
	text-align: left;
	background-color: #f2f2f2;
	margin-top: 20px;
	}

.field{
	display: block;
	width: 300px;
	}
	
.keyword, 
.keyword a, 
.keyword a:link,
.keyword a:hover,
.keyword a:active,
.keyword a:visited{
  font-size: 18px;
  color: FFF;
  
  /*border: 2px dotted #CCC;*/
	}	

.url{
  font-size: 12px;
  color: FFF;
  background-color: #f2f2f2;
  text-decoration: none;
  /*border: 2px dotted #CCC;*/

	}	
	
.reszletek, .reszletek a, 
.reszletek a:link,
.reszletek a:hover,
.reszletek a:active,
.reszletek a:visited{
  font-size: 10px;
  color: 000;
  background-color: ##f2f2f2;
  text-decoration: none;
  /*padding-bottom: 25px;*/
  /*border: 2px dotted #CCC;*/

	}	
/*************************************
+ Design
*************************************/

#wrapper{
	width: 900px;

	margin-right: auto;
	margin-left: auto;	
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding: 0;
	border: 10px solid #60779E;
	
	text-align: left;
	color: #000;
	background-color: #FFF;
	}

/*************************************
+ Header
*************************************/

#header{
	background: url(../images/header.jpg) no-repeat;
	/*height: 124px;*/

	text-align: right;
	color: #FFF;
	font-size: 12px;
	
	padding: 20px;
	/*border: 5px dotted #CCC;*/
	}

#header h1{
	padding-top: 70px;
	}

#sitename a{
	color: #FFF !important;
	font-size: 30px;
	}

#logo{
	float: left;
	width: 200px;
	}


/*************************************
+ Menu
*************************************/

#nav{
  width: 100%;
	/*height: 53px;*/
	overflow: hidden;
	background-color: #60779E;
	/*font-size: 14px; C0D4EF*/
	/*text-transform:uppercase;*/
	/*font-weight: bold;*/
	}
	
#nav ul{

  }

#nav li{
	list-style: none;
	float: left;
  }
  
#nav a{
  margin-right: 45px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	}
	
#nav a:hover{
	/*background-color: #FFF;*/
	font-weight: bold;
	color: #FFF;
  }

/*************************************
+ Top elements
*************************************/

#bar{
	width: 100%;
	/*background-color: #ccc;*/
	/*border: 3px dotted #ccc;*/
  }

#feeds{
	height: 30px;
	float: left;
	width: 590px;
	overflow: hidden;
	margin-top:5px;
	margin-left: 10px;
	/*border: 3px dotted #F00;*/
  }

#feeds li{
	list-style: none;
	float: left;
	padding-top: 2px;
  }

#searchbox{
	width: 300px;
	float: right;
  }
  
#searchform{
  }
  
#searchform, #s,  #searchsubmit{
	margin: 0;
  }
  
#s{
	border: 1px solid #ccc;
	/*width: 100%;*/
	padding: 4px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 3px;
  }
  
#searchsubmit{
	display: none;
  }

/*************************************
+ Main elements
*************************************/

.page_item a{
	color: #A3AEBA;
  }
.page_item a:hover{
	color: #fff;
  }
.current_page_item{
	background-color: #544a65;
  }
.current_page_item a{
	color: #fff;
  }


#container{
	clear: both;
	padding: 20px 0px;
  }
  
#container h2{
	font-size: 28px;
  }
  
#container h3{
	font-size: 14px;
	color: #999;
	font-weight: normal;
  }
  
#contents{
	width: 690px;
	padding: 10px;
	float: left;
	overflow: hidden;
	/*border: 2px dotted #00f;*/
	}
	
#contents p{
	margin-top: 10px;
	}	

/* kategoria cimsor **********************************/

#contents h2{
	font-size: 14px;
	border-bottom:1px solid #ccc;
	padding-right: 10px;
		
	margin-left: 5px;
	margin-bottom: 10px;
	}

#contents h2 a, a:active, a:visited{
	color: #006699;
	text-decoration: none;
	font-size: 14px;
	}

#contents h2 a:hover{
	color: #CC0000;
  }

/* alkategoria cimsor **********************************/

.cat_sub{
	color:#333;
	text-decoration:none;
	font-size:12px;
	}

.cat_sub li{
	margin-left: 5px;
	padding:0px;
	}
	
.cat_sub a, a:active, a:visited{
	color:#333;
	text-decoration:none;
	font-size:12px;
	}

.cat_sub a:hover{
	color:#CC0000;
	text-decoration:underline;
	}
	
#cat_title{
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4e637b;
	text-align: left;
	text-transform:uppercase;
	line-height: 20px;
	margin-bottom: 10px;
	color:#CC0000,
	}

/* weboldal lista **********************************/

#links{
  margin: 0;
  padding: 5px;
	/*border: 1px solid #ccc;*/
	}
	
#links h3{
  font-size: 16px;
	}	

.sort{
  margin-left:250px;	
  font-size: 10px; 

  }	
  
.sort a, 
.sort a:link,
.sort a:visited{
  color: FFF;
  font-size: 10px;
	}	
	
.sort a:active, 
.sort a:hover{
  color: 00F;
  font-weight: bold;
  font-size: 10px;

	}		
	
/* szelso elemek **********************************/

#sidebar {
	width:180px;
	float:right;
	margin:0px;
	padding:0px;
	/*border: 1px solid #F00;*/
	}

#sidebar_1{
	width: 160px;
	float: left;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	/*margin: 0px 15px;*/
  }
  
#sidebar_1 li{
	list-style: none;
	/*border-bottom: 1px dotted #5383ba;*/
	margin: 0px 0px 3px 0px;
  }
  
#sidebar_1 li a,
#sidebar_1 li a:link,
#sidebar_1 li a:hover,
#sidebar_1 li a:active,
#sidebar_1 li a:archive{
	list-style: none;
	/*border-bottom: 1px dotted #5383ba;*/
	margin: 0px 0px 3px 0px;
  }  
  
#sidebar_1 h2{
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4e637b;
	text-align: left;
	/*text-transform:uppercase;*/
	line-height: 20px;
	margin-bottom: 10px;
  }  

#sidebar_2{
	width: 160px;
	float: right;
	padding: 5px;
	background-color: #f2f2f2;
  border: 1px solid #ccc;
  } 

#sidebar_2 li{
	list-style: none;
	border-bottom: 1px dotted #5383ba;
	margin: 0px 0px 3px 0px;
  }
  
#sidebar_2 h2{
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4e637b;
	text-align: left;
	/*text-transform:uppercase;*/
	line-height: 20px;
	margin-bottom: 10px;
  }

/*************************************
+ Footer elements
*************************************/

#navig{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	/*background-color: #f00;*/
	/*border: 1px solid #4e637b;*/
	float:left;
	clear: both;
  }

#footer{
	clear: both;
	width:100%;
	background-color: #fff;
	
	border-top: 1px solid #4E637B;
	/*border: 1px solid #4e637b;*/
	/*margin: 10px;*/
  }

#footer_right{ 
  float:right;
  }

#footer_left{ 
  float:left;
  }

#footer_nav {
	/*width:630px;*/
	padding: 10px;
	color:#333;
	float:left;
	}

#footer_nav a {	
  color:#333;	
  text-decoration:none;
   }
  
#footer_nav a:hover {	
  color:#863900;	
  text-decoration:underline; 
  }
  
#footer_bottom{
  clear: both;
	padding: 10px;
  }

#footer_bottom a {	
  color:#333;	
  text-decoration:none;
   }
  
#footer_bottom a:hover {	
  color:#863900;	
  text-decoration:underline; 
  }
  
/*************************************
+ Feed elements
*************************************/
  
.feedTitle{
	border-bottom: 1px dotted #FFCB3F;
	text-transform: uppercase;
	/*background-image: url(images/package_link.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
  }
  
.feedTitle a{
	color: #7F1F00;
  }
  
.feedTitle a:hover{
	color: #000;
  }

