/*-----------------------------------------------------------------------------
Invisible Window {iW} Style Sheet

version:   	1.0
author:    	Hank Pantier
email:     	hank at invisiblewindow dot com
website:   	http://www.invisiblewindow.com/
created:	06 November 2007
-----------------------------------------------------------------------------*/


/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #444 url(img/bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #000;
	font: normal 1.75em sans-serif;
	margin: 18px 0 0 0;
	background: url("img/headBG.gif") no-repeat;
	padding: 0 0 0 15px;
	width: 500px;
}
h3 {
	color: #000;
	font: normal 1em sans-serif;
	margin: 18px 0 0 0;
	background: url("img/headBG.gif") no-repeat;
	padding: 0 0 0 15px;
	width: 500px;	
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #FF9900;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}
.invis {
	display: none;
}

a img {
	border: 0;
}

/* structure */
.main {
	width: 831px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 569px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
	background: #444;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #FF9900;
	color: #FFF;
}

/* logo */
#header {
	width: 569px;
	height: 180px;
	margin: 0 0 5px 0;
}
.header {
	background: #212121 url(img/issacharHeaders.jpg) no-repeat;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #ffb31f;
}
.link_menu a {
	border-bottom: 2px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
	color: #000;
}
.link_menu a:hover, .link_menu li.current_page_item, .link_menu li.current_page_parent {
	background: #999999;
	color: #FFF;
}

.link_menu li ul {
	display: none;
}
#navMenu li.current_page_item ul, #navMenu li.current_page_parent ul {
	display: block;
}

#navMenu li {
	list-style-type:none;
}

#navMenu li ul li a {
	display: block;
	font: 0.9em Verdana,sans-serif;
	height: 16px;
	padding: 4px 0 0 25px;
	text-decoration: none;
	color: #000;
}

/* projects */
.lbl {
	clear: both;
	color: #FFF;
	font: normal 1.25em "Lucida Sans Unicode",sans-serif;
	margin: 0 0 0 30px;
	border-bottom: 3px solid #323232;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* widget */
.widget {
	background: url(img/widgetBG.jpg) no-repeat #323232 top left;
	width: 254px;
	padding: 18px 0 5px 0;
	border-bottom: 6px solid #FFF;
}
.widget li {
	list-style: none;
	border-bottom: 1px solid #444;
}
.widget li a {
	display: block; 
	width: 100%; 
	text-indent: 12px; 
	padding: 6px 0; 
	font-size: 1.1em;
}
.widget li a:hover, .widget li.current_page_item a, .widget li.current_page_parent a,
.widget li ul li.current_page_item a, .widget li ul li.current_page_parent a {
	background: #999;
}
.widget li.recentcomments {padding: 6px 0 6px 12px;}

.widget ul li ul li a{
	text-indent: 24px;
}

/* hide tertiary until we're displaying secondary */
.widget ul li ul {
	display: none;
}
.widget ul li.current_page_item ul, .widget ul li.current_page_parent ul {
	display: block;
}
.widget li.current_page_item ul a, .widget li.current_page_parent ul a {
	background: transparent;
}


/* events calendar */
ul.ec3_events {
	float: right;
	width: 254px;
	margin: 0;
	padding: 0;
	border: 0;
}
ul.ec3_events li {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
ul.ec3_events li ul {
	display: block;
	font-size: 11px;
	font-weight: normal;
}


ul.ec3_events:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* flickr images */
.widget a img {
	margin: 3px 1px 0 3px;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: bold 1.1em Verdana,sans-serif;
	margin-left: 6px;
	margin-top: 14px;
	padding: 5px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
}
.content h2 {
	padding: 0;
	margin: 0 0 15px 0;
	border: 0;
}
.content a {
	color: #FF9900;
}
.content p {
	margin: 0 15px 15px 15px;
}
.content .descr {
	color: #FF9900;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

/* COMENTS */
.commentlist li {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #FF9900;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}

.commentmetadata a, #commentform a {
	color:#FF6600;
}
#comment {
	width:97%;
	height:15em;
}
.insertando {
	text-align:center;
	font-size:1.5em;
}
.gravatar {
	float:right;
}

/* search form */
#s {
	width: 150px;
	border: 1px solid #444;
	background: #FFF;
	color: #444;
	height: 16px;
}
#searchsubmit {
	width: 60px;
	height: 16px;
	background: #999;
	border: #444;
	color: #000;
}

