	p.modify{	display:none;}#uvmmain{width:775px;}#mainframe {width:755px; min-width:755px;}#uvmnavbar {background-color:#2e6680;}#uvmfooter {background-color:#2e6680;}.title {background-color:#2d657f; 	background-image: url(images/title_edge.gif); 	background-position: top right; 	background-repeat: no-repeat;	padding: 3px 60px 3px 10px;	margin-left:-10px;}	#skeleton {background-color:#8bac02; 	   margin:-20px -20px -20px -20px; 	   background-image: url(images/green_side.jpg);	   background-repeat:no-repeat; 	   background-position: top right;}#skeleton_content {margin: -5px 22px 0px 0px; 		   background-color:#FFFFFF; 		   padding:20px 10px; 10px 10px;}#skeleton_content2 {margin: 0px -20px 0px 0px; 		   background-color:#FFFFFF; 		   padding:20px 10px; 10px 10px;}		   #green_bottom {width:512px; 	       margin: 0px 0px -20px 0px;	       padding:10px; 	       background-color:#c3de53; 	       background-image: url(images/green_bottom.jpg); 	       background-position:top left; 	       background-repeat: repeat-x;}	       #uvmmaincontent h3 {color:#FFFFFF;margin-bottom:10px; margin-top:10px;}.post_title {margin-top:35px;}#uvmmaincontent h3 a:link {color:#FFFFFF; text-decoration:none;}#uvmmaincontent h3 a:hover {color:#D3D3D3 text-decoration:underline;}#uvmmaincontent h3 a:visited {color:#FFFFFF;}#uvmmaincontent h3 a:active {color:#FFFFFF;}/*	Paragraphs have some space below */p {	margin: 0 0 1.1em 0;	}.alignright {	float: right;	}.alignleft {	float: left;	}#alignleft {	float: left;	}/*	Blocks containing only floating child elements seem to have no height. This hack allows	an empty, non-floating, div to be appended to give the container its true height.	Used in #page and .navigation */.snap-to-fit {	clear: both;	visibility: hidden;	}/*	Both postmetadata on single, and alternate comments use this light backwash 	but comment padding & margin is set separately below */.alt {	background-color: #f9f9f9;	color: inherit;	border-top: 1px solid #ddd;	border-bottom: 1px solid #ddd;	padding: 0.5em 1em 0.5em 1em;	margin: 0;	}/*	Used to hold phrases such as "Read more >>" together */.nowrap {	white-space: nowrap;	}/*	For Number-of-Comments and Leave-a-Comment headers below single post */h3.comments {	margin: 2em 0 1em 0;	}/*	Contains all the comments, and gives them a neat right margin by justifying the text */.commentlist {	padding: 0;	text-align: justify;	}/*	Each comment is a list item in an ordered list; could be numbered but we choose not */.commentlist li {	margin: 1.6em 0 0.4em 0;	padding: 0.6em 1em 0.4em 1em;	list-style: none;	font-weight: normal;	}/*	Can't say font: inherit; as IE don't get it */.commentlist li, #commentform input, #commentform textarea {	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;	}/*	Comment paragraphs are indented by 0.6em */.commentlist p {	margin: 1em 0.6em 1em 0;	font-weight: normal;	line-height: 1.5em;	text-transform: none;	}/*	The name of the commenter is cited a little larger */.commentlist cite {	font-weight: bold;	font-style: normal;	font-size: 1.2em;	}/*	Spaces text in the form area */#commentform p {	margin: 0.6em 0;	}/*	Gives the name/mail/web text input boxes their width & spacing */#commentform input {	width: 16em;	padding: 0.25em;	margin: 0.6em 0.6em 0 0;	}/*	The main comment entry box fills the width of the content column */#commentform textarea {	width: 100%;	margin: 0.6em 0 0 0;	}/*	The text of the "Submit Comment" link should be on the right */#commentform #submitcomment {	margin: 0;	float: right;	}/*	Highlight comments in limbo */.awaitingmoderation {	border: 1px solid #c00;	}/*	A little more gravitas for the "comments are now closed" line */	.nocomments {	font-weight: bold;	}/*	For 404 & 'no posts found' page titles */.problem {	color: #c00;	background-color: inherit;	}hr {	margin: 0;	padding: 0;	}/*	Image defaults	Safari bug squishes image out of aspect when shrinking for max-width: 100% here	But current (November 06) Web-kit builds seem to have fixed this so next release might be OK	Removing the max-width line allows large images to be full size: scroll to see all */img {	max-width: 100%;	padding: 0;	margin: 0;	}a img {	border: none;	}/*	Using these classes with img elements is preferable to align="..." attribute */img.centered {	display: block;	margin: 0.6em auto 0.6em auto;	}/*	The actual alignment is done by the general .alignleft rule above	Typical usage would be for a leading  small picture with text flowing past its right edge */img.alignleft {	margin: 0.6em 0.9em 0.6em 0;	}img.alignright {	margin: 0.6em 0 0.6em 0.9em;	}/*	Lists inside posts	The html>body prefix is not understood by IE which therefore doesn't read these rules	as the stylized bullets don't work in IE anyway */html>body .entry ul {	margin: 0;	padding: 0 0 0 2em;	list-style: none;	text-indent: -1em;	}html>body .entry li {	margin: 0.8em 0 0.9em 1.1em;	}.entry ul li:before {	content: "\00BB  ";	}.entry ol {	padding: 0 0 0 2em;	margin: 0;	}.entry ol li {	margin: 0;	padding: 0;	}ol li {	list-style: decimal outside;	}/*	Code should be used for just a few words.. */code {	font: 1.1em 'Courier New', Courier, Monospace;	}/*	..and the pre tag works better for whole code excerpts */pre {	background-color: #f9f9f9;	color: black;	padding: 0.6em 0 0.6em 0.6em;	margin: 0 0 1em 0;	font: 1.1em 'Courier New', Courier, Monospace;	white-space: pre;	overflow: auto;	border: 1px solid #ddd;	}/*	Horrible hack to try to stop IE6 overflowing on long lines in pre elements.	IE needs a width to turn on overflow, but 100% here with padding leads to the	overflow scroller itself causing the entry to overflow in turn. Nasty.	So this just truncates the pre block. Also nasty, but slightly less ugly.	(The * html prefix selects IE out of all browsers as its the only one to think	there is a super-element surrounding the html one) */* html pre {	width: 30em;	}acronym, abbr, span.caps {	font-size: 1em;	letter-spacing: .08em;	cursor: help;	}acronym, abbr {	border-bottom: 0.2em solid #ddd;	}blockquote {	margin: 1.6em 2.8em 0 1.4em;	padding: 0 0 0 2em;	border-left: 0.6em solid #ddd;	}strong, b {	font-weight: bold;	}em, i {	font-style: italic;	}/*	Here we start on styling for the standard calendar widget or my skimmed version */#wp-calendar {	empty-cells: show;	margin: 0 0 0.6em auto;	}/*	Match the sidebar h2 settings so the month caption appears as any other heading.	Width 100% seems required for Firefox to right-align the caption. */#wp-calendar caption {	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	font-size: 1.2em;	font-style: normal;	font-weight: bold;	text-transform: uppercase;	text-align: right;	line-height: normal;	margin: 0;	padding: 0.5em 0 0 0;	width: 100%;	}/*	The header cells with letters demarking days and the data cells holding numbers	should have the same settings if they are to align */#wp-calendar th, #wp-calendar td {	font-style: normal;	text-transform: lowercase;	text-align: center;	padding: 0 0 0 1px;	margin: 0;	}#wp-calendar a {	text-decoration: none;	display: block;	}#wp-calendar #next a {	text-align: right;	}#wp-calendar #prev a {	text-align: left;	}/*	Add space below standard text widgets so as to match other sidebar items */li.widget_text {	margin: 0 0 1.24em 0;	}/*	RSS widget titles are also links but are shown in normal text colour */li.widget_rss h2 a {	background-color: inherit;	color: #888;	}/*	..so we highlight them in orange as they are moused over */li.widget_rss h2 a:hover {	background-color: inherit;	color: #ff7010;	}/*	Set size of embedded audio players in sound attachments (generous height so pad a little) */.audio_object {	width: 100%;	height: 100px;	}/*	Set size of embedded video in video attachments. Note the height is just a generous	guess as there seems no simple way to find the actual video height */.video_object {	width: 100%;	height: 400px;	}