/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #ddd;
background: #369 url(../images/on_the_list_bg.gif) no-repeat top left; 
border: 0;
}

h1, h2 {
font-family: Geneva, Verdana, sans-serif;
}

h1 {
font-size: 22px;
}

h2 {
font-size: 18px;
}

/* links
----------------------------------------------- */

a {
color: #fff;
}

a:hover {
text-decoration: none;
}

h1 a, h2 a, h3 a {
text-decoration: none;
border: none;
}

h3 a {
font: 16px Geneva, Verdana, sans-serif;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 12px;
line-height: 1.5em;
}

#sidebar-1 p {
font-size: 12px;
text-align: left;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 14px;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

#enterEmail {
text-align: left;
color:white;
padding: 16px;
font-weight: bold;
font-size: 14px;
}


/* global layout
----------------------------------------------- */

#container {
margin: 0px;
padding: 0px;
width: 1000px;
\width: 1000px;
w\idth: 1000px;
border: 0;
}

#sidebar-1 {
margin-right: 5px;
padding-top: 100px;
float: left;
width: 350px;
\width: 350px;
w\idth: 350px;
border: 0;
}

#sidebar-2 {
margin-left: 5px;
padding-top: 140px;
float: right;
width: 200px;
\width: 200px;
w\idth: 200px;
border: 0;
}

#content {
margin: 0;
padding-top: 120px;
border: 0;
}

#contentTwo {
float: right;
width: 400px;
padding-top: 0px;
padding-right: 10px;
border: 0;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
border: 0;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 5px;
list-style-type: circle;
list-style-position: inside;
border: 0;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 0;
}

form#txpCommentInputForm td {
vertical-align: top;
}

/* NAV STUFF DOWN HERE */


div#cleverNav {
	font-size: 12pt;
	width: 170px;
	text-align: left;
       border: solid #1775b7 1px;
       margin: 0;
       padding: 0;
	}

ul {
	list-style: none;
	width: 170px; /* Width of Menu Items */
    border: 0;
	margin: 0;
	padding: 0px;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: underline;
	padding: 1px;
	border-bottom: 0;
	}

ul li a:hover {
	text-decoration: none;
	padding: 1px;
    background: #00305f; 
	}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
