/*
Theme Name:     Divine Ascension
Theme URI:      http: //www.divine-ascension.com/
Description:    Custom Wordpress Theme for Divine Ascension 
Author:         Jon Hocking Design & NJ Web Services
Author URI:     http: //www.jonhockingdesign.com
Template:       thematic
Version:        0.1.0
*/

@import url("../thematic/style.css");

body {
background-color:#000;
background-image:url(images/background.jpg);
background-position:top center;
background-repeat:no-repeat;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
}
#navigation {
	width:100%;
	height:53px;
	line-height: 53px;
	background-color:#000000;
	background-color: rgba(0,0,0,0.8);
	margin-bottom:445px;
}

#navigation ul {
list-style-type:none;
}
#navigation li {
display:inline;
margin-right:20px;
}
#navigation a {
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}
#contentRegion {
	background-color:#000000;
	background-color:rgba(0,0,0,0.8);
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

#leftColumn {
width:300px;
float:left;
}
#leftColumn img{
	margin-bottom:10px;
}

#rightColumn {
	margin-left:50px;
	float:left;
	width:550px;
}
a img {
	border:none;
}
#externalLinks {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#externalLinks ul{
list-style-type:none;
margin:0px 0px 10px 0px;
padding-left:0px;
}
#externalLinks li {
	display:inline;
	margin-right:4px;
}
h1 {
	color:#efbc79;
	text-transform:uppercase;
	font-size:24px;
	margin-top:0px;
	margin-bottom:0px;
}
h1 + hr {
	background-color:#efbc79;
	height:1px;
	border:0;
}
h2 .entry-title{
	font-size:20px;
	color:#efbc79;
}

.newsSummary p {
text-align:justify;
}
.postDate {
	font-style:italic;
	color:#efbc79;
	font-weight:bold;
	
}
.newsSummary hr {
	background-color:#1f1f1f;
	border:0px;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
h1 .entry-title a {
color:#efbc79;
}
h2 .entry-title a {
font-size:20px;
color:#efbc79;
}
h2 .entry-title a:hover {
font-size:20px;
color:#efbc79;
}
h2 .entry-title a:visited {
font-size:20px;
color:#efbc79;
}
.entry-title a {
font-size:20px;
color:#efbc79;
}

#itemBox {
	width:200px;
	height:120px;
	float:left;
	margin-left:10px;
	border-bottom:#efbc79; 1px solid;
	margin-bottom:50px;
	}

#page {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.thumb {
	float:left;
	width:90px;
	height:90px;
	padding-right:5px;
	border-width:1px;

}
.buyNow {
    background-color: #efbc79;
    border: 1px none #444;
    color: #000;
    float: left;
    margin-left: 15px;
    margin-right: 4px;
    margin-top: 4px;
    padding: 2px;
    text-decoration: none;
	border-radius:3px;
}
a .buyNow{
color:#000;
}
.buyNow a {
color:#000;
}
a {
color:#efbc79;
}

h2 {
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #efbc79;
font-weight:bold;
}
h3 {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: #efbc79;
font-weight:bold;
}
h4 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #efbc79;
font-weight:bold;
}
h5 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #efbc79;
font-weight:bold;
}