#accessibility {
display: none;
}

body {
background: url(/_style/images/paper.jpg);
color: #333333;
font-family: Trebuchet MS, helvetica, verdana, arial;
}

p {
font-size: 14px;
line-height: 150%;
margin: 10px 0;
}

a:link, a:visited {
color: blue;
text-decoration: none;
}

a:hover, a:active {
color: blue;
text-decoration: underline;
}

li {
font-size: 14px;
line-height: 150%;
}

/*----header----*/
#header {
background: url(/_style/images/header_bg.png) repeat-x;
height: 100px;
}

#header span a {
background: url(/_style/images/logo.gif) no-repeat;
display: block;
height: 70px;
left: 50%;
margin: 0 0 0 -445px;
position: absolute;
top: 5px;
width: 650px;
}

#header h1 {
display: none;
}

/*----Container----*/
#container {
left: 50%;
margin: 90px 0 0 -470px;
padding-left: 25px;
position: absolute;
top: 0;
width: 915px;
}

/*----Center----*/
#content  {
float: left;
margin-left: 10px;
width: 540px;
}

#content h3 a:link, #content h3 a:visited {
color: #780000;
text-decoration: none;
}

#content h3 a:hover, #content h3 a:active {
text-decoration: underline;
}

.post {
background: #fff;
margin-bottom: 10px;
padding: 10px;
width: 530px;
}

.post ul li {
font-size: 11px;
line-height: 180%;
list-style-type: disc;
margin-left: 25px;
word-spacing: 1px;
}

p.published {
font-size: 10px;
font-style: italic;
margin: 3px 0;
}

p.tags {
font-size: 10px;
margin: 3px 0 10px 0;
}

.post ol li {
list-style: decimal;
margin: 10px 0 10px 25px;
}

.post .social {
display: inline;
line-height: 200%;
list-style: none;
}

.post .social a:link {
padding-left: 20px;

}

.article_nav {
background: none;
clear: left;
height: 17px;
padding: 0;
width: 550px;
}

a[rel="prev"] {
float: left;
background: #fff;
padding: 0 10px;
}

a[rel="next"] {
float: right;
background: #fff;
padding: 0 10px;
}

div.comment {
background: #fff;
margin-top: 10px;
padding: 0 10px;
width: 530px;
}

div.comment h5 {
line-height: 200%;
}

/*----Article Listing----*/

.article_listing {
background: #fff;
float: left;
margin: 0 0 10px 10px;
height: 210px;
padding: 10px;
width: 105px;
}

.article_listing h3 {
font-size: 12px;
font-weight: bold;
margin-top: 0;
}

.article_listing h3 span {
display: block;
height: 35px;
line-height: 130%;
}

.article_listing h3 span a:link,
.article_listing h3 span a:visited {
display: block;
height: 35px;;
}

.article_listing h3 a:hover span ,
.article_listing h3 a:active span  {
text-decoration: underline;
}

.article_listing img {
margin: 10px 10px 0 0;
}

.article_listing p.published {
font-size: 10px;
font-style: italic;
margin: 3px 0;
}

.article_listing_nav {
height: 18px;
width: 550px;
}

.article_listing_nav .older {
background: #fff;
float: left;
padding: 0 10px;
}
.article_listing_nav .newer {
background: #fff;
float: right;
padding: 0 10px;
}
/*----Comments----*/
.comment label {
margin-right: 5px;
}

.comment input {
margin: 5px 0;
}

#comments-help {
font-size: 12px;
line-height: 150%;
}
/*----Headers----*/
h1, h2, h3, h4, h5, h6 {
color: #780000;
font-family: Trebuchet MS, helvetica, verdana, arial;
}

h2 {
font-size: 28px;
margin: 0 0 5px 0;
}

h3 {
font-size: 24px;
margin: 10px 0 0 0;
}

h4 {
font-size: 18px;
margin: 10px 0 5px 0;
}

h5 {
font-size: 14px;
}

/*----left_sidebar----*/
.left_sidebar {
float: left;

width: 140px;
}

#categories {
background-color: #fff;
padding: 10px;
margin-bottom: 10px;
}

#related {
background-color: #fff;
padding: 10px;
}

.left_sidebar ul {
margin-bottom: 10px;
}


.left_sidebar li a:link, .left_sidebar li a:visited,
.left_sidebar li a:hover, .left_sidebar li a:active {
color: #333;
}


.left_sidebar h2 a:link, .left_sidebar h2 a:visited,
.left_sidebar h2 a:hover, .left_sidebar h2 a:active {
color: #780000;
}

.left_sidebar form {
margin: 15px 0 10px 0;
}

#related li{
line-height: 110%;
margin: 10px 0;
}

/*----Right sidebar----*/

#right_sidebar {
clear:none;
float: left;
margin-left: 20px;
padding: 0 10px 10px 0; 
width: 140px;
}

.right_sidebar_component {
background-color: #fff;
padding: 10px; 
width: 140px;
}

#findme {
clear: right;
margin-top: 10px;
}

#findme li {
margin-bottom: 10px;
}

/*----Find me----*/
a[rel="delicious"], a[rel="rss"], 
a[rel="facebook"], a[rel="linkedin"], 
a[rel="flickr"], a[rel="digg"], 
a[rel="reddit"] , a[rel="youtube"], 
a[rel="technorati"], a[rel="twitter"],
a[rel="stumbleupon"] {
	margin-bottom: 10px;
	padding-left: 18px;
	}	
	
a[rel="delicious"] {
	background: url(/_style/images/delicious.png) no-repeat center left;
	}
	
a[rel="rss"] {
	background: url(/_style/images/rss.png) no-repeat center left;
	}
	
a[rel="facebook"] {
	background: url(/_style/images/facebook.png) no-repeat center left;
	}
	
a[rel="linkedin"] {
	background: url(/_style/images/linkedin.png) no-repeat center left;
	}
	
a[rel="flickr"] {
	background: url(/_style/images/flickr.png) no-repeat center left;
	}
	
a[rel="digg"] {
	background: url(/_style/images/digg.png) no-repeat center left;
	}
	
a[rel="youtube"] {
	background: url(/_style/images/youtube.png) no-repeat center left;
	}

a[rel="reddit"] {
	background: url(/_style/images/reddit.png) no-repeat center left;
	}

a[rel="stumbleupon"] {
	background: url(/_style/images/stumbleupon.png) no-repeat center left;
	}

a[rel="technorati"] {
	background: url(/_style/images/technorati.png) no-repeat center left;
	}
	
a[rel="twitter"] {
	background: url(/_style/images/twitter.png) no-repeat center left;
	}

/*----Footer----*/
#footer {
clear: both;
display: block;
margin: 10px 0 -10px 0;
padding: 10px 10px 0 10px;
width: 860px;
}

#footer p {
background-color: #fff;
font-size: 11px;
line-height: 200%;
margin: 0;
padding: 0 10px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active {
color: blue;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}