/*
	Theme Name: Guan Gong Wushu
	Description: Zweites Theme f&uuml;r guangong-wushu.ch
	Version: 2.0
	Author: Tino Heuberger
        Author URI: http://theuberger.ch
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body
{
	background-color: #222;
	text-align:center;
	margin-top: 50px;
    font-family: Verdana;
}

#site
{
	width: 980px;
	background-color:white;
	margin: auto;
    margin-bottom: 50px;
}
/* Default Styles */
a, a:visited
{
    color: blue;
    text-decoration: none;
}
/* =Header
-------------------------------------------------------------- */
#header
{
    background-color: #222;
	width: 100%;
	height: 290px;
}
#headerImg
{
    vertical-align: top;
	background: url('images/header.png');
	width: 100%;
	height: 260px;
}

/* =Content
-------------------------------------------------------------- */
#content
{
	margin: 20px;
	margin-top: 0px;
    margin-left: 50px;
	text-align:left;
	font-size: 12pt;
	padding-top: 60px;
}

#content .page .entry-title
{
	text-align:left;
	margin-top: 5px;
}
.post
{
	padding-bottom: 60px;
	margin-top: 10px;
	/*border-bottom: solid 1px black;*/
    margin-right: 30px;
}

.entry-content
{
	margin-top: 3px;
	margin-right: 10px;
    font-size: 12pt;
    margin-right: 30px;
}
.post .entry-title
{
	font-weight: bold;
    color: #333;
	font-size: 22pt;
	text-align: left;
}

#smallcontent
{
	width: 750px;
}
.post-metadata
{
	padding-bottom: 10px;
}
.type-post
{
	text-align:left;
}
.edit-link{
    font-size: 12pt;
}
.nav-previous{
    width: 100%;
    text-align:right;
    font-size: 10pt;
}
.nav-next
{
    font-size: 10pt;
}
/* =Menu
-------------------------------------------------------------- */

#menu {
	background: #666;
	margin: 0 auto;
	width: 100%;
	display:block;
	float:right;
	text-align: center;
	text-transform: uppercase;
	/*border-bottom: solid 1px black;*/
}
#menu .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 8px;
}
#menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align:center;
	width: 100%;
}
#menu .menu-header li,
div.menu li {    
	float:left;
	position: relative;
}
#menu a { 
	display:block;
	text-decoration:none;
	color:#ddd;
	padding:0 9px;
	line-height:38px;
	font-weight: bold;
}
#menu ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 200px;
	z-index: 99999;
}
#menu ul ul li {
	min-width: 200px;	
}
#menu ul ul ul {
	left:100%;
	top:0;
}
#menu ul ul a {
	background:#555;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 180px;
	text-align:left;
}
#menu li:hover > a,
#menu ul ul :hover > a {
	color:#fff;
	background:#333/*#ff1410*/;
}
#menu ul li:hover > ul {
	display:block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #fff;
}

* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
	color:#fff;
}

/* =Footer
-------------------------------------------------------------- */
#footer
{
	font-size: 8pt;
	padding-bottom: 30px;
	text-align:center;
    background-image: url('images/footer.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #222;
}
#footer-content
{
    width: 100%;
    background-color: white;
    /*margin-bottom: 15px;*/
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar
{
	width: 190px;
	padding: 5px;
	height: 100%;
}
.widgettitle
{
    font-size: 12pt;
}
.sidebar-item
{
    margin-bottom: 20px;
    font-size: 10pt;
}

.sidebar-item ul
{
    list-style: none;
}
.main-link
{
       color: red;
       font-weight: bold;
}
