/*
Theme Name: ABT
Theme URI: http://www.abt.com.au/
Description: ABT is based in the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Luke Gee
Author URI: http://lukegee.com/
*/



/* Begin Typography & Colors */
	
#content {
	font-size: 1.2em
	}

.widecolumn .entry p,
.narrowcolumn .entry p {
	font-size: 1.0em;
	width: 90%;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	}

.widecolumn {
	line-height: 1.2em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px dashed #504C47;
	border-bottom: 1px dashed #504C47;
	}	

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

h1, h2, h3 {
	font-family: Arial, Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, 
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #CBBAA6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, 
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited, 
#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #AD4C00;
	}
	
.entry p a:hover {
	color: #FFF;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.95em Arial, Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

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

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

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em Arial, Helvetica, 'Lucida Grande', Verdana, 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, h2 a:hover, h3 a:hover {
	color: #EA6E1E;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF; !important;
	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 */

body {
	font: 62.5% Arial, Helvetica, 'Lucida Grande', Verdana, Sans-Serif; /* Resets 1em to 10px */
	color: #CBBAA6;
	background: #FFF url('images/bg-body.jpg') top repeat-x;
	text-align: left;
	padding: 0;
	margin: 0; 
	}
#header {
	height: 95px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	}
	
#headerNoFlash {
	width: 874px;
	margin: 0 auto;
	text-align:left;
	padding: 0 0 5px 0;
}
	
#pageBg {
	margin: 0 auto;
	width: 874px;
	background: #2F2F2F url('images/bg-page.jpg') top center repeat-y;
	clear: both;
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	min-height: 500px;
	text-align: left;
	background: transparent url('images/bg-top.jpg') top center no-repeat;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	clear: both;
	}
	
#nav {
	height:33px;
	position: relative;
}
	
/*- Main Menu in Header */
	
ul.menu {
	font-family: Arial, Sans-Serif;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 34px;
	width: 90%;
	
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 2px 5px 2px;
	margin: 0;
	}

ul.menu li a {
	font-size: 1.2em;
	color: #E1D9CB;
	margin: 0;
	}

ul.menu li a:hover {
	background: #FF0C00;
	color: #FFF !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	font-weight:bold;
	color: #FFF !important;
	background: #FF0C00;
	text-decoration: none;
	}

/*- End Main Menu in Header */

/*- Sidebar Subpages Menu */

.sb-pagemenu ul,
.sb-pagemenu li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	}

.sb-pagemenu ul ul {
	}

.sb-pagemenu ul .page_item {
	padding: 0 0 0 15px;
	background: url('images/bt-orange.gif') left center no-repeat;
	
	}

.sb-pagemenu ul li.current_page_item {
	padding: 0 0 0 15px;
	background: url('images/bt-white.gif') left center no-repeat;
	}
	
.sb-pagemenu ul li.current_page_item a {
	color: #FFF;
	}

/* Language selector flags */
	
ul.languageSelector {
	font-family: Arial, Helvetica, Sans-Serif; 
	float: right;
	margin: 90px 18px 0 0;
	}

ul.languageSelector li {
	display: inline;
	}
	
ul.languageSelector a {
	color: #888;
	text-decoration: none;
	}

ul.languageSelector a:hover {
	color: #000;
	}

#footer {
	font-family: 'Lucida Grande', Verdana, Sans-Serif; 
	clear: both;
	margin: 0 auto;
	background: transparent url('images/bg-page-footer.jpg') top center no-repeat;
	width: 874px;
	padding: 25px 0 40px 0;
	text-align: left;
	color: #777;
	}
	
#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

#footer hr {
	display: block;
	color:#fff;
	border-top: 1px dashed #CBB9A5;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 5px 17px 5px 17px;
}
	
#footer p {
	margin: 0 16px;
	}
	
#footer ul {
	margin: 0 16px;
	padding:0;
}

#footer ul li {
	display: inline;
	padding: 2px 6px ;
	}

.rsslink {
	background: url('images/rss.png') left top no-repeat;
	padding: 1px 5px 1px 15px !important;
}
	
.footerphoton {
	float: right;
	
}
.footercopyright {
	padding: 10px 0 50px;
}


.narrowcolumn {
	/*
	background-color:pink;
	*/
	float: left;
	padding: 0 0 20px 42px;
	margin: 0;
	width: 475px;
	position: relative;
	}

.widecolumn {
	padding: 0 0 20px 42px;
	margin: 0;
	width: 788px;
	}

.post {
	margin: 0 0 20px 0;
	text-align: 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: left;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

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

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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
	}
/* 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;
	list-style: none;
	} 

html>body .entry li {
	margin: 0 0 0 2px;;
	padding: 0 0 0 15px;
	background: url('images/bt-normal.gif') left 2px no-repeat;
	}

.entry ul li:before, 
#sidebar ul 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, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

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

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0 0 0 15px;
	background: url('images/bt-normal.gif') left center no-repeat;
	}
/* End Entry Lists */

/*- Downloads Buttons */

.btn-wrap {
	padding-top:0px; 
	height:2.5em;
	}

.btn {
	
	padding: 10px 13px 10px 0;
	background: url('images/btn-right.gif') right center no-repeat;
	}

.btn a {
	
	margin:0;
	padding: 10px 15px 10px 32px;
	color:#FFF !important;
	font-weight:bold !important;
	background: url('images/btn-left.gif') left center no-repeat;
	}
	
.btn a.pdf {
	background: url('images/btn-pdf.gif') left center no-repeat;
	}
	
.btn a:hover {
	color: #E1D9CB !important;
	text-decoration:none !important;
	}
	

/* Download links */

.download a {
	display: block;
	width: 217px;
	margin:5px 0 0 0;
	padding: 6px 15px 8px 15px;
	color:#FFF !important;
	font-weight:bold !important;
	background: url('images/btn-normal.gif') left center no-repeat;
	
}

.download a:hover {
	color:#000 !important;
	font-weight:bold !important;
	text-decoration: none;
	background: url('images/btn-hover.gif') left center no-repeat;
	
}

/* End Download links */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px 0 0 0 ; 
	text-align: left;
	display: inline;
	}

#sidebar #searchform #s {
	width: 185px;
	padding: 3px;
	margin: 0;
	}
	
#sidebar #searchsubmit {
	margin: 0 0 -6px 0;
	padding: 0;
	}
	
.textfield {
	background-color: #878881;
	border: 1px solid #786864;
	color: #786864;
	font-size: .95em;
	font-family:Arial, Helvetica, sans-serif;
	}

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

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

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



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 3px 0 ;
	padding: 5px 10px 3px 0;
	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 */



/* Begin Sidebar */
#sidebar {
	text-align: left;
	padding: 65px 0 10px 0;
	margin-left: 533px;
	width: 295px;
	background:transparent;
	
	}

#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 */


/* Case Study Table */

#case-study {
	margin-top: 20px;
	width: 808px;
}

#case-study td {
	vertical-align:top;
	padding: 0px 20px 5px 0; 
}

#case-study td p {
	width: 90%; 
}

#case-study td td {
	padding:0; 
}

#case-study td.main {
	width: 475px;
}
#case-study td.sidebar {
	width: 296px;
}

#case-study td h4 {
	color: white;
	font-size: 1.6em;
	margin: 0 0 10px 0;
	padding: 0;
	
}

#case-study td h3 {
	color: white;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 0;
	
}





/* Services */

#audience,
#servives {
	margin-top: 20px;
	width: 808px;
}

#audience td,
#services td {
	width: 25%;
	font-size: .95em;
	line-height: 1em;
	vertical-align:top;
	padding: 0px 12px 10px 0; 
}

#audience td {
	width: 25%;
}

#audience td h3,
#services td h3 {
	color: white;
	margin: 0 0 -15px 0;
	padding: 0; 
}




/* Begin Various Tags & Classes */

.news-date {
	margin: -3px 0 0 0 ;
	padding: 0;
	color: #786864;
	font-size: .95em;
}

.news-author {
	color: #786864;
	font-size: 11px;
}

.news-category {
	font-size: .95em;
}

.news-comments {
	display: block;
	font-size: .95em;
	padding: 2px 0 2px 16px;
	background: transparent url('images/comment.gif') center left no-repeat;
	
}

.news-feed {
	display: block;
	font-size: .95em;
	padding: 2px 0 2px 16px;
	background: transparent url('images/feed.gif') center left no-repeat;
	
}

.news-excerpt {
	font-size: 11px;
}

.news img {
	border: 1px solid #141414;
	background-color:#FFFFFF;
	padding: 7px 6px 7px 6px;
}

.flashvideo,
.slideshow {

	padding: 8px 13px 40px 13px;
	display: block;
	background: transparent url('images/bg-slideshow.jpg') top left no-repeat;
}


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

hr {
	display: none;
	}
	
#content hr,
#sidebar hr {
	color:#242424;
	display: block;
	border: 0;
	border-top: 1px dashed #504C47;
	margin: 15px 0 5px 0;
}
	
hr.dashed {
	display: block;
	color:#242424;
	border: 0;
	border-top: 1px dashed #504C47;
	margin: 15px 0 5px 0;
}

a img {
	border: none;
	}

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



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
