/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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');
div#kpg-album-description {
	background-color:orange;
	border:1px solid red;
	margin-bottom:30px;
	padding:5px 10px;
}
div#kpg-album-description div#kpg-title {
	font-weight:bold;
	color:red;
}
a:link, a:visited {
	color:red;
	text-decoration:none;
}
a:active, a:hover {
	color:red;
	text-decoration:underline;
}
p, ul, ol, dd, pre {
	margin-bottom:10px;
}
body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.8em;
}
#blog-title a {
	background:url(images/heather-adam-logo.png) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width:900px;
	height:100px;
}
#blog-description {
	position:absolute;
	left:-9000px;
}
body {
	background:#ff0000;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color:#ffff00;
}
#header {
	background-color:#ff0000;
}
#branding {
	padding:0;
	margin:0 auto;
	width:900px;
}
.menu {
	margin:0 auto;
	width:900px;
}
#access {
	border:none;
	font-size:16px;
	height:34px;
	overflow:visible;
	z-index:100;
	font-weight:bold;
	background-color:#ff0000;
}
.sf-menu {
	border-right:none;
}
.sf-menu a, .sf-menu a:visited {
	color:#ff0000;
	border-bottom:none;
	border-left:none;
	border-top:none;
	text-decoration:none;
}
.sf-menu li {
	background:orange;
	margin:0 5px 0 0;
}
.sf-menu li li li {
	background:orange;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:orange;
	border-bottom-color:none;
	color:yellow;
	text-decoration:none;
}
.sf-menu ul {
	border-bottom:none;
	border-right:none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:34px;
}
.sf-menu ul ul {
	margin-top:0;
}
.sf-menu ul a {
	background:orange;
	border-bottom:none;
	text-decoration:none;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color:none;
	color:#000000;
	text-decoration:none;
	background:yellow;
}
.sf-menu ul a:hover {
	color:yellow;
	background:orange;
	text-decoration:none;
}
.page .entry-title {
	display:none;
}
#main {
	clear:both;
	padding:0;
	margin:0 auto;
	width:900px;
}
#container {
	width:650px;
}
#content {
	margin:0;
	width:630px;
	padding:10px;
}
.main-aside {
	float:right;
	position:relative;
	right:0;
	width:250px;
}
#primary {
	border:none;
	margin:0;
	padding:0;
}
#secondary {
	clear:right;
	margin:0;
	padding:0;
}
.entry-content {
	padding:0;
}
.hentry {
	padding:0;
}
#footer {
	border-top:none;
	margin:0 auto 10px auto;
	background-color:orange;
	text-align:right;
}
#siteinfo {
	color:yellow;
	font-size:13px;
	line-height:1.8em;
	padding:5px 10px;
	width:880px;
}
#siteinfo a:link, #siteinfo a:visited {
	color:red;
	text-decoration:none;
}
#siteinfo a:active, #siteinfo a:hover {
	color:red;
	text-decoration:underline;
}
.entry-content img {
	margin:0;
}
.main-aside ul {
	padding:10px 10px 0 5px;
}
.aside ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin-bottom:18px;
}
p, ul, ol, dd, pre {
	margin-bottom:0;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}
th, td {
	padding:5px;
}
.entry-content table {
	margin-left:1px;
}
table {
	border-style:none;
	font-size:13px;
	line-height:18px;
	margin:0;
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-family:Helvetica, Arial, sans-serif;
}
tr {
	border-bottom:none;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin-bottom:10px;
}
.aside h3 {
	font-size:22px;
	font-style:normal;
	line-height:26px;
	font-weight:bold;
	color:orange;
	text-shadow:1px 1px 1px black;
	margin:0 0 10px 0;
}
.entry-content h1, .entry-content h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	padding:0 0 10px 0;
	color:red;
	text-shadow:1px 1px 1px black;
}
.aside a:link, .aside a:visited {
	color:#660000;
}
.aside a:active, .aside a:hover {
	color:#660000;
}
.aside {
	color:red;
	font-size:14px;
}
.entry-content p {
	margin:0 0 10px 0;
	line-height:1.4em;
}
body.slug-wedding #container {
	width: 900px;
}
body.slug-wedding #content {
	width: 880px;
}
body.slug-registry #container {
	width: 900px;
}
body.slug-registry #content {
	width: 880px;
}
body.slug-rsvp-form #container {
	width: 900px;
}
body.slug-rsvp-form #content {
	width: 880px;
}
body.slug-information #container {
	width: 900px;
}
body.slug-information #content {
	width: 880px;
}
body.slug-driving-directions #container {
	width: 900px;
}
body.slug-driving-directions #content {
	width: 880px;
}
body.slug-brodyquest #container {
	width: 900px;
}
body.slug-brodyquest #content {
	width: 880px;
}