@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
/* single layer dropdown css */
@import url(dropDownMenu.css);

@import url(screen/basemod.css);
/* (en) deactivated: import 'content.css' within the template  
 *      to switch it dynamically within the t3 */
/* @import url(screen/content.css); */

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

/**
 * "EXTENSION" - (X)HTML/CSS
 *
 * (en) extending the YAML Framework 
 * (de) erweitern des YAML Framworks 
 *
 * @author:	chris]AT[localfoo]DOT[net
 * @version: 0.01
 */
 
/* import wowhead styles */
@import url(screen/wowhead.css);


 /* (en) t3 newlogin box */
 /* (de)  */
 #newlogin { position:relative; float:right; top: 6px; text-align: right; padding-right: 5px; }
 #t3login_user, #t3login_password { font-size: 13px; height: 16px; background: transparent url(../images/input_bgGd.gif); color: #FFFFFF; }
 	
	#t3login_user:hover, 
	#t3login_password:hover, 
 	#t3login_user:focus, 
	#t3login_password:focus { background-color: #9D9879; color: #1C2E40;}
	
	.t3newLoginButton {
	font-size: 12px; height: 16px; 
	background-color: #333;
	color: #9D9879;
	padding-right: 5px;
	padding-left: 5px;
}