/*   
Theme Name: Data#3 Win 7 Deployment Theme
Theme URI: www.win7deployment.com
Description: A child theme for Themeatic to implement the Data#3 Windows 7 depolyment look and feel.
Author: Daniel Zeimer
Author URI: http://www.zoommm.com.au
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

body {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	font-size:			12px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	
	background-color:	#111111;
	background-image:	url('images/bg_body.jpg');
	background-repeat:	no-repeat;
	background-position:top center;	
}

a {
	text-decoration:	none;
	color:				#0982bf !important;
}

a:hover {
	text-decoration:	underline;
	color:				#135d82 !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family:		Georgia, "Times New Roman", Times, serif !important;
	font-style:			normal !important;
}

#primary {
	border:	none;
}

.widgettitle {
	color:			#333333;
	font-weight:	bold;
}

#header {
	width:				1240px;
	
	margin:				0px auto 0px auto;
	padding:			0px 0px 0px 0px;
}

#header img {
	position:			absolute;
	top:				95px;
	right:				10px;
}


#branding {
	height:				115px;
/*	width:				1080px; */
	width:				auto;
	margin:				0px;
/*	margin:				0px auto 0px auto; */
	padding:			45px 0px 0px 160px;
	
	color:				#FFFFFF;
	
	background-image:	url('images/bg_cellHeader.jpg');
	background-repeat:	no-repeat;
	background-position:top left;	
}

#blog-title,
#blog-description {
	margin:				0px;
	padding:			0px;

	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			40px;
	font-weight:		normal;
	color:				#FFFFFF;
}

#blog-description {
	padding-top:		5px;
	font-size:			18px;
}

#blog-title a,
#blog-description a {
	color:				#FFFFFF !important;
    text-decoration:	none;
}

#blog-title a:active,
#blog-description a:active,
#blog-title a:hover,
#blog-description a:hover {
    color:				#CC0000 !important;
}


#access {
/*	width:				1240px; */
	width:				auto;
	
	margin:				0px;
/*	margin:				0px auto 0px auto; */
	padding:			0px 0px 10px 0px;
	
	color:				#FFFFFF;

	border:				none;

	background-image:	url('images/bg_cellBanner.jpg');
	background-repeat:	no-repeat;
	background-position:bottom left;	
}

.menu {
	margin:				0px;
	padding:			0px 0px 0px 20px;
}

.menu  a,
.menu  a:link,
.menu  a:active,
.menu  a:visited {
	float:				left;
	
	display:			block;
	
	height:				16px;

	margin:				0px 0px 0px 0px;
	padding:			2px 10px 0px 10px;
	
	white-space:		nowrap;
	color:				#FFFFFF !important;
	
	background-color:	transparent;	
	border:	none;	
	border-right:		1px solid #FFFFFF;	
}

.menu  a:hover {
	text-decoration:	none;
	color:				#CC0000 !important;

	background-color:	transparent;	
}

.menu  ul,
.menu  li,
.menu  li:hover {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	float:				left;
	
	list-style:			none;	
	
	background-color:	transparent;
	border:	none;	
}

#main {
	position:			relative;

	width:				1070px;
	
	margin:				0px auto 0px auto;
	padding:			20px 0px 20px 170px;


	min-height:			755px;
	height:				auto !important;
	height:				755px;		

	background-color:	#FFFFFF;
}	

#sideBar {
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			20;

	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 10px;

	width:				150px;

	font-size:			10px;
}

#headshot {
	margin:				0px 0px 30px 0px;
	padding:			0px 0px 0px 20px;

	height:				150px;
	width:				150px;
	
	background-image:	url('http://www.win7deployment.com/images/people/BlankNobody_x150.gif');
	background-repeat:	no-repeat;
	background-position:top left;	
}

.KimPartridge {
	background-image:	url('http://www.win7deployment.com/images/people/KimPartridge_x150.jpg');
}

.DavidRobertson {
	background-image:	url('http://www.win7deployment.com/images/people/DavidRobertson_x150.jpg');
}

.NickFreeman {
	background-image:	url('http://www.win7deployment.com/images/people/NickFreeman_x150.jpg');
}

.ClintonGarbutt {
	background-image:	url('http://www.win7deployment.com/images/people/ClintonGarbutt_x150.jpg');
}

.KeithSmith {
	background-image:	url('http://www.win7deployment.com/images/people/KeithSmith_x150.jpg');
}

.ShaunDuncan {
	background-image:	url('http://www.win7deployment.com/images/people/ShaunDuncan_x150.jpg');
}

.TrishBalsillie {
	background-image:	url('http://www.win7deployment.com/images/people/TrishBalsillie_x150.jpg');
}



#footer {
	position:			relative;
	width:				1240px;
	
	margin:				0px auto 0px auto;
	padding:			0px 0px 30px 0px;

	border:				none;

	background-color:	#111111;	
	background-image:	url('images/bg_cellFooter.jpg');
	background-repeat:	no-repeat;
	background-position:top left;	
}

#footer img {
	position:			absolute;
	top:				20px;
	right:				10px;

	margin:				0px 0px 20px 0px;
	padding:			0px 0px 0px 0px;

}

#siteinfo {
	margin:				0px;
	padding:			30px 0px 10px 30px;

	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			14px;
	font-weight:		normal;
	color:				#FFFFFF;
}


#siteinfo a,
#siteinfo a {
	color:				#FFFFFF;
    text-decoration:	none;
}

#siteinfo a:active,
#siteinfo a:hover {
    color:				#CC0000;
}

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



