/*  
Theme Name: The Bunker
Theme URI: http://www.thebunker.net
Description: The Bunker Theme
Version: 0.9
Author: Dominic Hawken
Author URI: http://del.co.uk
*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #3c3c3c;
	color: #545454;
	color: #333;
	padding: 00px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	text-align:justify;
	}

a:link, a:visited {
	color: #111;
	color:#00919E;
	text-decoration:none
	}

a:hover, a:active {
/*	color:#111; */
	color:#00919E;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}
small.date {
	font-size: 1em;
	background:#fff;
	color: #000;
	padding:3px 6px 0px 0px;	
}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:980px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 10px 10px 20px 10px;
	}

#branding {
	width:325px;
	padding-bottom:6px;
	}

#branding img, #branding a:link img, #branding a:visited img {
	padding: 0px 0px 0px 0px;
}


.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	}

#leftcol {
	width:676px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:230px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	background:#e1e4f5;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
/*	font:2.95em Georgia, "Times New Roman", Times, serif; */
/*	font-weight:bold; */
/*	letter-spacing:-0.02em; */
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

h1.front-page {
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}
	
h2 {
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	}

.entry h2 {
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 4px 0px;
}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:8px 0 5px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:700px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: normal; 
	font-style:normal;
	color:#545454;
	margin: 2px 0px 0px 0px;
	}

.feature {
	background:#f2f2f2;
	padding:4px 12px 4px 4px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin: 3px 4px 0px 0px;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	margin: 0px 8px 0px 0px;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:8px;
	}

#lead p {
	font-size:1.2em;
	margin: 0px 2px 4px 2px;
}	

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin: 0px 4px 8px 4px;
	padding: 4px 0px 0px 0px;
	border-bottom:none;
	min-height: 92px;
	width: 330px;
	float: left;
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin: 0px 8px 22px 2px;
	float: left;
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#rightcol .clearfloat2 {
	border-bottom:1px dotted #ddd;
	padding:0px 0px 0px 0px;
	margin: 8px 0px 6px 0px;
}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:14px;
	font-size:1.2em;
	}
.entry-archive {
	padding-bottom:0px;
	font-size:1.2em;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
/*	padding:108px 5px 0px 0px; */
	font-size: 1.1em;
	}

#searchform #s {
	padding: 1px 6px 1px 6px;
	font-size: 1.1em;
	color: #333;
}

.button {
	background:#777;
	color:#fff;
	padding: 1px 7px 1px 7px;
	}

.button:hover {
	background:#333;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0px auto 0px;
	height: 28px;
	width: 980px;
	font-size:0.7em;
	padding:15px 10px 10px 10px;
	color:#333;
	background-color: #FFF;
}

#footer a {
/*	color:#d3d1d1; */
	color: #333;
}

#footer img.footer-clients {
	float: right;
	margin-top: -14px;
}

#baseline {
	width: 980px;
	margin: 0px auto 16px;
	font-size: 0.6em;
}
#baseline p {
	text-align: center;
	color: #ccc;
	margin: 8px 0px 8px 0px;
}	

/* added by Dominic */
a.rsswidget {

}

a.rsswidget img {
	width:12px;
	height: 12px;
}

.clearFloats {
	clear: both;
}




/* Added by Dominic */

sup {
	font-size:0.6em;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.top-menu {
	font-size: 1.1em;
	float: right;
	color: #888;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 532px;
}

.top-menu .top-text-menu {
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top-menu .top-text-menu p {
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top-menu .top-text-menu p a {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #888;
}
.top-menu .top-text-menu p a:hover {
	text-decoration: none;
	color: #333;
}



.top-menu .top-search-menu {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top-menu .top-search-menu p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top-menu .top-search-menu p a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #888;
}
.top-menu .top-search-menu form.searchformtop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top-menu .top-search-menu form.searchformtop input.sbox {
	width: 110px;
	height: 14px;
	font-size: 0.8em;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.top-menu .top-contact-details p {
	margin: 68px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#tickerbar {
	height: 12px;
	font-size: 0.95em;
	background-color: #004f54;
	color:#fff;
	padding: 2px 10px 2px 10px;
}

#LivePerson {
	float: right;
}
#sidelist .widget {
	clear: both;
}

#tickerbar  {
	font-weight: bold;
	max-height: 12px;
}
#tickerbar li, #tickerbar li a {
	color: #fff;
	text-decoration: none;
	list-style-type: none;
}

.widget_rss {

}
.widget_rss h2, .widget_rss h2 a {
	color: #5F5F5F;
	text-decoration: none;
}
.widget_rss ul, .widget_rss ul a {
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 0px 16px;
}
.widget_rss ul li, .widget_rss ul li a {
	margin: 0px 0px 3px 0px;
	list-style: circle!important;
}
.widget_rss ul li a:hover {
	color: #00919E;
	text-decoration: underline;
}


#managed-hosting {
	background-image:url('/wp-content/uploads/2010/03/managed_blue.gif');
	width: 679px;
	height: 115px;
	margin: 12px 0px 16px 0px;
}
#managed-hosting .bunker-managed-link { 
	float: left;
	width: 517px;
	height: 115px;
	background-color: transparent; 
}
#managed-hosting .bunker-padlock-link { 
	float: right;
	width: 162px; 
	height: 115px; 
	background-color: transparent; 
}

#colocation {
	background-image:url('/wp-content/uploads/2010/03/colocation_blue.gif');
	width: 679px;
	height: 115px;
	margin: 0px 0px 16px 0px;
}
#colocation .bunker-colocation-link { 
	float: left;
	width: 517px;
	height: 115px;
	background-color: transparent; 
}
#colocation .bunker-padlock-link { 
	float: right;
	width: 162px; 
	height: 115px; 
	background-color: transparent; 
}

#outsourced-it-services {
	background-image:url('/wp-content/uploads/2010/03/outsourced_blue.gif');
	width: 679px;
	height: 115px;
	margin: 0px 0px 28px 0px;
}
#outsourced-it-services .bunker-outsourced-link { 
	float: left;
	width: 517px;
	height: 115px;
	background-color: transparent; 
}
#outsourced-it-services .bunker-padlock-link { 
	float: right;
	width: 162px; 
	height: 115px; 
	background-color: transparent; 
}

#sidebar #sidelist li .textwidget ul {
	color:#333333;
	margin:0 0 0 16px;
	text-decoration:none;
}
#sidebar #sidelist li .textwidget ul li {
	list-style:circle outside none !important;
	margin:0 0 3px;

}
#sidebar #sidelist li .textwidget ul li a {
	text-decoration: none;
	color:#333;
}
#sidebar #sidelist li .textwidget ul li a:hover {
	color:#00919E;
	text-decoration:underline;
}


#internal-breadcrumb {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 13px;
	font-size: 1.0em;
/*	background-color: #dbfdff; */
}
#internal-breadcrumb ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#internal-breadcrumb ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style-type: none;
}
#internal-breadcrumb ul li a {
	padding: 0px 6px 0px 10px;
	color: #333;
}
#internal-breadcrumb ul li.current_page_item {
}
#internal-breadcrumb ul li.current_page_item a {
	background: none repeat scroll 0 0 #cccccc;	
}
#internal-breadcrumb ul li a:hover {
	color: #00919E;
	text-decoration: none;
}

#content .post h4.archive-h4 {
	color: #f00;
	margin: 4px 0px 2px 0px;
}

hr.hr-light {
	background-color: #CCCCCC;
	margin: 6px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
.entry-archive a.archive-more {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
}
.entry-archive p {
	margin: 8px 0px 4px 0px;
	text-align: justify;
}

.clearAllFloats {
	clear: both;
}

img.alignleft {
	float: left;
	margin-top: 6px;;
	margin-right: 16px;
}

img.alignright {
	float: right;
	margin-top: 6px;;
	margin-left: 16px;
}

ul.inside-the-bunker {
	font-size: 1.1em;
}

/* tabbed box overrides - DJH - 2010 */
.ui-widget {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	font-family: Arial, Verdana, Sans-Serif;;
}
.ui-widget-header {
	background:#fff;
	border:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
}
.ui-tabs {
	padding: 0px 0px 0px 0px;
}
.ui-tabs-panel {
	color: #f00;
}
.ui-tabs-nav {
	font-size: 0.9em;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
}
.ui-widget-content  {
border:1px solid #CCCCCC;
color:#333333;
}
.ui-state-active, .ui-state-active a, .ui-state-active a:visited, .ui-state-active a:active {
	color: #333;
}

.cf-fs1 {
	font-size: 0.75em;
}
.cform input.sendbutton {
	font-weight: bold;
}

.current_page_ancestor a {
	background-color: #000!important;	
}

.ddsg-wrapper ul li {
	margin-top: 8px;
}

li.cf-box-group {
	text-align: left;
}
li.cf-box-group label.cf-after {
	width: 18px;
}
label.cf-after span{
	width: 18px!important;
}
ol.cf-ol li.textonly {
	text-align: left!important;
}
#page .flashBanner {
	background-color: #000;
}

#page .flashBanner object {
	width: 980px;
	height: 56px;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#managed-hosting-box {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 679px;
	height: 115px;
}
#managed-hosting-box #managed-left {
	background-image:url('/wp-content/uploads/2010/03/managed_blue_left.gif');
	width: 515px;
	height: 115px;
	float: left;
}
#managed-hosting-box #managed-left h2 {
		font-family: Arial, Verdana, Sans-Serif;
		letter-spacing: 1px;
		color:#fff;
		font-size: 1.8em;
		margin: 6px 0px 4px 28px;
		padding: 0px 0px 0px 0px;
		border: none;
}
#managed-hosting-box #managed-left h2 a {
	color:#fff;
	text-decoration: none;
}
#managed-hosting-box #managed-left ul li {
	font-family: Arial, Verdana, Sans-Serif;
	color:#fff;
	font-size: 1.1em;
	margin: 0px 0px 6px 28px;
	list-style: none;
}
#managed-hosting-box #managed-left ul li a {
	color:#fff;
	text-decoration: none;
}
#managed-hosting-box #managed-right {
	background-image:url('/wp-content/uploads/2010/03/managed_blue_padlock.gif');
	width: 164px;
	height: 115px;
	float: right;
}

#colocation-hosting-box {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 679px;
	height: 115px;
}
#colocation-hosting-box #colocation-left {
	background-image:url('/wp-content/uploads/2010/03/colocation_blue_left.gif');
	width: 515px;
	height: 115px;
	float: left;
}
#colocation-hosting-box #colocation-left h2 {
		font-family: Arial, Verdana, Sans-Serif;
		letter-spacing: 1px;
		color:#fff;
		font-size: 1.8em;
		margin: 6px 0px 4px 28px;
		padding: 0px 0px 0px 0px;
		border: none;
}
#colocation-hosting-box #colocation-left h2 a {
	color:#fff;
	text-decoration: none;
}
#colocation-hosting-box #colocation-left ul li {
	font-family: Arial, Verdana, Sans-Serif;
	color:#fff;
	font-size: 1.1em;
	margin: 0px 0px 6px 28px;
	list-style: none;
}
#colocation-hosting-box #colocation-left ul li a {
	color:#fff;
	text-decoration: none;
}
#colocation-hosting-box #colocation-right {
	background-image:url('/wp-content/uploads/2010/03/colocation_blue_padlock.gif');
	width: 164px;
	height: 115px;
	float: right;
}

#outsourced-hosting-box {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 679px;
	height: 115px;
}
#outsourced-hosting-box #outsourced-left {
	background-image:url('/wp-content/uploads/2010/03/outsourced_blue_left.gif');
	width: 515px;
	height: 115px;
	float: left;
}
#outsourced-hosting-box #outsourced-left h2 {
		font-family: Arial, Verdana, Sans-Serif;
		letter-spacing: 1px;
		color:#fff;
		font-size: 1.8em;
		margin: 6px 0px 4px 28px;
		padding: 0px 0px 0px 0px;
		border: none;
}
#outsourced-hosting-box #outsourced-left h2 a {
	color:#fff;
	text-decoration: none;
}
#outsourced-hosting-box #outsourced-left ul li {
	font-family: Arial, Verdana, Sans-Serif;
	color:#fff;
	font-size: 1.1em;
	margin: 0px 0px 6px 28px;
	list-style: none;
}
#outsourced-hosting-box #outsourced-left ul li a {
	color:#fff;
	text-decoration: none;
}
#outsourced-hosting-box #outsourced-right {
	background-image:url('/wp-content/uploads/2010/03/outsourced_blue_padlock.gif');
	width: 164px;
	height: 115px;
	float: right;
}



