/*
Theme Name: Photo Artist Child
Theme URI: http://themefuse.com/wp-themes-shop/photo-artist/
Description: Child theme for the Photo Artist. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: photoartist-parent
*/

@import url("../photoartist-parent/style.css");

.topmenu .dropdown .hidden a {visibility:hidden; height: 98px; width: 150px;}
.topmenu .dropdown .hidden {
position: absolute;
height: 98px;
width: 150px;
margin-top:-20px;
cursor: pointer;
background: url(upload/trans.gif);
}
/* patch IE7 only: position */
*:first-child+html .topmenu {margin-left:-10px;}
*:first-child+html .dropdown {margin-left:40px;}


.topmenu .dropdown .hidden ul li a {visibility:visible!important; height: 20px; width: 150px;}

.topmenu .dropdown li ul { 
top: 22px; /*abstand nach oben zum logo*/
left: -20px; /*abstand nach links*/
}

.topmenu .dropdown li ul li ul {
left: 179px!important;
}

.sidebar_1 {
	width:220px;
	margin-left:20px;
	background:url(images/logo_empty2.gif);
	padding:30px 20px;
	float:left}
.sidebar_2 {
	width:275px;
	padding-left:25px;}

.sidebar .widget-container.widget_tag_cloud,
.sidebar .widget-container.widget_recent_entries,
.sidebar .widget-container.widget_recent_comments,
.sidebar .widget-container.widget_text  {
	background:url(images/divider_line_black_empty.png) bottom repeat-x}


.header {
height: 76px;
background: none!important;
}

.header .logo {
    background: url(images/header_bg.png) 0 0 repeat-x;
    float: left;
    margin-left: 29px;
    margin-top: -5px;
    padding: 10px 12px;
    width: 150px;
    height: 61px;
}

#header_pane {visibility:hidden; left: 9.3%!important; } 
#tray-button {left: 9.3%!important; }

.topmenu .dropdown li ul { padding: 40px 0 0; }

.header .logo, .header .logo img {
position: absolute;
}

/* flyout-navi: hide right arrow submenu */
.topmenu .dropdown li ul li ul li.first {background-position: -547px top;}
