/*  
Theme Name: Statto's 'Blog
Theme URI: http://blog.andrewsteele.co.uk/
Description: Statto's 'Blog default theme
Version: 1.00
Author: Andrew Steele
Author URI: http://www.andrewsteele.co.uk/

	This is designed to fit in with the style of the rest of andrewsteele.co.uk. It is lovely. Hands off.
*/

body {
    margin: 0;
    padding: 0;


    background: #ccc;
    color: black;
    
    font-family: arial, helvetica, sans-serif;
}

img {
    border: none;
}

a:link {
color: #039;
text-decoration: none;
}

a:visited {
color: #36c;
text-decoration: none;
}

a:hover {
color: #36c;
text-decoration: underline;
}


/**************** TOP BIT ***************/

#top {
    width: 100%;
    height: 64px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 0px;
    
    margin: 0px;
    
    background: white url(images/pencilbanner.jpg) no-repeat top left;
    
    text-align: right;
    font-weight: normal;

    vertical-align: bottom;
}

#top a {
    padding-bottom: 0px;
    
    margin: 0 4px 0 0;
    
    font-size: 40px;
    color: black;
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
}

#top a:hover {
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
}


/**************** MENU ***************/
#menu {
    float: left;
    
    width: 11em;


    background: white;
    padding: 8px;
    

    border: black dotted;
    border-width: 1px 1px 1px 0;
    
    font-weight: bold;
}

#menu ul, #menu ol {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#menu li h2  {
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	border: 0;

	font-size: 1em;
	color: #c63;
	font-weight: bold;
	font-style: italic;

}

#menu li li {
    padding: 4px;

	font-size: 0.833333333em;
	font-weight: bold;
	font-style: normal;
}

#menu a {
	color: black;
}


/**************** CONTENT ***************/
#content {
    margin-left: 13em;
}

/*H3s are used inside 'blog entries only*/
h3 {
	border-bottom: 2px solid #999;
	margin-right: 0.5em;
}

h2 {
	border-bottom: 2px solid #666;
    margin:0 0.5em 0 0;
    padding: 1em 0 0 0;
}

.excerpt p {
    margin: 0;
    padding: 0;
}

.postmetadata {
    margin: 0.5em 0 0 0;
    padding: 0;
    font-size: 0.7em;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

/**************** BOTTOM  ***************/
#bottom {
   clear: both;
   margin-top: 16px;
   
   text-align: center;
   font-size: 0.7em;
}

/**************** SPECIAL ***************/

/*make quotations indented with a nice line on the left*/
blockquote {
    margin-left: 3em;
    padding-left: 1em;
    border-left: 2px solid #666;
}


/*make any non-English bits italic*/
:not(:lang(en)) {
   font-style: italic;
}

/*footnotes*/
a.footnote {
   font-size: 0.7em;
   vertical-align: super;
}

ol.footnote-list li {
   list-style: none;
}

/*introducing new terminology*/
.newterm {
  font-style: italic;
}


#content img.plain-image {
	display: block;
	border: 1px solid #666;
	float: right;
}

a.stiki-image {
	display: block;
	border: 1px solid #666;
	background: #ddd;
	float: right;
	padding: 0.5em;
	margin: 0.5em;
	font-size: 0.8em;
	color: black;
}

a.stiki-image:hover {
	text-decoration: none;
	background: #eee;
}

/*horoscopes*/

.horoscopes img {
  float: left;
  margin: 0.1em;
}

/*spoiler warning*/
.spoilerwarning {
  color: red;
  font-weight: bold;
}

a.stiki-image-centre {
	display: block;
	border: 1px solid #666;
	background: #ddd;
	margin: auto;
	padding: 0.5em;
	font-size: 0.8em;
	color: black;
}

a.stiki-image-centre img {
	margin: auto;
	display: block;
}

a.stiki-image-centre:hover {
	text-decoration: none;
	background: #eee;
}
