/*
Theme Name: Tim Wilson v2
Theme URI: http://timwilson.net.au/
Description: The default WordPress theme.
Version: 2.0
Author: Tim Wilson
Author URI: http://timwilson.net.au/
Tags: timwilson


*/
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
	
	margin: 0px;
	text-align:center;
	
	font-size:0.8em; /* 1em=16px */
	
}

.entry{
	line-height: 1.5em; /*1.5em of a 1em (or 16px font) = 24px*/
}

a:active {
	color: #000;
}
a:link {
	color: #336699;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #6699cc;
}

p{
	line-height: 1.5em;
}

h1{
	font-size:30px;
	color:#1E76B9;
	font-weight:normal;
	text-transform: lowercase;
}

h2{
	font-size:25px;
	color:#1E76B9;
	text-transform: lowercase;
}

h2 a{
	text-decoration:none;
}

h3{
	font-size:16px;
	color:#1E76B9;
	text-transform: lowercase;
}

input, textArea{
	font-family:"arial";
	font-size:12px;
}

img {
	border:0;
}

#page{
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:left;
}

#header{
	position:relative;
	height:180px;
	top:0;
}

#header-background{
	background-color:#fff;
	position:absolute;
	height:260px;
	top:0;
	left:0;
	right:0;
	width:100%;
	background-image: url(graphics/tvw/header_bg.png);
	background-repeat:repeat-x;
	
}

#header-logo{
	position:absolute;
	top:74px;
	left:10px;
}

#header-highlight{
	position:absolute;
	top:0px;
	left:-250px;
	width:450px;
	height:180px;
	background-image: url(graphics/tvw/header_highlight.png);
	background-repeat:no-repeat;
}

#navigation{
	position:absolute;
	top:116px;
	left:5px;
	background-image: url(graphics/tvw/navigation_bg.png);
	background-repeat:no-repeat;
	width:407px;
	height:38px;
	padding-left:4px;
	padding-top:4px;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation li{
	float:left;
	width:79px;
	margin-right:1px;
	height:30px;
	
	text-align:center;
	color:#fff;
	
	position:relative;
}

#navigation a{
	color:#fff;
	display:block;
	height:24px;
	padding-top:6px;
	font-size:17px;
	outline:none;
	text-decoration:none;
}

#navigation li a:hover{
	background-image: url(graphics/tvw/navigation_over.png);
	background-repeat:repeat-x;
	background-position: -10px 0px;
}

#navigation li:first-child a:hover{
	background-position: -0px 0px;
}

#navigation li:last-child a:hover{
	background-position: right top;
}

#navigation li a:active{
	padding-top:7px;
}

#navigation a:visited{
	color:#fff;
}

#flickrCallout{
	position:absolute;
	top:-12px;
	right:-10px;
}


#leftColumn{
	background-image: url(graphics/tvw/content-bg.png);
	background-repeat:no-repeat;
	position: relative;
	float:left;
	width:720px;
	height:auto;
}

#leftColumnInsert{
	padding:40px;
	padding-top:20px;
}

#rightColumn{
	background-image: url(graphics/tvw/right-bg.png);
	background-repeat:no-repeat;
	position:relative;
	width:240px;
	float:right;
	right:0px;
	text-align:left;
	margin-top:40px;
	padding-top:20px;
	
}

#rightColumnInsert{
	padding:20px;
	padding-right:30px;
	padding-left:10px;
}

#rightColumnInsert h2{
	font-size:14px;
	color:#999;
}

.widget{
	margin:0;
	padding:0;
	list-style:none;
}
/*
#rightColumnInsert ul
{
	border-top:1px solid #eee;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
}

#rightColumnInsert li{
	
	border-bottom:1px solid #eee;
	padding:8px;

}
*/
.widget_categories ul{
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	position:relative;
	display:block;
	
}
.widget_categories li{
	padding:0;
	margin:0;
	position:relative;
	display:block;
	width:100%;
	height: auto;
	overflow:hidden;
}

.widget_categories li a{
	padding:6px;
	margin:0;
	height: auto;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #eee;
	position:relative;
}

.widget_categories li a:hover{
	background-color:#EBF7FD;
	border-bottom:1px solid #CFEDFB;
	display:block;
	position:relative;
}


.widget_search{
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}
.widget_search [type="text"]{
	width:200px;
	margin-bottom:8px;
}


#footer{
	background-image: url(graphics/tvw/footer-bg.png);
	background-repeat:no-repeat;
	position:relative;
	clear:both;
	padding-top:20px;
	height:170px;
	text-align:center;
	color:#888;
	font-size:10px;
}



/** default *****/

.blog-meta{
	
	position:relative;
	color:#888;

	font-size:11px;
	
	border-left: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background-image: url(graphics/tvw/metaData-bg.png);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	
	/*text-shadow: rgba(255,255,255,.8) -1px -1px 1px;*/
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	
}

.blog-meta-content{
	/*padding:6px 8px;*/
	height:24px;
}
.blog-meta-content a{

/*
	border:1px solid #ddd;
	background-color:#fafafa;
	text-decoration:none;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	
	
	
}
.blog-meta-content .date{
	float:left;
	padding:6px 8px;
}
.blog-meta-content ul{
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
.blog-meta-content li{
	float:left;
	display:block;
	
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fafafa;
	
	margin-right:-1px;
	text-shadow: rgba(255,255,255,.8) -1px -1px 1px;
}

.blog-meta-content li a{
	line-height:25px;
	padding-left:6px;
	padding-right:6px;
	display:block;
	height:24px;
	overflow:hidden;
	background-image: url(graphics/tvw/metaData-btn-bg.png);
	background-repeat:repeat-x;
	text-decoration:none;
	outline:none;
	
}

.blog-meta-content a:hover{
	background-color:#C8DAE7;
	
	background-position: 0px -27px;
}

.blog-meta-content a:active{
	background-color:#fff;
	background-position: 0px -54px;
	
}

.blog-meta-comments{
	float:right;
	border-left:1px solid #ccc;
	padding:5px 8px;
	
}

/* Images */

.post img{
	border:3px solid #ddd;
	padding:1px;
}

.align-right  {
	float:right;
}


.alignright{
	float:right;
	margin-left:5px;
}

.align-left {
	float:left;
}

.wp-caption-text{
	margin-top:1px;
	background-color:#eee;
	padding:4px;
	display:block;
	margin-right:2px;
	font-size:11px;
	color:#444;
}

/*post formatting */

.post{
	margin-bottom:40px;
}

/* comments formatting */

#commentsContainer{
	font-size:11px;

	margin-top:10px;
	font-size:11px;
	

	
	
}

#responseContainer{
	font-size:11px;
	background-color: #F6FBFF;
	
	padding:20px;
	padding-top:10px;
	border-top: 2px solid #D6EBFA;
	
}

.commentlist{
	margin:0;
	padding:0;
	list-style:none;
	border-top: 1px solid #AED8F6;
}

.commentItem{


	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 2px solid #AED8F6;
	background-color: #EEF8FF;
}
.commentItem h3{
	margin-bottom:0px;
	padding-bottom:0;
	font-size:14px;
}

.commentIsMe{
	border-top: 2px solid #70BEF4;
	background-color: #D3E7F4;
}

.commentMeta{

}

.commentList cite{
font-weight:bold;
}

.commentList small{
	color:#336699;
	font-size:11px;
}




