/*  
Theme Name: Hosting Te
Description: Hosting tec offers a futuristic look with amazing 3D server graphics.
Version: 1.0
Author: qualitywordpress
*/



/* General */

body {
	margin: 0;
	background: #f1f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0; float:left;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 960px;
}


/* Header */

#header {
	width: 960px;
	height: 200px;
	position: relative; background:url(images/logo.jpg) no-repeat 20px 20px;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 105px;
		left: 10px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: bold 28px;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info{
		color: #000000;
		font: bold 15px;
		padding: 0px 0px 0px 20px;

	}
	
	.description {
		color: #000000;
		padding: 0px 0px 0px 0px;
		font-size:14px;

	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 150px;
		left: 0px;
		height: 34px;
	}
	
	#header-menu {background:url(images/navbar.jpg) no-repeat; width:960px;}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		color: #FFFFFF;
		padding: 7px 0px 0px 30px;
		text-transform:uppercase;
		font-size:0.75em;

	}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


#search-holder {clear:both; float:right; background:url(images/search.gif) no-repeat; width:230px; height:23px; padding-right:15px; margin-top:70px;}
.searchBg {background: url('images/trans.gif') no-repeat; border:none; height:23px; width:192px; padding-left:10px; padding-top:1px;}
.searchButton {background: url('images/trans.gif') no-repeat center top; border:0; width:23px; height:23px; text-indent:-9000px; margin:0; padding:0; cursor:pointer;}

/* Main */

#main {
	width: 960px;
	background: url("images/main.gif") repeat-y;
}

#main-top {
	width: 960px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 960px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 550px;
		padding: 0px 12px 0 16px;

	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 550px;

	}
	
	.post {border-bottom:1px solid #cccccc;
}
	
		/* Post - Date */
		
		#content .post .post-date {
			width: 177px;
			color: #454545;
			font-weight:bold;
			text-transform:uppercase;
			padding:3px 5px 8px 0px;
		}
		
		.post-date {font-size:0.75em;}
		.post p{font-size:0.8em;}
		
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 550px;
			height: 45px;
			background: url("images/post-title.jpg") no-repeat;
			color: #454545;
		}

		
		#content .post .post-title a {
			color: #454545;
			text-decoration: none;
			font-size:0.9em;
		}	
		
		
		
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #454545;
			float: left;
			padding-top:15px;
			font-size:0.95em;
			padding:15px 0px 0px 10px;

		}
		
		#content .post .post-title h2 a {
			color: #454545;
			text-decoration: none;
			padding:15px 0px 0px 5px;
			
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: right;
			font-size:0.75em;
			padding:15px 15px 0px 0px;

		}
		
		.post-title-info {	float: left; padding:0px 0px 0px 15px;	}
				.post-title-info2 {	float: left; padding:0px 0px 0px 0px; font-size:0.8em;	}

		.ddsg-wrapper {font-size:12px;}

.post-entry ul{font-size:0.75em;}
.ddsg-wrapper ul {font-size:1em;}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			color: #454545;
			padding: 15px;
			width: 520px;
			background:url(images/post-bg.gif) repeat-y;
			float: left;

		}
		
		
		
		#content .post .post-entry a {
			color: #454545;
			text-decoration: none;

		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
			
		}
		
		#content .post .post-entry .more-link {
			color: #454545;
			float: right;
			padding-bottom: 5px;
			font-size:0.75em;


		}
		
		#content .post .post-entry .more-link a {
			color: #454545;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 1px 10px 0 0;
			width: 538px;
			height:20px;
			clear: both;
			color: #454545;
			background:#FFFFFF;
			text-align: right;
			font-size:0.75em;
			border-left:1px solid #cccccc;
			border-right:1px solid #cccccc;
			border-top:1px solid #cccccc;


		}
		
		#content .post .post-info a {
			color: #454545;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #454545;
			font-size:0.75em;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font-size:0.75em;
			color: #454545;
			width: 520px;
		}
		
		#content .post .post-entry .comments a {
			color: #454545;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #454545;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #454545;
			text-decoration: none;
		}
		
		.wp-caption {margin: 0px 10px 5px 0px; padding: 5px; border: solid 1px #999; background: #fff; font-size:90%; color: grey; float:left; }
		
		.wp-caption-dd {float:left; margin:0; padding:0; text-align:center; font-size:11px;}
		
		.wp-caption-text {margin:0; padding:0; text-align:center; font-size:11px;}
		
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #454545;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font-size:0.75em;
			color: #454545;
			width: 505px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #454545;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
		
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #FFFFFF;
		width: 550px;
		height: 25px;
		float: left;
		margin-bottom: 0px;
	}
	
	#content .navigation a {
		color: #454545;
		text-decoration: none;
		font-size:0.75em;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 170px;
		font-size:0.75em;
		color: #454545;
	}
	
	.sidebar a {
		color: #454545;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 5px 3px 15px 16px;
		}
		
		.sidebar-right {
			padding: 0px 0 15px 0px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 14px/26px;
			color: #454545;
			width: 159px;
			height: 26px;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 15px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding:0px 0px 15px 11px;
			color: #454545;
			font: bold 10px/25px;
		}
		
		.sidebar ul li a {
			color: #454545;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}


/* Footer */

#footer {width: 960px; height: 40px; background:url(images/footer.jpg) no-repeat; font-size:0.6em; font-family:Verdana, Arial, Helvetica, sans-serif; color:#464646; text-transform:uppercase; margin-top:10px;}

/*#footer a {	color: #454545;	text-decoration: underline;}*/
#footer a:hover {text-decoration: underline;}

/*#footer {margin:0; padding:0; background:url(../images/global/footer.jpg) no-repeat; height:40px; font-size:0.6em; font-family:Verdana, Arial, Helvetica, sans-serif; color:#464646; text-transform:uppercase; width:960px;}*/
#footer a {text-decoration:underline; color:#464646;}

#creditCards { background:url(images/cards.gif) no-repeat; float:right; margin:20px 0px 25px 0px; padding:0; height:20px; width:240px;}
#lorry {float:left; background:url(images/lorry_icon.gif) no-repeat 15px 10px; padding:10px 80px 0px 35px; margin:0;}
#emailbottom {float:left; background:url(images/email_icon.gif) no-repeat 30px 10px; padding:10px 90px 0px 55px; text-decoration:none; margin:0;}
#telephone {float:left; background:url(images/phone_icon.gif) no-repeat 20px 8px; padding:10px 0px 0px 45px;  margin:0;}

