/*
Theme Name: cpcroch
Theme URI: http://www.cpcroch.org
Description: Community Presbterian Church
Author: Greg Marshall
Author URI: 
Template: thematic
Version: 0.1
.
General comments/License Statement if any.
.
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('./default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color:#8D8888;
	min-width: 940px;
}

#wrapper {
	width: 940px;
	margin-left: auto;
	background-color: #dcddde;
	margin-right: auto;
}




#main {
    width:940px;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000066;
	padding-bottom: 120px;
}

#main a, #main a:visited {
	color: #000066;
}
#main a:hover {
	color: #666666;
}
#footer {
	text-align: center;
}
#siteinfo {
	padding: 0;
}

.sf-menu ul li, .sf-menu ul a, .sf-menu ul a:visited {
	color: #000000;
}

#secondary {
	right: 0;
}

.main-aside {
	width: 200px;
}

.entry-title {
	padding: 0;
}

#respond {
	background: none;
}

#content {
	width: 700px;
}

body.page-id-18 div#content {
	width: 920px;
}
