	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family:  'Lucida Grande', sans-serif;
        color:#333333;
	}
	a {
		color:#088253;
	}
	a:hover {
		text-decoration:underline;
	}
	
	a:visited {color:#634047;}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #634047;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#fff;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#634047;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#634047;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fff;
		border-top:4px solid #634047;
		margin:0;
		padding:6px 15px !important;
		text-align:center;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3
		{
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	/* tag cloud */
	.tag-cloud {font-family: 'Lucida Grande', sans-serif;}
	/* display the individual items next to each other, not one-per-line */
   	.tag-cloud  {list-style-type: none; padding: 1em 0; text-align: justify;}
	.tag-cloud LI { display: inline; line-height: 1.2em;}
	.tag-cloud SPAN {line-height: 1.2em;}
	.tag-cloud A {text-decoration: none;} 
	.tag-cloud A:hover {text-decoration: underline;}

/* twitter content format css --------------------------*/


.entry p {
	font-size:12px;
	margin:0 0 15px 0;
	padding:0;
	line-height:20px;
	float:left;
}
.entry a, .entry span a {
	outline:none;
	color:#943636;
	text-decoration:none;
}
.entry a:hover, .entry span a:hover {
	color:#333;
}

#ajaxloader{ margin-left:45%; margin-bottom:10px;}
.tweet {
	background: #fff;
	margin: 4px 0 10px 4px;
	padding:0px 0px 10px 0px;
	font-size:14px;
	line-height:18px;
	border-bottom:1px dashed #d2dada;
	height:100%;
	overflow:hidden;
}
.tweet img {
	float:left;
	margin: 4px 15px 4px 0;
	border:1px solid #1d1d1d;
}
.tweet .text {
	margin: 0;
}
.tweet .time {
	font-size: 80%;
	color: #888;
	white-space: nowrap;
	width:480px;
	float:left;
}
.tweet .username {
	font-weight:bold;
}
#content .tweet p.text {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content .tweet p.text a {
	outline:none;
	color:#000;
	text-decoration:none;
}
#content .tweet p.text a:hover {
	color:#000;
	text-decoration:underline;
}
#twitterSearch .tweet {
	min-height: 24px;
}
#twitterSearch .tweet .text {
	margin-left: 32px;
}

