/*
Theme Name: Optimalworks
Theme URI: http://www.optimalworks.net/
Description: Optimalworks WordPress theme
Version: 1.0
Author: Craig Buckler
Author URI: http://www.optimalworks.net/
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: "trebuchet ms", arial, helvetica, helv, freesans, sans-serif;
	font-size: 100%;
	color: #555;
	background-color: #fed;
	border-width: 0;
}

/* page */
#page
{
	position: relative;
	width: 100%;
	min-width: 42em;
	max-width: 64em;
	margin: 0 auto;
	background-color: #fff;
}

/* content */
#wrapper
{
	display: inline;
	float: left;
	width: 100%;
	padding-bottom: 2em;
	background: #fff url("images/content.gif") 0 0 repeat-x;
	border-top: 2px solid #fb7;
}

#content { height: 100%; margin: 0 4em; }
#content.sidebar { margin-right: 18em; }

/* sidebar */
#sidebar
{
	display: inline;
	float: left;
	width: 12em;
	padding: 2.1em 0;
	margin-left: -16em;
}

/* sidebar submenu */
#sidebar ol
{
	list-style-type: none;
}

#sidebar ol li
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ecdccd;
}

#sidebar ol a
{
	display: block;
	height: 1%;
	text-decoration: none;
	padding: 0.2em 0 0.3em 10px;
	color: #f80;
	background-color: #fed;
	border-left: 5px solid #fda;
}

#sidebar ol li.current_page_item a, #sidebar ol a:hover
{
	font-weight: bold;
	border-left-color: #f80;
}

/* search box */
#search { margin: 1em 0 0.5em 0; }
#search fieldset { padding: 0; margin: 0; border: 0px none #fff; }
#search legend, #search label { display: none; }

#search input#s
{
	float: left;
	width: 8em;
	padding-left: 1.3em;
	background: #f6f6f6 url("images/iconsearch.gif") 2px 50% no-repeat;
}

#search input#s:focus { background-color: #fff; }

#search input#searchsubmit
{
	width: 2em;
	height: 1.6em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #f80;
	border-color: #f80;
}

#search input#searchsubmit:hover { background-color: #fb7; cursor: pointer; }

/* sidebar categories */
#sidebar ul
{
	list-style-type: none;
}

#sidebar ul ul { margin-left: 20px; }
#sidebar li a { padding-left: 17px; }

#sidebar li.current-cat a
{
	font-weight: bold;
	background: url("images/iconright.gif") 0 0.2em no-repeat;
}

#sidebar li.current-cat ul a
{
	font-weight: normal;
	background-image: none;
}

/* sidebar latest posts */
#sidebar ul#latestposts { margin: 0 0 3em 0; }

#sidebar ul#latestposts li
{
	padding: 0;
	margin: 0;
}

#sidebar ul#latestposts li a
{
	display: block;
	font-size: 0.85em;
	padding: 0 0 0 20px;
	margin: 0.8em 0 0.8em 0.5em;
	background: url("images/iconright.gif") 0 0.3em no-repeat;
}

/* sidebar tag cloud */
#sidebar p.tags
{
	padding: 0 0 0 18px;
	margin: 3em 0 0 0;
	font-weight: bold;
	color: #999;
	background: url("images/icontag.gif") 0 100% no-repeat;
}

#sidebar ul.wp-tag-cloud li
{
	display: inline;
}

#sidebar ul.wp-tag-cloud li a
{
	padding: 0;
	margin: 0;
}

/* header */
#header
{
	position: relative;
	width: 100%;
	height: 165px;
	background: #000 url("images/header.gif") 0 0 repeat-x;
	overflow: hidden;
}

#header h1, #header p
{
	font-size: 3em;
	text-align: center;
	line-height: 1em;
	letter-spacing: -2px;
	margin: 0;
}

#header h1 sub, #header p sub
{
	display: block;
	font-size: 0.4em;
	font-weight: normal;
	letter-spacing: -1px;
}

#header a
{
	text-decoration: none;
}

#header h1 a, #header p a
{
	position: relative;
	float: left;
	display: inline;
	width: 427px;
	height: 135px;
	margin: 30px 0 0 6%;
	background-color: transparent;
}

#header h1 a span, #header p a span
{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("images/optimalworks.png") 0 0 no-repeat;
}

#header q:before, #header q:after { content: ""; }

#header div
{
	padding: 0 2px 0 430px;
	margin: 40px 6% 0 6%;
}

#header div span { display: none; }

#header q
{
	height: 125px;
	font-size: 1em;
	text-align: right;
}

#header q a
{
	color: #ccc;
}

#header q a strong
{
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -1px;
	color: #e91;
}

#header q { display: none; }
#header q.active { display: block; }

/* menu bar */
#menu
{
	width: 100%;
	font-size: 1.2em;
	background: #f80 url("images/menubar.gif") 0 50% repeat-x;
	border-top: 1px solid #fed;
	border-bottom: 1px solid #fed;
}

#menu ol
{
	width: 88%;
	list-style-type: none;
	margin: 0 0 0 6%;
	border-left: 1px solid #e80;
	border-right: 1px solid #fa0;
	overflow: hidden;
}

#menu ol li
{
	float: left;
	border-left: 1px solid #fa0;
	border-right: 1px solid #e80;
}

#menu ol li.blog
{
	float: right;
}

#menu ol li a
{
	display: block;
	width: 6em;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0.1em 0 0.2em 0;
	color: #fed;
}

#menu ol li.current_page_parent a, #menu ol li.current_page_item a
{
	font-weight: bold;
	color: #fff;
}

#menu ol li.current_page_parent a, #menu ol li.current_page_item a, #menu ol a:hover { background: #d70 url("images/menubarhover.gif") 0 50% repeat-x; }

/* footer */
#footer
{
	clear: both;
	padding: 0.5em 0 1em 0;
	color: #666;
	background: #fed url("images/footer.gif") 0 0 repeat-x;
	border-top: 2px solid #fb7;
}

#footer a:link, #footer a:visited { color: #666; }

#footer ol
{
	height: 3em;
	list-style-type: none;
}

#footer ol li
{
	float: left;
	text-transform: lowercase;
	border-right: 1px solid #888;
}

#footer ol li.rss
{
	text-transform: none;
	padding-left: 0.8em;
	border: 0px none #fff;
}

#footer ol li.survey
{
	float: right;
	margin-right: 2px;
	border: 0px none #fff;
}

#footer ol li.current_page_parent, #footer ol li.current_page_item { font-weight: bold; }
#footer li a { padding: 0 0.8em; }
#footer li.rss a, #footer li.survey a { padding-left: 19px; }
#footer a:hover { color: #000; text-decoration: underline; }

#footer p
{
	clear: both;
	margin: 0.3em 0.8em;
}

#footer p.validators a, #footer p.validators span
{
	padding-left: 19px;
	background: url("images/icontick.gif") 0 50% no-repeat;
}

/* edit links */
h1 sup
{
	font-size: 0.4em;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0 0 0 18px;
	background: url("images/iconedit.gif") 0 50% no-repeat;
}

p.author sup
{
	font-size: 0.7em;
	font-weight: normal;
	padding: 0 0 0 17px;
	background: url("images/iconeditcomment.gif") 0 50% no-repeat;
}

/* information box */
#content ul.information
{
	clear: both;
	font-size: 0.8em;
	list-style-type: none;
	padding: 2px 2px 11px 2px;
	margin: 2em;
	background: #fed url("images/shadowright.gif") 100% 100% no-repeat;
	overflow: hidden;
}

#content ul.information li
{
	line-height: 1.2em;
	padding: 6px 10px 6px 30px;
	margin: 0;
	background: #fff url("images/iconcategory.gif") 10px 8px no-repeat;
}
#content ul.information li.tags { background-image: url("images/icontag.gif"); }
#content ul.information li.trackback { background-image: url("images/icontrackback.gif"); }
#content ul.information li.bookmark { background-image: url("images/iconbookmark.gif"); }
#content ul.information li.comments { background-image: url("images/iconcomments.gif"); }
#content ul.information li strong { display: block; }
#content ul.information li span
{
	display: block;
	overflow: auto;
}

/* navigation links */
#content ul#navigation
{
	font-size: 0.8em;
	list-style-type: none;
	margin: 2em 0 0 0;
}

ul#navigation li
{
	float: left;
	width: 48%;
}
ul#navigation li.next
{
	float: right;
	text-align: right;
}

ul#navigation li a
{
	display: block;
	line-height: 1.2em;
	padding: 0 0 0 20px;
	background: url("images/iconleft.gif") 0 1px no-repeat;
}

ul#navigation li.next a
{
	padding: 0 20px 0 0;
	background: url("images/iconright.gif") 100% 1px no-repeat;
}

ul#navigation li a strong { display: block; }

/* comments */
#content #comments ol
{
	font-size: 0.8em;
	margin: 0.5em 2em 2em 2em;
	list-style-type: none;
}

#content #comments ol li
{
	padding: 6px 10px 15px 10px;
	margin: 8px 0;
	background: #fed url("images/shadowright.gif") 100% 100% no-repeat;
}

#content #comments ol li.alt { background-color: #f6f6f6; }
#content #comments ol li p.author { font-weight: bold; border-bottom: 1px solid #e6d5c4; }
#content #comments ol li.alt p.author { border-bottom-color: #ddd; }
#content #comments ol li p.author strong { float: right; }
#content #comments ol li blockquote { padding: 0; margin: 0 0 0 1.2em; color: #777; background-image: none; }
#content #comments ol li p { margin-bottom: 0.5em; }

#comments a.logoff
{
	font-size: 0.7em;
	vertical-align: super;
	padding: 0 0 0 17px;
	background: url("images/iconlogoff.gif") 0 50% no-repeat;
}

/* home page */
#about
{
	clear: both;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	padding: 10px 20px 20px 20px;
	margin: 1.5em 0 1em 0;
	background: #fed url("images/shadowright.gif") 100% 100% no-repeat;
}

#about a { display: block; }

#content #services ol
{
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content #services li
{
	float: left;
	display: inline;
	width: 44%;
	padding: 0;
	margin: 0.8em 0 0.8em 3%;
	text-align: center;
}

#content #services a
{
	display: block;
	width: 100%;
	padding: 126px 0 0 0;
	background: url("images/services/webdev.gif") 50% 0 no-repeat;
}

#content #services a strong
{
	display: block;
	font-size: 1.4em;
}

#content #seo a { background-image: url("images/services/seo.gif"); }
#content #consultancy a { background-image: url("images/services/consultancy.gif"); }
#content #training a { background-image: url("images/services/training.gif"); }

/* services */
#content ul.services
{
	list-style-type: none;
	padding: 0;
	margin: 1em 0 1em 2em;
}

#content ul.services li
{
	clear: both;
	padding: 0.4em 0;
	margin: 0;
}

#content ul.services li img
{
	float: left;
	padding: 0;
	margin: 0;
	border: 0 none #fff;
}

#content ul.services li strong
{
	display: block;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 0;
	margin: 0.1em 0 0.2em 126px;
}

#content ul.services li a:active strong, #content ul.services li a:focus strong
{
	color: #fff;
	background-color: #f60;
	outline: 1px dotted #f00;
}

#content ul.services li span
{
	display: block;
	padding: 0;
	margin: 0 0 0 126px;
}

/* portfolio */
#content ul#portfolio
{
	list-style-type: none;
	margin: 0;
}

#content ul#portfolio li
{
	margin: 2em;
}

#content ul#portfolio li a
{
	display: block;
	height: 150px;
	min-height: 150px;
	text-decoration: none;
	padding: 6px 6px 6px 206px;
	color: #444;
	background: #f6f6f6 url("images/websites/autodirector.jpg") 6px 6px no-repeat;
	border: 2px solid #fff;
}

#content ul#portfolio li > a { height: auto; }

#content ul#portfolio li a:hover
{
	background-color: #fed;
	border-color: #f80;
}
#content ul#portfolio li a:hover strong { color: #f20; }

#content ul#portfolio strong
{
	display: block;
	font-size: 1.1em;
}

#content ul#portfolio li#autodirectoradmin a { background-image: url("images/websites/autodirectoradmin.jpg"); }
#content ul#portfolio li#awlwood a { background-image: url("images/websites/awlwood.jpg"); }
#content ul#portfolio li#b4utv a { background-image: url("images/websites/b4utv.jpg"); }
#content ul#portfolio li#bashevents a { background-image: url("images/websites/bashevents.jpg"); }
#content ul#portfolio li#baycottage a { background-image: url("images/websites/baycottage.jpg"); }
#content ul#portfolio li#budgetestimator a { background-image: url("images/websites/budgetestimator.jpg"); }
#content ul#portfolio li#bungalow a { background-image: url("images/websites/bungalow.jpg"); }
#content ul#portfolio li#catermap a { background-image: url("images/websites/catermap.jpg"); }
#content ul#portfolio li#cfbt a { background-image: url("images/websites/cfbt.jpg"); }
#content ul#portfolio li#consolid8 a { background-image: url("images/websites/consolid8.jpg"); }
#content ul#portfolio li#cpconv a { background-image: url("images/websites/cpconversions.jpg"); }
#content ul#portfolio li#dca a { background-image: url("images/websites/dcassociates.jpg"); }
#content ul#portfolio li#driveon a { background-image: url("images/websites/driveon.jpg"); }
#content ul#portfolio li#ebedz a { background-image: url("images/websites/ebedz.jpg"); }
#content ul#portfolio li#europarltv a { background-image: url("images/websites/europarltv.jpg"); }
#content ul#portfolio li#exetercarpet a { background-image: url("images/websites/exetercarpet.jpg"); }
#content ul#portfolio li#hemsleyfraser a { background-image: url("images/websites/hemsleyfraser.jpg"); }
#content ul#portfolio li#hisw a { background-image: url("images/websites/hisw.jpg"); }
#content ul#portfolio li#horsecountry a { background-image: url("images/websites/horsecountry.jpg"); }
#content ul#portfolio li#hpdash a { background-image: url("images/websites/hpdash.jpg"); }
#content ul#portfolio li#jewelleryis a { background-image: url("images/websites/jewelleryis.jpg"); }
#content ul#portfolio li#mediafreedom a { background-image: url("images/websites/mediafreedom.jpg"); }
#content ul#portfolio li#msnfuel a { background-image: url("images/websites/msn_fuelbill.jpg"); }
#content ul#portfolio li#mx a { background-image: url("images/websites/mxmoneysaver.jpg"); }
#content ul#portfolio li#parltv a { background-image: url("images/websites/parliament.jpg"); }
#content ul#portfolio li#paultaylor a { background-image: url("images/websites/paultaylor.jpg"); }
#content ul#portfolio li#pitchpuff a { background-image: url("images/websites/pitchpuff.jpg"); }
#content ul#portfolio li#polsloe a { background-image: url("images/websites/polsloe.jpg"); }
#content ul#portfolio li#porky a { background-image: url("images/websites/porkydown.jpg"); }
#content ul#portfolio li#pvr a { background-image: url("images/websites/pvr.jpg"); }
#content ul#portfolio li#sipstv a { background-image: url("images/websites/sipstv.jpg"); }
#content ul#portfolio li#talentpool a { background-image: url("images/websites/talentpool.jpg"); }
#content ul#portfolio li#talentpool_assess a { background-image: url("images/websites/talentpool_assess.jpg"); }
#content ul#portfolio li#talentpool_programme a { background-image: url("images/websites/talentpool_programme.jpg"); }
#content ul#portfolio li#talentpool_register a { background-image: url("images/websites/talentpool_register.jpg"); }
#content ul#portfolio li#talentpool_video a { background-image: url("images/websites/talentpool_video.jpg"); }
#content ul#portfolio li#talentpool_vle a { background-image: url("images/websites/talentpool_vle.jpg"); }
#content ul#portfolio li#tradecarsuk a { background-image: url("images/websites/tradecarsuk.jpg"); }
#content ul#portfolio li#trobridges a { background-image: url("images/websites/trobridges.jpg"); }
#content ul#portfolio li#wardrobe a { background-image: url("images/websites/wardrobe.jpg"); }
#content ul#portfolio li#wardrobeadmin a { background-image: url("images/websites/wardrobeadmin.jpg"); }
#content ul#portfolio li#xlautos a { background-image: url("images/websites/xlautos.jpg"); }
#content ul#portfolio li#xlautos_showroom a { background-image: url("images/websites/xlautos_showroom.jpg"); }
#content ul#portfolio li#xlautos_find a { background-image: url("images/websites/xlautos_find.jpg"); }
#content ul#portfolio li#xlautos_collect a { background-image: url("images/websites/xlautos_collect.jpg"); }
#content ul#portfolio li#xlautos_forum a { background-image: url("images/websites/xlautos_forum.jpg"); }

/* contact hcard microformat */
div.vcard
{
	margin: 1em 4em;
}

#content div.vcard p { margin: 0; }
#content div.vcard a { font-weight: bold; color: #444; }

#content div.vcard ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content div.vcard ol li
{
	padding: 0;
	margin: 0;
}

#content div.vcard dl { clear: both; margin: 0 0 0.4em 0; }
#content div.vcard dt { clear: both; float: left; width: 6em; margin-right: 0.5em; }
#content div.vcard dd { font-weight: bold; }

/* add to contacts */
a.add
{
	clear: both;
	padding: 0 0 0 20px;
	margin: 1em 4em;
	background: url("images/icons/iconvcard.gif") 0 50% no-repeat;
}

/* adverts */
#advert1
{
	float: right;
	width: 120px;
	height: 240px;
	margin: 0 0 10px 20px;
	overflow: hidden;
}

#advert2
{
	width: 468px;
	height: 60px;
	margin: 2em auto 1em auto;
	overflow: hidden;
}

/* generic form */
form { margin: 2em 1.6em; }

fieldset
{
	padding: 0.5em 1.6em;
	border: 0px none #fff;
	border-top: 2px solid #555;
}

fieldset legend
{
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0.4em;
	color: #555;
}

fieldset div
{
	clear: both;
	margin: 2px 0;
}

label
{
	display: block;
	float: left;
	width: 6em;
	text-align: right;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0.5em 0 0;
	cursor: help;
}

input, select, textarea, button
{
	font-family: "trebuchet ms", verdana, arial, helv, sans-serif;
	font-size: 1em;
	text-align: left;
	padding: 1px 2px;
	color: #777;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: help;
}

div.inputfirst input
{
	margin: 0 0 0 6.5em;
}

div.inputfirst label
{
	display: inline;
	float: none;
	text-align: left;
	margin: 0;
}

div.button input
{
	width: 8em;
	font-weight: bold;
	text-align: center;
	padding: 0px 1px 1px 1px;
	margin: 3px 0 0 6.5em;
	color: #fff;
	background-color: #f80;
	border: 2px solid #f80;
	cursor: pointer;
}

div.button input:hover { background-color: #fb7; }

.checkbox, .radio, .inputfirst input { width: auto; border-style: none; }
.inputsml { width: 12ex; }
.inputmed { width: 22ex; }
.inputbig { width: 32ex; }
.validNUMBER, .validCURRENCY, .validPERCENT, .validDATE { text-align: right; }

div.fieldhelp
{
	font-size: 0.8em;
	font-style: italic;
	padding-bottom: 0.3em;
	margin: 0 0 0 16em;
	color: #999;
}

div.fieldhelp p
{
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	color: inherit;
}

/* focus styles */
label.focus
{
	font-weight: bold;
}

input.focus, select.focus, textarea.focus
{
	background-color: #fed;
	border-color: #555;
}

/* error styles */
label.inputerror, input.inputerror, select.inputerror, textarea.inputerror
{
	color: #c00;
}

p.error
{
	font-weight: bold;
	color: #c00;
}

/* disabled styles */
label.disabled
{
	color: #999;
}

/* field help box */
div#fieldhelpbox
{
	position: absolute;
	top: 0;
	width: 10em;
}

div#fieldhelpbox div#fht, div#fieldhelpbox div#fhb
{
	height: 1px;
	padding: 0;
	margin: 0 1px;
	background-color: #f80;
	overflow: hidden;
}

div#fieldhelpbox div#fhc
{
	font-size: 0.8em;
	text-align: left;
	padding: 2px 6px;
	margin: 0;
	color: #fff;
	background-color: #fb7;
	border-width: 1px 2px;
	border-style: solid;
	border-color: #f80;
}

div#fieldhelpbox div#fhs
{
	width: 0px;
	height: 0px;
	margin-left: 6px;
	border-width: 3px;
	border-style: solid;
	border-color: #f80 #fff #fff #f80;
	overflow: hidden;
}

div#fieldhelpbox > div#fhs
{
	border-right-color: transparent;
	border-bottom-color: transparent;
}

div#fieldhelpbox div#fhc p
{
	line-height: 1.1em;
	padding: 0;
	margin: 0.3em 0;
}

/* generic styles */
h1, h2
{
	clear: both;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.95em;
	letter-spacing: -2px;
	margin-top: 1.4em;
}

div.post h1 { margin-bottom: 0.3em; border-bottom: 2px solid #fb7; }
div.post h1 a { display: block; text-decoration: none; padding-right: 20px; background: url("images/iconpagego.gif") 100% 50% no-repeat; }

h2 { clear: none; font-size: 1.4em; letter-spacing: -1px; margin-top: 1.6em; }

h2.first { margin-top: 0; }

#content p
{
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

#content #about p { margin: 0; }

#content p.editor
{
	font-size: 0.8em;
	margin-top: 0.2em;
	color: #333;
}

#content p.tags, #content p.comments
{
	font-size: 0.8em;
	padding-left: 18px;
	margin: 0 0 0 1em;
	background: url("images/iconcomments.gif") 0 50% no-repeat;
}

#content p.tags
{
	margin-top: -0.6em;
	background-image: url("images/icontag.gif");
}

#content q
{
	display: block;
	font-style: italic;
	text-align: center;
	margin: 0 2em;
}

#content ul, #content ol
{
	margin: 1em 0 1.5em 4em;
	list-style-type: square;
}

#content ol
{
	list-style-type: decimal;
}

#content ul#sitemap, #content ul#sitemap ul
{
	margin: 0 0 1em 2.5em;
}

#content li
{
	margin: 0;
}

#content ul#sitemap li
{
	font-weight: bold;
	margin: 0;
}

#content ul#sitemap li li
{
	font-weight: normal;
	margin: 0;
}

#content blockquote
{
	font-style: italic;
	padding: 0.5em 0 0.5em 2em;
	margin: 0.5em 0 1em 2em;
	background: url("images/quoteopen.gif") 0 0 no-repeat;
}

#content img
{
	display: block;
	margin: 0.5em auto 1em auto;
	border: 1px solid #333;
}

#content img.inline
{
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

#content a.screen img { margin: 0; border-color: #999; }

#content code
{
	display: block;
	width: 90%;
	font-family: dina, "bitstream vera sans mono", "lucida console", monospace;
	font-size: 0.8em;
	line-height: 1em;
	padding: 0.4em 0.5em;
	margin: 1em 0 1.5em auto;
	color: #668;
	background-color: #eee;
	border: 1px solid #ccc;
	white-space: pre;
	overflow: auto;
}

acronym
{
	border: 0px none #fff;
	cursor: help;
}

.clear { clear: both; }

a:link { color: #b40; }
a:visited { color: #f80; }
a:hover { color: #f20; }
a:active, a:focus
{
	color: #fff !important;
	background-color: #f60 !important;
	outline: 1px dotted #f00 !important;
}

a.screen
{
	clear: right;
	display: inline;
	float: right;
	padding: 3px;
	margin: 0 0 2px 6px;
	border: 1px solid #999;
}

a.screen:hover { background-color: #f80; }
a.screen:active, a.screen:focus { background-color: #f60; border-color: #f00; }

#header h1 a, #header p a { background-color: transparent !important; }

/* accessible and printed text */
.accessible, .print
{
	display: none;
}