/*  
Theme Name: Two Small Blondes
Theme URI: http://twosmallblondes.com.au
Description: A theme for Two Small Blondes based on the Wordpress default theme, Kubrick.
Version: 1
Author: Joe Gatling
Author URI: http://joegatling.com
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #393a3d url('images/bg.gif') top left repeat-x;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	}

#headerimg { 
	background: url('images/header.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
	height: 94px; 
	width: 886px;
	border: 1px solid #000;
	} 

#content, #homeContent {
	background-color: white;
	color: #666;
	}

.alt {
	color: #aaa;
	border-top: 1px dashed #ddd;
	}
	
#content p, #homeContent p
{
	font-size: 1.1em;
	padding-right: 0;
	
}

#footer {
	background: #fe4bff url('images/stripe.gif') repeat-y top left; 
	border: 1px solid #fff;
	
	}
	
#footer p
{
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
}

#footer a, #footer a:visited
{
	color: #fff;
}

#footer a:hover
{
	color: #ffa7cf;
}


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

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

h1 {
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	}

#headerimg .description {
	display: none;
	}

h2 {
	font-size: 2em;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: 2m;
	}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	}

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 {
	color: #fe4bff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em '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.5em;
	text-transform: none;
	}

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

.commentmetadata {
	font-weight: normal;
	}


small, .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: #fe4bff;
	text-decoration: none;
	}

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

	
#header h1
{
	display: none;
}

sup
{
	font-size: .6em;
	line-height: 0;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	margin-bottom: 0;
	padding: 0;
	width: 886px;
	border: 1px 
	}

#header {
	margin: 0; 
	padding: 0; 
	width: 886px;
	}

#headerimg {
	margin: 0;
	height: 94px;
	width: 100%;
	}
	
#content {
	padding: 10px 246px 10px 246px;
	margin: 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

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

#footer p {
	margin: 0;
	padding: 5px 5px 5px 256px;
	text-align: left;
	}
/* End Structure */



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

h2 {
	margin: 15px 0 10px;
	}

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

h3 {
	padding: 0;
	margin: 30px 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 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, #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;
	}

/* End Entry Lists */



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

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

#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: 100%;
	padding: 2px;
	}

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



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

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

.commentlist li {
	margin: 5px 0 3px;
	padding: 8px 0px 3px 0px;
	list-style: none;
	border-top: 1px dashed #ddd;	
	}
	
li.firstcomment
{
	border: none;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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


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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.hangleft
{
	float: left;
	margin-left: -230px;
	padding-right: 15px;
	
}

.hangright
{
	float: right;
	padding-left: 15px;
	margin-right: -230px;
	
}

.overflowcentre
{
	margin-left:-246px;
	margin-right:-256px;
}

.clearboth
{
	clear: both;
}
/* End Various Tags & Classes*/

/*Navbar*/

#navbar
{
	padding: 0;
	margin: 0;
}

#navbar ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	width: 100%;
	text-align: right;
}

#navbar li
{
	/*float: left;*/
	display: inline;
	padding: 0 0 0 15px;
	margin: 0;
}

#navbar a, #navbar a:visited
{
	font-weight: bold;
	color: white;
	font-size: 10px;
}

#navbar a:hover
{
	color: #ccc;
	text-decoration: none;
}

/* HomeContent */
#homeContent
{
	padding: 10px 10px 0 10px;
	margin: 0;
	background:#f8e2fc;
}


#homeContent .entry
{
	float: right;
	width: 360px;
}

#homeContent .entry p
{
	font-size: 12px;
}

#homeContent .homeMedia
{
	float: left;
	width: 480px;
	margin-top:15px;
	padding: 0;
}

#homeContent h2
{
	/*float: right;*/
	text-align: center;
}

.newsSnippets
{
	background: #FFF url('images/snippet-top.png') top left repeat-x;
	margin: 10px -10px 0 -10px;
	padding: 30px 10px 1px 10px;
}

.newsSnippets h2
{
	display: none;
}

.newsSnippets h3
{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #d15be3;
}

#newsSnippetsHeader
{
	background: url('images/in-other-news.png') top left no-repeat;
	width: 150px;
	height: 24px;
	float: left;
}

#otherClientsHeader
{
	background: url('images/previous-clients.png') top left no-repeat;
	width: 250px;
	height: 24px;
	float: left;
	margin-bottom: 15px;
	
}

#newsSnippetsContent
{
	width: 650px;
	float:right;
}

.snippet
{
	width: 300px;
	float: left;
	margin: 0 0 15px 20px ;
}

.homeMedia img
{
	border: 1px solid #000;
}

.homeMedia embed, .homeMedia video, .homeMedia object
{
	width: 480px;
	height: 302px;
}

.homeMedia object
{
	width: 480px;
	height: 302px;
}

#messages
{
	clear:both;
}
#messages p
{
	text-align:center;
}

#timetable
{
	margin-left: -200px;
	width: 792px;
}

#infotable, #pricetable
{
	width: 592px;
}

#infotable td, #pricetable td
{
	text-align: left;
}


#timetable td, #infotable td, #pricetable td
{
	height: 60px;
	padding: 4px;
	margin: 2px;
	background: #DDD;
	color: #000;
	text-align:center;
}

#timetable td
{
	width: 60px;	
}

#infotable td, #pricetable td
{
	width: 100%;
}



#timetable td.cc, #infotable td.cc, #pricetable td.cc
{
	background: #FFFF00;
}

#timetable td.cmda, #infotable td.cmda, #pricetable td.cmda
{
	background: #9CF;
}

#timetable td.ctp, #infotable td.ctp, #pricetable td.ctp
{
	background: #F99;
}

#timetable td.cmc, #infotable td.cmc, #pricetable td.cmc
{
	background: #F9F;
}

#timetable td.cipa, #infotable td.cipa, #pricetable td.cipa
{
	background: #9C3;
}

#timetable td.pl-apt, #infotable td.pl-apt, #pricetable td.pl-apt
{
	background: #96F;
}

#timetable td.ccd, #infotable td.ccd, #pricetable td.ccd
{
	background: #FC6;
}

#timetable td.aac, #infotable td.aac, #pricetable td.aac
{
	background: #9FC;
}

#timetable td.tableheader, #infotable td.tableheader, #pricetable td.tableheader
{
	background: #CCC;
}

.wpcf7-form
{
	text-align: left;
	
}