body {
    background: #0b1550 url(../images/bg_body_0208.jpg) no-repeat top center;
    color: #c7d1e2;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
	height:100%;
    width: 100%;
}
a {
   color: #ebb6e9;
}
p {
    margin-bottom: 10px
}
h1, h2, h3, h4 {
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
}
h1 {
    color: #c7d1e2;
    font-size: 36px;
    margin-bottom: 16px;
} 
h2 {
    color: #87bfd6;
    font-size: 24px;
     margin-bottom: 13px;
}
h3 {
    color: #ebb6e9;
    font-size: 18px;
    margin-bottom: 10px;
}
h4 {
    color:  #c7d1e2;
    font-size: 18px;
    margin-bottom: 12px;
}
strong, bold {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
#main_wrapper {
    background: url(../images/bg_main_wrapper_0208.jpg) repeat-x left bottom;
	min-height:814px;  
    height:auto !important;  
    height:814px;  
} 
#content {
    padding-top: 30px;
}
#nav {
    margin-top:  208px;
}

#nav ul
{
    color: white;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

#nav ul li
{
    display: inline;
    margin-left: -4px;
}

#nav ul li a
{
    font-size: 16px;
    padding: 13px 10px 13px;
    color: white;
    text-decoration: none;
}
#nav ul li.active a, #nav ul li.active a:hover
{
    color:#ecc4e9;
}
#nav ul li a:hover
{
    background: url(../images/bg_hover_and_active_btn_0118.png) no-repeat bottom center;
}
#side_column {
    margin-top: 60px;
}
.sidebar_box {
    background: url(../images/bg_sidebar_box_0120.png) no-repeat;
    height: 120px
}
.sidebar_box .wrapper {
    padding: 15px;
}
#footer_wrapper {
	background: url(../images/bg_footer_0208.gif) repeat-x;
	height:130px;
}
#footer_nav ul
{
    color: white;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

#footer_nav ul li
{
    display: inline;
    margin-left: -4px;
}

#footer_nav ul li a
{
    font-size: 16px;
    padding: 13px 10px 14px;
    color: white;
    text-decoration: none;
}
.store_item {
	background:#384070;
	border-bottom:2px solid #EBB6E9;
	margin-bottom: 20px;
}
.store_item .img_wrapper {
	float: left;
	padding: 10px 0 0 10px;
	width: 280px;
}
.store_item .img_wrapper img {
	border: 5px solid #87BFD6;
}
.store_item .buttons_wrapper {
	float: left;
	padding-top:25px;
	width: 150px;
}
.store_item .item_description {
	clear: both;
	float: left;
	padding: 10px 5px 5px;
	width:570px;
}
#searchform input[type=text] {
	font-size: 16px;
	height:20px;
	margin: 5px 0;
	width:185px;
}
input[type=submit] {
	color: #FFF;
	background: #22284c;
	border: 1px solid #515990;
	font-size: 14px;
	padding:3px 6px;
}
#side_column ul li {
	margin: 10px 0;
}
#side_column ul li ul li {
	margin: 5px 0;
}
.post small, .commentmetadata a {
	color: ##C7D1E2;
	background: #22284c;
	font-size:smaller;
	padding:2px 4px;
}
.comment-author {
	float:left;
	width: 40%;
}
.comment-meta {
	float:right;
	text-align:right;
	width:40%;
}
.entry {
	border-bottom: 2px solid #87BFD6;
	margin: 10px 0;
}
.entry p {
	color: #FFF;
}
.comment-body p {
	color:#FFF;
	display:block;
	margin-top:15px;
	clear:both;
}


