/*  
Theme Name: NYC Theme
Description: NYC inspired theme.
Version: 1.0
Author: Colleen C
Author URI: http://www.kalinawebdesigns.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #6683b6;
	color: #000;
	font: 10pt arial, tahoma, verdana, sans-serif;
	text-align: center;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
}
a {color: #5272a8; text-decoration: none;}
a:hover {color: #ef0000; text-decoration: underline;}
a img { border:0}
hr { display:none}
#page {
	margin: 0 auto;
	background: url('images/pagebg.gif') repeat-y;
	width: 890px;
	text-align: left;
}
#header {
	background: url('images/headerbg.gif') repeat-x left top;
	color: #fff;
	height: 161px;
}
#header h1 {
	float: left;
	margin-top: 68px;
	width: 520px;
	text-align: center;
}
#header h1 a {
	color: #fff;
	font-size: 14pt;
}
#headerimg {
	float: left;
	margin: 0 0 0 5px;
}
#headerright {
	float: right;
}
#left, #sidebar {
	width: 188px;
	padding: 1px;
	color: #fff;
}
#left {float:left;padding-left: 4px;}
#sidebar {float:right; padding-right:4px}
#left a, #sidebar a {
	padding: 2px;
	text-decoration: underline;
}
#left a:link, #sidebar a:link {
	color: #fff;
}
#left a:visited, #sidebar a:visited {
	color: #000;
}
#left a:hover, #sidebar a:hover {
	font-style: italic;
	background: #f80c0c;
}
#left p, #sidebar p {
	margin: 5px 8px;
}
#left ul, #sidebar ul {
	list-style: none;
}
#left h2, #sidebar h2 {
	background: #fff;
	padding: 2px;
	color: #ef0000;
	font-size: 10pt;
	margin: 0 0 4px 0;
}
#left ul ul, #sidebar ul ul {
	list-style: square;
	padding: 0 0 7px 0;
	margin: 0 0 0 20px;
}
#left ul ul ul, #sidebar ul ul ul {
	list-style: square;
	padding: 3px 0;
	margin: 0 0 0 10px
}
#left ul ul li, #sidebar ul ul li {
	font-size: 9pt;
	margin: 2px 0;
}
#content {
	width: 494px;
	padding: 2px 0;
	margin: 0 0 0 5px;
	float: left;
}
#sform {
	margin: 0 auto 12px auto;
	padding: 8px 0;
	background: #f3f4f4;
	color: #000;
	text-align: center;
}
input#s {
	width: 372px;
	background: #fefefe url('images/sinput.gif') repeat-x;
	border: 1px solid #000;
	border-right: 0;
	height: 18px;
	vertical-align: middle;
}
input#searchsubmit {
	width: 77px;
	height: 20px;
	vertical-align: middle;
}
.post {
	clear: both;
	padding: 0 0 14px 0;
	margin: 0 9px 12px 9px;
	border-bottom: 1px solid #f3f4f4;
}
.post h2, .post h2 a:link, .post h3, .post h3 a:link {
	color: #5272a8;
	font-size: 12pt;
	margin: 0;
}
.entry a {
	text-decoration: underline;
	font-weight: bold;
}
.entry ul, .entry ol {
	padding: 0 0 0 30px;
	margin: 0 0 14px 0;
}
.details {
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #ef0000;
}
div.postmetadata {
	font-size: 8pt;
}
p.postmetadata {
	background: #f3f4f4;
	padding: 4px;
	margin: 10px 10px 0 10px;
	font-size: 8pt;
}
.commlink {
	font-size: 9pt;
	text-align: right;
}
.commlink a:link {
	color: #6884b4;
	text-decoration: underline;
	font-weight: bold;
}
.commlink a:hover, .post h2 a:hover, .post h3 a:hover {
	color: #ef0000;
}
h3#comments, h3#respond {
	font-size: 10pt;
	color: #ef0000;
}
h2.pagetitle, h2.center {
	text-align: center;
	margin: 12px auto 0 auto;
	font-size: 11pt;
}
ol.commentlist {
	list-style: none;
	margin: 0 12px;
}
ol.commentlist li {
	border: 1px dashed #f3f4f4;
	padding: 4px;
	margin: 0 0 6px 0;
	font-size: 9pt;
}
#commentform p {
	margin: 0 0 4px 0;
}
#commentform input, #commentform textarea {
	border: 1px solid #333;
	font-size: 10pt;
}
#commentform #submit {
	background: #3e61a0;
	font-weight: bold;
	color: #fff;
	margin: 0 3px 0 0;
	font-size: 9pt;
	float: right;
}
textarea#comment {
	width: 99%;
}
#footer {
	clear: both;
	background: #3e61a0 url('images/footerbg.gif') repeat-x left top;
	color: #fff;
	height: 23px;
	line-height: 19px;
	font-size: 7.5pt;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 4px 0 0 0;
}
#footer a {
	color: #fff;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.navigation {
	font-size: 8pt;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}