/* 
	Blog i360 - The Morning After 1000px
	Wordpress theme authored for the blogi360 blogging system.
	Author: Nai Saelee
*/

/***********************************************************
 + Global
************************************************************/
body, div {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	line-height:130%;
}
img {
	border:none;
} /* general border removal around images such as link images */


body {
	margin:0 auto;
	background:#ebeff2;
	color:#333;
	font-size:.9em;
	line-height:150%;
	text-align:center;
}


	#wrap {
		margin:0 auto;
		padding:0;
		width:980px;
		background:#fff;
		text-align:center;
	}
	
	
	/***********************************************************
 	+ Header
	************************************************************/
	#head {
		margin:0 auto;
		width:980px;
	}
	
	
		/* top text link navigation */
		#menu {

font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	 padding-bottom: 10px;
	color: #FFFFFF;
			margin:0 auto;
			width:980px;
 height:32px; 
			background:#96A107;
			border-bottom:1px solid #555;
			text-align:left;
			display:block;
			clear:both;

		}
		#menu ul,
		#menu li {
			margin:0;
			padding:0;
			list-style:none;
		}
		#menu ul {
			margin:0;
			padding:10px 10px 0 10px;
		}
		#menu li {
			padding:5px 10px;
			float:left;
		}
		
		
		#menu a,
		#menu a:link,
		#menu a:visited,
		#menu a:active {
             color: #FFFFFF;
			font-weight:bold;
			text-decoration:none;
		}
		#menu a:hover {
			text-decoration:underline;
		}
		
		
		/* top tabs link navigation */
		#tabs6 {
			text-align:left;
			margin-left:auto;
			margin-right:auto;
			width:964px;
			background:#fff;
			border-bottom:1px solid #999;
			font-size:93%;
			line-height:normal;
		}
		#tabs6 ul {
			margin:0;
			padding:10px 10px 0 10px;
			list-style:none;
		}
		#tabs6 li {
			margin:0;
			padding:0;
			list-style:none;
			display:inline;
		}
		#tabs6 a {
			float:left;
			background:url(img/tableft6.gif) no-repeat left top;
			margin:0;
			padding:0 0 0 4px;
			text-decoration:none;
		}
		#tabs6 a span {
			float:left;
			display:block;
			background:url(img/tabright6.gif) no-repeat right top;
			padding:5px 15px 4px 6px;
			color:#FFF;
		} /* Commented Backslash Hack hides rule from IE5-Mac \*/
		#tabs6 a span {
			float:none;
		}
		/* End IE5-Mac hack */
		#tabs6 a:hover span {
			color:#FFF;
		}
		#tabs6 a:hover {
			background-position:0% -42px;
		}
		#tabs6 a:hover span {
			background-position:100% -42px;
		}
		#tabs6 #current a {
			background-position:0% -42px;
		}
		#tabs6 #current a span {
			background-position:100% -42px;
		}
		#tabs6 .current_page_item a {
			background-position:0% -42px;
		}
		#tabs6 .current_page_item a span {
			background-position:100% -42px;
		}
		#tabs6 #current {
			background-position:0% -42px;
		}
		#tabs6 #current span {
			background-position:100% -42px;
		}
		#tabs6 .current_page_item {
			background-position:0% -42px;
		}
		#tabs6 .current_page_item span {
			background-position:100% -42px;
		}
		
		
		#header {
			margin:0 auto;
			width:980px;
			background:#fff;
			font-family:Arial, sans-serif;
			text-align:left;
		}
		
		
		h1.siteName {
			margin:0;
			padding:10px 0 0 0;
			text-align:left;
			font-size:2.6em;
			font-weight:bold;
		}
		h1.siteName a,
		h1.siteName a:link,
		h1.siteName a:visited,
		h1.siteName a:active {
			color:#000;
			font-weight:bold;
			text-decoration:none;
		}
		h1.siteName a:hover {
			color:#fff;
			background:#000;
		}
		
		
		h3.desc {
			margin:0;
			padding:5px 0 10px 10px;
			text-align:left;
			border-top:1px solid #ccc;
			width:400px;
			clear:both;
			color:#000;
			font-size:.85em;
			font-weight:normal;
		} /* blog description tagline */
		
		
		#header_img {
			margin:0 auto;
			width:980px;
		} /* hides header image for theme, header image is only for cutline theme */
		#header_img img {
			width:964px;
			/* height:50px; */
			border-top:1px solid #999;
			border-bottom:1px solid #999;
		}
		
	
	/***********************************************************
	 +Content Area
	 ***********************************************************/
	 #Contents {
	 	margin:0 auto;
		width:980px;
		text-align:center;
	}
	* html #Contents {
		width:980px;
	}


	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#224970;
		font-weight:normal;
		text-decoration:none;
	}
	a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	
	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:0 auto;
		width:964px;
		background:url(images/dot.png) repeat-x top;
	}
	#footer {
		margin:0;
		padding:0;
	}
	#footer #sk2-footer a {
		color:#fff
	}
	
	
	#footer p.copy360 {
		margin:0;
		padding:10px 0;
	}


/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0 auto;
	padding:0;
	width:980px;
	text-align:left;
}

	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		padding:0 10px;
		width:564px;
		float:left;
		overflow:hidden;
	}
	* html #contents400 {
		width:584px;
		display:inline;
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		padding:0 30px;
		 width:700px; 
		float:left;
		overflow:hidden;
	}
	 * html #contents580 {
		width:780px;
		display:inline;
	}
	

	/***********************************************************
	 + General HTML Tags
	************************************************************/
	div.post code {
		font-size:1.2em;
	}
	div.post blockquote {
		padding:0 10px;
		background:#e8e8e8;
		border-top:2px solid #000;
		border-bottom:2px solid #000;
	}
	
	
	/***********************************************************
	 + Post Area
	************************************************************/	
	div.post {
		font-size:.85em;
	}
	
	
	div.post h2.postTitle {
		margin:0;
		padding:10px;
		line-height:150%;
		font-size:1.7em;
		font-weight:bold;
		font-family:Arial, sans-serif;



	}
	div.post h2 a,
	div.post h2 a:link,
	div.post h2 a:visited,
	div.post h2 a:active {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	div.post h2 a:hover {
		color:#fff;
		background:#000;
		text-decoration:none;
	}
	
	
	div.post div.metaWrap {
		padding:30px 0 0 0;
		display:block;
		clear:both;
	}
	div.post div.Print,
	div.post div.Email {
		margin-right:10px;
		display:inline;
	}
	div.post div.Print a,
	div.post div.Print a:link,
	div.post div.Print a:visited,
	div.post div.Print a:active,
	div.post div.Email a,
	div.post div.Email a:link,
	div.post div.Email a:visited,
	div.post div.Email a:active {
		color:#000;
		font-size:.9em;
		font-weight:bold;
	}
	div.post div.metaWrap span.Tags {
		padding-left:15px;
		background:url(images/tag_green.png) no-repeat left;
	}
	
	
	div.post p.tagged {
		margin-top:5px;
		padding-left:10px;
		text-align:right;
		line-height:160%;
/*		font-family:Verdana, sans-serif;
*/	}
	
	
	div.postInfo h4 {
		margin:0;
		padding:0 0 15px 0;
		font-size:1em;
		font-weight:normal;
display:none;
	}
	div.postInfo h4 div {
		display:inline;
	}
	* html div.postInfo h4 div {
		margin-right:3px;
	}
	
	
	div#navigation {
		padding:10px 0 30px 0;
display:none;
	}
	div#navigation div.previous {
		padding:0 10px 0 0;
		float:left;
	}
	div#navigation div.next {
		padding:0 0 0 10px;
		float:right;
	}
	
	
	div.post #Comments {
		margin-top:20px;
		padding-top:23px;
		background:url(images/stripe.png) repeat-x top;

	}
	
	
	div.post #Comments h3 {
		margin-top:3px;
		padding-top:0;
		background:#fff;
		line-height:120%;
		color:#5f9410;
		font-size:.85em;
		font-weight:normal;
		text-transform:uppercase;
	}
	
	
	div.post #Comments #Reply {
		margin-top:30px;
	}
	div.post #Comments #Reply h3 {
		padding-bottom:5px;
		border-bottom:1px solid #dadada;
		color:#000;
	}
	div.post #Comments textarea#comment {
		width:98%;
	}
	div.post #Comments #Reply #commentform {
		border-bottom:1px solid #dadada;
	}
	
	
	div.post #Comments ol.commentlist,
	div.post #Comments ol.commentlist li {
		margin:0;
		list-style:none;
	}
	div.post #Comments ol.commentlist li {
		margin-top:15px;
		padding-right:10px;
		border-right:3px solid #dadada;
		border-bottom:1px solid #dadada;
	}
	div.post #Comments ol.commentlist li a {
		font-weight:bold;
	}
	div.post #Comments cite {
		font-style:normal;
	}
	div.post #Comments small.commentmetadata {
		font-size:1em;
	}
	
	
	div.post div.related h2 {
		font-weight:bold;
	}
	
	
	div#betweenPosts-inc {
		padding-bottom:15px;
		border-top:1px solid #dadada;
	}
	
	
	/***********************************************************
	 + More block, below posts (Want more? Keep rolling...)
	************************************************************/
	div#More {
		margin:20px 0;
		padding:10px 0;
		line-height:160%;
		font-size:.85em;
display:none;
	}
	div#More span.tier-1 {
		display:block;
		clear:both;
		font-size:1.4em;
		font-weight:bold;
	}
	div#More span.tier-2 {
		display:block;
		clear:both;
		font-size:1.4em;
		font-weight:bold;
	}
	
	
	/***********************************************************
	 + leftSidebar
	************************************************************/
	#leftSidebar {
	padding:5px;
	width:195px;
	_width:205px;
	float:right;
	overflow:hidden;
	font-size:.85em;
	background: #E6E7E9;
	}
	* html #leftSidebar {
		width:190px;
		display:inline;
background: #E6E7E9;
	}
	

	#leftSidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#leftSidebar ul ul {
		margin-bottom:15px;
		margin-left:0;
		padding-bottom:10px;
	}
	#leftSidebar li li {
		padding:3px 0 3px 15px;
		background:url(images/postbullet.png) no-repeat 0 6px;
		border-bottom:1px solid #dadada;
	}
	#leftSidebar h2 {
		/* margin:0 0 0 0;
		padding:5px 0;
		color:#a11b1b;
		font-size:.8em;*/

font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #96A107;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
/*		font-family:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
*/		text-transform:uppercase;
		word-wrap:break-word;
	}
	
	
	#leftSidebar a,
	#leftSidebar a:link,
	#leftSidebar a:visited,
	#leftSidebar a:active {
		color:#224970;
		font-weight:normal;
		text-decoration:none;
	}
	#leftSidebar a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	
	/***********************************************************
	 + rightSidebar
	************************************************************/
	#rightSidebar {
		/* padding:5px; */
		width:190px;
		float:right;
		overflow:visible;
		font-size:.85em;
	}
	* html #rightSidebar {
		width:190px;
		display:inline;
float:right;
	}
	
	
	#rightSidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#rightSidebar ul ul {
		margin-bottom:15px;
		margin-left:0px;
		padding-bottom:10px;
	}
	#rightSidebar li li {
		padding:3px 0 3px 15px;
		background:url(images/postbullet.png) no-repeat 0 6px;
		border-bottom:1px solid #dadada;
	}
	#rightSidebar h2 {
		margin:0 0 0 0;
		padding:5px 0;
		color:#a11b1b;
		font-size:.8em;
/*		font-family:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
*/		text-transform:uppercase;
		letter-spacing:0.1em;
		word-wrap:break-word;
	}
	

	#rightSidebar a,
	#rightSidebar a:link,
	#rightSidebar a:visited,
	#rightSidebar a:active {
		color:#224970;
		font-weight:normal;
		text-decoration:none;
	}
	#rightSidebar a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	
	#postArchives-inc,
	#postPosts-inc,
	#postCats-inc,
	#postSearch-inc,
	#postMeta-inc,
	#postTags-inc {
		display:none;
	}
	
	
	/***********************************************************
	 + Specific Sidebar Blocks
	************************************************************/
	#rightSidebar .categories li,
	#leftSidebar .categories li {
		margin-bottom:5px;
		padding:0;
		background:none;
		font-size:.8em;
	}
	.categories li a,
	.categories li a:visited,
	.categories li a:active {
		padding:0 5px;
		background:url(images/arrow.png) #fff no-repeat right 5px;
		border-left:3px solid #dadada;
		display:block;
		line-height:auto;
		text-transform:uppercase;
	}
	.categories li a:hover {
		background:url(images/arrow2.png) #f1f1f1 no-repeat right 5px;
		text-decoration:none !important;
	}
	


	#rightSidebar #recentPosts li,
	#leftSidebar #recentPosts li {
		padding-left:0;
		padding-bottom:10px;
		background:none;
		border-bottom:1px dotted #7f7f7f;
		line-height:130%;
	}
	#recentPosts li a,
	#recentPosts li a:link,
	#recentPosts li a:visited,
	#recentPosts li a:active {
		color:#000;
		font-weight:bold;
	}
	#recentPosts li a:hover {
		color:#fff;
		background:#000;
		text-decoration:none;
	}
	
	
	#rightSidebar #recentComments li,
	#leftSidebar #recentComments li {
		background-image:url(images/bubble.png);
	}
	
	
	#rightSidebar #Search ul,
	#leftSidebar #Search ul {
		margin-left:0;
	}
	#Search ul li {
		padding-left:0;
		background:none;
		none;list-style:none;
	}
	#Search form {
		margin:0;
		padding:0;
	}
	#Search .searchTier-1 {
		display:block;
		clear:both;
	}
	
	
	#rightSidebar #Tags ul,
	#leftSidebar #Tags ul {
		margin:0;
	}
	#Tags ul li {
		padding-left:0;
		background:none;
		list-style:none;
	}
	
	
	#rightSidebar #Calendar li,
	#leftSidebar #Calendar li {
		padding-left:0;
		border-bottom:none;
		background:none;
	}
	
	
/***********************************************************
 + Content (Home Page)
************************************************************/
#content2 {
	margin:0 auto;
	background:#fff;
	text-align:center;
}
#content2 #content2-3 {
	margin:0 auto;
	 padding:0;
	width:980px;
	text-align:left;
	overflow:hidden;

}

#content2 #content2-3 {
	padding:0;
	width:980px;
	text-align:left;
	overflow:hidden;
	/*background:#D6E35A;*/
	margin-top: 0;
	margin-bottom: 0;
	/*margin-left: -1px;*/
}


/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:0 auto;
	background:#fff;
	text-align:center;
}
#externalpagebody #externalpagecontent #external-3 {

}

#externalpagebody #externalpagecontent #external-3 {
	margin:0 auto;
	 /* padding:10px; */
	width:980px;
	text-align:left;
	overflow:hidden;
}
* html #externalpagebody #externalpagecontent #external-3 {
	width:980px;
}

/***********************************************************
 + Newly added tags
************************************************************/

.form_text {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form_brdr {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}

li h2{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #96A107;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

h2 {
       font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	
}

#customheader .custominnerHeader-3 {
margin-top:0;
clear:both;
display:block;
width:980px;
height:175px;
}
#innerWrap-3{
/* background: url(http://clickcampaigns.com.au/blog/uploaded/body_bg.jpg) repeat-y right top; */
}


#content2-2{
width:980px;
	*/ background: url(http://melbourne-web-design.net.au/blog/uploaded/oto_bg.jpg) repeat-x left top;*/

}

#external-2 {
width:100%;
background: #D6E35A;
}

.formareabg {
	background: url(http://melbourne-web-design.net.au/blog/uploaded/form_area.jpg) no-repeat left top;
}

.video_bdr {
	border: 4px solid #FFFFFF;
}
 .oto_margin{
padding-bottom:50px;
padding-left:50px;
padding-right:50px;

}
.blogcontents {
	/* font: normal 14px Helvetica, Arial, sans-serif;
	text-decoration: none;*/
font-size:1.4em;
	line-height:130%;
/*	font-family:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
*/}

ul#nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1.pagetitle{
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}

#clipper_frame{
	 width:980px; 
	margin-top:-240px;
	/*margin-left:-807px;
 padding-left:20px; */
	FILTER: chroma(color=#ffffff);
	overflow-x: display;
 /*  border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFF;
	 background-color: #CC9966; */
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hpc_block_info,.homepagetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.hpc_block_info h4{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #96A107;
	padding: 10px;
	color: #FFFFFF;
	/*	font-family:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
*/	text-transform:uppercase;
	word-wrap:break-word;
	line-height: 38px;
	text-indent: 10px;
	height: 38px;
	width: 195%;
	margin-right: auto;
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.hpc_block_info ul.contentlist{
list-style-type: disc;
	margin-top: 0;
}
.hpc_block_info ul.contentlist li{
	float:none !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-style: none;
	list-style-type: disc;
	margin-left: 30px;
}

#block_362 {
	background-color: #ddd;
        width: 200px;
}
.hpc_block_info ul{
	list-style-type: none;
	margin:0;
        padding-left:0;
        
}
.hpc_block_info ul li {
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
        margin-left:0;
	padding:10px;
}
.hpc_block_info ul li small{
display:none;
}
.hpc_block_info ul li a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.hpc_block_info ul li a:hover{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#block_78 .hpc_block BlogPosts_78{
	/* margin-top: -50px; */
}

.postContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.postTitle a{
margin-left:-10px;
}

/**** [ !!! WARNING !!!! DO NOT EDIT BELOW THIS LINE! ] ****/

/***********************************************************
 + Overflow fix
************************************************************/
.clearfix:after {content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
