/* 
Theme Name: Spectre
Theme URI: http://themeforest.net/user/mattbrett
Description: A web professional portfolio theme.
Version: 1.2
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
*/

.wysijap h1, .wysijap h2 {
    color: aqua !important;
}
 
.wysijap p, .wysijap .entry, .wysijap .content-entry {
    color: aqua !important;
}
 
/* To hide the date and comments */:
.wysijap .postmeta { display:none }

img.alignleft
{
float: left;
}
img.alignright
{
float: right;
}
img.aligncenter
{
display: block;
margin: 0px auto 0px auto;
}

body {
background-repeat: repeat;
background-position: left top;
/*background:#2E2E2E url(images/brown/bg-new.jpg);*/
background:#2E2E2E;
color:#9AFE2E;
font-family:"Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
text-align:center;
}