/*
Theme Name: Diadem
Author: CSI Piemonte
based on Stardust 2.2 - http://www.tomstardust.com/wordpress-themes/ by Tommaso Baldovino - http://www.tomstardust.com/
Description: Diadem theme 1.0
Author URI: http://www.csipiemonte.it
Version: 1.0
Rilasciato con <a href="http://www.opensource.org/licenses/gpl-license.php">Licenza GPL</a>.
*/
body {
	background: #fff url(images/diadem/bk_body.jpg) 0 159px repeat-x;
	color: #000;
	font-family: Georgia, Times, serif;
	margin: 0;
	padding: 0;
}
.skip, hr{
	position: absolute;
	left: -9999px;
}
a:link, a:visited {
	color: #062E95;
	text-decoration: underline;
}
a:visited {
	color: #4462B0;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
cite {
	font-size: 100%;
	font-style: normal;
}

h1{
	font: .1em;
	letter-spacing: -1000px;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 250px;
	height: 70px;
	top: 15px;
	left: 65px;
	/* background: yellow;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; */
}

h1 a,
h1 a:link{
	display: block;
	width: 100%;
	height: 100%;
	-moz-outline: none;
}
p.payoff{
	margin: 0;
	padding: 0;
	font: .1em;
	letter-spacing: -1000px;
	text-indent: -1000px;	
}
h2 {
	font: 170% Georgia, serif;
	letter-spacing: -0.2px;
	margin: 0 0 2px 0;
	padding-bottom: 5px;
}

h3 {
	font: 130% Georgia, serif;
	margin: 0 0 10px 0;
}

#menu h3,
#menuHp h3 {
	font: 112% Georgia, serif;
	margin: 0;
	font-weight: normal;
	/*letter-spacing:-0.1em;*/
	color: #000;
}

#menu h4,
#menuHp h4 {
	font: 100% Georgia, serif;
	margin: .4em 0;
	font-weight: normal;
	_letter-spacing:-0.1em;
	color: #000;
}

#menuHp p {
	margin: .4em 0;
	color: #484848;
	font-size: 70%;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90% Georgia, serif;
	letter-spacing: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	border-top: 1px solid #eee;
}
.feedback a{
	color: #062E95;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.feedback p{
	padding: 0 25px;
	background: url(images/comment.gif) top right no-repeat;
}
.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #999;
	font-weight: normal;
	letter-spacing: 0;
}
.meta a{
	color: #062E95;
	text-decoration: underline;
}
.meta a:hover, .meta a:active{
	text-decoration: none;
}
.meta .tags{
	/*background: url(images/tag.gif) 0 0 no-repeat;
	padding-left: 20px;*/
}
.meta .user{
	/*background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;*/
}

.post{
	margin-bottom: 40px;
}

.post ul,
#content ul {
	margin: 0 0 1em;
	padding: 0;
}

.post ul li,
#content ul li {
	margin: 0;
	padding: 0.2em 20px;
	background: url(images/diadem/ICO_mark.png) 0 8px no-repeat;
	list-style: none;
}

#content .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

#content .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

#content  .sociable ul li:before { content: ""; }

.post ol{
	margin: 0 25px;
	padding: 0;
}

.post ol li{
	margin: 0;
	padding: 0.2em 0;
}

.post ul.noIconList{
	margin: 1em 0 1em;
}

.post ul.noIconList li{
	margin: 0;
	padding: 0.2em 0;
	background: none;
	list-style: none;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storytitle a:link, .storytitle a:visited{
	text-decoration: underline;
	color: #265F76;
}

.storytitle a:hover, .storytitle a:active{
	text-decoration: none;
	color: #265F76;
}
/* -- Sticky Posts -- */
.sticky h2 {
  font-size: 220%;
  margin-bottom: 5px;
}
.sticky .meta {
  margin-bottom: 10px;
}
.sticky .storytitle a {
  padding: 2px 5px;
}
.sticky .storytitle a:link, .sticky .storytitle a:visited{
	background: #444;
	color: #fff;
}
.sticky .storytitle a:hover, .sticky .storytitle a:active{
	background: #062E95;
	color: #fff;
}
#respond{
  clear: both;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}
#commentform textarea {
	width: 95%;
	border:1px solid #aaa; 
	background:#ffffff url(../../plugins/cforms/images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
#commentform textarea:focus {
  border: 1px solid #5FB1D6;
}
.commentlist {
  clear: both;
}
.commentlist li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 5px;
}
.commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
.commentlist .children li, .commentlist .children .children .children li {
  list-style-type:lower-latin;
}
.commentlist .children .children li, .commentlist .children .children .children .children li, .children div.commentbody ol li{
  list-style-type:decimal;
}
body div.commentbody ul li{
  list-style-type: disc;
}

img.avatar {
  margin: 0 5px 0 0;
  padding: 1px;
  border: 1px solid #eee;
}
div.commentbody {
	margin: 10px 60px 10px 30px;
	padding: 25px 0 0 10px;
	background: #eee url(images/comment-top.png) no-repeat;
	font-size: 13px;
}
div.commentbody div{
	padding: 0 5px 5px 0;
	background: #eee url(images/comment-bottom.png) bottom right no-repeat;
}
div.commentbody .reply {
  background: transparent; 
  padding: 0; 
  font-size: 75%;
}

#container{
	width: 100%;
	min-width:962px;
}

#corpo{
	width: 830px;
	margin: 0 auto;	
}

#corpo ul#collaboration {
	position: relative;
	background: transparent url(images/diadem/partners.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 830px;
	height: 120px;
}

#corpo ul#collaboration li {
	position: absolute;
	/* background: yellow;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; */
}

#corpo ul#collaboration li a {
	font-size:.1em;
	text-indent:-1000px;
	letter-spacing: -1000px;
	color:#fff;
	display: block;
	width: 100%;
	height: 100%;
}

#corpo ul#collaboration li#brunel {
	top: 33px;
	left: 600px;
	width: 93px;
	height: 57px;
}

#corpo ul#collaboration li#nr
 {
 	top: 14px;
 	left: 330px;
	width: 80px;
	height: 32px;
}

#corpo ul#collaboration li#bluegarden
 {
 	top: 72px;
 	left: 330px;
	width: 252px;
	height: 36px;
}

#corpo ul#collaboration li#more {
	top: 12px;
 	left: 450px;
	width: 136px;
	height: 36px;
}

#corpo ul#collaboration li#csi {
	top: 40px;
	left: 15px;
	width: 180px;
	height: 34px;
}

#corpo ul#collaboration li#sheffield {
	top: 18px;
	left: 709px;
	width: 110px;
	height: 88px;
}

#corpo ul#collaboration li#comuneto {
	top: 30px;
	left: 197px;
	width: 112px;
	height: 60px;
}

#floatContainer{
	width: 100%;
	overflow: hidden;
	/*background: transparent url(images/diadem/bk_corpo.jpg) 0 0 repeat-y;*/
	background: transparent url(images/diadem/bg_gradient.png) 0 0 repeat-y;

}

#wrapper {
	float: left;
	width: 600px;
}

#wrapperOneCol {
	float: left;
	width: 818px;
}

#content {
	margin: 0 0 0 10px;
	padding: 30px 20px 10px;
	background: #fff;
	color: #265F76;
	min-height: 400px;
	height:auto!important;
	height: 400px;
}

#content p {
	line-height: 1.3em;
}

#why .solution,
#why .why_diadem,
#screendemo {
	margin: 0 0 30px 0;
}

#why .solution {
	/*width: 100%;
	overflow: hidden; */
	min-height: 191px;
	height: auto !important;
	height: 191px;
	background: #fff url(images/diadem/oldpeople.jpg) 0 100% no-repeat;
	padding: 0 0 0 230px;
}

#why .why_diadem {
	background: #fff url(images/diadem/why.png) 0 0 no-repeat;
	padding: 0 0 0 110px;
	min-height: 160px;
	height: auto!important;
	height: 160px;
}

#screendemo {
	/*background: transparent url(images/diadem/bk_screendemo.jpg) 50% 50% repeat-x;*/
	height: 140px;
	text-indent: -1000px;
	letter-spacing: -1000px;
	font-size: .1em;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#screendemo a,
#screendemo a:link {
	background: transparent url(images/diadem/screendemo.jpg) 50% 50% no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	-moz-outline: none;
}

#screendemo a:hover,
#screendemo a:active {
	background: transparent url(images/diadem/screendemo_over.jpg) 50% 50% no-repeat;	
}

#header {
	background: #000 url(images/diadem/bk_header.gif) 0 0 repeat-x;
	height: 159px;
	margin: 0;
	padding: 0;
}

#header #header_inner {
	position: relative;
	background: #000 url(images/diadem/bk_header_inner.jpg) 50% 0 no-repeat;
	width: 962px;
	height: 159px;
	margin: 0 auto;
}

#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#searchform{
	position: absolute;
	right: 80px;
	top: 95px;
}
#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform input{
	width: 100px;
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
p#rss{
	position: absolute;
	right: 80px;
	top: 55px;
	margin: 0;
	padding: 0;
}

.textwidget{
	margin-top: 5px;
	font-family: Georgia, Times, serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

/* menu HP */

#menuHp {
	padding: 10px 21px 10px 15px;
	float: right;
	display: inline;
	width: 192px;
	margin: 0;
}

#menuHp form {
	margin: 0 0 0 13px;
}

#menuHp input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menuHp ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#menuHp ul li {
	font: 100% Georgia, Times, serif;
	letter-spacing: 0;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0; 
	background: transparent;
	color:#484848;
	border-bottom: 1px solid #ccc;
}

#menuHp ul li .readmore {
	text-align: right;
	font-size: .9em;
}

#menuHp ul li#sb_spotlight,
#menuHp ul li#sb_newsletter,
#menuHp ul li#sb_forum,
#menuHp ul li#sb_members {
	padding: 0 70px 10px 0;
	min-height: 70px;
	height: auto!important;
	height: 70px;
}

#menuHp ul li#sb_spotlight {
	background: transparent url(images/diadem/ICO_star.png) 100% 20px no-repeat;
}

#menuHp ul li#sb_spotlight:hover {
	background: transparent url(images/diadem/ICO_star_roll.png) 100% 20px no-repeat;
}

#menuHp ul li#sb_newsletter {
	background: transparent url(images/diadem/ICO_news.png) 100% 20px no-repeat;	
}

#menuHp ul li#sb_newsletter:hover {
	background: transparent url(images/diadem/ICO_news_roll.png) 100% 20px no-repeat;	
}

#menuHp ul li#sb_forum {
	background: transparent url(images/diadem/ICO_forum.png) 100% 20px no-repeat;	
}

#menuHp ul li#sb_forum:hover {
	background: transparent url(images/diadem/ICO_forum_roll.png) 100% 20px no-repeat;	
}

#menuHp ul li#sb_members {
	background: transparent url(images/diadem/ICO_keys.png) 100% 20px no-repeat;	
	border-bottom: none;
}

#menuHp ul li#sb_members:hover {
	background: transparent url(images/diadem/ICO_keys_roll.png) 100% 20px no-repeat;	
}


#menuHp ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menuHp ul ul li {
	border: 0;
	font: normal normal 70% Georgia, Times, serif;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0;
}
#menuHp ul ul ul{
	border: none;
}
#menuHp ul ul ul li{
	font-size: 100%;
}

#menuHp ul ul li a {
	color: #062e95;
	text-decoration: none;
}

#menuHp ul ul li a:hover, #menuHp ul ul li a:active {
	text-decoration: underline;
}

#menuHp ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#menuHp a,
#menuHp a:link,
#menuHp a:visited {
	text-decoration: none;
}

#menuHp a:hover,
#menuHp a:active {
	text-decoration: underline;
}

/* */


#menu {
	padding: 0 6px 10px 0;
	float: right;
	display: inline;
	width: 222px;
	margin: 0;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	height: 1%;
}

#menu ul li#archives  {
	position: relative;
	letter-spacing: 0;
	margin: 0 0 0 0;
	padding: 0 0; 
	background: transparent;
	color:#050505;
	border-bottom: none;
}

#menu ul li#archives h3 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#menu ul li {
	font: normal 110% Georgia, Times, serif;
	letter-spacing: 0;
	margin: 0 0 0 0;
	padding: 10px 15px; 
	background: transparent;
	color:#050505;
	border-bottom: 1px solid #ccc;
}

#menu ul li#archives li {
	
	letter-spacing: 0;
	margin: 0 0 0 0;
	padding: 10px 15px; 
	background: #BCE2F9;
	border-bottom: 1px solid #96CEE5;
}

#menu ul li .readmore {
	text-align: right;
	font-size: .9em;
}

#menu ul li#archivesc {
	background: transparent url(images/diadem/ICO_archive.png) 90% 55% no-repeat;	
	padding: 10px 70px 10px 15px; 
}

#menu ul li#archivesc:hover {
	background: transparent url(images/diadem/ICO_archive_roll.png) 90% 55% no-repeat;	
	padding: 10px 70px 10px 15px; 
}

#menu ul li#archivesa,
#menu ul li#archivesb {
	background: transparent url(images/diadem/ICO_arrows.png) 91.7% 55% no-repeat;	
	padding: 10px 70px 10px 15px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {

}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #484848;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	text-decoration: underline;
}

/* menuNews */

#menuNews {
	padding: 0 6px 10px 0;
	float: right;
	display: inline;
	width: 222px;
	margin: 0;
}

#menuNews form {
	margin: 0 0 0 13px;
}

#menuNews input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menuNews ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	height: 1%;
}


#menuNews ul li,
#menu ul li#archivesn {
	font: normal 100% Georgia, Times, serif;
	letter-spacing: 0;
	margin: 0 0 0 0;
	padding: 0 0; 
	background: transparent;
	color:#050505;
	border-bottom: none;
}

#menuNews ul li h3.ui-accordion-header {
	cursor: pointer;
}

#menuNews ul li h3,
#menu ul li#archivesn h3 {
	margin: 0;
	padding: 10px 15px;
	border-bottom:1px solid #C6C6C6;
}

#menuNews ul li h3 {
	background: url(images/diadem/ICO_piu.png) 90% 50% no-repeat;
}

#menuNews ul li h3.selected {
	background: url(images/diadem/ICO_meno.png) 90% 50% no-repeat;
	cursor: pointer;
	-moz-outline: none;
}

#menuNews ul ul,
#menu ul li#archivesn ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	border: none;
	background: #D6D6D6;
}

#menuNews ul ul li {
	margin: 5px 10px;
	padding: 0.2em 15px;
	background: url(images/diadem/ICO_mark.png) 0 8px no-repeat;
	list-style: none;
}

#menu ul li#archivesn ul li {
	border-bottom: none;
	margin: 5px 10px;
	padding: 0.2em 15px;
	background: url(images/diadem/ICO_mark.png) 0 8px no-repeat;
	list-style: none;
	color: #000;
	font-size: 90%;
}

#menuNews ul ul li {
	color: #123994;
	font-size: 90%;
}


#menuNews ul ul ul{
	border: none;
}
#menuNews ul ul ul li{
	font-size: 100%;
}

#menuNews ul ul li a,
#menuNews ul ul li a:link,
#menu ul li#archivesn ul li a,
#menu ul li#archivesn ul li a:link {
	color: #123994;
	text-decoration: none;
}

#menuNews ul ul li a:hover, #menuNews ul ul li a:active,
#menu ul li#archivesn ul li a:hover, #menu ul li#archivesn ul li a:active {
	text-decoration: underline;
}


/* */


#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#footer {
	float:left;
	width:100%;
	padding: 15px 0;
}

#footer ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}

#footer ul li {
	float: left;
	margin: 0;
}

#footer ul li a,
#footer ul li a:link {
	color: #484848;
	font-size: .9em;
	display: block;
	border-right: 1px solid #484848;
	padding: 0 10px;
}

#footer ul li.last a,
#footer ul li.last a:link {
	border-right: none;
}

p.footer {
	padding: 0 10px;
}

#bottomBorder {
	 height:1px;
	 background:#dcdcdc;
	 float:none;
	 clear:both;
	 margin:0 6px;
}

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #062E95;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font: normal italic Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div.date p{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 5px;
	background: url(images/diadem/ICO_calendar.png) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}

div.date span.mese{
	display: block;
	margin-bottom: 0;
	line-height: 0.8;
}

div.date span.giorno{
	font-size: 190%;
	color: #444;
	font-weight: bold;
	line-height: 1.2;
	display: block;
}

div.date p span.anno{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 0.8;
}

#menu1{
	height: auto;
	width: 818px;
	height: 50px;
	margin: 0 6px;
	background: #fff url(images/diadem/bk_menu1.jpg) 0 0 repeat-x;
	float: left;
}
#menu1 ul{
	margin: 0 0 0 6px;
	padding: 0;
	float:left;
}

#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu1 ul li a{
	padding: 0 20px;
	display: block;
	text-decoration: none;
	height: 1%;
	float: left;
	margin: 13px 0;
}

#menu1 ul li a:link, 
#menu1 ul li a:visited{
	/*background: #222 url(images/menu.png) top left repeat-x;*/
	color: #000;
	border-right: 1px solid #949494;
}

#menu1 ul li.last a:link, 
#menu1 ul li.last a:visited{
	border-right: none
}

#menu1 ul li a:hover, #menu1 ul li a:active{
	/*background: #333 url(images/menu.png) 0 -100px repeat-x;*/
	color: #000;
	text-decoration: underline;
}
#menu1 ul li.current_page_item {
	position: relative;
	top: -15px;
	z-index: 1000;
	margin: 0 0 0 -1px;
}

#menu1 ul li.current_page_item a:link, 
#menu1 ul li.current_page_item a:visited {
	background: #fff;
	color: #000;
	margin: 0 0 0 0;
	border: 1px solid #949494;
	border-bottom: none;
	padding: 15px 20px;
}

#menu1 ul li.current_page_item a:hover,
#menu1 ul li.current_page_item a:active {
	text-decoration: none;
}

/* -- Images & Caption Alignment -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}
.alignright {
   float: right;
   margin: 0 0 5px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.navigation {
  display: block; 
  clear: both;
}
.navigation .alignleft, .navigation .alignright {
  margin-bottom: 15px;
}



.pages-container {

}

.pages-container h3 {
	background: transparent url(images/diadem/ICO_addON.png) 0 60% no-repeat;
	border-bottom: 1px solid #88D6FA;
	padding: 0 0 0 13px;
}

.pages-container .overclear {
	width: 100%;
	overflow: hidden;
}

.pages-container .overclear .pages-left,
.pages-container .overclear .pages-right {
	width: 250px;
	margin: 0 0 30px 0;
}

.pages-container .overclear .pages-left {
	float: left;
	margin-right: 17px;
}

.pages-container .overclear .pages-right {
	float: right;
}

.pages-container .overclear .pages-left .readmore,
.pages-container .overclear .pages-right .readmore {
	text-align: right;
	font-size: .9em;
}

.storycontent .back {
	font-size: .9em;
	margin: 4px 0;
	padding: 0;
	border-top: 1px solid #D3D3D3;
}

.storycontent .readmore,
.readmore {
	font-size: .9em;
	margin: 4px 0;
	padding: 0;
	border-top: 1px solid #D3D3D3;
	text-align: right;
}

#content .pages-container p {
	margin: 0 0 2px;
}

.cloud a,
.cloud a:link,
.cloud a:visited {
	color: #484848;
}
