/*   
Theme Name: xGoat
Theme URI: http://www.xgoat.com/
Description: xGoat theme
Author: Rob Spanton
Author URI: http://www.xgoat.com/
Version: 0.01
.
xGoat :-D
.
*/
*
{ 
	font-family: sans-serif;
	z-index: 0;
}

body
{
	margin: 0;
}

#content {
	text-align: justify;
}

/* The headings */
#content h1, #content h2,#content h3,#content h4,#content h1 a
{ color: #0D518F; padding-right: 0.5em; }

#content h1 { margin-left: -1em; }

#content h1 { font-size: 1.8em; padding-left: 0.5em; -moz-border-radius: 15%; }
#content h2 { font-size: 1.3em; padding-left: 1em; }
#content h3 { font-size: 1em; }

#content h1 { margin-top: 0.2em; }
#content h1 + h2 { margin-top: -0.5em; }
#content h2 + h3 { margin-top: -0.5em; }

#content p { padding-left: 0.5em; }	

#content a, #calendar a
{
	color: rgb(0,140,200);
	text-decoration: none;
	font-weight: bold;
}
#content a:hover
{ text-decoration: underline; }

#logo
{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}

#logo img
{
	border-style: none;
	border-width: 0px;
}

#content a img 
{
	border-style: none;
}

#title
{
	background-color: #7FA8E5;
	border-color: #0D518F white #0D518F white; /*#0D518F;*/
	border-style: solid none solid none;
	border-width: 20px 0 2px 0;

	padding-left: 120px;
}

#title a
{
	color: #0D518F;
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
}

#title-page
{
	font-size: 1.5em;
	font-weight: bold;

	padding-left: 0.5em;
	color: white;
	display: inline;
}

#sidebar
{
	position: absolute;
	right: 0;

	padding-top: 10px;
	width: 20em;

	border-style: none none dashed dashed; 
	border-width: 1px;
	border-color:  #0D518F;

	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

#sidebar li { display: block; padding-left: 0.6em; }

#sidebar a {
	text-decoration: none;
	color: rgb(100,100,100);
}

#sidebar h2 { 
	color: #0D518F; 
	position: relative; 
	left: -0.4em; 

}

#sidebar li ul, #sidebar li ul li
{
	padding-left: 0em;
}
#sidebar li ul li a
{
	display: block;
}


#sidebar li a:hover
{
	background-color: #7FA8E5;
	color: rgb(20,20,20);
}

#pos-bar
{
	font-size: 0.8em;
	display: block;

	border-style: none;
}

#content
{
	margin-top: 1.5em;
	margin-right: 21em;

	border-style: none;
	padding-left: 1em;
	padding-right: 1em;

	position:relative;
}

#about p
{
	text-align: center;
	font-size: 0.8em;
}

#content code
{
	font-family: Bitstream Vera Sans Mono, mono;
}

/* No top border on first blog entry */
#content .blog:first-child
{ 
	border-style: none;
}

.blog
{
	border-style:solid none none none;
	border-width: 1px;
	border-color: rgb(200,200,200);
	padding-bottom: 2em;
	padding-top: 0.5em;
	padding-left: 1em;
}

.blog small
{
	color: rgb(100,100,100);
}

.post-top
{
	width: 100%;
}

.post-top
{
	text-align: left;
}

input, textarea
{
	border-style: solid;
	border-color: #0D518F; 
}

#search #s
{
	width: 100%;
	background-color: white;
}/*
#search input {
	float: right;
	background-color:  #d4e5ff;
}*/

#comment { width: 100%; }

pre
{
	margin-left: 1em;
	padding-left: 1em;
	background-color: rgb(220,220,220);
	font-family: monospace;
	overflow: auto;
}

.mono
{
	font-family: monospace;
}
.post_tags
{
	text-align: right;
	float:right;
}

.posttime
{
	color: rgb(150,150,150);
	text-align: right;
	clear: both;
}

#nextprev 
{
	width: 100%;
	border: none;
}

#prevlink, #nextlink
{
	width: 50%;
}

#prevlink { text-align: left; }
#nextlink { text-align: right; }

#tag-cloud {
 text-align: left;
 width: 100%;
}

blockquote p {
	color: rgb(60,60,60);
	font-style: italic;
}

/* WP adds this class to centered images */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
    float: right;
    padding-left: 1em;
}