/*
Theme Name: Metamorpheus
Theme URI: http://www.metamorpheus.co.uk/
Description: Custom theme
Version: 1.0
Author: Michael O'Gorman
Author URI: http://www.metamorpheus.co.uk/
*/


@charset "utf-8";
/* CSS Document */

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2ebf1;
line-height:1.5;
}
body {
	background-color: #000000;
	/*background-image: url(images/meta_01.png);
background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73879b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #73879b;
}
a:hover {
	text-decoration: none;
	color: #8ea8c1;
}
a:active {
	text-decoration: none;
	color: #73879b;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #e2ebf1;
}


/* CHANGE MARGIN-TOP VALUE TO ADJUST THE POSTITION OF THE PAGE CONTENT. VALUES LESS WILL BRING THE CONTENT UP */
#content {
margin: 12px;
margin-top: 34px;
}

/* GAP BETWEEN ARTICLE PAGE TITLE AND THE CONTENT BELOW */
#articlestitle {
margin-bottom: 50px;
}

/* FORMAT QUOTE ON ARTICLES PAGE */
#sidebar2 ul {
list-style: none;
}

#text-3 {
text-align: center;
margin-top: -36px;
margin-left: -36px;
font-style: italic;
margin-bottom: 50px;
}

#articlestitles a, #articlestitles a:visited, #articlestitles a:active, #articlestitles a:hover, #articlestitles a:link{
font-size: 20px;
}



h2, h2 a, h2 a:visited, h2 a:active{
font-size: 24px;
margin-bottom: 0px;
color: #e2ebf1;
text-align: center
}

h2 a:hover{
font-size: 24px;
margin-bottom: 0px;
color: #8ea8c1;
}

#content small {
color: #73879b;
}

.postmetadata, .postmetadata a {
color: #73879b;
font-size: 10px;
}

.hr {
margin-top: 0px;
margin-bottom: 0px;
}

.entry .alignleft {
float: left;
margin-right: 8px;
margin-top: 8px;
margin-bottom: 8px;
border: solid 1px;
padding: 4px;
border-color: #73879b;
}

.entry .alignright {
float: right;
margin-left: 8px;
margin-top: 8px;
margin-bottom: 8px;
border: solid 1px;
padding: 4px;
border-color: #73879b;
}

.entry .aligncenter {
margin-left: 8px;
margin-top: 8px;
margin-bottom: 8px;
margin-right: 8px;
border: solid 1px;
padding: 4px;
border-color: #73879b;
}

/* CONTENT BACKGROUND IMAGES */

#content_bg {
background-image: url(images/meta-content_04.jpg);
background-repeat: repeat-y;
width: 846px;
}

#content_bg2 {
background-image: url(images/meta_04.jpg);
background-repeat: no-repeat;
width: 846px;
height: 512px;
}

#bottomblack {
background-image: url(images/meta_04bot.jpg);
background-repeat: no-repeat;
background-position: bottom;
width: 846px;
height: 512px;
}

#footer_bg {
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-y;
width: 846px;
}

#footer_bg2 {
background-image: url(images/meta_05.jpg);
background-repeat: no-repeat;
background-position:top;
width: 846px;
height: 51px;
}
