/*
Theme Name: Bondek Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Atelier Studios
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*------------------------------------------------

		1. Globals
		
		2. Typography

		3. Main Navigation 

		4. Structure
		
		5. Images
		
		6. Lists 
		
		7. Form Elements 
		
		8. Comments

		9. Various Tags & Classes 
		
		10. Forms
				
		11. Headers

---------------------------------------------------

		COLOURS
		
		Background Colour           #d1d7d5
		
		Text Grey 					#2e2e2e
		
		Text Orange 				#df6c17
		
		Headings Darker Grey		#484848
			
		A Link Hover Brown			#3b1900
		
		Sidebar Nav A Link 			#30719b
		
		Sidebar Nav A Link Hover	#274107
		
		
		

-------------------------------------------------*/


/*=================================================

	1. Globals
 
 ===================================================*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}


/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}



/*
	IE PNG Fix http://www.twinhelix.com/css/iepngfix/
 */

* { behavior: url(/wp-content/themes/new_earth/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */





/*=================================================

	2. Typography
 
 ===================================================*/
 
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #2e2e2e;
	margin:0;
	padding:0;
	background: url(images/backgrounds/bg.jpg) repeat-x 0 0;
	}

.narrowcolumn p {
	margin: 0 0 15px 0;
	font-family:'Lucida Grande' Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	}
	
.large {
	font-size:14px;
	margin-top:15px;
	margin-bottom:15px;
	}
	
	.largeblue {
	font-size:14px;
	margin-top:15px;
	color:#21597c!important;
	}
	
.widecolumn p {
	margin: 0 0 15px 0;
	}	

.sub_header_text p {
	color: #666666;
	line-height: 20px;
	}

#footer p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 4px 0;
	color: #4c4c4c;
	}


strong {
	font-weight:bold;
	color: #2e2e2e;
	}
	
em{
	font-style:italic;
	display:inline;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}		
	
small {
	font-size: 11px;
	line-height: 25px;
	color:#999;
	clear:both;
	}	

h1, h2, h3, h4, h5, h6 {
	font-family:'Helvetica', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 20px;
	color: #484848;
	text-align:left;
	line-height: 26px;
	}


h2 {
	padding: 0 0 10px 0;
	margin-bottom:10px;
	font-size: 26px;
	color: #1d5273;
	text-align:left;
	line-height: 32px;
	height:42px;
	background-image:url(images/backgrounds/hr.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
	color: #484848;
	}

h4 {
   text-indent: -5000px;
   background:url(images/headings/latestnews.jpg) no-repeat;
   width: 224px;
   height: 48px;
   margin: 0px 0px 12px 0px;
	}

h5 {
	text-indent: -5000px;
   background:url(images/headings/contactus.jpg) no-repeat;
   width: 202px;
   height: 48px;
   margin: 0px 0px 12px 0px;
	}

h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #484848;
	}

#subpages-title {
	display: none;
	}

/*-----------------------------------
 Link Styles
 ------------------------------------- */

#footer p a {
	color: #4c4c4c;
	text-decoration: none;
	font-size:11px;
	}

#footer p a:hover {
	color: #4c4c4c;
	text-decoration: underline;
	font-size:11px;
	}

	

	
#content a {
	color: #21597c;
	text-decoration: none;
	}

#content a:hover {
	color: #21597c;
	text-decoration: underline;
	}
	

h3 a {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 28px;
	color: #484848;
	text-align:left;
	line-height: 32px;
	float: left;
	clear: both;
	}
	
	h3 a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
#respond {
	font-size:18px;
	font-family:'Helvetica' Arial, Helvetica, sans-serif;
	}

.widgettitle {
	display: none;
	}
	

/* End Typography & Colors */



/*=================================================

	3. Main Navigation 
	

=================================================*/

ul {
   margin:0;
   padding:0;
   }
   
body div#page div#navbar ul#navigation {
	margin: 0;
	padding: 0 0 0 40px;
	float: left;
	list-style-type: none; 
	} 

body div#page div#navbar ul#navigation li {
	padding: 0;
	margin: 0;
	float: left;
	}

li.home a {
	text-indent: -1000em;
	background:url(images/navigation/home.jpg) no-repeat left top;
	width: 136px;
	height: 55px;
	display: block;
	overflow: hidden;
	}
	
	.page-5 .home a {
	text-indent: -1000em;
	background:url(images/navigation/home.jpg) no-repeat left top;
	width: 136px;
	height: 55px;
	display: block;
	overflow: hidden;
	background-position: 0px -55px;
	}

li.home a:hover {
	background-position: 0px -55px; }
	
	
li.system a {
	text-indent: -1000em;
	background:url(images/navigation/systems.jpg) no-repeat left top;
	width: 130px;
	height: 55px;
	display: block;
	overflow: hidden;
	}
	
	.page-14 .system a {
	text-indent: -1000em;
	background:url(images/navigation/systems.jpg) no-repeat left top;
	width: 130px;
	height: 55px;
	display: block;
	overflow: hidden;
	background-position: 0px -55px;
	}

li.system a:hover {
	background-position: 0px -55px; }
	
	
li.pricing a {
	text-indent: -1000em;
	background:url(images/navigation/pricing.jpg) no-repeat left top;
	width: 130px;
	height: 55px;
	display: block;
	overflow: hidden;
	}
	
	.page-16 .pricing a {
	text-indent: -1000em;
	background:url(images/navigation/pricing.jpg) no-repeat left top;
	width: 130px;
	height: 55px;
	display: block;
	overflow: hidden;
	background-position: 0px -55px;
	}

li.pricing a:hover {
	background-position: 0px -55px; }
	
	
li.projects a {
	text-indent: -1000em;
	background:url(images/navigation/projects.jpg) no-repeat left top;
	width: 130px;
	height: 55px;
	display: block;
	overflow: hidden;
	}
	
	.page-18 .projects a {
	text-indent: -1000em;
	background:url(images/navigation/projects.jpg) no-repeat left top;
	width: 130px;
	height: 55px;
	display: block;
	overflow: hidden;
	background-position: 0px -55px;
	}

li.projects a:hover {
	background-position: 0px -55px; }
	
	
li.news a {
	text-indent: -1000em;
	background:url(images/navigation/news.jpg) no-repeat left top;
	width: 120px;
	height: 55px;
	display: block;
	overflow: hidden;
	}
	
	.home .news a {
	text-indent: -1000em;
	background:url(images/navigation/news.jpg) no-repeat left top;
	width: 120px;
	height: 55px;
	display: block;
	overflow: hidden;
	background-position: 0px -55px;
	}

li.news a:hover {
	background-position: 0px -55px; }


li.contact a {
	text-indent: -1000em;
	background:url(images/navigation/contact.jpg) no-repeat left top;
	width: 136px;
	height: 55px;
	display: block;
	overflow: hidden;
	}
	
	.page-22 .contact a {
	text-indent: -1000em;
	background:url(images/navigation/contact.jpg) no-repeat left top;
	width: 136px;
	height: 55px;
	display: block;
	overflow: hidden;
	background-position: 0px -55px; 
	}

li.contact a:hover {
	background-position: 0px -55px; }




	







	
/* Start Sidebar Navigation */

ul.sidebar_nav {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 230px;
	}

ul.sidebar_nav li {
	background-image: url(images/sitewide/bullet_nav.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}
	

/* End Sidebar Navigation */

/*=================================================


	4. Structure 
 
=================================================*/

body {
	margin:0;
	padding:0;
	background-color: #fff;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 861px;
	background-color: #FFFFFF;
	}

#header {
	width: 861px;
	float:left;
	height:145px;
	/*background-color: #FFCC33;*/
	}
	
body div#page div#navbar {
	width: 861px;
	height:55px;
	clear:both;
	float: left;
	/*background-color: #990000;*/
	padding: 0;
	margin: 0 0 43px 0;
	}
	
#header_left {
	float:left;
	width:209px;
	}
	
#header_right {
	float:right;
	/*background-color: #000;*/
	width:652px;
	height:145px;
	}

#content_container {
	float: left;
	width: 861px;
	/*background-color: #FF0000;*/
	background-image: url(images/backgrounds/border.jpg);
	background-position: right 0;
	background-repeat: repeat-y;
	}
	
.narrowcolumn {
	float: right;
	width: 616px;
	padding: 0px 0px;
	/*background-color: #FFCCFF;*/
	}

.widecolumn {
	float: right;
	width: 616px;
	padding: 0px 0px;
	/*background-color: #999999;*/
	}
	
#sidebar {
	width: 224px;
	float:left;
	/*background-color: #3399CC;*/
	padding: 0;
	margin: 0;
	}
	


#content.narrowcolumn .post {
	padding:0;
	margin:-4px 0 10px 0;
	width: 616px;
	float: left;
	/*background-color: #66CC66;*/
	}

#content.widecolumn .post {
	padding:0;
	width: 616px;
	float: left;
	/*background-color: #66CC66;*/
	}

.entry {
	padding: 5px 0 0 0;
	margin: 0;
	width: 616px;
	/*border-top: 1px solid #878585;*/
	float: left;
	/*background-color: #993399;*/
	}


#footer {
	background-image:url(images/backgrounds/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	clear:both;
	padding: 15px 0 0 0;
	}

#footer_container {
	width:861px;
	margin: 0 auto;
	}

#footer_left {
	float:left;
	height:65px;
	}
	
#footer_right {
	float:right;
	width:461px;
	height:65px;
	}
	
	
/* End Structure */




/*=================================================

	5. 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;
	}

	
.entry img {
	border:1px solid #ccc;
	padding: 4px;
	margin: 3px 20px 15px 0;
	float: left;
	/*display: block;
	border: 1px solid #cfd0d4;*/
	}
	
img {
padding:0px;
margin:0px;
}
	

.alignright {
	float: right;
	width: 200px;
	text-align:right;
	}

.alignleft {
	float: left;
	width: 200px;
	}

#header_right img {
	float: right;
	}
	
	
/* End Images */



/*=================================================
	
	6. Lists 

=================================================*/


.entry ol {
	padding: 10px 0 10px 35px;
	margin: 0;
	font-size: 11px;
	}

.entry ol li {
	margin: 0;
	padding: 5px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.narrowcolumn ul {
	margin: 0;
	padding: 0 0 15px 0;
	}

.narrowcolumn ul li {
	background-image: url(images/sitewide/bullet_news.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px;
	padding: 0px 0 5px 0px;
	margin-left:30px;
	}	


#sidebar ul {
list-style:none;
margin:0;
padding:0;
margin-bottom:40px;
}

ul#list a {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	display: block;
	background-image:url(images/backgrounds/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	width:180px;
	font-size:13px;
	color:#245d81;
	text-decoration:none;
	
	}
	
#list a:hover {
	color:#245d81;
	text-decoration:underline;
	}
	
	
li#related a {
	display:block;
	padding: 13px 0px 15px 23px;
	width:180px;
	border-bottom:1px solid #d7d7d7;
	}
	
li#related a:hover {
	display:block;
	padding: 13px 0px 15px 23px;
	width:180px;
	border-bottom:1px solid #d7d7d7;
	}
	
/* End Entry Lists */



/*=================================================

	7. Form Elements 
	
=================================================*/

/*#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;

	}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 500px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/*=================================================
	
	8. Comments
	
=================================================*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/*=================================================
	
	9. Various Tags & Classes 
	
=================================================*/


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
div.left_float {
	float: left;
	width: 200px;
	padding: 0 0 2px 0;
	}	

hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin: 10px 0;
	display: block;
	width: 615px;
	clear: both;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	float:left;
	padding: 15px 0 0 0;
	margin: 10px 0 30px 0;
	border-top: 1px solid #ccc;
	width: 100%;
	/*background-color: #000000;*/
	}
	
p.news_date {
	float: left;
	margin: 18px 0 3px 0;
	padding: 13px 0 0 0;
	width: 100%;
	border-top: 1px solid #878585;
	}
		
	
/* End Various Tags & Classes*/


/*=================================================
	
	10. Forms
	
=================================================*/


/* End Forms*/





/*=================================================
	
	11. Headers
	
=================================================*/


#header h1 a {
	background-image: url(images/sitewide/logo.jpg) ;
	background-position: 0 0px;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	float:left;
	height: 127px;
	width: 209px;
	line-height: 0;
	}

#sub_header h2 {
	background-image: url(images/headings/heading_subheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	height: 116px;
	width: 259px;
	line-height: 0;
	font-size: 10px;
	}

h2 a.latest_news {
	background-image: url(images/headings/heading_sidebar_news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}

h2 a.press_releases {
	background-image: url(images/headings/heading_sidebar_press.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}
	
h2 a.sites_development {
	background-image: url(images/headings/heading_sites.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}	
	
h2 a.movies {
	background-image: url(images/headings/heading_movies.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 20px 0 0 0;
	height: 46px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}	

h3.quote_carbon {
	background-image: url(images/headings/sidebar_quote_carbon.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 12px 0 0 0;
	height: 169px;
	width: 230px;
	line-height: 0;
	font-size: 10px;
	float:left;
	}
	
.description {
	display:none;
	}
	
.categories {
	display:none;
	}
	
.blogroll, .linkcat {
	display:none;
	}
