@CHARSET "UTF-8";
body#home {
	background-color: #f3f2e8;
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color: #545252;
}

div {
	margin: 0; padding:0;
}

.centered {
	margin:0px auto;
	width: 1010px;
}

#container {
	margin: 0px auto;
	width: 1080px;
}

/* header */
#hleft {
	float: left;
	border-right:6px solid white;
}

#hright {
	float: left;
	border-left:6px solid white;
}

.header_spacer{
	float: left;
	height: 350px;
}

/* header EOF */



#content_middle {
	float: left;
	width: 320px;
	margin-top: 7px;
}


/* buttons */
a.button {
	padding: 3px 28px 3px 8px;
	color: #504d4d;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	float: right;
}

a.green {
	background: url('images/button_green_orange.gif') no-repeat top right;
}

a.orange {
	background: url('images/button_orange_orange.gif') no-repeat top right;
}
/* buttons */

#search {
	padding:10px;
	float: left;
	width: 456px;
	height: 84px;
}

#search label {
	color: white;
	font-size: 24px;

}

#search_field {
	line-height: 23px;
	height: 21px;
	font-size: 22px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 0px;
}

#search_button {
	border: 0px;
	line-height: 24px;
	height: 26px;
	width: 26px;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	background:  transparent url('images/button_submit_orange.gif') no-repeat scroll 0px 0px;
}

.quote {
	color:#DCF1BA;
	display:block;
	font-family:Georgia;
	font-size:66pt;
	height: 60px;
	padding:0;
	width:30px;
	float: left;
}


/* =============== footer ================ */
#footer {
	height: 160px;
	background: url('images/footer_bubbles.gif') repeat-x bottom left;
	width:1008px;
	clear:both;
	float: left;
}

#copyright {
	margin-left: 220px;
	width: 318px;
	height: 100px;
	background: url('images/copyright_bg_footer.gif') repeat-x bottom left;
	float: left;
	padding: 60px 0px 0px 20px;
}
/* =============== footer EOF ============ */

/* common elements */
.post_date {
	background: url('images/post_date.gif') no-repeat top left;
	color:white;
	float:left;
	font-size:14px;
	line-height: 17px;
	font-weight:bold;
	height:60px;
	text-align:center;
	width:40px;
	padding-top: 4px;
	margin-right: 5px;
}

.post_date .day {
	font-size: 18px;
}

.post_date .month {
	line-height: 14px;
}

.post_date .year {
	font-weight: normal;
}

.white-space {
	float: left;
	background-color: white;
	width: 1008px;
	margin-left:2px;
}

.wrap {
	clear:both;
}

.float_right {
	float:right;
}

.link {
	background: url('images/link.gif') no-repeat top right;
	margin-top: 10px; 
	padding-right: 35px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	text-decoration: none;
}

.link:hover {
	background: url('images/link_a.gif') no-repeat top right;
}

.blue {
	color: #109dd0;
}

.red {
	color: #d61405;
}

.separator {
	height:10px;
	clear: both;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.navigation
	{
	clear: both;
	float: left;
	width: 100%;
	
	}
/* common elements EOF */

img
{
border: none;
}

.hosting_head1 {
width:34%;
text-align: left;
}
.hosting_head2 {
width:12%;
text-align: left;
}
.hosting_head3 {
width:58%;
text-align: left;
}
.hosting_table {
padding: 5px;
width:100%;
text-align: left;
}

.hosting_table td{
padding: 5px;
text-align: left;
}

#portfolio li div {
    width: 100%;
    top: 130px;
    height: 20px;
}

#rss
{
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}


#twitter_top {
	position: fixed;
	right: 0;
	width: 112px;
	height: 143px;
	top: 50%;
}

