body {
	color: white;
	background-color: #222222;
	font-family: Verdana, Geneva, sans-serif;
}

#container {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
}

#header {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	height: 125px;
}

.entry {
	height: 220px;
	color: white;
}

.entry h2{
	color: #bfbfbf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.entry img {
	border-width: 1px;
	border-style: solid;
	border-color: #494949;
	background-color: #3f3f3f;
	padding: 5px;
}
span.launch{
	padding:4px 10px 10px 10px;
	background: url(../images/launch_btn.jpg) repeat-x;
	font-size: 13px;
	height: 14px;
	text-transform: uppercase;
}

a  span.launch{
	color: #fff;
}

.sidebarTitle h3 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.sidebar {
	padding: 10px;
	border-color: #2f2f2f;
	border-width: 1px;
	border-style: solid;
}

.sideEntry a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color:#215fa4;
}
.sideEntry a:hover {
	color:#568dcd;
}

.sideEntry p small{
	display: block;
}

.sideEntry textarea{
	width:275px;
	height: 100px;
}
.sideEntry {
	padding: 10px;
	margin-bottom: 15px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	background-color: #141414;
}

#footer{
	border-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	background-color: #333333;
	height: 300px;
	padding: 20px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#imgPreviewWithStyles {
    background: #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}
