/*
Theme Name: HC Theme
Theme URI: http://wordpress.org/
Description: HyperCube WordPress Theme
Version: 1.0
Author: Brett Nyquist
Author URI: http://terakeet.net
*/


html {
	background: #163356 url(images/background.jpg) top left repeat-x;
	}

body {
	color: #333;
	font-size: 12px;
	font-family: Arail, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	

#container {
	display: block;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	}
	
/* ---------------------------------------
   GLOBALS
   --------------------------------------- */
	
h1, h2, h3 {
	font-family: Arail, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 16px;
	}

	.post h2 a {
		text-decoration: none;
		}

h3 {
	font-size: 13px;
	}
		
small {
	font-family: Arail, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
hr {
	background: #ccc;
	border: none;
	height: 1px;
	margin: 20px 0px 30px 0px;
	}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0px;
	}
	
a {
	color: #072447;
	}
	
a:hover {
	color: #3374be;
	}


/* ---------------------------------------
   HEADER
   --------------------------------------- */

#header {
	display: block;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	height: 145px;
	width: 940px;
	}
	
h1#logo a {
	background: url(images/logo.jpg) top left no-repeat;
	display: block;
	height: 45px;
	left: 20px;
	position: absolute;
	text-indent: -9000px;
	top: 35px;
	width: 315px;
	}
	
#login {
	display: block;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 48px;
	}
	
#login input {
	background: url(images/input-back.jpg) top left no-repeat;
	border: none;
	color: #afafaf;
	float: left;
	font-size: 11px;
	font-style: italic;
	height: 11px;
	line-height: 11px;
	margin-left: 5px;
	padding: 7px;
	width: 136px;
	}
	
#login input#submit {
	background: url(images/login-button.jpg) top left no-repeat;
	cursor: pointer;
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9000px;
	width: 50px;
	}
	
	#login input#submit:hover {
		background: url(images/login-button.jpg) 0px -25px no-repeat;
		}

/* ---------------------------------------
   NAVIGATION
   --------------------------------------- */

ul#navigation {
	bottom: 0px;
	height: 37px;
	left: 0px;
	padding: 0px;
	position: absolute;
	width: 940px;
	}

	ul#navigation li {
		float: left;
		height: 37px;
		}
	
	ul#navigation li a {
		display: block;
		height: 37px;
		text-indent: -9000px;
		}
		
		ul#navigation li a.products {
			background: url(images/navigation.jpg) 0px 0px no-repeat;
			height: 37px;
			width: 153px;
			}
			
			ul#navigation li a.products:hover { background: url(images/navigation.jpg) 0px -37px no-repeat; }
			
		ul#navigation li a.about {
			background: url(images/navigation.jpg) -153px 0px no-repeat;
			height: 37px;
			width: 100px;
			}

			ul#navigation li a.about:hover { background: url(images/navigation.jpg) -153px -37px no-repeat; }
			
		ul#navigation li a.network {
			background: url(images/navigation.jpg) -253px 0px no-repeat;
			width: 102px;
			}

			ul#navigation li a.network:hover { background: url(images/navigation.jpg) -253px -37px no-repeat; }
			
		ul#navigation li a.care {
			background: url(images/navigation.jpg) -355px 0px no-repeat;
			width: 138px;
			}

			ul#navigation li a.care:hover { background: url(images/navigation.jpg) -355px -37px no-repeat; }
			
		ul#navigation li a.policy {
			background: url(images/navigation.jpg) -493px 0px no-repeat;
			width: 128px;
			}

			ul#navigation li a.policy:hover { background: url(images/navigation.jpg) -493px -37px no-repeat; }
			
		ul#navigation li a.news {
			background: url(images/navigation.jpg) -621px 0px no-repeat;
			width: 133px;
			}

			ul#navigation li a.news:hover { background: url(images/navigation.jpg) -621px -37px no-repeat; }
			
		ul#navigation li a.careers {
			background: url(images/navigation.jpg) -754px 0px no-repeat;
			width: 97px;
			}

			ul#navigation li a.careers:hover { background: url(images/navigation.jpg) -754px -37px no-repeat; }
			
		ul#navigation li a.contact {
			background: url(images/navigation.jpg) -851px 0px no-repeat;
			width: 89px;
			}

			ul#navigation li a.contact:hover { background: url(images/navigation.jpg) -851px -37px no-repeat; }
			
	img#left-nav {
		display: none;
		position: absolute;
		left: -140px;
		bottom: 0px;
		}
		
	img#right-nav {
		display: none;
		position: absolute;
		right: -140px;
		bottom: 0px;
		}
/* ---------------------------------------
   CONTENT
   --------------------------------------- */

#wrapper {
	background: url(images/wrapper-back.jpg) 0px 0px no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	}
	
	.post {
		margin: 0;
		}

#content {
	background: #ffffff url(images/content-back.jpg) left bottom no-repeat;
	font-size: 12px;
	margin: 0px auto;
	padding: 20px;
	padding-bottom: 19px;
	width: 900px;
	}
	
#internal {
	background: #ffffff url(images/content-back.jpg) left bottom no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	}

#page-content {
	float: right;
	margin: 20px 20px 20px 0px;
	width: 645px;
	}
	
	#page-content h2 {
		border-bottom: 1px solid #c7d8ec;
		color: #0b2b50;
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 6px;
		}
		
	#page-content h3 {
		color: #0b2b50;
		font-size: 14px;
		margin-bottom: 5px;
		margin-top: 20px;
		}
		
	#page-content #print-page {
		margin: 0px 0px 10px 0px;
		width: 150px;
		}
		
		#page-content #print-page img {
			margin: 0px 4px -3px 0px;
			}
		
	#page-content p {
		color: #545454;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 15px;
		}
		
	#page-content .post {
		margin-bottom: 40px;
		}
		
	#page-content .post ul {
		margin-bottom: 20px;
		margin-left: 10px;
		}

	#page-content .post ul li {
		line-height: 18px;
		list-style: disc;
		margin-bottom: 1px;
		margin-left: 5px;
		padding: 0px 0px 8px 5px;
		}

	#page-content #meta {
		float: right;
		margin: 5px 0px 30px 25px;
		width: 230px;
		}
		
		#page-content #meta img {
			border: 1px solid #0c2c52;
			}
			
		#page-content #meta ul {
			background: url(images/meta-list-back.jpg) top left no-repeat;
			margin-top: 20px;
			padding: 15px 0px 20px 15px;
			}
			
			#page-content #meta ul li {
				background: url(images/meta-list-bullet.jpg) 0px 6px no-repeat;
				border: 0px;
				color: #474747;
				font-size: 12px;
				line-height: 18px;
				margin: 0px;
				margin-bottom: 15px;
				padding: 0px;
				padding-left: 15px;
				}

/* ---------------------------------------
   TARIFFS LIST
   --------------------------------------- */

ul#tariffs {
	margin-top: 0px;
	padding-top: 0px;
	}
	
	ul#tariffs li {
		margin-bottom: 1px;
		padding: 6px;
		}
		
	ul#tariffs li span.tariff-title {
		display: block;
		float: left;
		width: 200px;
		}

	ul#tariffs li span.updated {
		padding: 0px 25px;
		}
		
	ul#tariffs li a {
		padding-left: 40px;
		}

/* ---------------------------------------
   SIDEBAR
   --------------------------------------- */
	
#sidebar {
	background: url(images/sidebar-back.jpg) top right no-repeat;
	float: left;
	font-family: Arail, Helvetica, sans-serif;
	margin-left: 0px;
	min-height: 500px;
	width: 262px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	font-family: Arail, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#sidebar ul#side-nav {
	float: right;
	margin: 20px 9px 20px 0px;
	}
	
#sidebar ul#side-nav li {
	background: url(images/sidebar-nav-back.jpg) top right no-repeat;
	width: 220px;
	}
		
	#sidebar ul#side-nav li a {
		color: #0c2c52;
		display: block;
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		padding: 11px 0px 10px 0px;
		padding-left: 0px;
		text-decoration: none;
		}
		
		#sidebar ul#side-nav li a:hover {
			color: #3374be;
			text-decoration: underline;
			}
			
#sidebar img.internal-ad {
	margin: 10px 25px;
	width: 200px;
	}
	
/* ---------------------------------------
   BOTTOM SECTION
   --------------------------------------- */
   
#bottom-section {
	margin: 20px 0px 0px 0px;
	width: 900px;
	}
	
li.ad {
	float: left;
	margin: 0px;
	width: 220px;
	}
	
li.about-us, li.announcements {
	background: url(images/box-back.gif) left bottom no-repeat;
	display: block;
	float: left;
	height: 233px;
	margin: 0px;
	padding: 0px;
	width: 320px;
	}
	
	li.about-us {
		background: url(images/home-about-box.jpg) left bottom no-repeat;
		width: 560px;
		}
	
	li.about-us {
		margin: 0px 20px 0px 0px;
		}
		
	li.about-us p {
		display: block;
		float: left;
		padding: 17px 10px 17px 17px;
		line-height: 18px;
		width: 250px;
		}
		
	li.about-us p a.block-link {
		display: block;
		float: right;
		}
		
li.about-us h2, li.announcements h2 {
	background: url(images/box-header.jpg) top left no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-weight: 500;
	height: 14px;
	margin: 0px;
	padding: 11px 15px;
	text-shadow: 0px -1px #10243b;
	text-transform: uppercase;
	width: 290px;
	}
	
	li.about-us h2 {
		background: url(images/home-about-header.jpg) top left no-repeat;
		width: 560px;
		}
	
li.case-studies ul {
	padding: 15px 20px;
	}
	
li.case-studies ul li {
	height: 70px;
	margin-bottom: 13px;
	width: 280px;
	}
	
li.case-studies ul li img.thumb {
	float: left;
	margin: 3px 15px 5px 0px;
	}
	
	li.case-studies ul li p {
		color: #575757;
		line-height: 18px;
		}
	
	li.case-studies ul li p strong {
		color: #072447;
		}

li.announcements ul#releases {
	margin-top: 0px;
	padding: 4px 20px 15px 20px;
	padding-top: 0px;
	}
		
li.announcements ul#releases li {
	background: url(images/news-bullet.jpg) top left no-repeat;
	margin-top: 15px;
	padding-left: 25px;
	width: 260px;
	}
	
	li.announcements ul#releases li p {
		color: #072447;
		margin: 0px;
		padding: 0px;
		}
		
		li.announcements ul#releases li p small {
			color: #a1a1a1;
			font-size: 11px;
			font-style: italic;
			}

/* ---------------------------------------
   FOOTER
   --------------------------------------- */

#footer {
	padding: 0;
	margin: 20px auto;
	width: 900px;
	clear: both;
	}
	
	ul#footer-nav {
		padding-bottom: 15px;
		}
	
	ul#footer-nav li {
		border-right: 1px solid #526883;
		float: left;
		height: 13px;
		padding: 0px 12px;
		}
		
		ul#footer-nav li:first-child {
			padding-left: 0px;
			}
			
		ul#footer-nav li:last-child {
			border: none;
			padding-right: 0px;
			}

	ul#footer-nav li a {
		color: #fff;
		text-shadow: 0px -1px #000;
		}

	#footer p {
		color: #8a9fb9;
		line-height: 15px;
		margin: 0;
		padding: 20px 0;
		text-align: left;
		text-shadow: 0px -1px #000;
		}


/* ---------------------------------------
   IMAGES
   --------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
