/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 40px;
	margin-left: 25px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1 {	font-size: 1.4em;}
h2 {	font-size: 1em;}
h3 {    font-size: 0.8em;}
small, .small {
	font-size: 0.9em;
}
.entry-title {text-align:left; color:#000;}
.entry-title a{color:#000;}
.entry-title:hover {background-color:transparent; text-decoration:underline;}

p.tags {font-style:italic;}

/* links
----------------------------------------------- */

a {
text-decoration:none;
color:#833;
}
a:visited {text-decoration:none;}

a img {
	border: none;
}

a:hover{color:#000;}

h1 a, h2 a, h3 a {
	border: none;
}

#leftnavigation a {
	padding-left:10px;
}

hr {
 color:#cae2ed;
 background-color:#cae2ed;
 height:8px;
 border:0px;
 margin:30px;
}


/* layout
----------------------------------------------- */

#container {margin:0px; padding:0px; background-color:#f4f6ff;}

#head {
 padding-top:5px;
 height:80px;
 text-align:center;
 background-color:#5c899e;
}

#topbar {
 padding-top:10px;
 height:60px;
 background-color:#cae2ed;
}


#centeredtopbar {margin:0px auto; width:880px;}

#leftnavigation {
 float:left;
 width:380px;
 margin-right:25px;
 text-align:right;
}
#leftnavigation a:hover{background-color:transparent;}

#row2{
 text-align:right;
}
#rightsearch {
 float:left;
 padding:3px 0px 0px 73px;
 height:46px;
 width:390px;
 background-image: url("/images/assets/rightheader.png"); 
 background-repeat: no-repeat;
}
#rightsearch input{
 font-size:1.3em;
 color:#000;
 background:transparent;
 border:none;
 margin:0px;
 padding:0px;
}
#rightsearch form{margin:0px; padding:0px;}

#content {
 clear:both;
 margin:10px 200px 0px 15px;
 padding:5px;
 background-color:#f4f6ff;
 min-height:400px;
}
#content a{}
#content a:hover{color: #4679FF;}
#content ul {list-style:none;}
#content li {margin-bottom:20px;}
#content h2 {font-size:1.5em;}

.bigarchive a {font-size:1.5em;}
.bigarchive h2 {font-size:2em;}

.leftimages, .rightimages, .centerimages {
  padding:0px;
  margin:20px;
  border: solid 3px #cae2ed;
}

.leftimages {float: left;}
.rightimages {float: right;}

#rightbar {
 position:absolute;
 right:5px;
 top:180px;
 margin:10px;
 padding:0px;
 /* border:4px solid #5c899e; */
 /* background-color:#cae2ed; */
 background-color:#f4f6ff;
 width:150px;
 font-size:.7em;
 padding:0px;
 margin:0px;
 text-align:left;
  /* for IE */
  filter:alpha(opacity=65);
  /* CSS3 standard */
  opacity:0.65;
}
#rightbar ul{padding:0px 0px 15px 0px; list-style:none;}
#rightbar li {
/* border-top:1px solid #5c899e; padding:2px; */
padding:5px;
}
#rightbar li:hover {background-color:#cae2ed;}
#rightbar a:hover {color:#5c899e;}

#entry-content {text-align:justify;}

#foot {
 clear:both;
 margin-top:2px;
 padding-top:2px;
 text-align:center;
 background-color:#cae2ed;
 height:50px;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.recent_articles {
     list-style-type:none;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
        font-family:courier;
	font-size: 0.8em;
}

.authorbox {
 float:left;
 margin:0px 20px;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}