/*
Theme Name: Micro 4 sz2k2
Theme URI: http://wordpress.org/themes/na
Author: Peter Mato <mato.peter@gmail.com>
Author URI: http://fixme.hu
Description: Not yet.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column
Text Domain: micro

This theme, like WordPress, is licensed under the GPL.
*/

@font-face
{
    font-family: sourceSansExtraLight;
    src: url('fonts/SourceSansPro-ExtraLight.woff') format('woff'), /* Modern Browsers */
	     url('fonts/SourceSansPro-ExtraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/SourceSansPro-ExtraLight.svg') format('svg'); /* Legacy iOS */
}
@font-face
{
    font-family: sourceSans;
    src: url('fonts/SourceSansPro-Regular.woff') format('woff'), /* Modern Browsers */
	     url('fonts/SourceSansPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/SourceSansPro-Regular.svg') format('svg'); /* Legacy iOS */
}

body {
    font-family: sourceSansExtraLight, "ubuntu light", arial, sans-serif;
    background: white;
    padding: 0;
    margin: 0;
}
h1 {
    font-weight: normal;
}

#header {
    width: 100%;
    background: #f0ece5;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-bottom: 0;
    box-shadow: 5px 5px 5px #888888;
    -webkit-box-shadow: 5px 5px 5px #888888;
    position: fixed;
}
#inhead {
    width: 1000px;
    margin: 0 auto;
    padding-left: 50px;
}
#header h1 {
    font-size: 28px;
    color: #565248;
    margin:0;
    padding:0;
}
#header h1.hehead {
    font-size: 20px;
    color: #90b8c0;
    font-weight: bold;
}
#header h1.hehead a {
    font-size: 20px;
    color: #90b8c0;
    text-decoration: none;
}
img {
    border: none;
}
img.headimg {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 30px;
}
img.uszt {
    position: absolute;
    right: 16px;
    bottom: 5px;
    width: 180px;
    vertical-align: bottom;
}

#wrapper {
    padding: 0;
    width: 1000px;
    margin: 0 auto;
    padding-top: 155px;
    display: block;
}

/* menu-upper style */

#menu-upper {
    position: absolute;
    top: 0;
    right: 30px;
}
#menu-upper ul {
    list-style-type: none;
}
#menu-upper ul li {
    display: inline;
    padding-left: 20px;
}
#menu-upper ul li a {
    color: black;
    text-decoration: none;
}
#menu-upper ul li a:hover {
    color: black;
    text-decoration: underline;
}

/* menu style */

#menu {
    float: left;
    width: 285px;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
}
#menu a {
    color: black;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
#menu a:hover {
    color: #111;
    text-decoration: underline;
}
#menu li {
    padding-top: 5px;
    padding-bottom: 5px;
}
#menu ul {
    list-style-type: square;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #90b8c0;
}

#menu li.current-menu-parent ul,
#menu li.current-menu-item ul {
    display: block;
}
#menu li ul {
    margin-left: 0;
    padding-left: 20px;
}
#menu li:hover ul {
    display: block;
}
#menu li ul {
    z-index: 99999;
    display: none;
    color: #909084;
}
#menu li.current-menu-item {
    background: #ddd;
    color: #decb26;
}
#menu li.current-menu-item a {
    color: #333;
}
#menu li:hover {
    color: #decb26;
}

#content {
    width: 680px;
    padding: 10px;
    margin-left: 10px;
    float: right;
    margin-top: 0;
    padding-top: 0;
    min-height: 500px;

    font-size: 13px;
    font-family: Ubuntu Light, FreeSans, Arial, Helvetica, sans-serif;
    line-height: 160%;
    color: #333;
}

#content h1 {
    font-size: 28px;
    font-family: sourceSans, "ubuntu", arial, sans-serif;
    margin-top: 20px;
    color: #90b8c0;
}
#content h2 {
    font-size: 22px;
    font-family: sourceSansExtraLight, "ubuntu light", arial, sans-serif;
    font-weight: normal;
    line-height: 140%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: black;
}
#content h3 {
    font-size: 18px;
    font-family: sourceSansExtraLight, "ubuntu light", arial, sans-serif;
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 4px;
    color: black;
}

#content p {
    margin-top: 0;
    margin-bottom: 15px;
}

#content ul {
    list-style: none;
}
#content ul li {
    padding-left: 0;
    text-indent: -.7em;
}
#content ul li:before {
    content: "• ";
    font-size: 24px;
    color: #888;
}

#content a {
    color: #386aba;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}

#delimiter {
    clear: both;
}

#footer {
    width: 100%;
    background: #f0ece5;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 0 -5px 5px #888;
    -webkit-box-shadow: 0 -5px 5px #888;
    margin-top: 20px;
}
#footer img {
    border: none;
}

#infooter {
    margin: 0 auto;
    width: 1000px;
    /* padding-left: 300px; */
    font-size: 12px;
    font-family: Ubuntu Light, FreeSans, Arial, Helvetica, sans-serif;
    line-height: 160%;
    color: #333;
}
img.eu {
    width: 400px;
}
a.cclogo {
    float: right;
}
#infooter a {
    color: #386aba;
    text-decoration: none;
}
#infooter a:hover {
    text-decoration: underline;
}
td.fooright {
    padding-left: 20px;
}

.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}

#sidebar {
    width: 23%;
    border: 2px #a2a2a2 solid;
    float: right;
}

#name {
    margin-bottom: 15px;
    color: #999;
}
#email, #text {
    color: #999;
}
old;
}

#sidebar {
    width: 23%;
    border: 2px #a2a2a2 solid;
    float: right;
}

#name {
    margin-bottom: 15px;
    color: #999;
}
#email, #text {
    color: #999;
}
