/*  
Theme Name: Levitt 2011
Theme URI: http://www.levitt.com/
Description: levitt.com theme, based on the WordPress default theme (supports sidebar widgets).
Version: 1.3
Author: Greg Hartwig
	 
	 2004-02-17 by greg at hartwig dot com.
	 2007-06-10 Updated for new website layout
	 2011-12-13 Updated for 2011 website layout
*/



.logo {
	margin: 0.5em auto;  
	text-align: center;  
	display: block;
}



#page {
	/* border: 2px solid #959596; */
	padding: 0;
	}
	
#content {
	/*font-size: 1.2em*/
	/*margin: 0 2em;*/
	}


	
@media print {
	#page, #content {
		border: none;
		page-break-before:  avoid;  
		page-break-inside:  auto;
	}
	
	#rsslink {
		display: none;
	}
}


.widecolumn {
	line-height: 1.4em;
	/* padding: 0 2em; */
	margin: 5px 0 0 0;
	}
		
.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .post {
	margin: 0;
	margin-top: 1em;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.post {
	margin: 4em 0;
	/*text-align: justify;*/
	border-bottom: 2px solid gray;
	padding-bottom: 1em;
	}

.post small {
	font-size: 75%;
	}




/* ----- narrowcolumn ----- */

.narrowcolumn {
	/*padding: 0 0 20px 45px;*/
	/*padding: 0 2em 2em 2em;*/
	margin: 0;
	/*width: 450px;*/
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}




.postmetadata {
	font-size: 90%;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	



/* ----- footer ----- */

#footer {
	font-size: 0.7em;
	/*background-color: #eee;*/
	}

#footer {
	padding: 1em 0;
	margin: 2em auto 0 auto;
	clear: both;
	}

#footer p {
	text-align: center;
	}






.alt {
	background-color: #d1dff1;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


.description {
	font-size: 1.2em;
	text-align: left;
	}





/* ------ Blog entry index ------- */

#blogpageindex
{
	padding: .3em 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 2px solid gray;  
	border-radius: 5px;
	background-color: #e7f0f7;
	color: gray;

	margin-right: 15em;
/* Tantek Celik hack
See http://glish.com/css/hacks.asp for details. 
Correct width is bellow while MSIE width is above.  */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-right: 13em;
	}
/* "be nice to Opera 5" rule. */
body>#sidebar {margin-right: 13em;}

#blogpageindex h3       {display: inline;  font-size: 80%;  color: #002840;}
#blogpageindex ul       {list-style-type: square;  margin-top: 0;  margin-bottom: 0;}
#blogpageindex li       {font-size: 90%; line-height: 1.4em;  margin-bottom: 0;}
#blogpageindex a        {text-decoration: none;}
#blogpageindex a:hover  {text-decoration: underline;}










/* ----- sidebar ----- */

#sidebar
{
	position: relative;
	float: right;
	padding: 0.5em;
	border: 2px solid #959595;
	margin: 0 0 1em 1em;
	font-size: 80%;
	text-align: left;
	
	background-color: #f5ead7;

	width: 15em;
/* Tantek Celik hack
See http://glish.com/css/hacks.asp for details. 
Correct width is bellow while MSIE width is above.  */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 14em;
	}
/* "be nice to Opera 5" rule. */
body>#sidebar {width: 14em;}

@media print {
	/* Hide things for the printout */
	#sidebar {
		display: none !important;
	}
}




#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 0.9em;
	}
	

#sidebar form {
	margin: 0;
	}

#sidebar input {font-size: 80%;}

	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	font-size: 0.8em;
	
	text-indent: -1em;
	margin: 0 0 0 1.5em;
}




/* ----- searchform ----- */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	width: 8em;
	}


#sidebar #searchsubmit {
	padding: 1px;
	}









/* ----- headers ----- */

/**
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
**/

/*a, h2 a:hover, h3 a:hover { */
h2 a:hover, h3 a:hover {
	text-decoration: none;
	}
	
h1 a, h2 a, h3 a {
	text-decoration: none;
	}
	
h2, h3 {
	/*margin: 30px 0 0;*/
	margin: 2em 0 0;
	}


h1#pagetitle {
	margin-bottom: 0;
}

h2.pagetitle {
	margin-top: 2em;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}


h1, h2 {
	text-align: left;  /*text-transform: uppercase;*/
}


/*
h1   {font-size: 140%;}
h2   {font-size: 130%;}
*/



/* ----- entry ----- */

/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}




/* ----- comments ----- */

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;

	/*width: 174px;*/    /* Leave for website */
/* Tantek Celik hack
See http://glish.com/css/hacks.asp for details. 
Correct width is bellow while MSIE width is above.  */
	/*voice-family: "\"}\""; */
	/*voice-family:inherit; */
	/*width: 170px; */
	}
/* "be nice to Opera 5" rule. */
/*body>#commentform input {width: 170px;} */

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform p {
	margin: 5px 0;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}




.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	/*font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}





/* ----- misc ----- */


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

select {
	width: 130px;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	/*border-left: 5px solid #ddd;*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	

/* Begin Various Tags & Classes */
.navigation {
	display: block;
	text-align: center;
	/*margin-top: 10px;*/
	margin-bottom: 5em;
	}





/* ----- wp-calendar ----- */

#wp-calendar {
	font-size: 90%;
	empty-cells: show;
	margin: 10px auto 0;
	/*width: 135px;*/
	width: 90%;
	border: 1px dotted #777;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar tbody a {
	background-color: #d8c3ab;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
	}


#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar caption {
	/*width: 100%;*/
	font: bold 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	font-size: 0.9em;
	}
	
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar tbody tr td {
    font-size: 80%;
}

#wp-calendar-nav {
	font-size: 0.9em;
}




/* ----- images ----- */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}






/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





/* Additional styles for printed output */
@media print {
	#pagetitle a {text-decoration: none;}

	/* Elements to hide */
	.navigation,
	#respond,
	#commentform,
	#footer       {display: none;}

}

