﻿/*   
Theme Name: Kantor08
Description: Copy of my site design done as a WordPress theme
Author: Andrew Kantor
Author URI: http://www.kantor.com
Version: 2009
*/
/* SITE-WIDE SETTINGS */
body
	{
font-family: Verdana, Arial, Helvetica, Helv, sans-serif;    
font-size: 13px;
background-image: url(http://www.kantor.com/blog/wp-content/themes/Kantor2008/art/spiral3.jpg);
background-repeat: repeat-y;
margin-left: 40px;
margin-bottom: 0;
}

p, li, blockquote, small, .nav, .tags
{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
}

h1, h2, h3, h4 {
font-family: Cambria, Georgia, Times New Roman, Times, serif;
}

p 
	{
font-size: 14px;;
line-height: 18px; /* 135 */ 
margin: 0 0 12px 0; 
padding: 0 8px 0 8px;
}
  
li
	{
	font-size: 13px;
	line-height: 15px; 
	margin: 0 25px 4px 8px;
	padding: 0;
	list-style-type: square;
}
 
ul {
	margin: 0 0 6px 16px; padding: 0;
}
 
blockquote, small
	{
	font-size: 90%;
	line-height: 95%;
	text-align: justify;
	margin: 10px 10% 10px 5%;
	padding-left: 6px;
	border-left: 1pt solid Silver;
}

small
	{
	font-size: 10px;
	line-height: 12px;
	padding-left: 0;
	margin: 0 0 2px 0;
	text-align: left;
	border: none;
}

ins
	{
	color: green;
        text-decoration: none;
	}

ins:hover span  /* This will display only on hover */
    {
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;
    border:1px solid #000;
    background-color:#333; color:#fff;
    padding-left: 2px;
    text-align: left;
}

.tags
	{
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 2px;
  	margin: 10px 0 6px 8px;
	text-align: right;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}


.entry /* defines a box around individual entries */
	{
	border: 2px solid #666;
	background-color: #ffffff;
	padding: 2px 8px 8px 4px;
	margin: 0 0 6px 0;
}

.twitentry 	{
	border: 2px dotted #999;
	background-color: #ffffff;
	padding: 4px 12px -8px 16px;
	margin: 0 0 4px 0;
	font-size: 80%;
}

.ad
{
	text-align: center;
	margin-bottom: 6px;
	padding: 2px;
        border: 1px solid #ccc;
}

h1 /* section */
	{
text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: black;
	margin: 0 0 2px 0;
	padding: 0 2px 2px 4px;
  	letter-spacing: -.4px;
}

h2 /* entry title */
	{
	font-weight: bold;
	font-size: 20px;
        line-height: 105%;
	color: black;
	background-color: transparent;
	text-align: left;
	margin: 0 0 0 0;
  	padding: 8px 0 0 8px;
  	letter-spacing: -.4px;
  	text-decoration: none;
}

h3 /* subtitle */
	{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
        letter-spacing: -1px;
}

.date, .entrydate  
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	margin: -4px 0 16px 0;
        padding: 4px 0 0 8px;
}

.commentlink
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
        font-weight: bold;
	text-align: left;
	margin: 24px 0 5px 0;
}

.permalink
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	margin-top: 2px;
}

.nav
	{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #ccc;
	margin: 0 0 -6px 0;
	padding-top: 1px;
        padding-bottom: 2px;
	text-align: center;
	border-top: 2px solid black; 
        border-left: 1px solid black;
        border-right: 1px solid black;
	border-bottom: 2px solid black;
}

.nav p
	{
	font-size:16px;
	margin-top:3px;
}	

.legal
	{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 10px;
	margin-bottom: 6px;
}

.copyright, .caption 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
        margin-top:12px;
}

a:link 
	{
	color: #009;
	background-color: transparent;
	text-decoration: none;
}
a:active  
	{
	color: 009;
	background-color: transparent;
	text-decoration: underline;
}

a:visited  
	{
	color: #006;
	background-color: transparent;
	text-decoration: none;
}

a:hover	  
	{
	color: #c00;
	text-decoration: underline;
	background-color: transparent;
}

  
/* ----------------------------------------------- */
/* BOXES ON HOME PAGE                             */
/* ----------------------------------------------- */

.box
	{
	border: 1px solid black;
        font-size: 100%;
	background-color: #cccccc; 
	padding: 0 8px 4px 4px;
	margin: 0 0 6px 0;
}

.lightbox
        {
	border: 0px solid lightgray;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	padding: 0 8px 4px 4px;
	margin: 0 4px 20px 4px;
}

.box h1 /* section */
	{
        text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: black;
	margin: 0 -8px 8px -4px; 
	padding: 1px 0 3px 3px;
  letter-spacing: -1px;
	border: none;
}

.lightbox h1 /* section */
	{
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-weight: bold;
	text-align: left;
	color: black;
	background-color: transparent; 
	margin: 0 -8px 8px -4px;
	padding: 1px 0 3px 3px;
    letter-spacing: -1px;
	border: none; 

/* ORIG:
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: transparent; 
	margin: 0 -8px 8px -4px;
	padding: 1px 0 3px 3px;
    letter-spacing: -1px;
	border: none; */
}

.box h3
	{
	font-weight: bold;
	font-size: 16px;
	color: black;
/*	background-color: transparent; ak */
  letter-spacing: -1px;
	margin-bottom: 4px;
	margin-top: 12px;
}

.lightbox h3
	{
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
  letter-spacing: -1px;
	color: black;
/*	background-color: transparent; ak */
	margin-bottom: 4px;
	margin-top: 12px;
}

.lightbox h4
	{
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
  letter-spacing: -1px;
	color: black;
/*	background-color: transparent; ak */
	margin-bottom: 4px;
	margin-top: 12px;
}


.box p 
	{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 6px 0;
}

.lightbox p 
	{
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 6px 0;
}

/* ----------------------------------------------- */
/* SINGLE-ITEM PAGES	                           */
/* ----------------------------------------------- */

#single h2
	{
	font-size: 23px;
	font-weight: bold;
	margin: 2px 0 3px 0;
  padding-top: 2px;
  letter-spacing: -1px;
}

#single h3 /* The Fray */
	{
	font-size: 18px;
	font-weight: bold;
/*  border-top:1px solid black; */
	margin: 24px 0 0 0;
  letter-spacing: -1px;
}
  
#single .date
	{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
}


#single .commentlink
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
  font-weight: bold;
	text-align: left;
	margin: 8px 0 5px 0;
}


#single .responses 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 6px;
  margin-top: 0;
}


/* ----------------------------------------------- */
/* COMMENTS SECTIONS                               */
/* ----------------------------------------------- */

#comments
	{
	border: 1px solid black;
	background-color: #DDDDDD;
	padding: 0 4px 4px 4px;
	margin: 0 0 6px 0;
}
 
#comments p
	{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 6px;
}

#comments .date
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	margin: 12px 0 12px 0;
}

#comments h4 /* author */
  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
 	font-weight:bold;
  margin: 0 0 10px 0;
}  


/* ----------------------------------------------- */
/* STANDALONE PAGES	                              */
/* ----------------------------------------------- */
  
#page h2 /* title */
	{
	font-size: 26px;
	font-weight: bold;
  margin: 2px 0 12px -10px;
	border-top: 2px double black;
  letter-spacing: -1px;
}

#page h4 /* subhed */
	{
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
  letter-spacing: -1px;
}

#page.byline {
	font-family: "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	letter-spacing: 1.1px;
}


/* The INFO class is for CSS-based popups */

a.info
    {
    position:relative; /*this is the key*/
    z-index:24; 
    /*    background-color:#ccc; */
    color:#000;
    text-decoration:none;
    border-bottom: dotted 1px #cc0000; 
    }

a.info:hover{z-index:25;}

a.info span {display: none} /* This hides the text (or image) till you hover */

a.info span img  /*CSS for enlarged image*/
{
border-width: 0;
padding: 2px;
text-align: center;
align: center;
}

a.info:hover span  /* This will display only on hover */
    {
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;
    border:1px solid #000;
    background-color:#333; color:#fff;
    padding-left: 2px;
    text-align: left;
}
