/*  
Theme Name: skolnik
Theme URI: http://www.rjmchicago.com
Description: This is the theme for the skolnik.com blog.
Version: 2.0
Author: Robert Milanowski
Author URI: http://www.rjmchicago.com/

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

body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background-color: #eeeeee;
}
post{
	padding: 10px 0 10px 0;
}

.post h1, .post h2{
	font-size: 16px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.post h1 a:link, .post h1 a:visited, .post h2 a:link, .post h2 a:visited{
	text-decoration: none;
	color:#000000;
	font-weight:bold;	
}
.post h1 a:hover, .post h2 a:hover{
	color:#ff6600;
}
.entry{
	line-height: 18px;
	background-color:#FFFFFF;
	padding: 25px;
	text-align:left;
}
.entry a:link {
        color:#ff6600;
}
.entry p {
	padding-top:4px;
}
.entry a:hover {
        color:#666666;
}
.entry a span
{
	color:#ff6600;
}
.entry a:hover span
{
	color:#000000;
}
#wrapper{
	margin: 0 auto 0 auto;
	width: 977px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
}
.postmetadata a:link {
        color:#666666;
}
.postmetadata a:hover {
        color:#ff6600;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
a:link, a:visited{
	text-decoration: none;
	color:#666666;
	font-weight:bold;
}
a:hover{
	color:#ff6600;
	text-decoration:underline;
}
li.current-cat a {
	font-weight:bold;
}

#header{
	width:977px;
	height:146px;
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
}
#header ul#nav
{
	list-style-type: none;
}
#header ul#nav li
{
	display: inline;
	float:left;
}
#header ul#nav li span {
	display:none;
}
#header ul#nav li.logo a
{
	display: block;
	height: 121px;
	width: 475px;
	text-decoration: none;
}
#header ul#nav li.phone {
	font-size:16pt;
	font-color:#4f4e4e;
	background-image:url(images/phone.png);
	background-repeat:no-repeat;
	margin-top:35px;
	text-indent:50px;
	height:40px;
}
#header ul#nav li.chat {
	margin-top:20px;
}
#header h1 a:link, #header h1 a:visited, #header h2 a:link, #header h2 a:visited {
	width:977px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size:14px;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	clear:both;
	display:block;
}
#header em { font-size:12px;}

#container{
	float: left;
	width: 747px;
}
.sidebar{
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
	display:inline;
	background-color: #ffffff;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
}
	.sidebar a{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
	.sidebar a:hover {
		color:#ff6600;
	}
	.sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 10px;
	}
		.sidebar ul li{
			padding: 0 0 1px 0;
		}
			.sidebar ul li h3{
				font-family: Georgia, Sans-serif;
				font-size: 14px;
			}
			.sidebar ul li h2{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:14px;
			}
		.sidebar ul ul li{
			padding:0;
			line-height:18px;
		}
	.sidebar ul li a.feed {
		background-image:url(images/feedIcon.png);
		background-repeat:no-repeat;
		display:block;
		height:32px;
		line-height:32px;
		text-align:left;
		text-indent:34px;
		font-weight:bold;
		}
#calendar h3 {
	text-align:center;
}
table#wp-calendar{
	width: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
	clear: both;
	float: left;
	width: 800px;
	padding:10px 0 0 0;
}
	#footer p{
		line-height:18px;
	}
.spcnote {
	background-image:url(images/holidayboarder.jpg);
	background-repeat:repeat-x;
}
.spcnote h2{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-top:40px;
	margin-top:10px;
	margin-bottom:10px;
}
.spcnote p {
	text-align:left;
	background-color:#FFFFFF;
	padding:15px;
}