@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Divine Digital
Description: This theme was custom designed for Divine Digital and is NOT freeware. Unauthorized use of this code or graphics is a violation of copyright.
Version: 1.0
Author: Genevieve Sass
Author URI: http://www.lilaccreative.com/

*/

body{
	background: url(images/bg.jpg) repeat;
	color: #00000;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a{
	color: #00a0d1;
	text-decoration: none;
}

a:hover{
	color: #df3854;
}

a img{
	border: none;
}

h1, h2, h3, h4, h5{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p{
	margin-top: 10px;
	padding: 0;
}

h2.pagetitle{
	text-align: center;
	margin: 25px;
}

/* General Layout Styles */
#halftone{
	background: url(images/bg2.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 1014px;
}

#main-bg{
	background: url(images/main-bg.gif) top left repeat-y;
	margin: 15px 0;
	padding: 0;
	width: 1013px;
}

#main-bot{
	background: url(images/main-bot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 1013px;
}

#main-top{
	background: url(images/main-top.gif) top left no-repeat;
	margin: 0;
	padding: 30px;
}

.sb-bg{
	background: url(images/sb-bg.gif) top right repeat-y;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	width: 205px;
}

.sb-bot{
	background: url(images/sb-bot.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
}

.sb-top{
	background: url(images/sb-top.gif) top left no-repeat;
	margin: 0;
	padding: 60px 10px 10px 14px;
}

.ads{
	width: 950px;
	padding: 0;
	margin: 15px 31px 0;
}

.ads .adL{
	float: left;
}

.ads .adR{
	float: right;
}

.clear{
	clear: both;
}

/* Content Styling */
#container{
	float: left;
	width: 730px;
}

.post{
	background: url(images/divider.gif) center bottom no-repeat;
	margin-bottom: 20px;
	padding: 10px 0 85px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

p.date{
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* Sidebar Styling */

.sb-bg ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sb-bg ul li{
	padding: 10px 0 10px 0;
}

.sb-bg ul li h2{
	height: 49px;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -9999px;
	width: 164px;
}

#tag_cloud-3 h2, #tag_cloud-2 h2{
	background: url(images/tags.gif) top left no-repeat;
}

#calendar-2 h2{
	background: url(images/calendar.gif) top left no-repeat;
}

#archives-2 h2{
	background: url(images/archives.gif) top left no-repeat;
}

#recent-posts-2 h2{
	background: url(images/recent.gif) top left no-repeat;
}

#categories-3{
	background: url(images/categories.gif) top left no-repeat;
}

.sb-bg ul ul li{
	padding: 0;
}

table#wp-calendar{
	width: 100%;
}

/* Comment Styling */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
	clear: both;
	font-size: 11px;
	text-align: center;
}

#footer p{
	line-height: 18px;
}

/* WP Image-in-Post Alignment */

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}

img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}

img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}




