/*
Theme Name: Pixel Starlight
Theme URI: http://www.pixelstardesign.com/
Description: The cosmic Pixel Star Design theme
Version: 2.0
Author: PixelStar Design
Author URI: http://www.pixelstardesign.com/
*/

a {
	color:#cc9933;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#ffcc66;
}

/* Body */
	body {
		line-height: 1.4;
		font-size: 85%; /* 100% = 16px */
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		color: #ffffff;
		background: #ffffff;
                background-image:url('winston-rollins-background.jpg');
                background-size:cover;
	        margin:0px 20px;
	        padding:0px;}
                text-align:center;
	}

p {padding: 0px;
}
 
h1, h2 {color:#666666; padding: 0px 0px 0px 0px; text-shadow: 1px 1px #e4e4e4;
}

h3 {color:#666666; padding: 0px 0px 0px 0px; text-shadow: 1px 1px #e4e4e4;
}


#container {
	width:980px;
	margin:20px auto;
	text-align:left;
	padding:0px;
}

#content {
    float:left;
    width:620px;
    padding:10px;
}

#sidebar {
    float:left;
    width:320px;
    padding:10px;
}

#footer {
    clear:both;
    text-align: center;
    padding:10px;
    background-color:#444444;
}