* {
	margin: 0;
}

body {
	height: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(/insg/pics/common/color4/bg-tile-color4.jpg) #FFFFFF  repeat-x top left;
	overflow-x:hidden;
}

.main-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	width: 892px;
	background: url(/insg/pics/common/color4/bg-color4.jpg) #FFFFFF no-repeat top left;
	background-position: 50% 0;
	padding: 0 69px;
}

.inner-container{
	/*clear: both;
	position: relative;
	width: 892px;*/
	width: 100%;

}

/** ------ Font Sizes ------ **/
.font8 {
	font-size: 8px;
}

.font9 {
	font-size: 9px;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

/**---------------- **/

h1 {
	/*** 13px ***/
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

h2 {
	/*** 16px ***/
	font-size: 16px;
	color:#663399;
}

p{
	/*** 12px ***/
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

.clear { 
	clear:both; 
}

.float-left { 
	float:left;
}

.float-right {
	float:right;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	cursor: pointer;
}

a.cta,
a:visited.cta,
a:active.cta,
a:link.cta{
	text-decoration: none;
	color: #663399;
	background: url(/insg/pics/common/color4/cta-icon-color4.gif) no-repeat left center;
	padding: 0 0 0 15px;
	display: block;
	position: relative;
}

a.link,
a:visited.link,
a:active.link,
a:link.link{
	color:#666666;
	text-decoration: none;
	display: block;
}


a.norm,
a:visited.norm,
a:active.norm,
a:link.norm{
	color: #663399;
	text-decoration: none;
	cursor: pointer;
}

a.prev,
a:visited.prev,
a:active.prev,
a:link.prev{
	float: left;
	text-decoration: none;
	color: #663399;
	background: url(/insg/pics/common/color4/previous-color4.gif) no-repeat left center;
	padding: 0 0 0 15px;
	_margin-top: 8px;
}

* + html a.prev{
	margin-top: 5px;
}

a.next,
a:visited.next,
a:active.next,
a:link.next{
	text-decoration: none;
	color: #663399;
	background: url(/insg/pics/common/color4/cta-icon-color4.gif) no-repeat right center;
	padding: 0 15px 0 0;
	text-align: right;
}


a:hover,
a:hover.prev,
a:hover.next,
a:hover.cta,
a:hover.link,
a:hover.norm{
	text-decoration: underline;
}

p.copy{
	margin-bottom: 22px;
}

img {
	border: none;
}

#content {
	float: left;
	width: 674px;
	min-height: 998px;
  	height:auto !important;
  	height: 998px;
	background: url(/insg/pics/common/nav-gradient-divider.gif) repeat-y top left;
	padding-left: 16px;
	padding-bottom: 20px;
}

#sidepanel {
	float: left;
	width: 201px;
	_width: 202px;
	margin-top: 10px;	
	height: 100%;
}

#ctl00_cphBody_Login1{
	margin-top: 20px;
}

#adminfield {
	border: 4px solid #e2e2e2;
}

table#adminfield tr.top td{
	padding-top: 18px;
}

table#adminfield tr td{
	padding: 5px 14px 5px 14px;	
}

.adminLabel{
	color: #e51937;
	margin: 5px 10px 3px 0;
	width: 144px;
}

.adminError{
	color: #990000;
	display: block;
	font-style: italic;
}

#postnavigation{
	padding: 11px 0;
	text-align: right;
	width: 649px;
	_width: 648px;	
	height: 11px;
	margin-bottom: 15px;
}

.bulletlist{
	display: block;
	list-style-type: square;
	margin-left: 15px;
}

.numberedlist{
	display: block;
	margin-left: 18px;
	list-style-type: decimal;
}

.non-bulletlist{
	display: block;
	list-style-type: none;
	margin-left: 0;
}

.alphabeticallist{	
	display: block;
	list-style-type: lower-latin;
	margin-left: 18px;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.hide{
	display: none;
}

.show{
	display: block;
}

.zeroTopPadding{
	padding-top: 0;
}
/*----------------------------
					 Header
----------------------------*/

#header {
	/*width: 100%;
	position: relative;
	*/text-align: right;	
}

#header h1 {
	font-family: Arial;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}

#header a {
	text-decoration: none;
	color: white;
}

/*----------------------------
						Menu
----------------------------*/

#menu{
	padding: 5px;
	margin-bottom: 20px;
}

#menu a.apmlfilter
{
	float:right;
	margin-right: 10px; 
	background:url(/insg/pics/apml.png) no-repeat left 1px; 
	padding-left:16px
}


/*----------------------------
						Sidepanel
----------------------------*/
#sidepanel ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.categorylist{
	width: 201px;
}

ul#categorylist li a{
	background: url(/insg/pics/common/color4/main-nav-color4.gif) no-repeat top left;
	display: block;
	width: 175px;
	height: 20px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 10px 0 10px 26px;
}

ul#categorylist li a:hover{
	text-decoration: underline;
}

ul#categorylist li.selected a{
	color: #e51937;
	font-weight: bold;
	background-position: 0 -40px;
	text-decoration: none;
}

ul#categorylist li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}
/*----------------------------
						Breadcrumbs
----------------------------*/
#breadcrumb{
	clear: both;
	width: 600px;
	float: left;
	margin-top: -25px;
	_margin-top: 0;
}

* + html #breadcrumb{
	margin-top: 0;
}

#breadcrumb img{
	display: block;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active{
	color: #666666;
	font-size:11px;
	text-decoration: none;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

#breadcrumb a.current,
#breadcrumb a:hover.current,
#breadcrumb a:visited.current,
#breadcrumb a:active.current{
	color: #663399;
	text-decoration: none;
}

#breadcrumb img{
	margin-top: 5px;
}
/*----------------------------
						Footer
----------------------------*/
.push {
	clear: left;
	height: 75px; /* .push must be the same height as .footer */
}

#footer{
	background: url(/insg/pics/common/color4/bg-footer-color4.jpg) no-repeat top left;
	width: 890px;
	height: 42px;
	padding: 21px 40px 12px 30px;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
}

#footer a{
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
/*----------------------------
						Newsletter
----------------------------*/
.newsletter{
	background: url(/insg/pics/common/get-newsletter-bg.jpg) no-repeat top left;
	width: 201px;
	height: 120px;
	display: block;
	margin: 5px 0 16px 0;
} 

.newsletter .content{
	padding-right: 5px;
	padding-left: 10px;
}

.newsletter img{
	margin: 18px 0 8px 0;
}	

.newsletter p{
	/*** 11px ***/
	padding-top: 40px;
	font-size: 11px;
	color:#000000;
}

a.sign-up,
a.sign-up:visited,
a.sign-up:active, 
a.sign-up:link{
	color: #663399;
	font-weight: bold;
	text-decoration: none;
}


a.sign-up:hover{
	text-decoration: underline;
}
/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	padding: 0;
	z-index: 1;
	min-width: 1px;
}

div.bordered-bottom{	
	border-bottom: 1px dotted #666666;
}

div.bordered-top{	
	padding-top: 5px;
	border-top: 1px dotted #666666;
}

div.widget .content{
/*	padding-left: 10px;*/
}

div.widget h4{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 11px 0;
	z-index: 0;
	color: #666666;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	float: right;
	margin: 0 5px 5px 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

.divider{
	margin: 13px 0 14px 0;
}
/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/
div.post, .mceContentBody {
	float: left;
	width: 649px;
	_width: 648px;	
	margin: 0 0 32px 0;
}

div.post h1, .mceContentBody h1 {
	color: #663399;
	background-color: #ededed;
	padding: 8px 10px 8px 10px;
	height: auto;
	
}

div.posts .taggedlink{
	color: #663399;
	font-weight: normal;
	text-decoration: none;
}

div.posts .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.posts .pubDate {
	color: #999999;
	margin: 5px 0 0 0;
}

div.posts .text {
	margin: 14px 0 22px 0 ;
	color: #333333;
}

div.posts .more{
	color: #663399;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.posts .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.posts .footer {
	text-align: right;
	border-top: 1px dotted #666666;
	height: 10px;
	margin: 13px 0 0 0;
	padding: 12px 0 0 0;
}

div.posts .footer ul{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}

div.posts .footer ul li{
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
}

div.posts .bottom {
	clear: left;
	position: relative;
}

div.posts .categories {
	color: #663399;
	font-weight: bold;
	position: absolute;
	right: 0;
	display: block;
}

div.posts .taghead{
	color: #999999;
}

div.posts .tags {
	float: left;
	width: 400px;
	display: block;
}

div.post .bottom p{
	margin-bottom: 0;
}

div.posts a,
div.posts a:visited,
div.posts a:active,
div.posts a:link{
	color: #663399;
	text-decoration: none;
}

div.posts a:hover{
	text-decoration: underline;
}

.entry{
	padding: 5px 10px 0 10px;
}

.page-footer{
	clear: both;
	padding: 20px 26px 0 0;
}

/*----------------------------
			Video Posts
----------------------------*/
.videopost{
	float: right;
	width: 200px;
}


/*----------------------------
			Related Posts
----------------------------*/
#relatedPosts{
	clear: left;
	background-color: #ebebeb;
	padding: 12px 10px;
	margin: 14px 26px 14px 0;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
	color: #e51937;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
			Contact Info
----------------------------*/
#contactlist{
	float: left;
	background-color: #ebebeb;
	padding: 0;
	color: #333333;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 360px;	
	display: block;
}

#contactlist h1 {
	margin: 9px 0;
	color: #e51937;
}

.twocolumn{
	width: 150px;
	padding: 0 15px;
	float: left;
	display: block;
}

#contactlist ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#contactlist ul li{
	padding: 0;
	margin: 0;
}



/*----------------------------
		 Get Newsletter form
----------------------------*/
.formbody {
	margin: 11px 26px 0 0;
}

.formbody p{
	margin-bottom: 13px;
	color: #333333;
}

span.mandatory{
	color: #990000;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

#formfield {
	width: 611px;
	border: 4px solid #e2e2e2;
	padding: 18px 14px 18px 14px;
}

#formfield .fieldLabel{
	float: left;
	color: #e51937;
	display: block;
	margin: 5px 10px 3px 0;
	width: 144px;
}

#formfield .error{
	float: left;
	color: #990000;
	display: block;
	font-style: italic;
}

#formfield dd.error{
	clear: left;
	padding-left: 154px;
	margin-top: 4px;
	text-align: left;
}

#formfield dd.clear{
	clear: left;
	height: 10px; !important
}


input.inputfield,
#formfield dd input{	
	width: 346px;
	height: 19px;
	padding: 4px 2px 0px 2px;
	background-color: #e2e2e2;
	border: none;
}

#formfield dd select{
	width: 351px;
	height: 22px;
	background-color: #e2e2e2;
	padding: 2px;
	border: none;
}

input.form-check,
label.form-check-label {
	width: auto;
	height: auto;
	margin: 0 5px 5px 0 !important;
	_margin: 0 5px 15px 0;
}

input.form-check {
	float: left;	
	background: none;
	border: none;	
}

label.form-check-label {
	display: block;
	padding-left: 25px;
	_padding-top: 2px;
}

* + html label.form-check-label {
	padding-left: 25px;
	padding-top: 2px;
}

#formfield #tnc-field{
	width: 100%;
	color: #666666;
	margin: 16px 0 6px 0;
}

#formfield #checkbox-field {
	/*width: 100%;*/
	float: left;
	width: 400px;
	margin: 0;
	_height: 15px;
	padding: 0 0 0 154px;
}

#formfield #remember-field{
	/*width: 100%;*/
	float: left;
	width: 400px;
	margin: 0;
	_height: 15px;
	padding: 0 0 0 154px;
}

#formfield dd.checkbox-field label.form-check-label,
#formfield dd.checkbox-field input.form-check{
	width: auto;
	margin-bottom: 0;
	background: none;
	height: 15px;
}

#formfield p{
	float: left;
	color: #e51937;
}

.case-sensitive{
	color: #999999;
	display: block;
	font-style: italic;
	font-weight: bold;
}

#formfield dd#capatch-field input{
	width: 172px;
	height: 19px;
	padding: 4px 2px 0px 2px;
	background-color: #e2e2e2;
	border: none;
	margin-top: 29px;
}

.submit-button{
	cursor: pointer;
	margin-bottom: 5px;
	padding: 0 5px;
}
/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	padding-top: 3px;
	float: left;
}

div.post .bookmarks a{
	margin: 0;
	padding: 0;
}

#submenu{
	display: block;
	text-align: right;	
	height: 9px;	
	padding: 10px 26px 8px 0;
}

#submenu ul{
	float: right;
	list-style: none;
}

#submenu li{
	display: block;
	float: left;
	padding: 0;
}

#submenu li a{
	font-family: Tahoma, Arial;
	font-size: 9px;
	color:#666666;
	text-transform: uppercase;	
	text-decoration: none;
	display: block;
}

#submenu li#getNewsletter{
	background: url(/insg/pics/common/btn-get-newsletter.gif) no-repeat top left;	
	height: 9px;
	padding: 0 0 0 14px;
	margin: 0 10px 0 0;
}

#submenu li#bookmark{
	background: url(/insg/pics/common/btn-bookmark.gif) no-repeat top left;	
	height: 9px;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

#submenu li#print{
	background: url(/insg/pics/common/btn-print.gif) no-repeat top left;	
	height: 9px;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

#submenu li#textInc{
	background: url(/insg/pics/common/btn-text.gif) no-repeat top left;	
	height: 9px;
	padding: 0 0 0 14px;
}

#submenu li#textInc a{
	background: url(/insg/pics/common/btn-text-plus.gif) no-repeat top right;
	height: 9px;
	padding: 0 12px 0 0;
	width: 24px;
	text-align: left;
}

#submenu li#textDec a{
	background: url(/insg/pics/common/btn-text-minus.gif) no-repeat top left;	
	height: 9px;
	width: 9px;
	margin: 0 0 0 5px;
}

#submenu li a:hover{
	text-decoration: underline;
}

.rss-menu{
	clear: both;
	float: right;
	padding: 4px 26px 10px 0;
}

a#rss{
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #663399;
	text-decoration: none;	
	text-transform: uppercase;	
	padding: 0 0 0 14px;
	background: url(/insg/pics/common/rss_icon.gif) no-repeat top left;
	height: 10px;
}

a#rss:hover{
	text-decoration: underline;
}
/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}


.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/
#searchbox {
	height: 37px;
	padding-top: 10px;
	float: right;
}

#searchlabel{
	margin: 2px 8px 0 0;
}

#searchbox input {
	float: left;
	font-size: 11px;
}

#searchbox #searchfield {
	padding: 2px 2px 2px 2px;
	margin: 0;
	width: 176px;
}

#searchbox #searchbutton {
	background: url(/insg/pics/common/btn-seach.png) no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	margin: 0 0 0 8px;
}

#searchbox a.delete{
	float: left;
	margin: -10px 0 0 5px;
	font-size: 10px;
}


/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/
.monthlist{
	width: 201px;
}

.monthlist .content{
	padding-left: 10px;
}

ul#monthList{
	color: #663399;
}

ul#monthList ul li{
	margin-left: 16px;
	font-weight: normal;
}

ul#monthList ul li a{
	color: #663399;
}

ul#monthList li.year{
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

ul#monthList ul li a,
ul#monthList ul li a:link,
ul#monthList ul li a:active,
ul#monthList ul li a:visited{
	text-decoration:none;
}

ul#monthList ul li a:hover{
	text-decoration: underline;
}
/*----------------------------
				 Tag cloud
----------------------------*/
.administration .content{
	margin-left: 10px;
}

.administration ul{
	width: 191px;
}

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
	width: 201px;
}


.tagcloud .content{
	padding-left: 10px;
}

.tagcloud ul li {
	display: inline;
}

.administration ul a,
.administration ul a:link,
.administration ul a:active,
.administration ul a:visited{
	font-size: 12px;
	color: #663399;
	font-weight: bold;
	text-decoration: none;
}

.tagcloud ul li a,
.tagcloud ul li a:visited,
.tagcloud ul li a:link,
.tagcloud ul li a:active{
	margin-right: 3px;
	display: inline;
	color: #663399;
	text-decoration: none;
}

.administration ul li a:hover,
.tagcloud ul li a:hover{
	text-decoration: underline;
}

.tagcloud ul li a.biggest {
	/*** 19px ***/
	font-size: 19px;
}

.tagcloud ul li a.big {
	/*** 17px ***/
	font-size: 17px;
}

.tagcloud ul li a.medium {
	/*** 14px ***/
	font-size: 14px;
}

.tagcloud ul li a.small {
	/*** 12px ***/
	font-size: 12px;
}

.tagcloud ul li a.smallest {
	/*** 14px ***/
	font-size: 14px;
}

/*----------------------------
					 Chiclet
----------------------------*/

.chiclet{
	margin: 0 0 16px 10px;
	display: block;
}

/*----------------------------
					 HomePage
----------------------------*/
.posts{
	clear: both;
	padding: 0 0 10px 0;
	_padding: 14px 0;
}

* + html .posts{
	margin: 14px 0 0 0;
}

.areaA{
	float: left;
	width: 286px;
	min-height: 520px;
	padding: 0 20px 12px 15px;
}

.areaB{
	float: left;
	width: 318px;
	min-height: 500px;
	padding: 2px 24px 0 10px;
}

.areaC{
	clear: left;
	float: left;
	width: 286px;
	min-height: 335px;
	padding: 7px 20px 12px 15px;
	margin-top: 11px;
}

.areaD{
	float: left;
	width: 318px;
	min-height: 335px;
	padding: 10px 24px 0 10px;
	margin-top: 11px;
}

h1.headline{
	/** 24px ***/
	clear: left;
	color: #e51937;
	font-weight: normal;
	margin: 12px 0;
	padding-left: 0;
}

.areaA h1.headline{
	font-size: 24px;
}

.bg{
	background-color: #ededed;
}

.areaA img,
.areaB img,
.areaD img{
	float: left;
	margin-right: 10px;
}

#areaC-header{
	padding-bottom: 9px;
	border-bottom: #666666 dotted 1px;
	margin-bottom: 11px;
}

.homeitem {
	clear: both;
	min-height: 120px;
}

.homeitem div{
	margin-left: 130px;
}

.homeitem h2{
	display: block;
	margin-bottom: 5px;
}

.homeitem .date{
	color: #333333;
	display: block;
	padding-bottom: 5px;
}

hr.dotted-seperator{
	clear: both;
	border: none;
	border-bottom: #666666 dotted 1px;
	margin: 16px 0;
	height: 1px;
	width: 100%;
}

.homeheader{
	clear: both;
	padding: 14px 26px 21px 0;
	_padding: 14px 26px 21px 0;
}

/** + html .homeheader{
	padding: 14px 26px 21px 0;
}*/

.homeheader img{
	float: left;
	margin: 0 10px 0 0;
}

.posts .homeheader h1{
	padding: 6px 0 0 0;
	background: none;
	color: #666666;
	height: 16px;
}

.homeheader h1.large{
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
}

.homeheader h1.error{
	padding-top: 5px;
}


.headerTitle{
	_margin-bottom: -8px;
}

* + html .headerTitle{
	margin-bottom: 0px;
}

.areaB .homeheader{
	padding-top: 12px;
	padding-bottom: 15px;
}

.areaC .bulletlist{
	margin: 8px 0 18px 15px;
} 

.areaD .homeitem{
	padding: 11px 0 24px 0;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}
/*----------------------------
			 Calendar of event
----------------------------*/
.eventitem {
	border: none;
	padding: 17px 26px 34px 0;
}

.eventitem p{
	margin-bottom: 16px;
}

p.eventdate{
	color: #333333;
	margin: 10px 0 30px 0;
}

.eventitem dl{
	margin: 0 0 20px 0;
}

.eventitem dt{
	clear: left;
	color: #e51937;
	float: left;
	width: 40px;
	margin: 0 10px 0 0;
}

/*----------------------------
			        Google Map
----------------------------*/
.maps{
	position: absolute;
	top: -2000px;
	left: -2000px;
}

.maps h3{
	font-size: 14px;
	color: #000;
}

/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(/insg/pics/common/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

.searchpage h1.searchlabel{
	color: #333333;
	background: none;
	padding-left: 0;
}

#searchpage input#q{
	width: 300px;
	height: 19px;
	padding: 4px 2px 0px 2px;
	background-color: #e2e2e2;
	border: none;
}

#searchpage input#comment{
	clear: both;
}

.button{
	padding: 0 5px;
	margin: 8px 26px 0 0;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
	color: #333;
}

.searchresult span.type{
	display: block;
	color: #333;
}

.searchresult span.type strong{
	color: #666;
}

.searchresult span.url{
	color: #999;
}

.searchpage ul.paging{
	 list-style-type: none;
	 margin: 0 0 20px 0;
	 padding: 0;
}

.searchpage ul.paging li{
	display: inline;
	border: #663399 solid 1px;
	padding: 2px 5px;
	_padding: 2px 2px 2px 5px;
	line-height: normal;
	margin-right: 5px;
	font-weight: normal;
}

* + html .searchpage ul.paging li{
	padding: 2px 0 2px 3px;
}

.searchpage ul.paging li a,
.searchpage ul.paging li a:link,
.searchpage ul.paging li a:active,
.searchpage ul.paging li a:visited{
	text-align: center;	
	text-decoration: none;
	color: #663399;
}

.searchpage ul.paging li a:hover{
	text-decoration: underline;
}

.searchpage ul.paging li.active{
	background: #663399;
	font-weight: bold;
}

.searchpage ul.paging li.active a,
.searchpage ul.paging li.active a:active,
.searchpage ul.paging li.active a:link,
.searchpage ul.paging li.active a:visited{
	color: #fff;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('/insg/pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('/insg/pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('/insg/pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('/insg/pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('/insg/pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('/insg/pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('/insg/pics/xfn/sweetMet.gif');
}

/*** SOCIAL BAR ****/
.socialbar{
    list-style: none;
    height: 50px;
}

.socialbar li{
    display: block;
    float: right;
}

.socialbar li.w100{ width: 100px; }
.socialbar li.w80{  width: 80px; }