body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:90%;
}
p {
	margin:0 0 .8em 0;
	padding:0px;
	text-align:justify;
}
img {
	border:0px;
}
dt {
	font-weight:bold;
}
br {
	clear:both;
}
/* Right column */
.post {
	border-bottom:3px double #ccc;
	padding:1em 0 1em 0;
	margin:0px;
}
.post img {
	clear:both;
	margin:.5em 0 1.5em 0;
}
a {
	text-decoration:none;
}
a:hover {
	color:red;
}
h1 {
	color:#000;
	font-size:150%;
	border-bottom:1px dashed #000;
}
h2 {
	font-weight:bold;
	font-size:120%;
	color:#000;
	width:100%;
	border-bottom:1px solid #000;
	text-align:right;
	margin-bottom:0;
}
h3 {
	color:#808080;
	font-size:120%;
}
h4 {
	font-weight:bold;
	padding:0;
	margin:0 0 .5em 0;
}
pre {
	padding:15px 0px 15px 5px;
	width:90%;
	border-left:#666666 1px solid; 
	line-height:110%;
	color:#808080; 
	overflow-y:hidden;
	overflow:auto;
}
strong.highlight {
	font-weight:normal;
	background-color:#ddd;
}

/* Header */
#header {
	width:90%;
	margin:0 auto 10px;
	border:1px solid #ccc;
}
#header h1 a {
	color:#808080;
}
#header h1 a:hover {
	color:#000;
}
#blog-title a {
	color:#666;
	text-decoration:none;
}
#blog-title a:hover {
	color:#c60;
}
#blog-title {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	border:1px solid #eee;
	border-width:1px 1px 0;
	font-size:200%;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
	text-transform:uppercase;
	letter-spacing:.2em;
}
#description {
	margin:0 5px 5px;
	padding:0 20px 20px;
	border:1px solid #eee;
	border-width:0 1px 1px;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}
h1.post-title {
	padding:0;
	margin:0;
	padding:3px 0 .5em 0;
}
h1.post-title a {
	color:#000;
}
h1.post-title a:hover {
	background-color:#eee;
}

/* Layout */
#content {
	width:99%;
	margin:0 auto;
	padding:0px;
	text-align:left;
}
#sidebar-one {
	width:170px;
	float:left;
}
#main {
	float:left;
	width:60%;
	margin-right:10px;
	padding-right:10px;
}
#sidebar-two {
	width:15%;
	float:left;
}
#sidebar-one h2 {
	text-align:left;
}
#sidebar-two h2 {
	text-align:left;
}

.sidebars h2 {
	border-bottom:0px;
	text-decoration:underline;
	margin-bottom:5px;
}
.sidebars ul {
	list-style:square inside;
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
}
ul#labels {
	list-style:none;
	padding:0;
	margin:0;
}
ul#labels li {
	text-transform:capitalize;
}
#footer {
	clear:both;
}
h3.date-header {
	font-weight:bold;
	font-size:110%;
	color:#808080;
	border-bottom:1px solid #808080;
	text-align:right;
	margin-bottom:0;
}

/*Others*/
ul#recently {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
ul#recently li {
	margin-left:0px;
	padding-left:0px;
	padding-bottom:2px;
}
.item-link {
	font-weight:bold;
}
.main-text {
	text-decoration:underline;
	font-weight:bold;
	color:#333300;
}
.more-info-box { 
	display:block; 
	float:right;
	width:220px; 
	margin-right:5px; 
	padding:5px; 
	border:1px dashed #358BB0; 
	background-color:#B3E8FF;
}

.profile-datablock {
	margin-left:0px;
	padding-left:5px;
}
.profile-data {
	margin-left:0px;
	padding-left:0px;
}

/*Pager*/
#blog-pager-older-link {
	display:block;
	float:left;
	width:33%;
}
#blog-pager-home-link {
	display:block;
	float:left;
	width:33%;
	text-align:center;
}
#blog-pager-newer-link {
	display:block;
	float:left;
	width:33%;
	text-align:right;
}

/*Links*/
a.external {
	text-decoration:underline;
}
.tooltip {
	border-bottom:1px dashed #000;
}
/*Tags*/
.tag_list a,.tag-list a {
	text-transform:capitalize;
}
.profile-textblock,.profile-link {
	padding-right:20px;
	margin:0;
}

.full-post-link {
	display:none;
}

/*Hides the full content on the Home/Archive pages*/
.main-page .post-body * {
	display:none;
}
.main-page .post-body .intro {
	display:block;
}
.main-page .post-body .intro * {
	display:inline;
}
.main-page .full-post-link {
	display:block;
}

/*Blogger Template Hacks*/
.clear {
	clear:both;
}


#moved-notice {
	border:1px solid #aaa;
	padding:10px;
}

#moved-notice h2 {
	border:none;
	text-align:center;
}

#moved-notice a {
	color:blue;
}