/*
+-------------------------------------------
*   PhpInk - Content Manager System
*   Clean Theme
*   ========================================
*   by Szabo Viktor
*   (c) 2007-2008 SourComp
*   Web: http://www.sour.hu
*   Email: admin@sour.hu
*   ========================================
*   Filename: style.css
*   Created on: 2007. december 19.16:51:51
+-------------------------------------------
*   CHANGELOG
*   =========
*   - added horizontal menu class (hmenu)
*   - 
+-------------------------------------------
*   TODO
*   =========
*   - 
*   - 
*/
 
body {
font:13px Verdana,sans-serif;
color: #696969;
background: #fff url(images/bg.jpg) repeat-x left top;
}

h2 {
color:#666666;
font-family:'trebuchet ms',arial,tahoma,verdana,sans-serif;
font-size:1.5em;
font-weight:normal;
letter-spacing:2px;
margin-top:0px;
}
    
h3 {
color:#3F4C6B;
font-size:1.5em;
font-family:'trebuchet ms',arial,tahoma,verdana,sans-serif;
font-weight:normal;
letter-spacing:2px;
margin: 0 0 10px 0;
padding: 0 0 0 8px;
width:90%;
}

button {
height: 24px;
min-height:24px;
position:relative;
top:2px;
text-align:center;
padding: 0px 10px;
background-color: #f3f3f3;
border-bottom: 1px solid #888;
border-right: 1px solid #888;
border-top: 1px solid #BBB;
border-left: 1px solid #BBB;
font-size: 1.25em;
cursor:pointer;
}

a {
font-size:1em;
font-family: Tahoma;
letter-spacing: 2px;
color: #696969;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: none;
}

input {color:#555;}

/**
 * Costumize screen.css
 */
div.small {margin-bottom:0px}
table, td, th {vertical-align:top}
/**
 * Site layout
 */ 
div.nevnapok {
  position:absolute;
  top:0;
  right:0;
  color:#333;
  font-size:10px;
  padding:3px;
  text-align:right;
}
div.header {height:250px;}
div.menu {margin-bottom:20px}
div.menu a {
width: 266px;
display:block;
margin-bottom:1px;
padding:8px;
}

div.menu a:hover {
	background-color: #eef3ff;
	color:#333;
}
div.submenu a.toggle {
	width:15px;
}
div.submenu a.title {
	font-size:13px;
	color:#333;
	border-bottom:#EEE solid 1px;
}
div.submenu-level-1 a {
	font-size:11px;
	color:#333;
	background-color:#eefeef;
	border-bottom:none;
	padding:2px 0px 2px 2px;
	width:280px;
}

div.submenu-level-1 a:hover {
	text-decoration:underline;
}
div.hmenu {
	background-color: #98d4dc;
	height:29px;
	padding:15px 20px 0px;
	border-bottom: #89bec6 solid 5px;
	margin-bottom:40px;
}

div.hmenu a {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-right:10px;
}
div.hmenu a:hover {
	text-decoration:underline;
}

div.date{
  letter-spacing:2px;
  top:-10px;
  text-transform: uppercase;
  border-top:1px solid #EEE;
}

div.text{
line-height: 20px;
}


div.copyright {
border-top:10px solid #eee;
background-color:#ddd;
font-size:10px;
text-align:center;
padding:10px;
line-height:20px;
}

div.rss {
position:absolute;
top:5px;
right:5px;
}

li {
list-style: none;
margin: 5px 0px;
}

table.list {width:100%;}
table.list tr.header td {background-color:#FDFDFD;border-top:1px solid #DDD;font-weight:bold;}
table.list td {
  font:12px Tahoma;
  margin:0px;
  padding:6px;
  vertical-align:top;
  border-bottom:1px solid #F9F9F9;
}

/* kegeszites (EU-IT) */

h1 {
color:#666666;
font-family:'trebuchet ms',arial,tahoma,verdana,sans-serif;
font-size:1.5em;
font-weight:normal;
letter-spacing:2px;
margin-top:0px;
}

h1 {
	margin-bottom:0.75em;
}


h1#logo {
	position: absolute;
	top: 200px;
	left: 70px;
}

h1#logo a:link, h1#logo a:visited, h1#logo a:hover {
	color:#888888;
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	font-family: verdana,sans-serif;
}

h2.egytermek {
	font:13px Verdana,sans-serif;
	color: #696969;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0px;
	margin-bottom: 0em;
}

h2.egyalkategoria {
	font:13px Verdana,sans-serif;
	color: #696969;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0px;
	margin-bottom: 0em;
}