/* @override 
	http://acva.net.au/blog/css/theme.css
	http://acva:8888/css/theme.css
	http://blog.acva.net.au/css/theme.css
*/

body{
	font-size: 75%;
	font-family: Arial;
	color: #b1afaf;
	min-width: 930px;
	background: #000 url(/images/layout_images/blog/theme/header.png) no-repeat center top;
}


a{
	color: #67ccff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* Masthead
***************************/
#masthead{
	height: 181px;
}


#head-contain {
	width: 862px;
	height: 181px;
	margin: 0 auto;
}


#masthead h1{
	display: block;
	display: relative;
}

#masthead h1 a{
	position: absolute;
	margin-left: 60px;
}

#subscribe-contain {
	float: right;
	width: 300px;
	height: 131px;

}

#subscribe-slider {
	background: url(/images/layout_images/blog/theme/subscribe-top.gif);
	width: 300px;
	height: 108px;
	margin-top: 76px;
}

#subscribe-slider a {
	
	display: block;
	width: 300px;
	height: 36px;
}

#subscribe-hider {
	
	width: 300px;
	height: 108px;
	overflow: hidden;
}


#subscribe-bottom {
	background: url(/images/layout_images/blog/theme/subscribe-bottom.png);
	width: 300px;
	height: 23px;
}

#subscribe-name {
	background: url(/images/layout_images/blog/theme/subscribe-name.gif);
	width: 197px;
	height: 23px;
	margin: 9px 2px 1px 23px;
}

#subscribe-email {
	background: url(/images/layout_images/blog/theme/subscribe-email.gif);
	width: 197px;
	height: 23px;
	margin: 0 2px 1px 23px;
}

#subscribe-submit {
	width: 56px;
	height: 47px;
	margin: 0px 22px 0 0;
}

#subscribe-slider #subscribe-email input, #subscribe-slider #subscribe-name input {
	border: none;
	width: 190px;
	height: 20px;
	margin: 2px 0 0 5px;
	color: #9b9b9b;
	font-size: 14px;
}


#header_copy_wrapper{
	position: relative;
	
}

#header_copy{
	display: block;
	width: 520px;
	height: 150px;
	top: 195px;
	position: absolute;
	left: 40px;
	font-size: 2.5em;
	color: #939393;
	overflow: hidden;
	line-height: 1.1em;
}
#header_copy strong{
	color: #FFF;
	font-weight: normal;
}

/*Blog teaser*/

#content .item-heading h1{
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 2px 0px;
}

#content h1{
	color: #FFF;
	padding: 10px 0;
	background: URL(/images/layout_images/blog/theme/dot.gif) left top repeat-x;
}

#content h1 a{
	color: #FFF;
	font-size: 1.5em;
	line-height: 0.9em;
	font-weight: normal;
}
#content h1 a:hover{
	text-decoration: none;
}
.item-heading{
	margin-bottom: 10px;	
	background: URL(/images/layout_images/blog/theme/dots.gif) left top repeat-x;
}

.date {
	color: #a1a1a1;
	font-weight: bold;
	padding-top: 0.5em;
	display: block;
}

#content p{
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size: 1.1em;
	font-family: "Arial", "Verdana"!important;
}
.author{
	margin-bottom: 15px;
	font-size: 1.1em;
}
.teaser_image{
	border: 1px solid #b0b0b0;
	max-width: 522px;
	margin: 1.5em 0;
}
.teaser{
	margin-top: 14px;
	background: URL(/images/layout_images/blog/theme/dots.gif) left bottom repeat-x;
	padding-bottom: 21px;
	line-height: 1.3em;
}
.teaser p{
	margin: 0 0 1em;
}
.teaser a{
	font-size: 1.0em;
}
.teaser .more{
	font-size: 1.1em;
	color: #FFF;
}



/* search
***************************/
#search{
	background: URL(/images/layout_images/blog/theme/dot.gif) left top repeat-x;
	line-height: 44px;
	padding: 0;

}
.search_text_box{
	padding: 3px;
	width: 215px;
	height: 17px;
	margin: 6px;
	border: 1px solid #dcdcdc;
	color: #918f8f;
	font-family: Arial;
}
.search_btn{
	background: URL(/images/layout_images/blog/theme/search_btn.gif) no-repeat;
	width: 42px;
	height: 32px;
	border: none;
	text-indent: -5000px;
	font-size: 0;
	line-height: 32px;
}

#right_column h2{
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	background: URL(/images/layout_images/blog/theme/dot_top_bottom.gif) left top repeat-x;
	line-height: 44px;
	padding: 0 1px;
	margin-bottom: 5px;
}
#right_column p{
	font-size: 1.2em;
	margin: 9px 20px 23px;
}

#right_column ul{
	list-style: none;
	list-style-position: outside;
	margin: 9px 0 23px;
	padding: 0;
	font-size: 1.2em;
}

#right_column ul li{
	line-height: 21px;
	display: block;
	text-indent: 0;
	margin: 0;
	padding: 0 20px;
}
#right_column ul li a{
	text-indent: 0;
	margin: 0;
	padding: 0;
}


/* Blog list
***************************/
#blog_list{
	float: left;
	width: 522px;
	margin: 0 40px 0 40px;
	display: inline;
}
.blog_teaser{
	background: URL(/images/layout_images/blog/theme/dot.gif) left top repeat-x;
	
}
.comments_number{
	width: 86px;
	height: 22px;
	float: left;
	color: #FFF;
	font-size: 1.2;
	line-height: 23px;
	text-align: center;
	margin: 0 10px 50px 0;
	display: inline;
}
.teaser_functionality{
	margin: 10px 0px;
	background: URL(/images/layout_images/blog/theme/dot.gif) left top repeat-x;
	padding-top: 10px;
}
.feed_facebook a{
	background: URL(/images/layout_images/blog/theme/sn_facebook.gif) center top no-repeat;
}
.feed_twitter a{
	background: URL(/images/layout_images/blog/theme/sn_twitter.gif) center top no-repeat;
}
.feed_flickr a{
	background: URL(/images/layout_images/blog/theme/sn_flickr.gif) center top no-repeat;
}
.feed_digg a{
	background: URL(/images/layout_images/blog/theme/sn_digg.gif) center top no-repeat;
}
.feed_stumble_upon a{
	background: URL(/images/layout_images/blog/theme/sn_stumble_upon.gif) center top no-repeat;
}
.functionality{
	float: left;
}
.comments_txt a {
	
}

/* Footer
***************************/
#footer{
	font-size: 1em;
	padding: 20px 0;
	background: URL(/images/layout_images/blog/theme/dot.gif) left top repeat-x;
}




/* Blog Entry
***************************/
.blog_entry{
	margin-top: 14px;
	padding-bottom: 21px;
	line-height: 1.3em;
}

.blog_entry p{
	margin-bottom: 1.2em;
}
#comments_form .submit_btn{
	border: 0;
	background: none;
	font-size: 1.3em;
	font-family: Arial;
	color: #FFF;
	margin-left: 20px;
	cursor: pointer;
	padding: 0;
	text-align: left;
}

#freeform .submit_btn{
	border: 0;
	background: none;
	font-size: 1.3em;
	font-family: Arial;
	color: #FFF;
	margin: 10px 0;
	cursor: pointer;
	padding: 0;
	text-align: left;
	float: right;
}


/* Comments
***************************/
.comments h1{
	color: #FFF !important;
	margin-bottom: 14px !important;
}

.comment_bubble_top{
	
}
.comment_content{
	
}
.comment_content p{
	margin: 1em 0;
	line-height: 1.3em;
	font-size: 1.0em;
	color: #FFF;
}
.comment_bubble_bottom{
	background: URL(/images/layout_images/blog/theme/dot.gif) left bottom repeat-x;
	padding-bottom: 20px;
}
#comments_form h1{
	color: #FFF !important;
	margin-bottom: 14px !important;
}

.search_result {
	margin: 10px 0;	
}
.search_result .author{
	margin: 3px 0;
	padding: 5px 0 0;
	width: 50%;
	float: left;
}

.search_result .date{
	margin: 3px 0;
	padding: 5px 0 0;
	width: 50%;
	float: right;
	text-align: right;
	}

.excerpt{
	clear: both;;
}
.read_more{
	background: URL(/images/layout_images/blog/theme/dot.gif) left bottom repeat-x;
	width: 100%;
	display: block;
	text-align: right;
	padding-bottom: 20px;
}
