/*  
Theme Name: Disruption
Theme URI: http://www.tbwa.com.au/
Description: Disruption Blog
Version: 0.9
Author: Bruce Collier
Author URI: http://tequila.com.au/
*/

@charset "utf-8";

/*   General   */

body {
	font: 10px Arial, Helvetica, sans-serif;
	color: #353f49;
	margin: 0;
	padding: 0;
	background:#ffffff url(images/bg.jpg) fixed;
}
body a {
	color: #353f49;
	text-decoration: none;
}
#scroll {
	position:absolute;
	top:0;
	bottom:-150px;
	width:1em;
	z-index:-1;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;	
	}
th, td {
	padding: 0;
	vertical-align: top;
	text-align: left;
	}
h4 {
	font-size: 20px;
	padding: 0;
	margin:0;
	}
	
h5 {
	font-size: 24px;
	padding: 0;
	margin: 5px 0 15px 0;
	}

.logoOld {
	background: url(images/logo_top.png) right top no-repeat;
	}
.logo {
	vertical-align: top;
	text-align: right;
	padding-right: 30px;
	}
.topBox {	
	margin: 0;
	height: 185px;
	}
.topBox a {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	padding: 1px 3px;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	}

.topBox a:hover {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: #CC010E;
	}
.topBox th {
	padding: 0;
	}
.topBox th img {
 margin:0;
 padding: 0px;
}
.topBox h5 {
	padding: 0;
	margin: 0;
	}

.leftBox {
	margin-top: 6px;
	}

.leftBox ul,
.topBox ul {
	list-style: none;
	padding: 0;
	margin: 13px 0 0 0;
	width:100%;
	}

.leftBox li{
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.topBox li {
	padding: 0;
	margin: 3px 0 0 0;
	display: block;
	width: 176px;
	}
.leftBox a {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	padding: 1px 3px;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	}
.leftBox a:hover {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: #CC010E;
	}

.lineDivide1 {
	background: url(images/line_divide1.png) no-repeat;
}

/*   Blog   */

.blog {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	margin: 0 30px 0 0;
}
.blog h1 {
	font: normal 20px/16px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	padding-top: 10px;
}
.blog h2 {
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #ef000f;
	text-decoration: none;
	margin: 10px 0 5px 0;
}
.blog h3 a {
	font: normal 16px/16px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	padding-top: 10px;
	margin-bottom: 1px;
}
.blog a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #353dff;
	text-decoration: none;
}
.blog a:hover {
	color: #000;
	text-decoration: none;
}
.blog img {
	margin: 20px 0;
	display: block;
	border: none;
	}
.blog .thumbnail {
	padding: 15px;
	margin: 0 20px 0 10px;
	background: url(images/frame.jpg) no-repeat;
}

.blog p {
margin: 10px 0 0 0;
padding: 0;
}

div.storyThumb {
	background:url(/images/frame.png) no-repeat; 
	width: 180px; 
	height: 145px; 
	padding: 15px; 
	margin-right: 15px;
	}
div.storyThumb a {
	display: block;
	height: 145px;
	}

p.mainImage {
margin: 0 0 0 -11px;
	overflow: hidden;
}

.qtMovie {
height: 320px;
width: 380px;
background: url(/images/movieFrame.png) no-repeat;
padding: 15px 0 0 18px;
margin: 10px 0 0 -2px;
}

.disruptionImage {
margin-left: -8px;

}

.disruptionHeader {
font-size: 12px;
color: #CC010E;
font-weight:bold;
margin: 0;
padding: 0;
}
.kpHeader {
color: #CC010E;
}
/*   Entry   */
.title a {
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
text-decoration: none;
color: #353f49;
font-weight:bold;
}

.date {
color: #F0111F;

}

.black {
color: #353f49;
}
.post H2 {
text-align: right;
width: 100%;
background: url(images/line_divide1.png) bottom left no-repeat;
padding-bottom: 20px;
/*text-transform: uppercase;*/
font-size: 20px;
}
.entry {
	text-align:left;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	margin: 20px 0 25px 0;
}
.entry h1 {
	font: normal 20px/16px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	padding-top: 10px;
}
.entry h2 {
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #ef000f;
	text-decoration: none;
	margin: 10px 0 5px 0;
}
.entry h3 a {
	font: normal 16px/16px Arial, Helvetica, sans-serif;
	color: #353f49;
	text-decoration: none;
	padding-top: 10px;
	margin-bottom: 1px;
}
.entry a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #353dff;
	text-decoration: none;
}
.entry a:hover {
	color: #000;
	text-decoration: none;
}

.entry .thumb{
	float: left;
	margin-right: 20px;
	border: 0;
}

.entry hr {
	margin: 10px 0;
	background: url(images/line_divide1.png) no-repeat;
	border: 0;
	height: 3px;
	overflow: hidden;
}
/*   Comments Box   */

#comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #353f49;
	text-decoration: none;
	height: 423px;
	width: 699px;
	background-image: url(images/comment_post.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 30px;
}
.commentsField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #353f49;
	text-decoration: none;
	height: 22px;
	width: 271px;
	background-image: url(images/commentsField.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
}
.commentsFieldBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #353f49;
	text-decoration: none;
	height: 139px;
	width: 577px;
	background-image: url(images/commentsFieldBig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
}
.commentsPreview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 22px;
	border: 1px solid #FFFFFF;
	background-color: #666;
}
.commentsPost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 22px;
	border: 1px solid #FFFFFF;
	background-color: #cc010e;
	margin-right: 66px;
}

#mainListing {
	position: absolute;
	top: 290px;
	left: 300px;
	width: 702px;
	}

.postTime {
	font-size: 10px;
}
.hr {
	background: url(images/line_divide1.png) no-repeat;
	padding: 0;
	height: 1px;
	margin: 15px 0;
	}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


img, div, td, table, p { behavior: url(/iepngfix.htc) }

/* wpvideo */

.wpv_self {
	display: none;
}
