html {
	overflow: scroll; 
}
body {
	/*:Background image*/
	background-image:url(images/background/fat_lines_light.gif);
}

#header_image {
	/*:Header height*/
	padding-top:280px;
	/*:Header image*/
/*	background-image:url("images/headers/sarah2.jpg");*/
	/*:Header image alignment*/
	background-position:center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:250px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:250px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:250px;
}

#page, #header, #footer {
	/*:Page width*/
	width:800px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#a0bc00;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#a0bc00;
}

a {
	/*:Navigation color*/
	color:#a0bc00;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#a0bc00;
	/*:Navigation color*/
	color:#a0bc00;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#a0bc00;
}

#calendar #today {
	/*:Navigation color*/
	background-color:#a0bc00;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#a0bc00;
	
}

#menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#a0bc00;
	
}

#menu ul li.current_page_ancestor:hover a, #menu ul li.current_page_ancestor a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#a0bc00;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a, #frame .sidebar li a:hover {
	/*:Navigation color*/
	background-color:#a0bc00;
}

.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#a0bc00;
}

code {
	/*:Content color*/
	background-color:#565358;
	/*:Content color*/
	border-color:#565358;
}

.bypostauthor div {
	/*:Content color*/
	background-color:#565358;
	/*:Content color*/
	border-color:#565358;
}

.bypostauthor cite {
	/*:Content color*/
	color:#565358;
}

h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#565358;
}

.post blockquote {
	/*:Content color*/
	border-left-color:#565358;
}


/* jky customisation*/
h1 {
	font-family:arial;
}

.meta {
	display:none;
}

.nocomments {
	display:none;
}

#title {
	display:none;
}

#menu ul li.page-item-34 {
}

#menu li.page-item-34 a, #menu li.page-item-34 a:hover {
/*	float:right; */
/*	background-color:#eaca55;*/
	background-image: url(images/menu/reflect.png);
	font-weight: bold;
/*	color:#eaca55;*/
	background-color:#FF6600;

	margin-left:4.5em;
	margin-right:4.5em;
	letter-spacing: .5em;
/*	background-image:url(images/background/thin_diagnol_yellow.gif);*/
}

#menu li.page-item-34 a:hover {
}


#respond {
	display:none;
}

.post img {
	margin:1em;
	border:4px solid black;
}
.post p {
	
	
	font-size:120%;
}


#my_footer img {
	border:solid 1px black;
	vertical-align:bottom;
}

#payment_table {
	padding:1em;
	background-color:#bbb;
	border:solid 2px #aaa;
	margin:1em;
}
#payment_table td {
	padding-left:10px;
	font-size:150%;
	text-align:center;
}
#payment_table img {
	padding:0px;
	margin:5px;
	border:solid 1px black;
}

.post blockquote strong {
	font-size:120%;
/*	background-color:yellow;*/
}

.post ul  {
}

#sidebar #counter {
	background-color:#FF6600;
	display:block;
	width:200px;
	color:white;
	height: 37px;
	text-align:center;
	vertical-align:center;
	overflow: hidden;
	margin:solid 3px black;
}
div#counter p {
	padding:0px;
	margin:0px;
	font-size:9px;
	line-height:15px;
	letter-spacing: .5em;

}
div#counter p #figure {
	display:block;
	font-size:20px;
	letter-spacing:normal;
}

div#counter #slider {
	display:block;
	height:37px;
	width:200px;
	background-color:#a0bc00;
	position: relative;
	left:-80px;
	background-image: url(images/menu/reflect.png);
	
	
	
	
}

div#counter #goal {
	position:relative;
	top:-37px;
	left:0px;
}


.important {
	border:solid 0px;
	text-align:center;
	color:white;
	background-color:#FF6600;
	font: Times;
	font-style: italic;
	padding:3em;
	font: 200% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	
}
