/*
Theme Name: Airconco
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.2
Author: Michael Heilemann - mods by Interconnect IT
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

*/

@import "comments.css";

form, fieldset {
	padding:0;
	margin:0;
	border: 0 none;
}
/* Begin Typography & Colors */
body {
	font-size: 75%;
	font-family: Arial,Helvetica,sans-serif;
	background: #F7F7F4 url('images/mainback.jpg') repeat fixed;
	color: #646464;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	/*border: 1px solid #959596;*/
	text-align: left;
	}

#content {
	line-height: 1.4em;
}
	#content .postmetadata {
		text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	/*border: none;*/
	}

small {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.8em;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#6793C2;
	font-weight: bold;
	line-height:1em;
	padding:0;
	margin: 0;
}

h1 {font-size: 2.5em}
h2 {font-size: 1.6em}
h3 {font-size: 1.3em}
h4 {font-size: 1.2em}
h5 {font-size: 1.1em}
h6 {font-size: 1.0em}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	text-align:left;
	margin-top:1em;
	color:#6793C2;
}

h2.pagetitle {
	margin: 6px 0 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/*
 @desc: Hide the text header from view as we'll rely on the image based header
 to get the message across. We keep them around so that the search engines have
 something to look at.
*/
#header .description,
#header h1 {
	position:absolute;
	left:0;
	top:-10em;
	font-size: 4em;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color:#6793C2;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #527CA6;
	text-decoration: none;
	outline: 0 none;
}

a:hover {
	color: #527CA6;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

#header {
	color:#333;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 100%;
	text-align: center;
	position:relative;
	z-index:10;
}

#topmenu{
	position:absolute;
	top:60px;
	left:0;
	width:850px;
	height:33px;
	line-height:33px;
}
#header .header-img {
	display:block;
	width:790px;
	height:60px;
	position:absolute;
	top:0;
	left:30px;
	text-align:center;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 470px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 6px 0 30px;
	padding-bottom: 20px;
	overflow:hidden;
	border-bottom: solid 1px #ddd;
	clear:left
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
	visibility:hidden;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin 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
	}

.excerptThumb {
	float:left;
	margin:0.5em 10px 0 0;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

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

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

#sidebar ul {
	margin: 5px 0 0 0;
	padding: 0;
}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0.5em;
}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul,
#sidebar ul ol {
	margin: 0 0 0 2em;
}


ol li,
#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: disc;
}
/* End Entry Lists */



/* Begin 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin-left: 530px;
	width: 200px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	clear:both;
	text-align: center;
	margin-top: 10px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#sidebar .widget {
	padding:10px;
	margin: 0 0 20px;
	border:solid 1px #ddd;
	min-height:1px;
	overflow:hidden;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

h2.widgettitle {
	font-size:1em;
	font-weight:normal;
	line-height:1.6em;
	width:180px;
	display:block;
	padding: 5px 10px;
	position:relative;
	left:-11px;
	top:-11px;
	background-color: #ddd;
}

.ie6 h2.widgettitle {
	margin-right:-22px;
}

.ie6 #sidebar .widget {
	overflow:visible;
	height:1px; /* Equiv to min height in real browsers. */
}

.commentlist {
	margin:0;
	padding:0;
}
#mainmenu {
	position:absolute;
	width:755px;
	height:32px;
	z-index:102;
	left: 0;
	top: 140px;
}

#button1 {
	position:absolute;
	width:153px;
	height:30px;
	z-index:1;
	background-image: url(images/nbutton1-off.jpg);
	left: 1px;
}

#button2 {
	position:absolute;
	width:153px;
	height:30px;
	z-index:2;
	left: 152px;
	top: 0px;
	background-image: url(images/nbutton1-off.jpg);
}
#button3 {
	position:absolute;
	width:153px;
	height:30px;
	z-index:3;
	left: 303px;
	top: 0px;
	background-image: url(images/nbutton1-off.jpg);

}
#button4 {
	position:absolute;
	width:151px;
	height:30px;
	z-index:4;
	left: 454px;
	top: 0px;
	background-image: url(images/nbutton1-off.jpg);
}

#button5 {
	position:absolute;
	width:150px;
	height:30px;
	z-index:4;
	left: 607px;
	top: 0px;
	background-image: url(images/nbutton2-off.jpg);
}


#mainmenu a.button {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	line-height:30px;
	display: block;
	height: 30px;
	width: 153px;
	background-image: url(images/nbutton1-off.jpg);
}

#mainmenu a.button:hover {
	background-image: url(images/nbutton1-on.jpg);
}

#mainmenu a.button2{
	color:#fff;
	background-image: url(images/nbutton2-off.jpg);
}

#mainmenu a.button2:hover {
	background-image: url(images/nbutton2-on.jpg);
}

#menu1 {
	position:absolute;
	width:194px;
	z-index:1000;
	visibility: hidden;
	left: -15px;
	top: 175px;
}
#menu2 {
	position:absolute;
	width:193px;
	height:115px;
	z-index:1000;
	left: 134px;
	top: 175px;
	visibility: hidden;
}

a.bluebot,
a.bluefill,
a.bluetop {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	display: block;
	line-height:30px;
	height: 30px;
	width: 144px;
	vertical-align: middle;
	background:  url(images/bluetopoff.gif) ;
}

a.bluefill{
	background:  url(images/bluefill-off.gif) ;
}
a.bluebot {
	background:  url(images/bottomfilloff.gif) ;
}

a.bluetop:hover {
	background:  url(images/bluetopon.gif) ;
}
a.bluefill:hover {
	background:  url(images/bluefill-on.gif) ;
}

a.bluebot:hover {
	background:  url(images/bottomfillon.gif) ;
}
#pageheader {
	position:absolute;
	width:593px;
	height:140px;
	z-index:4;
	right: 0;
	background-color: #0D2242;
	background-image: url(images/Untitled-6.gif);
	top: 0;
}

#telephone {
	position:absolute;
	width:228px;
	height:31px;
	z-index:100;
	left: -0px;
	top: -0px;
	background-image: url(images/telephone-fill.gif );
	visibility: visible;
}
.telephone {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	vertical-align: middle;
	line-height: 28px;
}
#topmenu {
	position:absolute;
	width:362px;
	height:31px;
	z-index:101;
	left: 229px;
	top: -0px;
	background-image: url(images/topmenu.gif);
}

#image {
	position:absolute;
	width:170px;
	height:108px;
	z-index:200;
	left: 420px;
	top: 32px;
}

.strapline {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 18px;
	vertical-align: middle;
	line-height: 28px;
}
#strapline {
	position:absolute;
	width:433px;
	height:33px;
	z-index:103;
	left: -5px;
	top: 65px;
	font-size:17px;
}

#The-Airconditioning-Company {
	position:absolute;
	width:168px;
	height:140px;
	z-index:1000;
	left: -1px;
	top: 3px;
}
#logo {
	position:absolute;
	width:168px;
	height:140px;
	z-index:2;
	top: 0;
	background-color: #0D243C;
	left: 0;
}

.topmenu {
	font-size: 12px;
	font-weight: bold;
	color: #5283AE;
	text-align: center;
	line-height: 29px;
}

.topmenu:hover {
	color: #000000;
}

#sidebar .widget_search {
	padding:0;
	border:0 none;
}

.unfocused {
	color:#999;
}

.errorMessage{
	left:5px;
	background-color:#fff;
	color:#900;
	z-index:10;
	padding:0.5em;
	border:solid 1px #900;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ie6 hacks */

.entry{
	max-width: 100%;
	margin-top: 1em;
}
