/*  
Theme Name: blog.kmcmenamin.com
Theme URI: http://blog.kmcmenamin.com
Description: katie's theme
Version: .02_alpha
Author: jason
Author URI: http://jpgross.com

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url('images/BackgroundPattern2.jpg');
	font: 9pt 'Old Standard TT', serif;
	-moz-opacity: 0.9999; /* mac ff superfish opacity issue */
}
* html body {
	text-align: center; /* ie doesn't respect margin-left/right auto */
}

a {
	color: #94567F;
}

form input, form textarea {
	border: 1px solid #727272;
	color: #727272;
	background: #ffffff;
}

/*** main page elements ***/
#banner {
	position: relative;
	width: 980px;
	height: 340px;
	margin: 0 auto;
	background: url('images/blogheaderbackgroundcolor.jpg') no-repeat #ffffff;
	color: #727272;
}
* html #banner {
	z-index: 1; /* ie z-index bug on positioned elements */
	text-align: left;
}

#banner-images {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 100%;
}

#banner-images > div {
	position: absolute;
}

#logo {
	position: absolute;
	z-index: 10;
	top: 230px;
	left: 0;
}

#menu {
	position: absolute;
	top: 300px;
	left: 17px;
	border-top: 1px solid #727272;
	height: 2em;
	width: 555px;
}

#search {
	background: url('images/blogheaderkatiemcmenaminlogo.png') top right no-repeat;
	width: 350px;
	height: 150px;
	position: absolute;
	top: 215px;
	left: 625px;
}

#search label
{
	position: absolute;
	top: 80px;
	left: 120px;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}

#search  input.text {
	position: absolute;
	top: 100px;
	left: 120px;
	height: 16px;
	width: 160px;
	font-size: 12px;
	padding: 2px;
	border: 0;
	background-color: #8E8E8E;
	color: #ffffff;
}

#search input.image {
	position: absolute;
	top: 100px;
	left: 288px;
	height: 20px;
	width: 20px;
	border: 0;
}

#content {
	width: 994px;
	margin: 0 auto;
}
* html #content {
	text-align: left;
}

.sidebar-wrapper {
	margin-top: 35px;
}

#sidebar {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	color: #727272;
}

#sidebar a {
	color: #727272;
}

#copyright {
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	font-size: 8pt;
}

.sidebar-column {
	float: left;
	width: 490px;
	/* ie won't float correctly if margins are set on this element */
}

.sidebar-section {
	width: 290px;
	margin:25px 100px;
}

.sidebar-section-header {
	font-size: 12pt;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.sidebar-section ul {
	margin-left: 2em;
}

.sidebar-section div {
	margin-left: 2em;
}


/*** posts ***/
.post-wrapper {
	margin-top: 35px;
}

.post {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
}
* html .post {
	border: 1px solid #000000;
}

.post-title {
	font-size: 14pt;
	text-transform: uppercase;
}

.post-title a {
	color: #000000;
	text-decoration: none;
}

.post-subtitle, .post-date {
	font-size: 10pt;
	text-transform: uppercase;
}

.post-content {
	margin: 25px;
}

.post-content p {
	line-height: 1.5em;
	/*text-indent: 3em;*/
	margin-bottom: 2em;
}

.post-content p a img {
	display: inline-block;
	margin: 1em auto;	
}

img.img {
	border: 5px solid black;
}

.post-footer {
	padding-top: 10px;
	border-top: 1px solid #555555;
	height: 1em;
}

.post-protected-form {
	margin: 25px;
}

/*** comments ***/
.comments-wrapper {
	margin-top: 15px;
}

.comments {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	padding: 1px 0; /* to avoid collapsing margins */
}
* html .comments {
	border: 1px solid #000000;
}

.comments-header {
	margin: 25px;
	font-size: 14pt;
	text-transform: uppercase;
}

.comments ol {
	margin: 25px;
	font-size: 10pt;
}
.comments ol li {
	margin-bottom: 1.5em;
}

.comment-author {
	font-style: italic;
	margin-bottom: .5em;
}

.comment-content {
	font-size: 9pt;
}

.comment-footer {
	margin-top:.25em;
	font-size: 9pt;
}

.reply {
	margin: 0 25px;
	border-top: 1px solid #000000;
	padding-top: 10px;
}

.reply-header {
	font-size: 12pt;
	text-transform: uppercase;
}

.reply form {
	margin: 25px;
}

.reply form p {
	margin: 5px;
}

.nocomments {
	margin: 3em 0;
	text-align: center;	
	font-style: italic;
}

/*** nav links ***/
.navigation-wrapper {
	margin-top: 15px;
}

.navigation {
	width: 980px;
	margin: 0 auto;
	height: 40px;
	position: relative;
	background: #ffffff;
}
* html .navigation {
	border: 1px solid #000000;
}

.navigation-prev {
	position: absolute;
	width: 470px;
	height: 40px;
	left: 20px;
}

.navigation-next {
	position: absolute;
	width: 470px;
	height: 40px;
	right: 20px;
	text-align: right;
}

/*** search form ***/
#searchform_s {
	border: 1px solid #000000;
}

/*** dropdown ***/
.nav, .nav ul {
	list-style: none;
	line-height: 1.0;
	text-align: left;
	float: left;
}

.nav {
	margin-top: .5em;
}

.nav li {
	text-align: center;
	float: left;
	position: relative;
	width: 150px;
	height: 100%;
	z-index: 50;
	border-left: 1px solid #727272;
}

.nav li.first {
	border-left: 0;
	text-align: left;
	width: 100px;
}

.nav ul {
	position: absolute;
	top: -999px;
	width: 150px;
	z-index:100;
}

.nav ul li {
	border-left: 0;
	width: 100%;
}

.nav a {
	width: 100%;
	height: 1em;
	display: block;	
	color: #727272;
	text-decoration: none;
	text-transform: uppercase;
	background-image: none;
}

.nav li:hover ul, ul.nav li.sfHover ul {
	top: 2em;
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top: -999px;
}

.nav li li:hover ul, ul.nav li li.sfHover ul {
	left: 200px;
}

.superfish li:hover ul {
	top: -999px;
}

.nav li li {
	background: #ffffff;
}

.nav li li a {
	height: 2em;
	color: #727272;
}

/*
.nav a:hover {
	background-image: url('images/triangle_white.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.nav li li a:hover {
	background-image: url('images/triangle_black.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
*/

/*** misc ***/
.spacer {
	display: inline-block;
	margin: 0px 7px;
}

.center {
	text-align: center;
}

.shadow-sides {
	width: 994px;
	background: url(images/shadow_side.png) repeat-y;
}
* html .shadow-sides {
	background: none;
}

.shadow-top {
	width: 994px;
	height: 7px;
	background: url(images/shadow_top.png);
}
* html .shadow-top {
	background: none;
}

.shadow-bottom {
	width: 994px;
	height: 7px;
	background: url(images/shadow_bottom.png);	
}
* html .shadow-bottom {
	background: none;
}
