/*
THEME NAME:AutoFocus (Mod)
THEME URI:http://www.allancole.com/wordpress/themes/autofocus
DESCRIPTION:AutoFocus is a Wordpress theme specifically for photographers looking for a simple and elegant way to display their work online.
VERSION:0.9.6
AUTHOR:Allan Cole
AUTHOR URI:http://www.allancole.com/wordpress
TAGS:photoblogging, fixed-width, one-column, threaded-comments, white

	This theme is released under GNU General Public License (GPL): 
	http://www.gnu.org/licenses/gpl.html

	0.9.6: Fixes removed images on pages.
	0.9.5: Removes the first image(the duplicate image) from the post content when it comes before the_content text.
			Allows for images to show up in the RSS feed.
			Adds indented sub-page formating in the main menu.
			Removes grey background for smaller images on single pages.
	0.9.4: Removes [shortcode] & CSS from single page next/previous excerpts.
	0.9.3: Fixes ‘From URL’ image errors.
			Removes [shortcode] & CSS from homepage excerpts.
	0.9.1: Fixes some IE bugs.
	0.9.0: First Public release.

*/

/* =structure  --------------------------------------- */
html, body {
	background:#ffffff /* default bg */;
	color:#222;
}
#wrapper {
	margin:0 auto;
	width:852px;
	position:relative;
	font-size:75%;
	line-height:125%;
}
#container {
	margin-bottom:20px;
}



/* =miscellaneous  --------------------------------------- */
.clear {
	clear:both;
}
img, img.alignnone {
	margin: 0 0 10px 0;
	clear:both;
	float:none;
	display:block;
}
img.alignleft {
	margin:0 10px 10px 0px;
	clear:left;
	float:left;
}
img.alignright {
	margin:0 0 10px 10px;
	clear:right;
	float:right;
}
img.aligncenter {
	margin:0 auto;
	position:relative;
	clear:none;
}
.entry-title .postdate {
	color:#aaa;
	border-left:1px solid #ccc;
	padding:1px 0 0 .25em;
	margin-left:.6em;
}
.entry-title .published {
	text-transform:none;
}
.alignleft,
.left {
	text-align:left;
}
.alignright,
.right {
	text-align:right;
}
.right button {
	float:right;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
em.note {
	font-size:85%;
	color:#777;
}

img {
	border:none;
}
p {
	margin-bottom:1em;
}
.comment-edit-link, .required, .unapproved {
}
img#wpstats {
	position:fixed;
	left:10px;
	bottom:10px;
}
abbr, acronym, abbr[title], acronym[title], dfn[title] {
	text-transform:none;
	border:none;
	letter-spacing:inherit;
	cursor: default;
}


/* =header  --------------------------------------- */
#header {
	padding:7px 5px 4px;
}
#header #logo {
	width:250px;
	float:left;
}
#header a:hover {
	text-decoration:none;
}
#header h1 a {
	display:block;
	height:21px;
}
#header h1 {
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	width:157px;
	background:url(img/logo2.png) no-repeat 0 1px;
}
#header #blog-description {
	color:#888;
	text-indent:-9999px;
	overflow:hidden;
	height:1px;
}

#access {
	vertical-align:middle;
	float:right;
	text-align:right;
	padding:0;
	font-size:91.67%;
}


/* =nav  --------------------------------------- */
#nav-above {
	display:none;
	font-size:91.67%;
}
#nav-below {
	clear:both;
	margin:0 0 40px;
	color:#999;
}
.blurb {
	width:265px;
}
.blurb .nav-excerpt {
	font-size:91.67%;
	display:block;
	position:relative;
}
.archive .nav-next, 
.home .nav-next,
.search .nav-next {
	text-align:right;
}


/* =home  --------------------------------------- */
.home #content {
	float:left;
	margin-bottom:12px;
}
.home .featured.post {
	background:#ddd url('img/loading.gif') center center no-repeat;
	display:inline;
	float:left;
	width:206px;
	height:565px;
	overflow:hidden;
	position:relative;
	font-size:91.67%;
	margin-right:6px;
	border:solid 1px #fff;
}
.home .featured.post.p4 {
	margin-right:0;
}
.home .featured.post .post-content {
	width:188px;
}
.home .post-content {
	color:#000;
	background:#a2c241;
	bottom:0;
	left:0;
	min-height:110px;
	padding:6px 10px 10px;
	position:absolute;
	visibility:hidden;
	/*-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;*/
}
.home .post-content:hover, 
.home .post:hover .post-content {
/*	-moz-opacity:0.80;
	filter:alpha(opacity=80);
	opacity:0.8; */
	visibility:visible;
}
.home .post-content h4 {
	color:#fff;
	font-weight:normal;
	font-size:127.2%;
	}
.home .entry-title .postdate,
.archive .entry-title .postdate{
	color:#eee;
	border-left:1px solid #ddd;
	padding:1px 0 0 .25em;
	margin-left:.6em;
}
.home .post-content p {
	margin:0;
}
.home .post-content a {
}
.home .post-content-title {
	position:absolute;
	top:0;
	display:block;
	line-height:1em;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	z-index:99
}
.home .post-content-title a {
	display:block;
	height:100%;
}
.home .post-content-title a span {
	visibility:hidden;
}
.home .post-content-excerpt {
	display:block;
	font-weight:normal;
	width:90%;/*cursor:pointer; */
}

.home .featured img {
	width:396px;
}
.home .featured a:hover {
	text-decoration:none;
	color:#222;
}
.home .featured a:hover img {
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	opacity:0.85;
}

.home .post {
	background:#999;
	height:300px;
	margin:0;
	overflow:hidden;
	width:400px;
}
.home #nav-below,
.archive #nav-below,
.search #nav-below{
	clear:both;
}
.home #nav-below .nav-previous,
.archive #nav-below .nav-previous,
.search #nav-below .nav-previous{
	float:right;
	text-align:right;
	position:relative;
	width:50%;
}
.home #nav-below .nav-next,
.archive #nav-below .nav-next,
.search #nav-below .nav-next{
	float:left;
	text-align:left;
	position:relative;
	width:50%;
}
.home #nav-below .meta-nav,
.archive #nav-below .meta-nav,
.search #nav-below .meta-nav{
	display:none;
}
.home #nav-below .nav-previous a,
.home #nav-below .nav-next a,
.archive #nav-below .nav-previous a,
.archive #nav-below .nav-next a,
.search #nav-below .nav-previous a,
.search #nav-below .nav-next a{
	/*width:24px;*/
}
.home #nav-below .nav-previous a,
.archive #nav-below .nav-previous a,
.search #nav-below .nav-previous a{
	padding:2px 34px 2px 0;
	background:url(img/arrow_next-plain-sq.png) no-repeat 100% 0;
}
.home #nav-below .nav-previous a:hover,
.archive #nav-below .nav-previous a:hover,
.search #nav-below .nav-previous a:hover{
	background-position:100% -18px;
}
.home #nav-below .nav-next a,
.archive #nav-below .nav-next a,
.search #nav-below .nav-next a{
	padding:2px 0 2px 34px;
	background:url(img/arrow_prev-plain-sq.png) no-repeat 0 -18px;
}
.home #nav-below .nav-next a:hover,
.archive #nav-below .nav-next a:hover,
.search #nav-below .nav-next a:hover{
	background-position:0 0;	
}
.home #nav-below .nav-previous,
.archive #nav-below .nav-previous,
.search #nav-below .nav-previous{
	border-right:none;
}


/* =typography for headers --------------------------------------- */
h2.entry-title {
	font-weight:normal;
	font-size:150%;
	color:#000;
	line-height:117%;
	padding:7px 5px 6px;
}
h3#comments,
h3.browse,
#respond h3 {
	font-weight:bold;
	font-size:100%;
	color:#111;
	padding:0 0 .25em;
	margin:0;
	border-bottom:solid 1px #ccc; /* default border */
}
h3.browse {
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 .5em;
}
h3#comments span {
	display:block;
	float:left;
}
h3#comments em {
	display:block;
	float:right;
	font-weight:normal;
	font-style:normal;
	font-size:91.67%;
}


/* =layout  --------------------------------------- */

#primary-col {
	float:left;
	width:675px; /* 4 columns, based on 850px -5px left and right -(4x10px) +5px to include left margin */
	margin-right:10px;
}
#primary-col .inner {
	padding:0 28px 0 5px;
}
#secondary-col {
	width:165px;
	float:left;
	}


/* =single and page --------------------------------------- */

.full-photo {
	border:1px solid #fff;
	background:#fff;
}
.full-photo img {
	margin-bottom:0;
}
.single,
.page {
	margin-bottom:20px;
}
.single .entry-content,
.page .entry-content,
.four04 .entry-content {
	font-size:108.3%;
	line-height:153.8%;
	color:#444;
}


/* =single  --------------------------------------- */

/* next and previous links (above) */
.single #nav-above {
	display:block;
	position:relative;
	}
.single #nav-above .nav-previous a, 
.single #nav-above .nav-next a {
	display:block;
	color:#ffffff /* default bg */;
	}
.single #nav-above .nav-previous a span, 
.single #nav-above .nav-next a span {
	display:block;
	padding-bottom:28px;
	}
.single #nav-above .nav-previous a {
	background:url(img/arrow_next-sq.png) no-repeat 0 100%;
	}
.single #nav-above .nav-next a {
	background:url(img/arrow_prev-sq.png) no-repeat -30px 100%;	
	}
.single #nav-above .nav-previous a:hover {
	background-position:-30px 100%;
	}
.single #nav-above .nav-next a:hover {
	background-position:0 100%;	
	}
.single #nav-above a:hover, 
.single #nav-above a:hover {
	color:#666;
	text-decoration:none;
	}
.single #nav-above .nav-previous {
	position:absolute;
	display:block;
	width:26px;
	top:260px;
	right:-41px;
	text-align:center;
	}
.single #nav-above .nav-next {
	position:absolute;
	display:block;
	width:27px;
	top:260px;
	left:-41px;
	text-align:center;
	}

/* next and previous links (below) */
.single #nav-below .nav-previous .arrow,
.single #nav-below .nav-next .arrow {
	width:24px;
}
.single #nav-below .nav-previous {
	float:right;
	position:relative;
	width:320px;
}
.single #nav-below .nav-previous .arrow,
.single #nav-below .nav-previous .blurb {
	float:right;
	text-align:right;
}
.single #nav-below .nav-previous .blurb {
	padding-left:20px;
}
.single #nav-below .nav-previous .arrow {
	margin:0 0 0 10px;
}
.single #nav-below .nav-previous .arrow a{
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:18px;
	background:url(img/arrow_next-plain-sq.png) no-repeat 0 0;
}
.single #nav-below .nav-previous .arrow a:hover{
	background-position:0 -18px;
}

.single #nav-below .nav-next {
	float:left;
	position:relative;
	width:319px;
}
.single #nav-below .nav-next .arrow,
.single #nav-below .nav-next .blurb {
	float:left;
}
.single #nav-below .nav-next .blurb {
	padding-right:20px;
}
.single #nav-below .nav-next .arrow {
	margin:0 10px 0 0;
}
.single #nav-below .nav-next .arrow a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:18px;
	background:url(img/arrow_prev-plain-sq.png) no-repeat 0 -18px;
}
.single #nav-below .nav-next .arrow a:hover{
	background-position:0 0;
}

.single .post .entry-content h1,
.page .post .entry-content h1{
	padding:0.125em 0;
}
.single .post .entry-content h2,
.page .post .entry-content h2{
	padding:0.125em 0;
}
.single .post .entry-content h3,
.page .post .entry-content h3{
	padding:0.25em 0;
}
.single .post .entry-content h4,
.page .post .entry-content h4{
	padding:0.25em 0;
}
.single .post .entry-content h5,
.page .post .entry-content h5{
	padding:0.5em 0;
}
.single .post .entry-content h6,
.page .post .entry-content h6{
	padding:0.5em 0;
}
.single .post .entry-content img,
.page .post .entry-content img{
	max-width:640px;
	height:inherit;
	border:solid 1px #fff;
}
.single .post .entry-content blockquote,
.page .post .entry-content blockquote{
	padding:0 1em 0;
	margin-top:-.5em;
	margin-bottom:1em;
	font-style:italic;
	font-size:92.3%;
}
.single .post .entry-content ul,
.page .post .entry-content ul{
	margin-left:1em;
	list-style:circle;
	padding-bottom:1em
}
.single .post .entry-content ol,
.page .post .entry-content ol{
	margin-left:1em;
	list-style:upper-roman;
	padding-bottom:1em
}
.single .post .entry-content ul li ul,
.page .post .entry-content ul li ul{
	margin-left:2em;
	list-style:disc;
	padding:0
}
.single .post .entry-content ol li ol,
.page .post .entry-content ol li ol{
	margin-left:2em;
	list-style:upper-alpha;
	padding:0
}
.single .post .entry-content ul li, 
.single .post .entry-content ol li,
.page .post .entry-content ul li, 
.page .post .entry-content ol li {
}
.single .post .entry-content pre,
.page .post .entry-content pre{
	width:585px;
	overflow:auto;
	padding:1em 0;
}
.single .post .entry-content code,
.page .post .entry-content code{
	padding:1em 0;
	display:block;
}
.single .entry-meta,
.page .entry-meta{
	color:#999;
	font-size:91.67%; 
	line-height:136.3%;
}
.single .entry-meta .inner,
.page .entry-meta .inner {
	padding:3px 5px 0 0;
}
.single .entry-meta p,
.page .entry-meta p{
	text-indent:-14px;
	padding-left:14px
}
.post .edit-link  {
	margin-top:1em;
}
.single .post .edit-link,
.page .post .edit-link{
	font-size:85%;
}
.single .post .edit-link a,
.page .post .edit-link a{
	padding:2px 0 2px 19px;
	background:url(img/icon_pencil.png) no-repeat 0 50%;
}

.entry-meta em {
	font-style:normal;
}
/*.permalink-label {
	padding:0 0 0 14px;
	background:url(img/icon_bookmark.gif) no-repeat 0 30%;
}*/
.categories-label {
	padding:0 0 0 14px;
	background:url(img/icons_sidebar.png) no-repeat 0 0;
}
.tags-label {
	padding:0 0 0 14px;
	background:url(img/icons_sidebar.png) no-repeat 0 -13px;
}
.comment-link {
	padding:0 0 0 14px;
	background:url(img/icons_sidebar.png) no-repeat 0 -27px;
}
.wp-caption img {
	margin-bottom:1px;
	}
.wp-caption-text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:91.67%;
	line-height:133%;
	padding:3px 10px 3px;
	background:#eee;
	}


/* =etc.  --------------------------------------- */

#error404-s {
	float:left;
	font-family:Arial, sans-serif;
}


/* =comments  --------------------------------------- */
.navigation {
	padding-top:5px;
	font-size:91.67%;
}
.bottom {
	border-top:none;
	padding-top:0;
}
.navigation .alignleft,
.navigation .alignright{
	width:49.5%;
}

.commentlist {
	color:#888;
	padding-top:4px;
}
.commentlist li {
	padding:15px 10px 10px;
	margin: 0 0 5px 0;
	list-style: none;
}
ul.children {
	margin:10px 0 0 0;
}
ul.children li {
	border:solid 1px #ddd;
	margin:0 0 0 0;
	padding:15px 0px 15px;
}
.comment-author {
	display:inline;
	font-weight:bold;
	color:#333;
}
.comment-author img {
	float:left;
	margin:0 10px 0 0;
}
.comment-author img.avatar {
	display:none;
}
.commentlist li .comment-author {
	margin-left:20px;
}
.commentmetadata {
	display:inline;
	font-size:91.67%;
	border-left:solid 1px #ccc; /* default border */
	padding: 0 0 0 .5em;
	margin: 0 0 .5em .25em;
}
.comment {
	position:relative;
	background:#f5f5f5;
	border:solid 1px #fff;
}
.comment p {
	font-family:Georgia,'Times New Roman',serif;
	color:#494949;
	line-height:153.8%;
	margin:0 20px 1em 20px;
}
.comment cite {
	font-style:normal;
}
.says { 
	display: none; 
}
.comment em {
	position:absolute;
	top:0;
	right:0;
	font-style:normal;
	font-weight:bold;
	color:#cc9933;
}
.reply {
	font-size:91.67%;
	padding:0;
	text-align:right;
}
.reply a {
	padding:1px 0 1px 17px;
	background:url(img/icon_comment.png) no-repeat 0 50%;
}
/*.commentlist .even {
	background:#ececec;
}
.commentlist .children .even {
}
.commentlist .odd {
	background:#e8e8e8;
}*/
.commentform textarea {
	width:628px;
	padding:5px;
	border:solid 1px #bbb;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
}
#respond {
	margin:40px 0 50px;
	color:#888;
}


/* =archive, category, & search pages  --------------------------------------- */
h2.page-title{
	font-weight:normal;
	font-size:150%;
	background:#aaa;
	color:#ddd;
	line-height:117%;
	padding:6px 10px 3px;
	margin:0 0 5px;
}
h2.page-title span {
	color:#fff;
	border-left:1px solid #ccc;
	padding:1px 0 0 .5em;
	margin-left:.25em;
}
.archive #content,
.search #content {
	margin-bottom:12px;
}
.archive .post, 
.search .post, 
.search .page {
	display:block;
	float:left;
	position:relative;
	width:208px;
	margin:0 6px 6px 0;
	color:#222;
	font-size:91.67%;
}
.archive .p4, 
.archive .p8,
.search .p4,
.search .p8 {
	margin-right:0;
}
.archive .p5, .archive .p6, .archive .p7, .archive .p8,
.search .p5, .search .p6, .search .p7, .search .p8 {
	margin-bottom:0;
}
.preview {
	background:#fff url('img/loading.gif') center center no-repeat;
	float:left;
	overflow:hidden;
	margin:0;
	height:262px;
	width:206px;
	border:solid 1px #fff;
}
.preview .post-content {
	color:#000;
	background:#a2c241;
	bottom:0;
	left:0;
	min-height:76px;
	padding:6px 10px 10px;
	position:absolute;
	width:188px;
	visibility:hidden;
	/*-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	-moz-opacity:0.8;
	filter:alpha(opacity=8);
	opacity:0.8;*/
}
.preview:hover .post-content {
	/*-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;*/
	visibility:visible;
	z-index:500;
}
.preview .post-content p {
	margin:0;
}
.preview .post-content a:link,
.preview .post-content a:visited {
	color:#fff;
}
.preview .post-content a:hover {
	color:#000;
}
.preview h4 {
	color:#fff;
	font-weight:normal;
	font-size:127.2%;
}
.preview .post-content-title,
.preview h2.entry-title{
	position:absolute;
	top:0;
	display:block;
	width:208px;
	height:262px;
	z-index:99;
	clear:both;
	float:none;
	margin:0;
	padding:0;
}
.preview .post-content-title a {
	display:block;
	width:208px;
	height:262px;
}
.preview .post-content-title a span{
	visibility:hidden;
}
.preview .entry-meta .comments-link,
.preview .entry-meta .edit-link {
	border-left:1px solid #666;
	padding-left:3px;
	margin-left:2px;
}
.preview .entry-meta .edit-link {
	padding-left:5px;
}
.archive .entry-meta, 
.search .entry-meta {
	color:#000;
}
.preview .cat-links,
.preview .tag-links,
.entry-meta .vcard {
	display:none;
}


/* =mobile --------------------------------------- */

#content .tag-mobile {
	position:relative;
}

.single .tag-mobile .entry-content img {
	max-width:850px;
}

.tag-mobile #attachment_364 {
	position:absolute;
	top:0;
	left:0;
	height:565px;
	overflow:hidden;
}

.tag-mobile #attachment_364 img {
	width:850px;
	height:637px;
}

.tag-mobile h2.entry-title {
	padding-top:574px;
}
.tag-mobile #primary-col {
	
}
.tag-mobile .wp-caption-text {
	background:#fff;
}



/* =sidebar  --------------------------------------- */
#sidebar {
	color:#999;
	width:165px;
	float:left;
	font-size:91.67%;
	line-height:136.3%;
}
div.sidebar li {
	list-style:none;
	margin:0 0 2em;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul {
	margin:0;
}
div.sidebar ul ul {
	margin:0 0 0 1em;
}
div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:circle;
}

li#search {
margin-left:20px;
}

#search #s {
	float:left;
	width:100px;
	line-height:16px;
	font-weight:normal;
	color:#666;
}


/* =footer  --------------------------------------- */
#footer {
	font-size:83.3%;
	padding:5px;
	color:#999;
	border-top:solid 1px #ddd;
}
#footer a {
	color:#222;
}
a#thanks {
	color:#888;
	float:right;
	padding:3px 0 1px 16px;
	margin-left:18px;
	background:url(img/icon_smile.png) no-repeat 0 0;
}
a#thanks:hover {
	background-position:0 -19px;
}

/* spry tooltip */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.tooltipContent
{
	color:#666;
	background-color: #fff;
	border:solid 1px #ccc;
	padding:5px 5px 3px;
	width:190px;
}



/* Wordpress 2.5+ Shortcode Styles
------------------------------------------ */
div.gallery {
	clear:both;
	float:left;
	width:100%;
}
.gallery img {
	margin-bottom:3px;
}
div.gallery dl {
	float:left;
	text-align:left;
}
div.gallery dl dt {
	margin:0;
}
div.gallery dl dd {
	margin-left:0;
	font-size:76.9%;
  	font-family:Arial, Helvetica, sans-serif;
	line-height:118%;
}
.post #gallery-1 .gallery-item {
	text-align:left;
}
.gallery-caption {
	padding-right:10px;
}
div.entry-attachment, div.entry-caption {
	text-align:center;
}
div.entry-attachment img, div#nav-images div img {
	overflow:hidden;
}
body.attachment div#nav-images {
	clear:both;
	width:100%;
}
body.attachment div#nav-images div {
	padding:1em 0;
	width:50%;
}
body.attachment div#nav-images div.nav-previous {
	text-align:right;
}
body.attachment div#nav-images div.nav-next {
	text-align:left;
}
body.attachment div#comments {
	clear:both;
}


/* =hidden  --------------------------------------- */
.home .entry-meta, .page .sidebar, .category .sidebar, .archive .sidebar, .search .sidebar, #access .skip-link, .archive-meta {
	display:none;
}


/* =link colors --------------------------------------- */
a,
h3#comments em a:link {
	color:#6c9618;
}
a:hover,
h3#comments em a:hover{
	color:#000;
	text-decoration:underline;
}
h2.entry-title a:hover {
	text-decoration:none;
}
#nav-below a,
.reply a,
h3 a,
.entry-meta a.title,
#footer a:hover{
	color:#222;
}
.commentmetadata a {
}
#nav-below a:hover,
.reply a:hover,
h3 a:hover,
.entry-meta a.title:hover {
	color:#000;
	text-decoration:underline;
}



/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 2px 0 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	margin:0 0 0 10px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 10.2em;
	position: absolute;
	left: -1000em;
	font-weight:normal;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10.2em;
	margin:0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -3% 0 0 97%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #aaa;
}
/* Menu items */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #ffffff /* default bg */;
	padding: 0.3em 0.75em;
	color: #222;
	text-decoration: none;
}
/* Sub-Menu items */
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	background-color: #aaa;
	padding: 0.3em 0.75em;
	color: #fff;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #3d3d3d;
	color: #fff;
}
/* Menu items that are open with submenus */
ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #3d3d3d;
	color: #fff;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-right:1.75em;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #ffffff /* default bg */;
	}
}



/* -------------------------------------------------------------- 
   buttons.css   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element
   modified by Rick Elizaga
-------------------------------------------------------------- */

a.button, button, input.button {
  display:block;
  float:left;
  margin: 0 0 0 2px;
  padding:2px 7px 2px 7px;   /* Links */
  border:none;
  background-color:#aaa;
  font-family:Arial, Helvetica, sans-serif;
  font-size:91.67%;
  line-height:130%;
  text-decoration:none;
  font-weight:normal;
  color:#fff;
  cursor:pointer;
}
button[type] {
  padding:2px 7px 1px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover, input.button:hover{
  background-color:#3d3d3d;
  color:#fff;
}
a.button:active{
  background-color:#333;
  color:#fff;
}



/* =hacks and bug fixes
------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly */
	/* Hide from IE-mac \ */
	* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
	/* End hide from IE-mac */
