/* @override 
	http://acva:8888/css/inner.css
	http://acva:8888/css/template.css
	http://acva:8888/css/structure.css
	http://blog.acva.net.au/css/structure.css
*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 75%;
	min-width: 930px;
}


/* Common Styles
***************************/
.page_width{
	width: 930px;
	margin: 0 auto;
}
.clearline{
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*FF outline hack*/
a:active { outline: none; }
a:focus { -moz-outline-style: none; }



/* Content
***************************/
#content{
	
}


/* Blog list
***************************/

#blog_list{
	float: left;
	width: 522px;
	display: inline;
}

.blog_teaser{
	clear: both;
	float: left;
	width: 522px;
	display: inline;
}


/*Comments*/



/*Feeds*/
.feeds{
	float: left;
	list-style: none;
	width: 130px;
	height: 29px;
	margin: 0;
}
.feeds li{
	float: left;
}
.feeds li a{
	text-indent: -5000px;
	display: block;
	height: 23px;
	width: 23px;
	margin-right: 3px;
}


.teaser_category_list{
	float: right;
}

.blog_story .teaser_category_list{
	margin-bottom: 20px;
}
#comments_form{
	clear: both;
}


/* Right column
***************************/
#right_column{
	float: left;
	width: 288px;
	margin-right: 35px;
	display: inline;
}


/* Footer
***************************/
#footer{
	width: 960px;
	margin: 15px auto;
}
#footer span{
	float: left;
}

#footer .iconpr a{
	color: #afbf12 !important;
}
#footer .iconinc a{
	color: #CC0000 !important;
}


#footer_nav{
	list-style: none;
	float: right;
	text-align: right;
	width: 400px;
	margin: 0;
}
#footer_nav li{
	display: inline;
	margin-left: 6px;
}

#footer_nav li a{
	color: #999;
}

/* Creative Commons
***************************/
#ccl{
	width: 850px;
	margin: 0 auto 30px;
	background: URL(../images/layout_images/blog/dots.gif) left top repeat-x;
}
#cclicense{	
	float: left;
	width: 555px;
	font-size: 0.9em;
	padding: 20px 0;
	
}

#technorati{	
	padding: 15px 0;
}



/*Gallery*/
.gallery{
	margin: 10px 0;
	padding-left: 2px;
}
.inc_gallery{
	margin: 4px 4px 0 0;
	float: left;
	display: inline;
}

/* Comments
***************************/
.comments{
	clear: both;
}



/* comments form
***************************/
#comments_form{
	margin-top: 41px;
}

.textbox{
	border: 1px solid #e8e8e8;
	width: 278px;
	height: 17px;
	padding: 3px;
	font-family: Arial;
	color: #494949;
}
#comments_form label{
	font-size: 1.2em;
	margin: 12px 0 6px 0;
	display: block;
}

#comments_form span{
	font-size: 0.7em;
	color: #a5a5a5;
}

#comments_form textarea{
	border: 1px solid #e8e8e8;
	width: 278px;
	height: 96px;
	padding: 3px;
	font-family: Arial;
	color: #494949;
	font-size: 1em;
	background: #FFF !important;
}

.disclaimer{
	font-size: 0.9em;
	color: #616161;
}



.captcha{
	margin-bottom: 15px;
}

/* Messages
***************************/
ul{
	list-style-position: inside;
	margin: 20px 0;
}


/* Subscribe
***************************/
.subscribe_feeds ul{
	list-style: none;
}
.rss a{
	background: url(/images/layout_images/blog/rss.gif) left top no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	display: block;
	width: 175px;
}

