#body 
{
	margin-top: 20px;
	padding: 0;
	font-family:  Tahoma,Arial,Helvetica,sans-serif;
}

#body a:hover 
{
	text-decoration: none;
}

#body a
{  
	color : #0379a1;
	text-decoration: underline;
}

#body hr 
{
	display: none;
}

#body a img 
{
	border: none;
}
  
#content 
{
	margin-bottom: 30px;
	font-size: 12px;
}

#body small 
{
	font-size:11px;
	line-height: 1.5em;
	float: left;
}

#body h1 
{
	font-weight: normal;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

#body h2 
{
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0 3px 0;
}

#body h3 
{
	font-weight: normal;
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

#body h2 a
{
	text-decoration: none;
}

#body h2 a:hover
{
	text-decoration: underline;
}

#page 
{
	background-color: white;
	padding: 0;
	width: 100%;
	border: 0;
}

/*   EDIT (Admin) */
.post-edit-link,
.comment-edit-link
{
	margin-left:10px;
	display:block;
	width:40px;
	text-align:right;
	background: url('images/pen.gif') no-repeat;
}

.entry
{
	clear: both;
	margin-top: 35px;
}


.narrowcolumn 
{
	float: left;
	padding: 0;
	width: 616px;
	height: auto;
	overflow: hidden;
}

.narrowcolumn .entry
{
	line-height: 1.4em;
}

.narrowcolumn .postmetadata 
{
	text-align: center;
	padding-top: 10px;
}

div.comments_link
{
	text-align:left;
	width: 150px;
	float:left;
}

  
  
#sidebar
{
	float:left;
	padding: 0px 0 10px 0;
	margin-left: 36px;
	width: 260px;
	height: auto;
	overflow: hidden;
}
  
  
#sidebar #searchform 
{
	display:block;
	margin: 0 0 40px;
	padding: 0;
}

#sidebar #searchform #s 
{
	float:left;
	margin-top:6px;
	width: 178px;
	border: 1px solid #d9d9d9;
}

#sidebar #searchsubmit 
{
	float:right;
	font-size:0px;
	width: 61px;
	height: 35px;
	background: none;
	background: url('images/search_button.gif');
	border: none;
}

#sidebar #searchsubmit:hover
{
	background-position: 0 -35px;
}  
  

#sidebar .block_header
{
	padding-left: 7px;
	clear:both;
	width:  260px;
	height: 36px;
	background: url('images/block_head.gif') no-repeat;
}

#sidebar .block_content
{
	padding: 5px 10px 5px 20px;
	clear:both;
	width:260px;
	background: url('images/block_body.gif');
	color: #aeaeae;
}

#sidebar .block_footer
{
	clear:both;
	width:  260px;
	height: 7px;
	background: url('images/block_bottom.gif')  no-repeat;
	margin-bottom: 10px;
}

#sidebar #title_tags
{
	padding: 7px 0 0 21px;
	background: url('images/tag_icon.gif')  no-repeat;
	background-position: 0 7px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #0482ad;
	display:block;
	height: 18px;
}

.rss_feed_link {
	display:block;
	height: 15px;
	width:  15px;
	background: url('images/rss_icon.gif')  no-repeat;
}

#sidebar #title_tags span
{
	float:left;
}

#sidebar #title_tags a.rss_feed_link	{
	float:right;
	padding:0;
	margin: 2px 20px 0px 0px;
}

#sidebar #title_archives
{
	padding: 7px 0 0 21px;
	background: url('images/archives.gif')  no-repeat;
	background-position: 0 7px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #0482ad;
}

#sidebar .block_content li
{
	list-style-type: none;
	list-style-image: none;
	color: gray;
}
  
#sidebar .block_content li:before 
{
	content: "\00BB \0020";
}


#sidebar .block_content a
{
	line-height: 18px;
}

.comments_image 
{
	padding-right: 2px;
	float: left;
	margin-top:2px;
}
 
  
.entry p a:visited 
{
	color: #b85b5a;
}

.sticky 
{
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 
{
	padding-top: 10px;
}

 
small, 
#sidebar ul ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, 
strike 
{
	color: #777;
}

code 
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,
abbr,
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


.post 
{
	margin: 0 0 65px;
	text-align: justify;
}

.post hr 
{
	display: block;
}

.postmetadata 
{
	clear: both;
	background: url('images/line.gif') no-repeat;
	background-position: 0 top;
	padding-right:5px;
}

#content.single .postmetadata table
{
	padding-left:15px;
}

.clear 
{
	clear: both;
}



/* Begin Images */
p img 
{
	padding: 0;
	max-width: 100%;
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}
/* End Images */




/* COMMENTS */

#body #comments
{
	color: #919191;
	font-weight: bold;
}

#body #leave-a-reply
{
	color: #919191;
	margin-bottom: 20px;
	font-weight: bold;
}

.alt  /*  odd  */
{
	margin: 0;
	/* padding: 10px; */
}

.commentlist 
{
	padding: 0;
	margin:0;
	text-align: justify;
}

.commentlist li 
{
	height: auto;
	margin: 15px 0 25px;
	list-style: none;
}


.commentlist ul, ol, li
{
	padding:0;
	margin:0;
}

.commentlist li ul li 
{ 
	margin-left: 10px; 
}

.comment_text
{
	width:100%;
	max-width: 610px;
	float: left;
	margin: 0;
	background: url('images/comments_background.gif');
	word-wrap: break-word;
}

.commentlist p 
{
	margin: 10px;
	padding: 2px 0px 2px 0px;
}

.children 
{ 
	padding: 0; 
}


.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}


.comment-author
{
	background: url('images/comment_talk.gif') no-repeat 0px 15px;
}

.comment-author .comment_author_box {
	padding-left: 20px;
	background: url('images/user.gif') no-repeat;
	font-weight: bold;
}

.comment-author .comment_time
{
	width:100%;
	margin-left:  10px;
	padding: 1px 0 0 20px;
	background: url('images/date.gif') no-repeat;
	background-position: 0px 2px;
	font-weight: normal;
	font-size: 11px;
	color : #919191;
}

.comment-author .comment_edit
{
	float: right;
	font-weight: normal;
}


/* FORM */
#commentform  #author
{
	background: url('images/input_real_name.gif') no-repeat;
	padding-left: 90px;
	margin-bottom: 10px;
	border: none;
	border: 1px solid #a4bed4;
}

#commentform  #email
{
	background: url('images/input_email.gif') no-repeat;
	padding-left: 90px;
	margin-bottom: 10px;
	border: none;
	border: 1px solid #a4bed4;
}
  
#commentform input 
{
	margin:0;
	padding:0;
	width: 524px;
}

#commentform textarea 
{
	width: 610px;
	border: none;
	border: 1px solid #a4bed4;
	font-family:  Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding:2px;
}
  
#commentform #submit 
{
	margin: 15px 0 25px auto;
	width: 119px;
	height: 21px;
	font-size:0;
	border:0;
	border:none;
	background: url('images/button_comment_submit.gif') no-repeat;
	color:transparent;
}

#commentform #submit:hover
{
	background-position: 0 -21px;
}


#captchaInputDiv label
{
	display:none;
	
}


#captchaInputDiv
{
	float: right;
	margin-top : -45px;
}

#captchaInputDiv #captcha_code
{
	width: 290px !important;
	margin-left: 10px;
	border: 1px solid #a4bed4;
	background: url('images/input_captcha.gif') no-repeat;
	background-position: 0 -1px;
	padding-left: 107px;
	margin-bottom: 10px;
}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
{
	cursor: help;
}

acronym, abbr 
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

.center 
{
	text-align: center;
}

.hidden 
{
	display: none;
}

.screen-reader-text 
{
	position: absolute;
	left: -1000em;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption 
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img 
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text 
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


