/* sidebar.css */ 

#sidebar-right{
	background-color:white;
	min-height: 1px;
	float: right;
	width: 220px;

/*	This allows the sidebar to not collapse if it is without content */
/*	padding-top:5px;	*/

}

/* Widgetised, based on LIs */
#sidebar-right  ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#sidebar-right > ul > li{
	clear:both;
}

span.sidebar-right-collapse{
	float:right;
	text-align:right;
	margin-top:20px;
	color:#ccc;
}

#sidebar-right ul#sidebar_right_links li{
        background-color: #A8B400;
	/* width: 100%; */
	margin-bottom:20px;
	font-size:22px;
	padding: 10px 10px 9px;
}

#sidebar-right ul#sidebar_right_links li a {
        color:black;
}
#sidebar-right ul#sidebar_right_links li a:hover, #sidebar-right ul#sidebar_right_links li a.active  {
        color:white;
	text-decoration: none;
}

.sidebarimage {
	margin: 0 0 20px;
	border: 1px solid #A8B400;
}
/* readmore.css */ 

.hiddencontent { display: none; }
.no-js .hiddencontent { display:block; }
.no-js .readmore {display: none;}
.no-js .readless {display: none;}
.no-js .moretext {display: none;}
/* searchresults.css */ 

.results h2 a{
	color:black;
	margin-left:15px;
	text-transform:none;
	text-decoration:none;
}

.results h2 a:hover{
	text-decoration:underline;
}
/* sidebar.search.css */ 


#searchbox {
	float:left;
	margin-top: -3px;
	}

#searchbox .sep {
	color: #AAA;
}
	
#searchbox label {
	color: #888;
	vertical-align: middle;
}
	
#searchbox #entry {
	text-align:right;
	border:solid 1px #A8B400;
	font-family:arial;
	font-size:14px;
	text-transform:none;
	color:#888;
	vertical-align: top;
}

#searchbox form{
	display:inline;
}
/* layout.css */ 

html{
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	overflow: hidden;
}

#logo{
	float:left;
}
	
#navigation{
	padding: 0 0 20px 0;
	margin: 20px 0 20px;
	width: 100%;
        overflow: hidden; 
	text-align:right;
	border-bottom: 2px solid #A8B400;
}

#header
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	text-align:right;
	height:20px;
}

#sidebar-right {
	float: right;
	width: 220px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
}

#sidebar-left {
	float: left;
	width: 215px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0 0 20px;
	padding: 0px;
	overflow: hidden;
	border: 2px solid #A8B400;

}

#content {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	height: 1%; /* IE6 hack... it's very minor, though */
        overflow: hidden; 
}

#content-inner{
	width: 100%;
        overflow: hidden; 
}
	
#footer{
	clear: both;
	margin: 0px;
	margin-top:30px;
	padding: 0px;
	width: 100%;
        overflow: hidden; 
}
/* tabbedposts.css */ 

.categorised_post {
	clear:both;
}

.categorised_post h3 a{
	text-transform:none;
	color:#A8B400;
	font-size: 16px;
}

.categorised_post h4, .categorised_post h4 a {
	font-size: 16px;
}

.posttext {
	margin: 10px 0;
}
/* widget.blogroll.css */ 

.blogroll{
	margin-bottom:15px !important;
	padding-left:0px;
}

.widget_links h2{
	display:none;
}

.widget_links ul{
	width:160px;
	float:right;
	padding:0;
	margin:2px 0px 0px 3px;
	list-style-type:none;
	text-transform:none;
	display:inline;
	font-weight:bold;
}

.widget_links ul li{
	display:block;
	line-height:20px;
	margin-bottom:5px;
/*
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
*/
}

.widget_links ul li a{
	text-decoration:none;
	color:rgb(115,153,198);
	padding-left:27px;
}

.widget_links ul li a:hover{
	text-decoration:underline;
}
/* core.css */ 

html { display: block !important }

body{
        font-family:arial;
        font-size:13px;
}

#logo{
        margin:px;
}

h1,h2,h3,h4,h5{
        margin:0;
        padding:0;
}

.textcontent h1, .textcontent h2, .textcontent h3, .textcontent h4, .textcontent h5{
        margin-bottom:18px;
}

h1 {
        font-size:40px;
        line-height:40px;
        margin:3px;
        margin-left:0px;
        margin-top:6px;
        text-transform:none;
}

h1 .title1, h1 .title2, h1 .title3{
        margin-top:-6px;
}

/* h1 .title1{  color:#fff; background-color: #A8B400;} */
h1 .title1{     color:#000; text-transform:uppercase;}
h1 .title2{     color:#A8B400; text-transform:uppercase;}
h1 .title3{     color:#000000;}

h2{
        font-size:22px;
}

h2.secondaryTitle {
        background-color: #A8B400;
        padding: 10px 10px 10px;
        margin-bottom: 20px;
        text-transform: uppercase;
}

.pagetitle {
        font-size:40px;
        margin-bottom: 20px;
}

h3 {
        font-size: 16px;
        text-transform: uppercase;
}

.archivetitle {
        text-transform: none;
        font-size: 22px;
}

h3 a { color: black; }

h3 a:hover { color: #A8B400 }

a img{

        border:0;
}

a{
        text-decoration:none;
        color:rgb(26,133,124);
}

a:hover{
        text-decoration:underline;
}

.pdgreen a { color: #A8B400 !important; }

p{
        margin:0;
        margin-bottom:20px;
        font-size: 14px;
}

.clearer{
        display:block;
        height:1px;
        width:1px;
        clear:both;
}

.textcontent{
        overflow: hidden;
        width: 480px;
        float: left;
        border-right: 1px solid #A8B400;
        padding-right: 10px;
        clear:left;
}

.no_sidebar {
        width: 100%;
        float: none;
        padding-right: 0 !important;
        border-right: none !important;
}

ul.unbulletted{
        list-style-type:none;
        margin:0;
        padding:0;
}
ul.unbulletted li{
        display:block;
}

li {
        font-size: 14px;
}

#mininav li {
        font-size: 16px;
}


blockquote {
        margin: 20px 20px;
        background: url('http://www.peacedirect.org/wp-content/uploads/lquote1.png') no-repeat;
        border-top: 1px solid #A8B400;
        border-bottom: 1px solid #A8B400;
        min-height: 45px;
}

blockquote p {
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
}
/* keyinfo.css */ 

.keyinfo{
	width:185px;
	font-size:90%;
	background-color:#A8B400;
/*	border: 3px outset #A8B400;	*/
	padding:5px;
	margin:5px;
	margin-left:22px;
	margin-top:10px;
	color:#f5ffee !important;
	font-family:georgia;
	line-height:17px;
}

.keyinfo hr{
	width:110px;
	text-align:center;
	border:solid 1px #baca9a;
	height:1px;
	margin-bottom:9px;
}

.keyinfo h3{
	font-size:14px;
	color:black;
	margin-bottom:8px;
}

.keyinfo a{
	text-decoration:underline;
	color:white;
}

.keyinfo .label{
	font-weight:bold;
	color:black;
}

.keyinfo div.label{
	margin-top:10px;
}
/* gallery.css */ 

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

.gallery-caption{
	font-family:arial;
	text-align:left;
	color:black;
}

.gallery-caption div{
	text-transform:none;
	color:#A8B400;
}

.gallery-icon .gallery-caption{
	margin-right:5px;
	width: 33%;
}
/* Childindex.css */ 

.childindex a:hover{
	text-decoration:none;
}
.childindex .indexitem .parent_title,
.childindex .indexitem .child_title{
	font-size:22px;
	text-transform:uppercase;
}

.childindex .indexitem .parent_title a{
	color:black !important;
}
.childindex .indexitem .child_title a{
	color:#788490;
}


.childindex dd{
	margin:0;
}
/* facebook_fan-box.css */ 

.fan_box  {
	font-family: arial, sans-serif;
	color: black;
	font-size:16px;
	border-top: 2px solid #A8B400;
	padding-top: 20px;
}

.fan_box .full_widget {
	border: none; 
}

.fan_box .full_widget .connect_top {
	background: white;
	width: 250px;
	float: left;
	padding-top: 20px;
}

.fan_box .connections {
	border-top: none;
}

.grid_item img {
	border: 1px solid rgb(168, 180, 0);
}

/* .grid_item a:hover img {
	-webkit-transform: scale(1.25);
} */


.fan_box .connections {
	padding: 0;
	float:right;
	width: 680px;
}

.fan_box .connect_action .name {
	font-size: 16px;
}
/* childindex.css */ 

.childindex .indexitem{
	width:476px;
	border:solid 2px #A8B400;
	color:#A8B400;
	margin:5px;
	padding:5px;
	min-height:73px;
}

.childindex .excerpt{
	overflow:hidden;
}

.childindex .excerpt, .childindex .excerpt a{
	color:black !important;
}

.childindex .indexitem img{
	vertical-align:middle;
	float:right;
	padding-left:3px;
	border-left:dashed 1px #e0e0e0;
	margin-right:0px;
	margin-left:3px;
	margin-top:1%
}
/* profilebox.css */ 

.profilebox{
	margin-bottom:15px;
}

.profilebox td{
	font-family:arial;
	font-size:15px;
	font-weight:bold;
}

.profilebox img.profile_image{
	border:solid 3px black;
}

.profilebox .sponsor_link ul{
	float:left;
	width:100%;
	margin-top:4px;
}

.profilebox .peacebuilder_quote{
	font-size:14px;
	padding-top:3px;
	font-weight:normal;
}
/* blog.css */ 

div.posts {
	width: 550px;
	float: left;
}

div.blog-post {
        width: 550px;
        float: left;
}


div.blog-sidebar {
	float:right;
	margin-right:22px;
}

. posts h2, .blog-post h2 {
	font-size: 20px;
}
/* comparison.css */ 

table.comparison{
	background-color:#A8B400;
	border:solid 1px black;
	width:67%;
}

table.comparison th{
	font-size:21px;
}

table.comparison td{
	vertical-align:top;
}

table.comparison td .title{
	color:black;
}

table.comparison td,th{
	padding:7px;
	font-family:georgia;
	color:white;
	border:solid 1px black;
}

table.comparison .rightside{
	width:50%;
	background-color:#fff;
	color:#000;
}
/* news.css */ 

.news dl{
	float:right;
	width: 360px;
	margin: 5px 0 20px;
}

.news dd{
	margin:0;
}

.news dt .date{
	color:black;
	display:block;
	text-transform: uppercase;
	padding-right:4px;
}

.news dt a{
	display:inline;
}

.news a:hover{
	display:inline;
	text-decoration:none;
}

.categorised_post h2{
	font-size: 20px;
}
.categorised_post h2 a{
	color:black;
	text-decoration:none;
	text-transform:none;
}

.categorised_post h2 a:hover {
	color:#A8B400;
}

.categorised_post .postdate{
	color:#A8B400;
	font-weight: bold;
}

.newsTitle {
	text-transform: uppercase;
	font-size: 16px;
	color: black;
}

.newsTitle:hover {
	color:#A8B400;
}

.news .thumbnail_holder{
	background-image:url(../images/placeholder.png);
	width:92px;
	height:92px;
	border:solid 1px #A8B400;
	margin-right:5px;
	margin-bottom:3px;
	margin-top:6px;
	float:left;
}

.news .thumbnail{
	float:left;
	width:92px;
	height: 92px;
	border:solid 1px #A8B400;
	margin-right:5px;
	margin-bottom:3px;
	margin-top:6px;
}

.news .excerpt,
.news .posttext{
	display:inline;
	color:#444;
}

.morelink, .lesslink{
	cursor:pointer;
	font-weight:bold;
}

.newsItem {
	clear:both;
}
/* hiddencontent.css */ 

.titleforhidden a {
        color: black;
}

.titleforhidden a:hover {
	color: rgb(168, 180, 0);
}
/* tabs.css */ 

table.tabbed{
	clear:both;
	width:100%;
/*border-collapse:collapse;
border:0;*/
}

table.tabbed th{
	padding:5px 5px 5px 10px;
	text-align:left;
	font-size:20px;
	font-family:arial;
	background-color:#A8B400;
	text-transform:none;
	border:solid 1px #687400;
	cursor:pointer;
/*border:0;*/
}

table.tabbed th:first-child{
	/* padding-left:5px;	*/
}

table.tabbed th.active{
	background-color:#d8e400;
}

table.tabbed th a:link{
	text-decoration:none;
	color:black;
}

table.tabbed th a:active{
	color:white;
}

table.tabbed #contentcell{
	padding:20px;
	border:solid 1px #687400;
}
/* profiles.css */ 

.banner_image {
	border: 2px solid #A8B400;
	width:715px;
	margin-left:2px;	
}

#peacebuildermap {
	border: 2px solid #A8B400;
}
/* subscribe.css */ 

.subscribeform{
	width:70%;
	margin-left:30px;
}

.subscribeform label{
	float:left;
	margin:5px;
	width:150px;
}

.subscribeform input{
	height:16px;
	font-size:13px;	
}

#stnl_submit{
	float:right;
	margin-top:70px;
	border:solid 1px #777;
	background-color:black;
	color:#A8B400;
	text-transform:none;
	font-weight:bold;
	height:22px;
	font-size:12px;
}
/* sidebar.links.css */ 

.link-box{
	overflow:hidden;
	list-style-type:none;
}

.link-box img{
	display:block;
	border:solid 1px black;
	margin-bottom:3px;
}

.link-box li {
	text-decoration:none;
	background-color: #A8B400;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 10px 10px 9px;
	width: 100%;
	display:block;
}

.link-box .link-name{
	color:black;
	text-transform:none;
	display:block;
	font-weight:bold;
}

.link-description{
	color:black;
	display:block;
	margin-bottom:20px;
	font-size: 14px;
}
/* sitemap.css */ 

.ddsg-wrapper ul{
	list-style-type:none;
	padding-left:25px;
	padding:0;
	text-transform:none;
}

.ddsg-wrapper ul ul{
	padding:10px;
	padding-left:0px;
}
.ddsg-wrapper ul ul ul{
	line-height:16px;
	padding-left:15px;
}

.ddsg-wrapper > ul > li > strong{
	display:none;
}

.ddsg-wrapper ul > li{
	color:black;
	overflow:hidden;
}

/* All Links */
.ddsg-wrapper ul > li > a{
	padding-left:25px;
	font-size:17px;
	text-decoration:none;
}


/* First Element */
.ddsg-wrapper > ul > li > a{
	padding-left:25px;
	font-size:17px;
	font-weight:bold;
	background-image:url(../images/arrow.gif);
        background-repeat:no-repeat;
	color:rgb(115,153,198);
}

/* Second level */
.ddsg-wrapper ul ul > li a{
	color:black;
	font-size:13px;
	padding-top:15px;
	font-weight:normal;
	line-height:10px;
}

.ddsg-wrapper ul ul ul li a{
	color:#788490;
}



/* Navigation */
.ddsg-pagenav{
	color:#888;
	display:block;
	width:100%;
	text-align:right;
}

.ddsg-pagenav a{
	text-transform:none;
	text-decoration:none;
	color:#788490;
}
/* timeline.css */ 

.in-sidebar{
	width:180px;
	float:right;
}

.timeline{
	font-size:90%;
	margin-left:10px;
	margin-top:10px;
}

.timeline .date{
	font-weight:bold;
	color:#A8B400;
}
/* home.css */ 

div#home-CTA {
	float:right;
	width:225px;
	border-left:1px solid #A8B400;
	padding-left:10px;
}

#home h2 {
	font-size: 22px;
	padding: 10px 10px 10px 10px;
	background-color: #A8B400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#home h2 a {
	color: black;
}


#home h2 a:hover {
        color: white;
}

#home .news {
	width: 475px;
	float: left;
}

.block {
	width: 100%;
	background-color: #A8B400;
	margin-bottom: 20px;
	height: 42px;
}

#home h3 {
        text-transform: uppercase;
        font-size: 16px;
}

#home h3 a {
        color:black;
}


#home h3 a:hover {
        color:#A8B400;
}


/* latest.css */ 

.latest{
        float:left;
        width:295px;
        height:520px;
}

/* postsummary.css */ 

.postsummary{
	margin-top:10px;
}

.postsummary, .postsummary ul{
	padding:0;
	list-style-type:none;
}

.postsummary li.year{
	width:100px;
	float:left;
	margin-bottom:2px;
}

.postsummary a.year{
	color:black;
	font-weight:bold;
}

.postsummary .months a{
	font-size:90%;
	padding-left:5px;
	font-weight:normal;
}
/* featured.peacebuilder.css */ 

div.featured_peacebuilders div.clearer {
	height:20px;
}

.featured_peacebuilder{
	width:168px;
	float:left;
	padding-right:12px;
}

.featured_peacebuilder a{
	color:rgb(168,180,0);
	text-transform:none;
	font-size: 14px;
}


.featured_peacebuilder a:hover {
	text-decoration: none;
}

.profile_country {
	color: black;
	background-color: #A8B400;
	width: 154px;
	padding: 5px 0;
	padding-left:10px;
}

.profile_country:hover, .profile_name:hover {
        color:white;
}



.featured_peacebuilder .profile_work {
	color: rgb(0,0,0)
}

.featured_peacebuilder .profile_country {
	font-size:20px;
	text-transform: uppercase;
}

.featured_peacebuilder .profile_name {
        font-size:22px;
}


.featured_peacebuilder a .peacebuilder_quote{
	font-weight:normal;
	color:black;
	text-transform:none;
}

.featured_peacebuilder .peacebuilder_image{
	border:2px solid #A8B400;
	margin:2px 0 5px;
}
/* quotation.css */ 

#pagequote {
	margin-bottom: 40px;
}

.pagequote{
        color:#A8B400;
        font-size:22px;
	text-align:right;
}

.citation{
	font-style:italic;
	font-size: 14px;
	float:right;
	color:black;
	margin-right:0px;
	text-align:right;
}
/* wordpress.css */ 

.alignright {clear:right; float:right; margin:0 0 1em 1em; }
.alignleft {clear:left; float:left; margin:0 1em 1em 0; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em;  border:solid 1px #A8B400; }
a img.alignleft {float:left; margin:0 1em 1em 0;  border:solid 1px #A8B400; }

.aligncenter{
	margin-left:auto;
	margin-right:auto;
}
.wp-caption img, img.size-full{
	border:solid 1px #A8B400;
}

.wp-caption-text{
	font-weight:bold;
	color:#777;
	width:100%;
	text-align:right;
}

.noborder{
	border:0 !important;
}

.menu-footer-container{
	display:inline;
}
#menu-footer{
	padding:0;
	display:inline;
	list-style-type:none;
}
#menu-footer li{
	display:inline;
}

ul li .sep{
	color:#aaa;
}
ul li:last-child .sep{
	display:none;
}
/* no-js.css */ 

.no-js #subnavigation { line-height: 20px; }
.no-js #carousel { display: none; }
/* footer.css */ 

#footer{
	padding-top:10px;
	border-top: 2px solid #A8B400;
}
#footer .leftside,
#footer .rightside{
	height:40px;
}

#footer hr{
	border:0;
	height:1px;
	color:#ddd;
	background-color:#ddd;
}

#footer .leftside{
	clear:both;
	float:left;
	margin-top:8px;
}

#footer .rightside{
	float:right;
}

#footer, #footer a{
	font-size:12px;
	color:#777;
	text-decoration:none;
}

#footer .darker{
	font-weight:bold;
	color:#A8B400;
}
#footer a:hover{
	text-decoration:none;
}
/* pagequote.css */ 

/*
.sidefloat{
	float:right;
	width:225px;
}

.pagequote{
	color:#A8B400;
	font-size:18px;
        padding:3px;
        margin:5px;
        margin-left:10px;
        margin-top:10px;
}

.citation{
	text-align:right;
}
.pagequote span{
	color:black;
}
*/
/* sm-tools.css */ 

#sm-tools {
	margin:10px 0;
	max-height: 25px;
	/*overflow: hidden;*/
}

.twitter-share-button {
	margin:0px 10px 0 0;
	float: left;
}

#fb-like {
	display: inline;
}
/* navigation.css */ 

#navigation {
	width: 100%;
}

/* == MENUS == */

#menu-main, #mininav { float:right; }
#menu-main {clear: right;}
#mininav {
	font-size:16px;
	margin: 19px 0px 5px;
}
.menu-quick-container {
	display:inline;
}

#menu-main, #menu-main ul, #menu-quick, #menu-quick  ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:999;
	text-align:left;
	display:inline;
}

#menu-main {
	margin-top: 5px;
}

#menu-main a {
	font-size: 22px;
}

#menu-main a, #menu-quick a { 
	display: block;
}
#menu-main a:visited, #menu-main a:active, #menu-main a:link {
	text-decoration: none;
	color: black;
}

#menu-quick a:visited, #menu-quick a:active, #menu-quick a:link {
	text-decoration: none;
	color: #888;
}

#menu-main a:hover, #menu-quick a:hover  {
	color: #A8B400;
	text-decoration: none;	
}

#menu-main li, #menu-quick li { /* all list items */
	float: left;
	/* width: 0px;  width needed or else Opera goes nuts */
}
 
#menu-main li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: rgb(255,255,255);
}

#menu-main li ul li { 
	float:none;
	min-width:125px;
	padding: 0 5px;
}

#menu-main li ul {
	background-color: rgba(255,255,255,0.9);
}

#menu-main li ul li .sep{
	display: none;
}

#menu-main li ul li a {
	font-size: 20px;
}


#menu-main li:hover ul, #menu-main li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#subnavigation{
	width:155px;
	font-size:22px;
	padding:10px;
	margin-top:0px;
	text-transform:none;
	line-height:13px;
}

#subnavigation ul{
	padding:0;
	margin:0px;
	list-style-type:none;
}

#subnavigation ul ul{
	margin:0 0 0 0px;
}

#subnavigation li,
#subnavigation li a {
	color: #A8B400;
	font-weight:bold;
	text-decoration:none;
	font-size:22px;
	text-transform: uppercase;
}

#subnavigation ul ul li a{
	color:black;
	text-decoration:none;
	text-transform: none;
}

#subnavigation li.active a{
	color: #A8B400;
	text-decoration:none;
}

#subnavigation li a .before_comma{
	clear:both;
	float:left;
}

#subnavigation li a .after_comma{
	color:#888;
	margin-left:5px;
}

#subnavigation li a:hover {
        color:#A8B400;
}


#badge {
	background-color: #A8B400;
	padding: 10px;
}

#badge p{
	margin: 0;
	font-size: 18px;
	line-height: 18px;
}

#badge p a {
	color:black;
        text-decoration: none;
	background: url('../images/miniabout.png');
	height:144px;
	width:185px;
	display:block;
}

#badge p a:hover {
	color: white;
	text-decoration: none;
	background: url('../images/miniabout-hover.png')
}
.single embed {
height: 385px;
margin-left: 0px;
width: 480px;
}

h1 span{ 
 display:block;
}

 .featured_peacebuilder img.peacebuilder_image{ width:160px; }

/* Move down right-sidebar */
.link-box { margin-top:32px !important; }

/* Make donate/sign-up buttons inline */
.widget_links ul {
 float: none;
 width: 0;
}
.widget_links ul li { display: inline; }
.widget_links ul li a{ padding:0; }

/* Fix search page */
.childindex .indexitem img {
 max-height:64px;
 max-width:96px;
 margin-top: -10px;
}
.childindex .indexitem { width:96%; }
