#content {
    width: 75%;
    float: left;
}

h1 {
font-size:24px;
}

#sidebar {
    width: 23%;
    float: right;
    border:1px dashed #009FD7;
    padding:10px 0;
    margin-bottom:10px;
}

#left-post {
    float: left;
    width:73%;

padding:0 10px 10px 0;
margin-bottom:10px;
}

#right-post {
    width: 25%;
    float: right;
text-align:center;
border-left:1px dashed #009FD7;
margin-bottom:10px;

}

#delimiter {
    clear: both;
}

.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}

li.widget {
	list-style-type:none;
}

li.page_item {
	list-style-type:none;
margin-top:3px;
margin-bottom:3px;
}
li.page_item a {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 18px;
margin-left: -28px;
background-color: transparent;
background-image: url("http://images.cartridgepeople.com/assets/icons/arrow.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left 50%;
list-style-type:none;
}

li.widget {
	list-style-type:none;
}

li.menu-item {
	list-style-type:none;
margin-top:3px;
margin-bottom:3px;
}
li.menu-item a {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 18px;
margin-left: -10px;
background-color: transparent;
background-image: url("http://images.cartridgepeople.com/assets/icons/arrow.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left 50%;
list-style-type:none;
}


h1.entry-title {
	font-size:40px;
	margin-top:10px;
	margin-bottom:0px;
}

.subtitle {
	color:#888;
	font-style:italic;
	margin-top:5px;
margin-left:2px;
margin-bottom:3px;
font-size:14px;
}

.organisation-logo {
	padding:3px;
	border:1px solid #ccc;
}

.money-box {
border: 3px solid #E3087B; text-align: center; padding: 5px; font-weight: bold; margin-bottom: 10px; width:150px;margin-left:auto; margin-right:auto;
}
.money-raised {font-size:30px;}
.showsupport {font-size:20px;}
h2 {font-size:18px;line-height:130%;}

.organisation-copy img, .organisation-copy-1 img {
padding:10px 10px 0 0;
}

.organisation-name {font-size:24px; font-weight:bold;line-height:140%;}
#fundraisingcontainer {
position:relative;
}
#thermoContainer{
overflow:hidden;
}
#thermo,#thermo2{
background:url("http://images.cartridgepeople.com/images/fundraising/thermoFull.jpg") no-repeat;
position:absolute;
height:450px;
width:89px;
}
#thermo2{
background:url("http://images.cartridgepeople.com/images/fundraising/thermoEmpty.jpg") no-repeat;
}

dl#total{
left:-1500px;
background:url("http://images.cartridgepeople.com/images/fundraising/raised.jpg") no-repeat;
z-index:99;
width:147px;
height:191px;
text-align:center;
}
#total dt{
text-align:center;
font:3.2em Georgia;
color:#333;
padding:50px 38px 86px 14px;
}
#total dd{text-indent:-999em;}

#content input[type="text"], #content textarea{
	border:1px solid #999;
	padding: 2px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
#content input[type="submit"], #content input[type="reset"]{
	border:1px solid #999;
	padding: 4px 10px;
	color: #333;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);   
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}

.organisation-copy-1 ul li {margin-left:320px;}

#cboxOverlay { display:none; }