/*
Theme Name: Blank 2-Column R-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with right sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #ddd;
	font-family:  "lucida grande", verdana, sans-serif;
	font-size:12px;
	line-height: 145%
	margin: 0;
        background: url(images/sky.jpg);
        background-attachment: fixed;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }
img.center{ margin: 0 auto; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#000066;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	color:#333;
	}
	
/* header */

#header {
	background: #fff;
    width: 990px; 
	color: #fff; 
	height: 196px;
	}

/* main menu */


#menu {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	width:990px; 
	height:35px;

}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 10px 13px 10px 13px;
	margin: 0;
	text-decoration: none;
	color: #003366;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}



/* content */


#content {
	width: 990px;
	margin: 0 auto;
	}	

.post {
	margin:0 10px;
	padding:10px 10px 10px 15px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: Georgia;
	font-size: 20px;
	font-weight: 300;
	color: #000;
margin-bottom: 15px;
margin-top: 12px;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}

.post h3{
	font-family: Georgia;
	font-size: 20px;
	font-weight: 300;
	color: #000;
margin-top: 50px;
margin-bottom: 15px;
	}
	
.post p{
	font-family:  "lucida grande", verdana, sans-serif;
	font-size:12px;
	line-height: 145%;

}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;
margin-bottom: 20px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 260px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
background: url(images/sidebar.jpg);
min-height:600px;

	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #0B1224;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

ul#dropnav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	background:#a3cadb;
	height:100%;
	}
	
#dropnav li {
	display: block; 
	float: left;
	margin:0 0;
	height:28px;
 	}


#dropnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 17px 5px 17px;
	margin:0;
	border-bottom: 0;
	}
#dropnav li a:hover{
 	color: #fff;
	background:#000000;
 	}
	
/* changes color of links in drop down*/
#dropnav li ul li a {
	display: block;
	color: #99ff33;
	text-decoration: none;
	margin:0;
		font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	border-bottom: 0;
	}
#dropnav li ul li a:hover{
 	color: #fff;
	background:none;
 	}


/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#dropnav li ul {
	position: absolute;
	z-index: 99;
	left: -999px;
	width:150px;
	margin: 0px 0 0 0px;
	padding: 0;
	height: auto;
	background: #000;
	font-weight:normal;

	
}

/* 3rd level menus only */
#dropnav ul ul {
	margin: -24px 0 0 150px;
}

/* 2nd and 3rd level menus */
#dropnav li li {
	width: 150px;
	clear:both;
		
}

#dropnav li li a{
	 padding:5px 5px 0 5px;
	 margin:0;
}

/* 2nd and 3rd level menus */
#dropnav ul a {
	border-right: 0;
}

#dropnav li:hover ul ul, #dropnav li:hover ul ul ul, #dropnav li.sfhover ul ul, #dropnav li.sfhover ul ul ul {
	left: -999px;

}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li li li:hover ul, #dropnav li.sfhover ul, #dropnav li li.sfhover ul, #dropnav li li li.sfhover ul {
	left: auto;
}

#dropnav li:hover, #dropnav li.sfhover {
	background: #000000;
	color:#99ff33;
}

/* 2nd and 3rd level menus */
#dropnav ul li:hover, #dropnav ul ul li:hover, #dropnav ul li.sfhover, #dropnav ul ul li.sfhover {
	background: #000000;
}

/* 2nd and 3rd level menus */
#dropnav ul li a, #dropnav ul ul li a {
	background: none;

	}

/* 2nd level menus only */
#dropnav a.sub {
	background-position:190px 12px;

}




.shiftcontainer{
float: right;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
padding-left: 15px;
}

.shadowcontainer{
width: 600px; /* container width*/
margin-left: 50px;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}