@charset "utf-8";
/* CSS Document */

/***** Global Settings *****/


html, body {
border:0;
margin:0;
padding:0;
}

body {
font-family:Georgia;
font-size:16px;
background:url(../images/backg.gif) repeat-x left top scroll #f9f8f2;
}


img {
border:0px;
}

/***** Headings *****/


h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
h1 {
/*border-bottom:1px solid #CDCDCD;
padding-bottom:10px;
margin:0px 0px 20px 0px;*/
}
h2 {
font-weight:normal;
font-size:30px;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #CDCDCD;
}
h3 {
font-weight:normal;
font-size:18px;
margin-bottom:20px;
padding-bottom:20px;
/*border-bottom:1px solid #CDCDCD;*/
}
h4 {
font-weight:bold;
font-size:16px;
margin-bottom:20px;
}
h5 {
font-weight:bold;
font-size:13px;
margin-bottom:5px;
}
h6 {
font-weight:bold;
font-size:13px;
font-style:italic;
padding-bottom:20px;
border-bottom:1px solid #cdcdcd;
margin-bottom:25px;
}

/***** Global Classes *****/
 
.clear			{ clear:both; }
.float-left		{ float:left; }
.float-right	{ float:right; }
 
.text-left		{ text-align:left; }
.text-right		{ text-align:right; }
.text-center	{ text-align:center; }
.text-justify	{ text-align:justify; }
 
.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.underline		{ border-bottom:1px solid; }
.highlight		{ background:#ffc; }
 
.img-left		{ float:left;margin:4px 10px 10px 0; }
.img-right		{ float:right;margin:4px 0 10px 10px; }
 
.nopadding		{ padding:0; }
.noindent		{ margin-left:0;padding-left:0; }
.nobullet		{ list-style:none;list-style-image:none; }
.underline		{ border-bottom:1px solid #CDCDCD; }
.nobg			{ background:none; }
.grey			{ color:#666666; text-align:center;margin-bottom:5px; }
.border			{ border:1px solid #CDCDCD; }
.link			{ color:#fd3600; text-decoration:underline; }
.link:hover		{ text-decoration:none; }

/***** Common Formating *****/

blockquote {
margin:0px;
padding:0 0 10px 0;
}
address {
font-style:normal;
line-height:18px;
}
address span {
line-height:30px;
font-weight:bold;
}
.linkarrow {
background-attachment:scroll;
background-image:url(../images/readmorepic.jpg);
background-repeat:no-repeat;
background-position:right center;
padding-right:12px;
color:#fd3600;
text-decoration:none;
}
.linkarrow:hover {
text-decoration:underline;
}
.isqintro {
font-size:14px;
line-height:20px;
}
#blog_content ul.bookmark {
	list-style:none;
	float:right;
}
#blog_content ul.bookmark li {
color:#666;
float:left;
padding: 0 5px;
}
.inputText
{
	border:1px solid #CDCDCD;
	width:160px;
}

ul#navmenu-h li.page_item .page-item-177  {
	background:none;
}
