/** quick 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}





/* layout
----------------------------------------------- */



body {
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}



a { 
	color: #000;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#head {
	width: 1024px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#head a img {
	border: none;
	text-decoration: none;
}

#sidebar-1, #sidebar-2 {
		
	text-align: left;
}

#sidebar-1 {
	float: left;
	width: 200px;
}

.section_list {
	margin-bottom: 30px;
}


.section_list li ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_list li ul li {
	font-size: 0.6em;
	font-weight: normal;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.section_list li ul li a {
	color: #990000;

}


.section_list li {
	text-transform: lowercase;
	font-family: "Calibri Bold", "Helvetica Neue", "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #999;
	padding: 5px;
}

#content {
	width: 500px;
	font-size: 1.2em;
	line-height: 1.5em;
        margin-left: 10px;
        float: left;
}

#foot {
}

.entry-title
{
	font-size: 1.3em;
	padding-bottom: 3px;
        float: left;
width: 600px;
}
	.entry-title a {
		color: #AAAAAA;
                text-decoration: none;
	}

.entry-content {
padding-top: 10px;
padding-bottom: 10px;
width: 400px;
}

.entry-content p {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tags { 
	padding-top: 25px; 
	padding-bottom: 25px;
	
	}

.tags a {
	color: #fff;
	background-color: #CCC;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	font-size: 0.9em;
	text-decoration: none;
	

}


.entry-content img {
border: 5px solid #000;	
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {

}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: none;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
background-color:#FFFF99;
color:#999999;
float:right;
font-size:0.7em;
padding:5px;
}

/* 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;
}


#dl-top-box { 
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 45px;
  padding-bottom: 45px;
  line-height: 24px;

}


#linx { 
padding-top: 50px;
color: #333;
}
#linx, #linx p
{
font-size: 14px;
line-height: 18px;
}
#linx a {
color: #3F4C6B
}
#linx strong {  font-weight: bold; font-size: 16px; }

.search p {
 font-size: 12px !important;
font-weight: bold;
}

.rss-link {
font-size: 16px !important;
}
