/*   
Theme Name: The Boylan - New
Theme URI: 
Description: A Child Theme of Thematic.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic, Boylan
.
Thematic is © Ian Stewart http://themeshaper.com/
.S
*/

/* 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 */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

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

body {
	background: #ffffff url(images/bg_lake.jpg) no-repeat fixed center top;
}
body, input, textarea {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	line-height:22px;
}

a:link {
	color:#7a0026;
}

p, ul, ol, dd, pre {
	color:#7a0026;
	margin-bottom: 15px;
}

#branding {
	padding: 0px;
}

#access {
	border-bottom:1px solid #7a0026;
	font-size: 17px;
	height: 36px;
}

#content {
	margin: 0px;
	width: 620px;
}

#main {
	padding-top: 30px;
}

#container {
	background-image: url(images/bg_container_75percent.png);
	background-repeat: repeat;
	margin-left: 10px;
	border: 1px solid #7a0026;
}

#comments {
	padding-right: 10px;
	padding-left: 10px;
}

#primary {
	background-image: url(images/bg_container_75percent.png);
	background-repeat: repeat;
	border: 1px solid #7a0026;
	font-size: 12px;
	padding: 10px 0px 0px;
}

#secondary {
	background-image: url(images/bg_container_75percent.png);
	background-repeat: repeat;
	border: 1px solid #7a0026;
	clear:right;
}

#respond {
	background:url(images/bg_container_65percent.png) repeat fixed 0 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.hentry {
	padding: 0px;
}

.entry-title {
	background-image: url(images/bg_container_75percent.png);
	background-repeat: repeat;
	width: 600px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7a0026;
	font-size: 200%;
	line-height: 110%;
	color: #7a0026;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.entry-title a {
	color: #7a0026;	
}

.entry-title a:visited {
	
}

.entry-meta {
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7a0026;
}

.entry-content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.entry-utility {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7a0026;
	font-size: 90%;
}

#nav-above, #nav-below {
	padding-right: 10px;
	padding-left: 10px;
	width:620px;
}

.nav-next {
	float:right;
	text-align:right;
	width:40%;
}

.sf-menu {
	border-right:1px solid #7a0026;
}

.sf-menu li {
	background:url(images/bg_container_65percent.png) repeat fixed 0 0;
	font-size: 100%;
	font-weight: bold;
}

.sf-menu a {
	border-bottom:1px solid #7a0026;
	border-left:1px solid #7a0026;
	border-top:1px solid #7a0026;
}

.sf-menu a, .sf-menu a:visited {
	color:#7a0026;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border-bottom-color:#7a0026;
	background-attachment: scroll;
	background-image: url(images/bg_container_65percent.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color:#7a0026;
	background-color: #7a0026;
	color: #FAE9D7;
	font-weight: bold;
}

.aside {
	color:#7a0026;
}

.aside ul {
	color:#7a0026;
	padding: 0px;
}

.aside ul ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.main-aside h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #7a0026;
	margin-top: 5px;	
}

.widgetcontainer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7a0026;
	padding: 10px 20px;
}

