
/*
-------------------------------------------
File: 'Blueball Designer Colors 4' blue.css Style Sheet
Created: 18, May, 2009
Last Modified: 5, June, 2009
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2006-2009 Josh/Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group GENERAL STYLES */

body {
	background: #6C77AE url(../../images/blue/body-background.jpg) top repeat-x;
}

#wrapper {
	width: 740px;
	background: #FFFFFF url(../../images/blue/wrapper-background.jpg) top repeat-y;
}

#header {
	background: #FFFFFF url(../../images/blue/header-background.jpg) top no-repeat;
}

#content-wrapper {
	background: transparent url(../../images/blue/image-background.jpg) top no-repeat;
}

#content-logo {
	width: 589px;
}

#content {
	width: 543px;
}

#sidebarContainer {
	background: url(images/blue/sidebar-background.jpg) left repeat-y;
}

#footer {
	background: #6C77AE url(../../images/blue/footer-background.jpg) top no-repeat;
}

#ornament {
	background: #6C77AE url(../../images/blue/footer-leaf.jpg) no-repeat center;
}

#navbar ul {
	border-left: 1px solid #FFFFFF;
}

#navbar li {
	border-bottom: 1px solid #AFB7DD;
}

html>body #navbar ul a {
	border-bottom: 1px solid #AFB7DD;
}

.blog-entry-date {
	color: #666666;
}

.blog-entry-category a {
	color: #666666;
}

.blog-category-link-disabled {
	color: #AFB7DD;
}

.blog-archive-link {
	color: #FFFFFF;
	background: #FFFFFF url(../../images/blue/blog-image-background.jpg) bottom repeat-y;
}

.photo-background {
	background: #6C77AE url(../../images/blue/photo-body-background.jpg) top repeat-x;
}




