/*
Theme Name: DigiLink
Theme URI: http://wordpress.org/
Description: DigiLink WordPress Theme.
Version: 1
Author: Lawrie Malen & Leigh Share
Author URI: http://www.pixelpudding.com

*/

body,html {
	background-color: 		#6E6E6E;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	color: 						#666666;
	margin:	 					0px;
}

#container {
	width:						1020px;
	margin-left:				auto;
	margin-right:				auto;
	background-image:			url('./img/containerbg.png');
	background-repeat:		no-repeat;
}

#column {
	width:						980px;
	margin-left:				20px;
	background-color:			#F7F7F7;
}

#textcolumn {
	width:						900px;
	margin-left:				auto;
	margin-right:				auto;
	padding-top:				15px;
	padding-bottom:			15px;
}

#footer {
	width:						980px;
	height:						200px;
	margin-left:				auto;
	margin-right:				auto;
	margin-top:					0px;
	clear:						both;
	background-image:			url('./img/footerbg.png');
	background-repeat:		no-repeat;
}

#header {
	width:						980px;
	height:						300px;
}

#htmlheader {
	position:					relative;
	width:						980px;
	height:						300px;
	background-image:			url('./img/header.jpg');
	background-repeat:		no-repeat;
}

#htmlheader ul {
	position:					absolute;
	left:							50px;
	top:							275px;
	list-style:					none;
	padding:						0px;
	clear:						both;
	margin:						0px;
}

#htmlheader ul li {
	float:						left;
	margin-right:				40px;
	font-size:					14px;
	font-weight:				bold;
	color:						#FFFFFF;
}

#htmlheader ul li a, #htmlheader ul li a:visited {
	color:						#FFFFFF;
	text-decoration:			none;
}

#htmlheader ul li a:hover {
	color:						#5EC572;
}

/*
	FOOTER
*/

#footer .content {
	width:						900px;
	margin:						0px 0px 0px 40px;
	padding-top:				17px;
}

#footer .content div {
	width:						280px;
	height:						140px;
	font-size:					11px;
}

#footer .content .center {
	float:						left;
	margin-left:				40px;
}

#footer .content div .icon {
	float:						left;
	margin-right:				7px;
}

/*
	INDEX PAGE STUFF
*/

.greybox {
	width:						980px;
	background-color:			#EBEBEB;
	padding:						10px 0px;
}

.greybox .featuretable {
	width:						900px;
	margin-left:				40px;
}

/*
	FEATURE BOXES TABLE CLASS
*/

.featuretable {
	width:						100%;
	margin:						15px 0px 15px 0px;
}

.featuretable td {
	width:						275px;
	padding:						0px 12px 0px 12px;
	vertical-align:			top;
}

/*
	RE-USED CLASSES
*/

.sep {
	width:						900px;
	height:						10px;
	background-image:			url('./img/sep.png');
	background-repeat:		no-repeat;
	margin:						10px 0px;
	clear:						both;
}

.left {
	float:						left;
}

.right {
	float:						right;
}

.clear {
	clear:						both;
}

/*
	ELEMENTS
*/

h1 {
	font-size:					16px;
	font-weight:				bold;
	margin:						5px 0px;
}

a:link, a:visited {
	color:						#2A2A2A;
}

#footer a:link, #footer a:visited {
	color:						#636363;
}

img {
	border:						0px;
}