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

*/

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

body {
	background: url('images/blogbackground.jpg');
	font: 9pt georgia,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: #339a99;
}

form input, form textarea {
	border: 1px solid #000000;
}

/*** main page elements ***/
#banner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #000000;
	color: #ffffff;
}
* html #banner {
	z-index: 1; /* ie z-index bug on positioned elements */
	text-align: left;
}

#menu {
	background: #000000;
	color: #ffffff;
	height: 2em;
	width: 800px;
	font: 11pt georgia,serif;
}

#logo {
	position: absolute;
	bottom: -45px;
	right: 15px;
	z-index: 10;
}

#menu-search {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	position: relative;
}

#menu-search  input.text {
	position: absolute;
	top: 50%;
	height: 16px;
	width: 120px;
	margin-top: -8px;	

	font-size: 12px;
	padding: 2px;
	border: 0;
	background-color: #ffffff;
	color: #666666;
}
#menu-search input.text.focus {
	color: #333333;
}

#menu-search input.image {
	position: absolute;
	top: 50%;
	left: 128px;
	height: 20px;
	margin-top: -10px;	
}

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

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

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

#sidebar a {
	color: #ffffff;
}

#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 li {
	float: left;
	position: relative;
	width: 200px;
	height: 100%;
	z-index: 50;
}

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

.nav ul li, .nav a {
	width: 100%;
}

.nav a {
	height: 2em;
	display: block;	
	color: #ffffff;
	text-decoration: none;
	text-indent: 10px;
	text-transform: uppercase;	
	background-image: none;	
}
.nav a span.middle {
	display: block;
	padding-top: .5em;
}

.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;
	font: 9pt georgia,serif;
}

.nav li li a {
	color: #000000;
}

.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;
}