/*----------------------------------------
Name: global.css
Site Name: thePCnerds.com
Developed By: allVK.com
Date Created: Wednesday, October 7th, 2009
Last Updated: Wednesday, October 26th, 2009
Copyright: Copyright © 2009 PC Nerds. All Rights Reserved.
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("../css/reset.css");
@import url("../css/externalLinks.css");


/* Elements
----------------------------------------*/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body
{
	background-color:#354d9b;
	background-image: url(../images/siteGraphics/bg-fade.png);
	background-repeat: repeat-x;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#000000;
}

p
{
	margin-top:.5em;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#2e3f69;
	text-decoration:none;
}

a:hover, a:active
{
	color:#4861a0;
	text-decoration:none;
}

h1	{color:#645544; margin:.5em 0; font-size:2.125em;}
h2	{color:#645544; margin:.5em 0; font-size:1.75em;}
h3	{color:#645544; margin:.5em 0; font-size:1.5em;}
h4	{color:#645544; margin:.5em 0; font-size:1.25em;}
h5	{color:#645544; margin:.5em 0; font-size:1.125em;}
h6	{color:#645544; margin:.5em 0; font-size:1em;}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em			{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#736850;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
.noIndent	{text-indent:0;}
.center 	{text-align:center;}
.centerBlock{display: block; margin: 0 auto;}

/* Site Structure
----------------------------------------*/
#wrap 
{
	background: url(../images/siteGraphics/bg-pegboard.jpg) repeat-y top center;
}

#main 
{
	width:824px;
	padding: 0;
	padding-bottom: 75px;  /* must be same height as the footer */
	margin: 0 auto;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Header
----------------------------------------*/
#header
{
	background: url(../images/siteGraphics/header.jpg) top center no-repeat;
	width:826px;
	height:208px;
	margin: 0 auto;
	padding: 0;
}

#header h1
{
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	top: 21px;
	left: 27px;
	width: 298px;
	height: 100px;
}

#header a
{
	height: 100px;
	width: 298px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 0;
	padding: 0;
}

#clock
{
	background: url(../images/siteGraphics/clock.png) no-repeat bottom right;
	padding: 0;
	margin: 25px 25px 0 0;
	display: block;
	float: right;
	width: 99px;
	height: 41px;
	text-align: center;
}

#clock embed
{
	margin: 2px 0 0 -4px;
}

/* Nav
----------------------------------------*/
#navigation
{
	width:824px;
	height:60px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#leftScrew
{
	margin: 0;
	padding: 0;
	display: block;
	width: 51px;
	height: 47px;
	background: transparent url(../images/nav/linkbar.jpg) 0 0 no-repeat;
	float: left;
}

#rightScrew
{
	margin: 0;
	padding: 0;
	display: block;
	width: 214px;
	height: 60px;
	background: transparent url(../images/siteGraphics/service.jpg) 0 0 no-repeat;
	float: right;
}

ul#nav
{
	margin: 0; padding: 0;
}

ul#nav li {float:left; list-style-type:none; margin:0; padding:0;}

/* Image Replacement 
----------------------------------------*/
ul#nav li a {/*Set to height of image*/ height:47px; display:block; text-indent:-9999px; outline:none; margin:0; padding: 0;}

/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
li#navHome a		{background-position:-51px 0; 	background-image: url(../images/nav/linkbar.jpg); width:74px; 	height:47px;}
li#navServices a	{background-position:-125px 0; 	background-image: url(../images/nav/linkbar.jpg); width:129px; 	height:47px;}
li#navSupport a		{background-position:-254px 0; 	background-image: url(../images/nav/linkbar.jpg); width:113px; 	height:47px;}
li#navStaff a		{background-position:-367px 0; 	background-image: url(../images/nav/linkbar.jpg); width:89px; 	height:47px;}
li#navContact a		{background-position:-456px 0; 	background-image: url(../images/nav/linkbar.jpg); width:154px;	height:47px;}

/* CSS Rollover (Sprites) - Advanced Users!
----------------------------------------*/

/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
li#navHome a:hover		{background-position:-51px  -47px;}
li#navServices a:hover	{background-position:-125px -47px;}
li#navSupport a:hover	{background-position:-254px -47px;}
li#navStaff a:hover		{background-position:-367px -47px;}
li#navContact a:hover	{background-position:-456px -47px;}
	
/* Main Content
----------------------------------------*/

.content
{
	display: inline;
	width: 555px;
	float: right;
	margin: 0 22px 1em 0;
	background: transparent url(../images/siteGraphics/whiteboardFill.png) repeat-y;
}

.content p
{
	text-align:justify;
	font-size:1em;
	padding: 0 1.7em;
	line-height: 1.2em;
}

.content h2
{
	padding: 0 1em;
	color: #354d9b;
	font-size: 1.25em;
}

.content h3
{
	background-repeat: repeat-y;
	background-position: 9px;
	margin: 0;
	padding: 0 1.5em;
	font-size: 1.125em;
}

.content li
{
	list-style: circle;
	list-style-position: inside;
	text-indent: 1em;
}

.content img
{
	border:#645544 solid 1px;
	background-color:#fff;
	padding:.3em;
	margin:1.7em;
}

.content iframe
{
	display: block;
	border:#645544 solid 1px;
	background-color:#fff;
	padding:.3em;
}

.contentContainer
{
	display: block;
	width: 555px;
	background: transparent  url(../images/siteGraphics/whiteboardHeader.png) top no-repeat;
	padding: 1em 0;
}

.contentFooter
{
	display: block;
	width: 555px;
	height: 30px;
	background: transparent  url(../images/siteGraphics/whiteboardFooter.png) bottom no-repeat;
	clear: right;
}

/* Sidebar
----------------------------------------*/

.sidebar
{
	display: inline;
	width: 217px;
	float: left;
	margin: 0 0 1em 18px;
	background-image: url(../images/siteGraphics/panelFill.png);
}

.sidebarHeader
{
	display: block;
	width: 217px;
	height: 54px;
	background-image: url(../images/siteGraphics/panelHeader.png);
	overflow: hidden;
}

.sidebar h2
{
	margin: 0;
	padding: .8em 0;
	text-align: center;
	color: #fff;
	font-size: 1.25em;
}

.sidebar h3
{
	padding: 0 12px;
	color: #222;
	font-size: 1em;
}

.sidebar p
{
	margin: 0;
	padding: 0 17px;
	text-align: left;
	font-size: 0.9em;
	color: #666;
}

.sidebarContainer
{
	display: block;
	width: 218px;
	background: transparent  url(../images/siteGraphics/panelFooter.png) bottom no-repeat;
	padding-bottom: 1em;
}

/* Footer
----------------------------------------*/
#footer
{
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
} 

#foot 
{
	background: transparent  url(../images/siteGraphics/bench.jpg) bottom no-repeat;
	width:948px;
	margin:0 auto;
	height:75px;
	line-height:1.1em;
	padding:0;
}

#footer a 
{
	color:#fff;
	font-size: 12px;
}

#footer a:hover 
{
	color:#000;
}

#footer p 
{
	color:#000;
	font-size:12px;
	line-height:16px;
	text-align:center;
	margin:0;
}

/* Footer Navigation
----------------------------------------*/
#footerNav ul, #footerNav ul li {
	list-style: none;
	margin: 0;
	padding:0;
}

#footerNav ul {
	padding-top:3px;
	text-align: center;
}

#footerNav ul li {
	border-left: 1px solid #000;
	display: inline;
	padding:0 6px 0 9px;
	letter-spacing:1px;
}

#footerNav ul li.first {
	padding-left:0;
	border:0;
}

#footerNav ul li.last {
	margin-right:0;
	padding-right:0;
}

/* Page Specific
----------------------------------------*/
#contactMap {
	width: 425px;
	height: 350px;
	margin: 0 auto;
}
#supportButton {
	width: 150px;
	padding: 10px;
	background-color: #ffb6b0;
	text-align: center;
	margin: 0 auto 10px auto;
	border: #ff0000 solid 1px;	
}