﻿/*
Theme Name:     ST5
Theme URI:      http: //anteru.net/
Description:    Child theme for the Twenty Ten theme 
Author:         Matthäus G. Chajdas
Author URI:     http: //anteru.net/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

#header
{
	height:158px;
	position:relative;
	padding-top: 20px;
	/* Center it */
        margin: 0 20px;
}
	
#branding img {
border-bottom:0 none;
border-top:0 none;
position:absolute;
z-index: 0;
top: 0;
}

#site-title {
float:right;
margin:0;
padding-right:4mm;
position:absolute;
right:2mm;
text-shadow:0 0 4px white;
top:8px;
width:auto;
z-index:1;
}

#site-description {
color:white;
text-shadow: 1px 1px 0 #333;
float:right;
margin:0;
padding-right:4mm;
position:absolute;
right:2mm;
top:48px;
width:auto;
z-index:1;
}

#masthead
{
	box-shadow: 		0 4px 4px #666;
	-moz-box-shadow: 	0 4px 4px #666;
	-webkit-box-shadow: 0 4px 4px #666;
}

#access {
    border-radius: 0 0 8px 0;
    box-shadow: 0 2px 4px #666666;
    height: 38px;
    left: -20px;
    margin-bottom: 24px;
    margin-top: 20px;
    position: relative;
    width: 320px;
}

#wrapper
{
	-moz-border-radius:		4mm;
	-webkit-border-radius:	4mm;
	border-radius:			4mm;
	-moz-box-shadow:		0 0 16px orange;
	-webkit-box-shadow:		0 0 16px orange;
	box-shadow:				0 0 16px orange;
	border:					1px solid orange;
	width: 980px;
	padding: 0;
}

#content img, .gallery img
{
	-moz-box-shadow:0 0px 6px #AAA;
	-webkit-box-shadow:0 0px 6px #AAA;
	box-shadow:0 0px 6px #AAA;
	border:1px solid #AAA;
	margin:8px auto;
	padding:4px;
        background-color: #FFF;
}

#content img.wp-smiley {
padding: 0;
margin: 0;
border: none;
	-moz-box-shadow:0 0 0 #AAA;
	-webkit-box-shadow:0 0 0 #AAA;
box-shadow: 0 0 0 #000;
}

#content a:hover > img, .gallery a:hover > img
{
	-moz-box-shadow:0 0px 16px #AAA;
	-webkit-box-shadow:0 0px 16px #AAA;
	box-shadow:0 0px 16px #AAA;
}

#content .entry-title, #content .entry-title a
{
	color: #1E5AFF;
	font-size: 24px;
	text-shadow: 1px 1px 1px #AAA;
}

#content .entry-title a:active, #content .entry-title a:hover 
{
	color:orange;
}

.commentlist .bypostauthor
{

}

.bypostauthor  .comment-author 
{
	background:	none repeat scroll 0 0 #EEEEEE;
	padding-left:6px;
}

#content
{
	border-right:1px dashed #CCCCCC;
	margin-right:240px;
	padding-right:40px;
	padding-left:20px;
}

#main
{
	padding-top: 0;
	width: 100%;
}

#branding
{
	height: 88px;
	position: relative;
}

pre
{
	font-family: monospace;
	overflow: auto;
  background-color:#EEE;
  border:1px solid #CCC;
  border-radius:2mm;
  -webkit-box-shadow:#CCC 0px 3px 4px;
  -moz-box-shadow:#CCC 0px 3px 4px;
  box-shadow:#CCC 0px 3px 4px;
}

.entry-content sup, .entry-content sub
{
	font-size:80%;
}

#content .entry-title
{
	border-bottom:1px solid #DDDDDD;
}

.entry-utility
{
	border-top:1px solid #DDDDDD;
	margin-top:-12px;
}

#access a { color: #CCC; }

#access .current_page_item { font-weight: bold; }

#access ul ul {
	-moz-box-shadow:0 2px 4px #000;
	-webkit-box-shadow:0 2px 4px #000;
	box-shadow:0 2px 4px #000;
}

#access ul ul a:hover{
	background: orange;
	color: black;
	font-weight: bold;
}

#access .menu > ul > li:hover > a
{
	background-color: #333;
	-moz-box-shadow: 0px 0px 6px orange;	
	-webkit-box-shadow: 0px 0px 6px orange;
	box-shadow: 0px 0px 6px orange;
}

/* For correct overlapping glow, the border must be from the current 
	item and not from the next one to the right */
#access .menu > ul > li
{
	border-right: 1px solid #555;
}

#access .menu > ul > li:last-child
{
	border-right: 0;
}

#content p.yarp-title
{
	margin-bottom: 0;
}

.commentlist .avatar
{
	-moz-box-shadow:0 1px 4px #333333;
	-webkit-box-shadow:0 1px 4px #333333;
	box-shadow:0 1px 4px #333333;
}

.entry-meta, .entry-utility
{
	text-shadow: 1px 1px 0 #EEEEEE;
}

.entry-meta .update-date
{
	font-weight: bold;
}

#content table caption
{
	font-style: italic;
}

#content
{
font-size: 16px;
}

.note-box
{
border-radius: 2mm;
font-style: italic;
padding: 2mm;
	-moz-box-shadow:0 1px 4px #333333;
	-webkit-box-shadow:0 1px 4px #333333;
	box-shadow:0 1px 4px #333333;
}

.note-box.historic-invalid
{
background-color: #FFE0F4;
border: 1px solid red;
}

.note-box.historic-valid
{
background-color: #E0FFF4;
border: 1px solid green;
}

.note-box.historic-informative
{
background-color: #FFF387;
border: 1px solid orange;
}

.note-box.abandoned-project
{
background-color: #FFE0F4;
border: 1px solid red;
}

.note-box.old
{
background-color: #CCC;
border: 1px solid #AAA;
}

.note-box.moved-to-article
{
background-color: #E0FFE0;
border: 1px solid #AAA;
}


#content p.note-text
{
	margin-bottom: 0;
}

.note-box
{
	margin-bottom: 4mm;
}

.note-box .explanation
{
	font-weight: bold;
}
#footer { margin: auto;
width: 920px; }
#colophon { width: 100%; }

#primary, #secondary { width: 230px; }

#main .widget-area ul {
margin-left: 10px;
}

#primary .widget-title,
#secondary .widget-title
{
-webkit-box-shadow: #333 0px 1px 3px;
-moz-box-shadow: #333 0px 1px 3px;
box-shadow: #333 0px 1px 3px;
background: black;
/* border: 1px solid orange; */
color: #DDD;
font-size: 140%;
margin-bottom: 4px;
margin-left: -6px;
padding: 4px;
width: 220px;
border-radius: 4px 0 0 0;
}


#primary .widget-title a,
#secondary .widget-title a
{
	color: #DDD;
}


#primary .widget-title a:hover,
#secondary .widget-title a:hover
{
	color: orange;
	text-decoration: none;
}

#site-generator { width: auto; }

#content { margin-bottom: 6px; padding-bottom: 8mm; }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
margin: 0;
}

#content h3.demoted { font-size: 140%; }
#content h4.demoted { font-size: 120%; }
#content h5.demoted { font-size: 110%; }

#content div.topic
{
  border-top: 1px solid #CCC;
  margin-top: 6mm;
  padding-top: 4mm;
}


#content .wp-caption p.wp-caption-text { text-shadow: white 0px 1px 0px; color: #666; margin-bottom: 0; }
#content .wp-caption {
border: 1px solid #CCC;
border-radius: 4px;
padding: 0 8px 4px 8px;
background-color: #F3F3F3;
-moz-box-shadow: 0 1px 4px #CCC;
-webkit-box-shadow: 0 1px 4px #CCC;
box-shadow: 0 1px 4px #CCC;
}

#header div.menu ul.children {
opacity: 0.95;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}



#content img.latex {
padding: 0;
margin: 0;
	-moz-box-shadow:0 0 0 #000;
	-webkit-box-shadow:0 0 0 #000;
box-shadow: 0 0 0 #000;
border: none;
border-image: initial;
}

#content p > img.latex { 
vertical-align: text-bottom;
}
