/*
Theme Name: wwmono
Description: Responsive, Monochromatic, HTML5.
Version: 1.0.0
Author: Rikki Bochow
Author URI: http://weaveweb.com.au/
Tags: 
*/


/* ------- RESET ------- */

html,body { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; font-weight:normal; font-style:normal; font-size:100%; line-height:1; font-family:inherit; }
table { border-collapse:collapse; border-spacing:0; }
ol,ul { list-style:none; }
q:before,q:after,blockquote:before,blockquote:after { content:""; }
html { overflow-y:scroll; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }
audio,canvas,video { display:inline-block; display:inline; zoom:1; }
audio:not([controls]) { display:none; }
sub,sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top:-.5em; }
sub { bottom:-.25em; }
img { border:0; -ms-interpolation-mode:bicubic; }
button,input,select,textarea { font-size:100%; margin:0; vertical-align:baseline; vertical-align:middle; }
button,input { line-height:normal; overflow:visible; }
button::-moz-focus-inner,input::-moz-focus-inner { border:0; padding:0; }
button,input[type=button],input[type=reset],input[type=submit] { cursor:pointer; -webkit-appearance:button; }
input[type=search] { -webkit-appearance:textfield; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }
input[type=search]::-webkit-search-decoration { -webkit-appearance:none; }
textarea { overflow:auto; vertical-align:top; }

/* ------- MAIN ------- */

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 18px;
	color: #555555;
	min-height:100%;
}
h1, h2,
h3, h4,
h5, h6 {
	font-weight: bold;
	color: #000000;
	line-height: 26px;
	margin-top: 22px;
	margin-bottom: 18px;
}
h1, h2, h3 { 
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;  
}
h1 { font-size:2em;line-height:35px; }
h2 { font-size:1.5em; }
h3 { font-size:1.25em; }
h4 { font-size:1.125em; }
h5 { font-size:1em;margin-top:18px; }
h6 {
	font-size: 1em;
	color: #bfbfbf;
	text-transform: uppercase;
	margin-top:18px;
}
h1 small, h2 small,
h3 small, h4 small,
h5 small, h6 small {
	color: #bfbfbf;
	font-size:0.9em;
}
h1 a, h2 a,
h3 a, h4 a,
h5 a, h6 a {
	color: #000000;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
p {
  font-size: 1em;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 18px;
}
p small {
  font-size: 0.85em;
  color: #bfbfbf;
}
/* p+p {text-indent:2em;} */
a {
	color: #06C;
	text-decoration: none;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	position:relative;
}
a:focus {
	outline: none;
}
a:focus, a:active {
	position:relative;
	top:1px;
}
a:hover, a:active {
	outline: 0;
}
a:hover,
a:focus {
	color: #147;
	/* background-color: #eaeaea; */
	text-decoration: underline;
		-moz-transition: color .15s linear,background-color .15s linear;
  -webkit-transition: color .15s linear,background-color .15s linear;
  transition: color .15s linear,background-color .15s linear;
}
a:visited:hover,
a:visited:focus {
  color: #B85B5A;
}
a img {
	border:none;
}
a.external {
  padding-right:15px;
  background-image: url(css/icons/external.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
h2 a:visited {
	color: #000;
}
h2 a:visited:hover {
	color: #147;
	
}
#secondary a:visited {
	color: #06C;
}

#secondary a:visited:hover {
	color: #147;
}

/*
.more-link:after{
	content:" »";
}
.more-link::after{
	content:" »";
}
.back-link:before{
	content:"« ";
}
.back-link::before{
	content:"« ";
}
*/
img {
	max-width:98%;
	height:auto;
	font-style:italic;
	color:#c00;
	border:0;
	-ms-interpolation-mode: bicubic;
}
img.left	{ margin:0 20px 0 0; }
img.right	{ margin:0 0 0 20px; }
img.border	{ border: 4px solid #eee;}
a:hover img.border	{ border: 4px solid #ccc;}
.figure {
	background: #eee;
	max-width: 96%;
	padding: 4px;
}
.figure .figcaption {
	display:block;
	position: relative;
	margin-bottom: 0.6em;
	padding: 6px 10px 1px 32px;
	position: relative;
}
.figure .figcaption:before {
	color: #999;
	content: '—';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.figure img.border {border:none;}

object,
embed,
video{
	max-width:100%;
	height:auto;
	border: 4px solid #eee;
}
hr {
	margin: 20px 0 19px;
	clear:both;
	background:transparent;
	border: 0;
	border-bottom: 1px dotted #ccc;
}
blockquote {
	margin-bottom: 18px;
	padding: 0 0 0 18px;
	color: #000;
	font-style:italic;
}
blockquote p {
	margin-bottom: 0;
}
blockquote small {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #bfbfbf;
}
blockquote small:before {
	content: '\2014 \00A0';
}
q {
  color: #000;
	font-style:italic;
}
ul,
ol{
	margin:0 0 1.5em 40px;
}
ul ul,
ol ol,
ul ol,
ol ul{
	margin-left:40px;
}
ol li 		{list-style-type:decimal;}
ul li 		{list-style-type:disc;}
ul ul li 	{list-style-type:circle;}
ul ul ul li {list-style-type:square;}
ol ol li 	{list-style-type:lower-alpha;}
ol ol ol li {list-style-type:lower-roman;}
li {
	line-height: 22px;
}

dl {
	margin-bottom: 18px;
}
dl dt, dl dd {
	line-height: 18px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 9px;
}
.left	{ float: left; }
.right	{ float: right; }
.clear	{ clear: both; float: none; }

.text-left		{ text-align: left; }
.text-right		{ text-align: right; }
.text-center,
.text-centre	{ text-align: center; }

.loading 		{ background: url(icons/ajax-loader.gif) no-repeat scroll 50% 50%; }
.description, 
.meta 			{ margin: 18px 0; }
.no-margin 		{ margin: 0; }

/* ------- GRIDS ------- */

.grids{
	clear:both;
	zoom: 1;
	margin-left: -2.08%; /* 20/960 */
}
.grids:before, .grids:after {
  display: table;
  content: "";
  zoom: 1;
}
.grids:after {
  clear: both;
}
.grids > [class*="grid"] {
  display: inline;
  float: left;
  margin-left: 2.08%;
}

.grid-1		{ width:6.25%; }  /* 60/960 --- 12 across makes nice meta column */
.grid-1-5	{ width:10.41%; } /* 100/960 --- narrow column next to two .grid-5 objects */
.grid-2		{ width:14.58%; }  /* 140/960 --- 6 across */
.grid-3		{ width:22.91%; }  /* 220/960 --- 4 across */
.grid-4		{ width:31.25%; }  /* 300/960 --- 3 across */

.grid-5		{ width:39.58%; }  /* 380/960 --- 2 across - with gap */
.grid-6		{ width:47.91%; }  /* 460/960 --- 2 across even */
.grid-7		{ width:56.25%; }  /* 540/960 --- 1 across with one .grid-5 object */
.grid-8		{ width:64.58%; }  /* 620/960 --- 1 across with one .grid-4 object, or two .grid-2 objects */

.grid-9		{ width:72.91%; }  /* 700/960 --- 1 across with one .grid-3 object */
.grid-10	{ width:81.25%; }  /* 780/960 --- 1 across with one .grid-2 object */
.grid-11	{ width:89.85%; }  /* 860/960 --- 1 across with one .grid-1 object */
.grid-12	{ width:97.91%; margin:0; } /* 940/960 --- full width */

.grids > .offset-1 		{ margin-left: 10.41%;  }
.grids > .offset-1-5 	{ margin-left: 16.66%; }
.grids > .offset-2 		{ margin-left: 18.74%; }
.grids > .offset-3 		{ margin-left: 27.07%; }
.grids > .offset-4 		{ margin-left: 35.41%; }
.grids > .offset-5 		{ margin-left: 43.74%; }
.grids > .offset-6 		{ margin-left: 52.07%; }
.grids > .offset-7 		{ margin-left: 60.41%; }
.grids > .offset-8 		{ margin-left: 68.74%; }
.grids > .offset-9 		{ margin-left: 77.07%; }
.grids > .offset-10 	{ margin-left: 85.41%; }
.grids > .offset-11 	{ margin-left: 94.01%; }

/*
#weavelink {
	color: #999;
	font-style: italic;
	font-size:12px;
	text-decoration:none;
}
#weavelink:hover {
	text-decoration:underline;
}
*/

/* ------- FORMS ------- */

form {
	margin-bottom: 18px;
}
fieldset {
	margin-bottom: 18px;
	padding-top: 18px;
}
fieldset legend {
	display: block;
	padding-left: 5px;
	font-size: 1.5em;
	line-height: 1;
	color: #404040;
	*padding: 0 0 5px 0px;
	/* IE6-7 */
	*line-height: 1.5;
	/* IE6-7 */
}
form .form-item {
  margin-bottom: 18px;
  zoom: 1;
}
form .form-item:before, form .form-item:after {
  display: table;
  content: "";
  zoom: 1;
}
form .form-item:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-right:4px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #777;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select {
  display: inline-block;
  width: 98%;
  height: 18px;
  padding: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #999;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eeeeee;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eeeeee;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}
.help-block {
  display: block;
  max-width: 600px;
}
.required {
  color:red;
  font-weight:bold;
}

/* ------- BUTTONS ------- */

input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px #000;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight:bold;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  
  border: 1px solid #4E85C6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4E85C6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
input[type="submit"]:hover {
  background: #B6985A;
  border: 1px solid #B6985A;
  text-decoration: none;
  cursor: pointer;
}
input[type="submit"]:focus {
  outline: 1px dotted #666;
  border: 1px solid #B6985A;
  background: #B6985A;
}
input[type="submit"].active, input[type="submit"]:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input[type="submit"].disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



/* ------- TABLES ------- */

table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}

/* ------- BREADCRUMBS ------- */

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}



/* ------- MESSAGES ------- */

.messages  {
	font-weight:normal;
	color:#333 !important;
	display:block;
	padding:10px 10px 10px 36px!important;
	border:1px solid #ccc;
	margin:0 0 18px !important;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.messages.error{
	border-color:#fb5766;
	background:url(icons/error.png) 10px center no-repeat #fab !important;
}
.messages.ok{
	border-color:#83ba77;
	background:url(icons/success.png) 10px center no-repeat #d1feba !important;
}
.messages.status {
	border-color:#85a5be;
	background:url(icons/info.png) 10px center no-repeat #c4dbec !important;
}
.messages.warning{
	border-color:#d8d566;
	background:url(icons/warning.png) 10px center no-repeat #fef8c4 !important;
}


/* CSS Beyond this point is for various supported plugins and not the 'core' template */


/* Links Module */

.sb-links h4 {
	display: none;
	}

.linkcat h4 {
	display: inline;
	}

.linkcat ul {
	margin-top: 7px !important;
	}


/* Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/ */

#brians-latest-comments ul li span a, #brians-latest-comments ul li small a,
.sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

#brians-latest-comments ul li,
.sb-comments-blc ul li {
	margin-bottom: 6px;
	}

#brians-latest-comments ul li > a[title="Go to the comments of this entry"],
.sb-comments-blc ul li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right:0;
	color: #999;
	}

.activityentry {
	font-size: 1.1em;
	}

div#latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
	}


/* FlickrRSS */

.sb-flickr div {
	margin-top: 10px !important;
	}

.sb-flickr div img {
	padding: 5px;
	}

.sb-flickr div a {
	}
	
.sb-flickr div a img {
	margin: 0px 5px;
	}


/* Calendar Module */

#wp-calendar {
	width: 100%;
	}

#wp-calendar td {
	color: #ccc;
	}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 2px 0;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	}

#wp-calendar #prev {
	text-align: left;
	}

#wp-calendar #next {
	text-align: right;
	}
	
#wp-calendar #today {
	background: #f3f3f3;
	}

/* 	Ultimate Tag Warrior
	wwmono removes UTW's default tags for more default control. */

.localtags, .technoratitags {
	display: none;
	}


/* Contact Form */

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}


/* Noteworthy */

.category-noteworthy h3.entry-title {
	background: url('images/heart.png') no-repeat right center;
	padding-right: 25px;
	display: inline;
	}

.noteworthyLink { margin-left: 5px }


/* GeoPress Fix */

.entry-content div.mapstraction {
	margin: 0;
	}


/* Tag Cloud Module */

.sb-wptagcloud ul {
	line-height: 2em;
	text-align: justify;
	}

.sb-wptagcloud li {
	display: inline;
	}

.sb-wptagcloud a {
	padding: 0 2px;
	white-space: nowrap;
	text-transform: lowercase;
	}