/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* CSS reset from serenedestiny.com who took most of it from eric meyer's css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100.01%; vertical-align: baseline; background: transparent; }

body { line-height: 1;font-size:80%  }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

blockquote, q
{ quotes: none; }

/* Safari doesn't support the quotes attribute, so we do this instead. */
blockquote:before, blockquote:after, q:before, q:after
{
	/* CSS 2; used to remove quotes in case "none" fails below. */
	content: "";
	/* CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea... */
	content: none; }

textarea { overflow: auto; }
input { border: 0px solid white; margin: 0;  padding: 0; }
/* That's the end of the css reset*/

/* This is the beginning of the actual css */ 

body { background-color: #eee; font-family: verdana, helvetica, sans-serif;  }
p {padding: 10px 0px 10px 0px;}
a:link, a:visited { color: #111; border: 1px solid #fff; text-decoration:none; }
a:hover, a:active { color: #333; border-bottom: 1px solid #ffcc99; text-decoration:none; background-color: #ddd; }

#container{width:1000px; margin: 0 auto; background-color: #fff; min-height: 900px; }
h1 alink, h1 a:visited, h1 a:hover, h1 a:active { border-bottom: 0px; background: transparent; }
#header{ font-size: 2em; right: 0; left: 0; height: 100px; border: 0px; background:url(http://www.lee-simmons.com/site/images/yellowline.gif) repeat; padding-left: 20px; text-decoration: none; font-weight: lighter; }
#header img { border: 0px;}
#header img:hover { border: 0px; }
#subheader{ padding: 0px 0px 0px 20px; }
#postmeta{}
#page { margin: 70px auto; width: 750px; color: #424242;}
#whatido { padding: 50px 0px 75px 0px; }
#page img { margin: 0px 20px 30px 0px; border: 1px solid #ffcc99; float: left; }
#page img:hover { border: 1px solid #176b96; background-color: transparent; }
#page p { line-height: 1.2em; }
#homepic { float: none; clear: both; }
#years { display:inline; list-style:none; float: none; padding-bottom: 20px; }
.years { display: inline; padding-right: 30px;}

#post { width: 600px; margin: 0 auto; color: #424242; padding-top: 30px; line-height: 1.2em; }
#post h2, .post h2 { font-size: 1.5em; padding-top: 30px; }
.post { width: 600px; margin: 0 auto; color: #424242; padding-top: 30px; line-height: 1.2em; }
input, submit { border: 1px solid #424242; padding: 5px; }

.singlecomment { font-size: 0.8em; color: #888; }
.onecomment { border: 1px solid #424242; margin: 10px 0px 10px 0px; padding: 10px; }

.floatright { float:left; }
#postnavigation{}
#searchform{}
#sidebar{}
.clear { clear: both; }
.menu{ display: inline; list-style: none; }


#nav
{
	float: right;
}

#nav ul { 
	list-style: none;
	font-weight: normal;
	font-size: 0.9em;
	/*background-color: #ffffff;*/
	padding-right: 10px;
	margin-top: -60px;
	border: none;
	border-width: 0;
	line-height:1.2em;
}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {
	color: #111111;
	padding: 0px;
	margin:0px;
}

#nav ul li a.dropdownarrow
{
	padding-right:14px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;
}

#nav li {
	color: #111111;
	float: left;
	padding: 0;
	padding: 4px 16px 4px 16px;
}


#nav li img{
	margin:0px 0px 0px 4px;
	padding:0px;
	vertical-align: middle; 
}

#nav li ul {

	position : absolute;
	left : -999em;
	/*background-color: #ffffff;*/
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	width:auto;
	display:block;
	list-style-type: circle;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#nav ul li:hover {
	color: #333333;
	background-image:  none;
	/*background-color: #ffffff;*/
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	display:block;
	/*background-color: #ffffff;*/

}

#nav a:hover {
	color: #333333;
	background-image:  none;
	/*background-color: #ffffff;*/
}

.current_page_item
{
	background-image:  none;
	/*background-color: #ffffff;*/
}

#nav ul li.current_page_item a {
	color: #333333;
}

#nav ul li.current_page_item  ul li{
	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #333333;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
	/*background-color: #ffffff;*/
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:450px; height:25px; position:relative; z-index:100; font-family: verdana, arial, sans-serif; float: right; top: -55px; border: 0px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:450px; w\idth:450px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;border:0px;}
.menu ul ul {width:149px; border: 0px;}
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;border:0px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#111; width:138px; height:30px; padding-left:10px; line-height:29px;border: 0px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px; border: 0px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{border:1px solid #ffcc99;}
.menu ul ul :hover > a.drop {border:1px solid #ffcc99;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:none; border:1px solid #fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:none; border:1px solid #ffcc99;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:none; border:1px solid #fff; visibility: hidden;}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {background:none; border:1px solid #ffcc99; visibility: hidden;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:25px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px; }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { color:#111; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#111; background:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#111; background:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}




/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


/*.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}*/




/* Lee's magical styles */
.smallerText { }

/*add % in above{} to make smaller*/


