#faux {
background: transparent;
	margin-bottom: 0px;
	overflow: hidden;  /*Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}

#wrapper { 
 background: #ffffff;
 width: 960px;
 position: relative;
 padding: 0px 10px 10px 10px;
 z-index: 1000;
 text-align: left; 

min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -155px;
}

/* ################## Basic text, heading, text styles ####################### */

body {
 font-family: "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
 font-size: 63%;
 background: #fafad2; /*#6a2742 url(images/Background_pink.jpg); */
 background-repeat: repeat-x;
 background-position: top left;
 color: #787165;
 text-align: center;

height: 100%;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Georgia, "Times New Roman", serif;
	margin-bottom:.8em;
	color: #787165;
	line-height:1.2em;
	font-weight: bold;
}

h1 {
	font-size: 2.3em;
	line-height:1.1em;
	letter-spacing: -1px;
        margin-bottom: 10px;
        color: #787165;
}


h2 {
	font-size: 2.3em;
	line-height:1.1em;
	letter-spacing: -1px;
        margin-bottom: 10px;
        color: #787165;
}



h3 {
	font-size: 1.7em;
        color: #787165;
}

h4 {
	font-size: 1.55em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p, dl, pre, code {
	font-size:1.3em;
	line-height: 1.5em;
	margin-bottom: 15px;	
}



.clear { clear: both; background: none; }

.floatright {
	float: right;
}

.floatleft {
	float: left;
}


small {
	font-size: 1.05em;
	display: block;
	margin-bottom: 1em;
	margin-top:-5px;
	line-height: 1.2em;
	
}

	small span {
		background: #E4E4E4;
		padding: 2px 5px 2px 5px;
	}

	small a:link, small a:visited {
		font-style: normal;
	}
	
a.comments-link {
	padding-left: 15px;
	background: transparent url(images/comments.gif) no-repeat center left;
}

form button {
	background: #898389; 
	border:1px solid #d8d6d8; 
	color: white; 
	font-weight: bold;
	padding: 3px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #787165;
}

a:hover {
	text-decoration: underline;
}

a.button {
	float: right;
	display: block;
	color: black;
	font-weight: bold;
	background: #b0acb0;
	height: 2em;
	width: 10em;
	line-height:2em;
	text-align: center;
	border: 1px solid #d8d6d8;
}

a.button:hover, a.comment-reply-link:hover {
	background: #000000;
	text-decoration: none;
}

a.comment-reply-link {
	font-size: .9em;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: white;
	background: #898389;
	height: 1.5em;
	width: 5em;
	line-height:1.5em;
	text-align: center;
	border: 1px solid #d8d6d8;
}

/************************************************
*	Navbar      				*
************************************************/

#navbar {
        background: #ebea63;
		width: 940px;
		font-size: 16px;
		color: #787165;
		font-weight: bold;
		padding: 0px;
        float: left;
		height: 40px;
		margin: 0px 10px 0px 10px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #787165;
	font-weight: bold;
    display: block;
    margin: 0px 0px 0px 0px;
	padding: 12px 15px 12px 15px;
	text-decoration: none;
	}


#nav li a:hover, #nav li a:active {
        color: #787165;
        background: #cccb31;
	/*-moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;*/
	}

#nav li.selected, #nav li.selected a {
        background: #cccb31;
        color: #787165;
        }
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
		background: #cccb31;
        color: #787165;
		float: none;
		margin: 0px;
        font-size: 14px;
        font-weight: normal;
		padding: 9px 15px 9px 15px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #787165;
        color: #cccb31;
	padding: 9px 15px 9px 15px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li {
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	


/* #################### Post Date Box #########################  */
p.post-date {
	background: transparent url(images/datebox.gif) repeat-x 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Georgia, "Times New Roman", serif;
	color: #787165;
	font-size:1.8em;
	height:61px;
	left:0;
	line-height:45%;
	padding:12px 0 5px;
	text-align:center;
	text-transform:uppercase;
	width:53px;
	float:left;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 4px;
}

	p.post-date span {
		font-size:1.6em;
		line-height: 131%;
		letter-spacing: -3px;
	}
	

.blogimage, #portfolio_single {
	margin-bottom: 20px;
	margin-top: 20px;
}


/* ####################### Header ############################# */

#header {
position:relative;
	z-index: 2; /* this is so dropdown menu will go on TOP of content div */
 }

	#header .inner {
		position:relative;
		Height:110px;
	}
	
	#header .inner h1 a{
		text-indent: -9999px;
		display: block;
		height: inherit;
	}
	
	#header .inner p{
		position: relative;
		top:-9999px;
	}
	
	#header .inner h1 {
		/*width:960px;*/
		height:100px;
		background: /* see style inside Head tag of header.php.  Must be there for support of inline php */
		position:relative;
		z-index:100;
	}

	#header .contact span {
		background: transparent url(images/contact.png) no-repeat scroll right top;
                display:block;
                position: absolute;
                height:60px;
                width:300px;
                left:650px;
                top:20px;
	}

	#header_banner {
         	position:relative;
			height:240px;
            colour: #db1960;
			padding: 0px 10px 0px 10px;
	}
	
    #header_banner img{
			padding: 0px;
	}


/* ##################### SEARCH FORM ########################## */
	
	#search_box {
		width: 310px;
		height: 30px;
		background: white;

	}
	
	
		#search_box input#s {
			float: left;
			margin: 6px 0 0 6px;
			border: 0;
			width: 255px;
			color: #333333;
			background: transparent;
			
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity: 0.75;
		}
		
		#search_box #go {
			float: right;
			margin: 5px 6px 0 0;
		}



/* ######################### MENU BAR ############################ */
/* see menubar.css file */

/* ######################## RSS BUTTON ########################### */
#rss {
	width:300px;
	height: 60px;
	background: transparent url(images/contact.png) no-repeat left top;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 100;

	}
		
#rss:hover {
	background-position: left bottom;
}

	#rss a {
		text-indent: -9999px;
		display: block;
		height: inherit;

	}
	
	.trans {display: none;}

/* ##################### Main Content area ########################## */
#content { 
 background: transparent;
 float: left;
 width: 600px;
 display: inline;
 position: relative;
 overflow: hidden;
 z-index: 1;
 margin-top: 15px;
 margin-right: 15px;
}

	#content .inner {
                padding: 10px;
		overflow: hidden;
	}
	
        #content .inner_inner {
                padding:25px;
		overflow: hidden;
	}
	
#content .single {
	margin-bottom: 20px;
}

	.single .readmore {
                color: #cccb31;
		font-weight: bold;
		white-space:nowrap;
		margin-left: 1em;
	}	
	
	.single .author p {
                padding: 10px 0px 5px 0px;
                color: #cccb31;
                border-bottom: 1px dotted #fb95bf;
	}

#content ul {
	margin-bottom: 1.5em;
	list-style-type: square;
	margin-left: 2em;
}

	#content li {
		font-size:14px;
		line-height: 1.7em;	
	}

#content ol {
	list-style-type: decimal;
	margin-left: 2em;
}


#content blockquote {
	margin-left: 4em;
	padding-left: 1em;
	padding-right: 2em;
	border-left: 5px solid #dfe1d3;
}

#content dl dt {
	font-weight: bold;
}

#content dl dd {
	margin-left: 1em;
}

#content img.alignright {
	float: right;
	padding: 10px 0 10px 10px;
}

#content img.alignleft {
	float: left;
	padding: 10px 10px 10px 0;
}
	
#breadcrumbs {
	margin-bottom:20px;
	color: #3e423a;
	font-size: 1.2em;
}

	#breadcrumbs a:link, #breadcrumbs a:visited {
		text-decoration: underline;
	}


.item_container {
	color: #787165;
        background: transparent;
        clear:both;
	margin-top: 20px;
	padding: 0px 10px 10px 0px;
        border-bottom: 1px dotted #787165;
}

	.item_container img {
		float:left;
		margin: 5px 15px 10px 0;	
		border: 4px solid #cccb31;
	}
	
	.item_container h3 {
		margin-top:-5px;
		margin-bottom: 10px;
	}
	
	.item_container p {
		display: inline;
	}
	
	.item_container .readmore {
                color: #cccb31;
		font-weight: bold;
		white-space:nowrap;
		margin-left: 1em;
	}	
	
	.item_container .author p {
                padding: 10px 0px 5px 0px;
                color: #cccb31;
                display: inline;
                line-height: 2.5em;
	}

	
#stickypost, #commentsform {
	overflow: hidden;
	padding:25px;
	background: #ecebed;
	border: 1px solid #b0acb0;
	clear:both;
}


#stickypost {
	padding-top:20px;
}

	#stickypost small span {
		background: #d5d5d5;
	}
	

/* crop blog image if it is wider than 500px */
.blogimage {
	width: 555px;
        height: 360px;
	overflow: hidden;
	float:left;
	margin: 0px 10px 10px 0;	
	border: 4px solid #cccb31
}

#posts_navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	color: black;
}
	
#nextlink {
	Float:left;
}

#previouslink {
	Float:right;
}



/* ##################### SIDEBAR ######################### */

#sidebar { 
 background: transparent;
 display: inline;
 float: right;
 overflow:hidden;
 position: relative;
 margin-top: 15px;
 }

	#sidebar .inner {
                padding: 10px;
                width: 300px;
	}

        #sidebar .inner_inner {
		background: transparent url(images/faux_pink.png) repeat-y 0 0;
                padding:25px;
		overflow: hidden;
	}
	
	
	#sidebar a:link, #sidebar a:visited, #sidebar li {
	}
	
	#sidebar a:hover, {
		text-decoration: none;
	}

	#sidebar li {
				line-height: 2em;
				font-size: 1.05em;
                border-bottom: 1px dotted #787165;
                background: url(images/list_arrow.png) no-repeat;
                padding: 1px 10px 1px 20px;
	}

        #sidebar li a:hover, #sidebar li a:active {
                color: #cccb31;

        }


	#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar_h5  {
		color: #787165;
                margin: 0px 5px 10px 10px;
	}
	
	#sidebar h4 {
		padding-top: 20px;
	}
	
	#sidebar p {
		margin-top: 20px;
	}
	
		
	#sidebar li#Intro {
		margin-top: 20px;
                background: none;
                border-bottom: none;
                padding: 0px;
                list-style-type: none;
	}

	#sidebar li#aboutme{
                background: none;
                border-bottom: none;
                padding: 0px;
                list-style-type: none;
	}
	
	#sidebar #Intro p, #sidebar #aboutme p {
		line-height: 1.45em;
		padding-right: 15px;
	}
	

	#sidebar #aboutme
        {
		padding:10px 10px 10px 10px;
                color: #787165;
	}


	#sidebar #categories,
	#sidebar #featured,
	#sidebar #archives,
	#sidebar #recentblogposts,
	#sidebar #recentblogcomments,
	#sidebar #featuredblogposts,
	#sidebar #bookmarks,
	#sidebar #tagcloud {
				background: none;  /* prevents list arrows from appearing inside main box */
				margin-bottom: 30px;
				/*border-top: 1px dotted #787165;*/
                padding: 0px;
                border-bottom: none;
                display: block;
	}

	#sidebar h3 {
	}
	
	#sidebar img {
		border:	4px solid #cccb31;
	}
	
	#sidebar #aboutme img, #sidebar #featured img {
		float:left;
		margin-right: 18px;
		margin-top: 15px;
		margin-bottom: 5px;
		padding: 3px;
		border:	4px solid #cccb31;
	}
	
	
	#sidebar #featured {
		margin-bottom: 20px;
		height: 120px;
	}
	
	#sidebar ul {
		margin-top: 20px;
	}
	
	#sidebar #bali_logo {
		background: white;
                padding: 10px;
	}


/* THREADED COMMENTS */

#content ul.commentlist {
	margin-left: 0px;
	margin-bottom: 25px;
	padding: 20px;
	padding-top: 0;
	background: #858585 url(images/commentsbackground.jpg) repeat-x 0 0px;
	border: 1px solid #DCDDDD;
	border-right: none;
	list-style-type: none;
	
}


#content .commentlist ul {
	list-style-type: none;
	padding: 0;
	margin:0;

}

#content .commentlist .depth-1 > div,
#content .commentlist .trackback > div,
#content .commentlist .pingback > div {
	 background: #F2F2F2 url(images/itemcontainerbackground.jpg) repeat-x scroll 0 0;
}





#content .commentlist p, #content .commentlist a, code {
		font-size: 13px;
}

#content .commentlist cite {
	font-size: 20px;
}

#content .commentlist .commentmetadata {
	font-size: 11px;
	background: #d5d5d5;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#content .commentlist h3 {
	font-size: 17px;
}

.commentlist .comment {
		list-style-type: none;
}


.commentlist .comment > div,
.commentlist .trackback > div,
.commentlist .pingback > div {
	border: 1px solid black;
	padding: 20px;
	margin-top: 20px;
	background: white;
	border: 1px solid #D3D5D5;
}

.commentlist .children li > div{
	background: #F2F2F2 url(images/itemcontainerbackground.jpg) repeat-x scroll 0 0;
	border: 1px solid #D3D5D5;
}

.commentlist .children {
	border-left: 1px solid #CED0D0;
}

.commentlist .children li {
	padding-left: 25px;
	background: transparent url(images/comment_li_bg.gif) no-repeat scroll 0 25px;
}

img.avatar {
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #b0acb0;
}



/* ############### Social Links ################  */
.socials {font-size:10px; font-weight:bold; margin-top:15px; padding:5px 5px 5px 10px; width:540px;}
.socials a {margin-right:10px;}
.btn_delicious {background:url(images/delicious.gif) left no-repeat; padding-left:15px;}
.btn_digg {background:url(images/digg.gif) left no-repeat; padding-left:15px;}
.btn_reddit {background:url(images/reddit.gif) left no-repeat; padding-left:15px;}
.btn_technorati {background:url(images/technorati.gif) left no-repeat; padding-left:15px;}
.btn_furl {background:url(images/furl.gif) left no-repeat; padding-left:15px;}


/* ############### OPTIONAL CONTACT FORM ###############  */
.wpcf7-form textarea {
	width: 300px;
	}
	
/* ################ Footer ##################  */
#footer { 
 background: #cccb31 url(images/footer_splat.png) no-repeat scroll 0 0;
 border-top: white solid 5px;
 width: 100%;
 clear: both;
 font-size: 1.1em;
 color: #787165;
 position: relative;
 z-index: 1001;
 height: 150px;
}

	#footer .inner {
		height:100px;
		width: 960px;
		margin: 0 auto;
	}
	
	
	
	#footer ul li{
		list-style: none;
		float:left;
		padding-left: 20px;
	}
	
	#footer #copyright {
		float:left;
		margin-top: 20px;
	}
	
	#footer #copyright p {
		font-size: .8em;
                text-align: left;
	}
	
	#footer #footermenu {
		float:right;
		margin-top: 20px;
	}
	
	#footer a:link, #footer a:visited {
		color: #787165;
	}

        #footer #footer_logo {
	        width: 300px;
	        height: 120px;
	        position: relative;
	        top: 20px;
	        right: 10px;
	        z-index: 100;
         }
     
        .push {
               height: 155px;
        }
		
/* ################ Slideshow.css ##################  */
		div.slideshow { 
		position: relative; 
		background: #615961; 
		width: 495px; 
		height: 400px; 
		margin-top:20px;
		margin-bottom: 20px;
		}
		
		div.slideshow img { 
		position: absolute; 
		top: 3px; 
		left: 3px; 
		z-index: 10; 
		background: #fff; 
		width: 493px;
		height: 400px;
		}

		ul.recentlist { 
		position: absolute; 
		bottom: -10px; 
		left: -15px; 
		list-style: none; 
		z-index: 2000; 
		}
		
		ul.recentlist li { display: inline; }
		
		ul.recentlist li a, ul.recentlist li a:visited { 
		display: block; 
		float: left; 
		background: #e5e5e5; 
		padding: 4px 8px; 
		margin-right: 1px; 
		color: #000; 
		text-decoration: none; 
		cursor: pointer; 
		}
		
		ul.recentlist li a:hover, ul.recentlist li a:visited:hover { 
		background: #b0acb0; color: #fff; 
		}
		
		ul.recentlist li a.current { 
		background: #b0acb0;
		color: black; 
		}
		
/* ################ Slider.css ##################  */		
#slidercontainer {
	background: #FAFAD2;
	border: 1px dotted #787165;
	position:relative;
	padding: 10px;
	width:915px;
	height:228px;
	margin-top: 30px;
	margin-left: 10px;
	z-index:0;
}

#slider {
	position:relative;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:915px;
	height:240px;
	overflow:hidden; 
	}	
	
#slider img {
	float:left;
	border: 6px solid #cccb31;
	width: 325px;
}

#slider .featuredtextblock {
	background: transparent;
	margin-left: 375px; 
	padding-left:25px;
	padding-right:25px;
	padding-top: 25px;
	height:230px;
}

#slider .featuredtextblock p {
	margin-top:10px;
	font-size: 1.3em;
	line-height: 1.25em;
}

#slider p, #slider small {
	color: #787165;
}


#slider small a:link, #slider small a:visited {
	color: #787165;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:16px;
	height:20px;
	position:absolute;
	margin-top:8px;
	left: 890px;
	top:3px;
	background-color: transparent;
	text-indent:-9999px;
	}	
	
#nextBtn{ 
	left:903px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:7px;
	height:11px;
	background: #cccb31 url(images/slider-nav-left.png) no-repeat top left;	
	}	
	
#prevBtn a:hover, #nextBtn a:hover {
	background-position: bottom left;
}	
	
#nextBtn a{ 
	background: #cccb31 url(images/slider-nav-right.png) no-repeat top left;	
	}
	
.featuredimage {
	float:left;
	margin-left:30px;
}

#slider #banner {
	position: absolute;
	top:-4px;
	left:-4px;
	border: 0px solid white;
}

.featuredtextblock h3 {
		font-family: arial, 'sans serif';
		text-transform: uppercase;
		font-size: 1.2em;
}

#slider h2, #slider h2 a {
	color: #9d9d17;
}

#slider h3 {
	color: #787165;
}

