html{ overflow-x:hidden; margin:0px;}
body{	color: #2e2e2e; margin:0px;}


#wrap{
	float:left;
 width:auto;
 /* width:500px; */
 /* margin-right: 500px; */
}

#banner {
	/* cursor: pointer; */
	/* cursor: hand; */
}

#footer {
    float: left;
	 width:auto;
	clear:both;
}

#article_list{
	width:auto;
 /* float:right; */
 margin-top: 4em;
 margin-left: 608px;
}

#article_content{
	width: 600px;
 /* position: relative; */
 float:left;
 
 /* margin-right: -300px; */
}

#article_date {
	border-top: 1px dotted #336699;
 text-align: right;
 color: #336699;
 font-style: oblique;
 font-size: 10pt;
 margin: 0 1em 0 2em;
 padding: 0 10px 0 0;
	}

#photo_list {
	margin: 30px;
}

#feedback {
	width:auto;
	width:800px;
    float: left;
	clear:both;
 border-top:1px solid #f3f3f3;
	padding-top:1.5em;
}


#footer {
    float: left;
	clear:both;
}

h1 {
  	color: #B2B2B2;
  	/* font-size: 2.4em; */
   font-size: 2.2em;
  	letter-spacing: 0.2em;
  	font-weight: bold;
  	padding: 0 25px 0 25px;
   margin: 1em 0 0.5em 0;
}

h3.title{
	width:inherit;
	font-size: 1.0em;
	letter-spacing: 0.2pt;
 	text-transform: uppercase;
    cursor: pointer;
	cursor: hand;
 border-left: 5px solid #6699cc;
 border-bottom: 1px dotted #6699cc;
 padding-left: 6px;
}

#navigator {
	border-top: 3px solid #6699cc;
 margin: 0px;
 float: left;
	width:100%;
  clear:both;
  
}

ul#nav {
	list-style-type:none;
 margin: 0 1em 0 1em;
}

ul#nav li {
    list-style-type:none;
	width: auto;
 text-align: center;
    float:left;
    margin:0 1em 0 0;
    padding: 0 5px 0 5px;
	border-top: 10px solid #6699cc;
}

ul#nav li.current_topic {
	border-top: 0;
 	font-size: 2em;
 font-weight: bold;
  	color:#2971a7;
}

ul#nav li a {
	color:#2971a7;
	letter-spacing: 1pt;
	border:none;
	text-transform:	capitalize;
	border:1px solid #fff;
	/* border-color:#357 #002 #002 #357; */
	display:block;
	white-space:nowrap;
}

ul#nav li a:hover {
 font-weight: bold;
 text-decoration: underline;
 	/* color:#2971a7; */
}


ul#foot {
    list-style-type:none;
}

ul#foot li {
    list-style-type:none;
    float:left;
    margin:0 0 0 0.5em;
}

ul#foot li a {
    padding: 1px;
	border:none;
	text-transform:	capitalize;
	border:1px solid #fff;
	/* border-color:#357 #002 #002 #357; */
	display:block;
	white-space:nowrap;
}

ul#comment {
	list-style-type:none;
	padding-left:5px;
	margin-left:5px; 
}

ul#comment li {
	list-style-type:none;
	margin:0.5em 0 0 0.5em;
}

span#comments .capnum {
	font-size: 2em;
 font-weight: bold;
 }
 
span#comments {
	font-size: 1.5em;
 margin: 1em;
}

ol.commentlist {
	list-style-type:none;
	padding-left:5px;
	margin-left:5px;
}

ol.commentlist li {
	padding:1em;
	position:relative;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #ededed;
	margin-bottom:1.8em;
	background:#fff url("/images/commentBg.png") repeat-x bottom left;
}

ol.commentlist li .commentmetadata {
}

ol.commentlist li .citing {
	font-size:1em;
	color:#57a940;
}

ol.commentlist li.alt {
}

ol.commentlist li p {
	padding:1em 0 0 0;
	margin:0;
}


a:link {
	color:#2971a7;
	text-decoration: none;
}
a:visited {
	color:#342ea6;
	text-decoration:none;
}
a:hover {
	color:#339b16;
    text-decoration: underline;
}

div#pageraction a {
	font-size: 0.8em;
  margin: 2pt;
}

div#pageraction {
	margin-left: 2em;
}
 
div#pageraction a:hover {
	font-size: 2em;
 font-weight: bolder; 
}

div#pageraction .current_page {
	font-size: 2em;
 font-weight: bolder;
}

#buttons {
	position:absolute;
 text-align:center;
 width: 50px;
 right:30px;
 top:1px;
 background: #6699cc;
 padding: 5px;
}

#buttons a {
	color: white;
 font-weight: bold;
 /* float:right; */
 display:inline;
 width:auto;
 /* text-indent:-706em; */
 /* ie is stupid */
 cursor:pointer;
 cursor:hand;
}

#buttons a:hover {
	text-decoration: none;
}

.lightbox img {
	vertical-align: top;
 margin:5px;
 }

.lightbox a, .lightbox a:link, .lightbox a:visited, .lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#admin {
	width: 100%;
 text-align: center;
	float: left;
	clear:both;
 }