/**
 * Theme Name: Charlene Li
 * Theme URI: http://www.r2integrated.com
 * Description: Custom theme for Charlene Li.  A child theme of the Hybrid theme framework.
 * Version: 1.0
 * Author: Jason Barrie
 * Author URI: http://www.r2integrated.com
 * Tags: blue, green, threaded-comments, microformats, two-columns, fixed-width, translation-ready
 * Template: hybrid
 *
 * Copyright (c) 2010 r2integrated.  All rights reserved.
 * http://www.r2integrated.com
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	background:#d7eaff url(images/bg.gif) repeat-x 0 0;
	}

/* Body container */
#body-container {
	width: 850px;
	margin: 0px auto;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #4482c7;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	}
h1 {
	color:#16467C;
font-size:18px;
margin:0 0 15px;
padding:4px 20px 4px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
h1 a:link, h1 a:visited {
	color:#16467C;
}
.home h1 {
	bordeR:none;
}
.charfiles {
	position:relative;
	top:-43px;
	text-align:right;
	float:right;
}
.charfiles img {
	margin-left:7px;
}
h2 {
	font-size: 17px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 15px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left:0px;
	}
.content ul li, .entry-content ul li {
	overflow: hidden;
	padding: 7px 0px;
	/*background: url(images/bullet.png) no-repeat 0 9px;*/
	}
.content .textwidget  ul  {
	margin:0px;padding:0px;
}
.content .textwidget  ul li {
	background:none;
	padding-lefT:0px;
}
/* Blockqoutes */
blockquote {
	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: url(images/blockquote.jpg) no-repeat 0 0;
	}
blockquote blockquote {
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background: transparent;
	}
blockquote.pullquote {
	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
	}
.pullquote p {
	margin: 0;
	}
span.pullquote {
	float: none !important;
	margin: 0 !important;
	}

/* Code */
code {
	padding: 0 3px;
	background: url(images/dark.jpg) repeat 0 0;
	}
pre {
	overflow: auto;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 10px !important;
	}
.alignright, .right {
	float: right;
	margin-left: 10px !important;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	}
th {
	color: #8d5608;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
	}
td {
	background: url(images/alt.gif) repeat 0 0;
	}
th, td {
	padding: 5px;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #b4a681;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Warnings, notes, errors, and downloads */
.note, .download, .warning, .alert, .error {
	padding: 10px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**
* Images
************************************************/
.hentry img {
	max-width: 470px;
	padding: 5px 5px 10px 5px !important;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 480px;
	padding: 5px 0 10px 0;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #8d5608;
	}
.wp-caption img, .wp-caption a img {
	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	border: 1px solid #d0ccbc;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin: 10px 0 0 20px;
	}

/* Gallery [gallery] */
.gallery {
	margin-bottom: 20px !important;
	}
.gallery img {
	border: none !important;
	}

/**
* Header
************************************************/
#header {
	width: 850px;
	height: 220px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/header.jpg) no-repeat 0 bottom;
	}
#header img {
	margin-left:422px;
	margin-top:168px;
}
#site-title {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display:none;
	}
#site-title a {
	color: #9c8165;
	}
#site-description {
	margin: 10px 0 0 10px;
	float: left;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	}

/**
* Navigation
************************************************/
#navigation {
	height: 38px;
	padding: 4px 0px 0px;
	}

/* Page navigation */
#page-nav {
	}
#page-nav ul {
	float: left;
	list-style: none;
	margin: 0;
	}
#page-nav ul.menu {
	}
#page-nav li {
	margin-lefT:10px;
	}
#page-nav li:first-child{
	margin-lefT:0px;
	}
#page-nav li a {
	display: block;
	padding: 8px 10px 12px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #292929;
	}
#page-nav li.current_page_item, #page-nav li.current_page_parent {
	color: #333;
	background: url(images/nav-left.gif) no-repeat top left;
	float:left;
	padding-left:33px;
	}
#page-nav li.current_page_item a, #page-nav li.current_page_parent a{
	color: #333;
	background: url(images/nav-right.png) no-repeat top right;
	padding-right:15px;
	margin-left:-27px;
	}
#page-nav li.current_page_item li {
	color: #8d5608;
	background: #f3efe4 url(images/dark.jpg) repeat 0 0;
	}

/* Drop-down styles */
#page-nav ul ul {
	background: #f3efe4 url(images/dark.jpg) repeat 0 0;
	}
#page-nav li li {
	background: transparent;
	border-bottom: 1px solid #e1dac8;
	}
#page-nav li li a {
	padding: 10px;
	background: transparent;
	}

/* Search */
#navigation .search {
	float: right;
	width: 190px;
	height: 29px;
	background: url(images/search.jpg) no-repeat 0 0;
	}
#navigation input {
	font: 12px arial, verdana, sans-serif;
	padding: 7px 0 0 0;
	background: transparent;
	border: none;
	}
#navigation .search-text {
	float: left;
	width: 136px;
	padding: 7px 10px 0 10px;
	color: #7e7558;
	}
#navigation .search-submit {
	float: left;
	width: 34px;
	font-weight: bold;
	color: #80713d;
	}
#navigation .search-submit:hover {
	cursor: pointer;
	}

/**
* Container (content and widget areas)
************************************************/
#container {
	overflow: hidden;
	width: 750px;
	background:#fff;
	padding:30px 50px;
	min-height:350px;
	}

/* Splash */
#splash {
	overflow: hidden;
	height: 220px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 20px;
	background: url(images/splash.jpg) no-repeat 0 0;
	}
#splash .widget {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #365426;
	background: transparent;
	border: none;
	}
#splash .widget-title {
	color: #365426;
	}

/**
* Content
************************************************/
#content {
	overflow: hidden;
	float: left;
	width: 445px;
	}
.page-template-no-widgets .content, .no-widgets .content {
	width: 780px;
	}

/* Posts */
.hentry {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #333;
	}	

/* Entry title */
.entry-title {
	overflow: hidden;
	margin: 0;
	padding: 0px 0px 20px;
	font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.entry-title a {
	color: #16467c;
	}

/* Post Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	margin: 0x;
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	}
.more-link {
	padding-right: 15px;
	background: url(images/more-link.jpg) no-repeat right 3px;
	}

/* Post Meta */
.entry-meta {
	overflow: hidden;
	padding: 20px 20px 5px 20px;
	font: 12px/22px arial, verdana, sans-serif;
	background: url(images/border.jpg) repeat-x 0 0;
	}
.entry-meta a {
	color: #708266;
	}

/* Multi-paged posts */
p.pages a {
	overflow: hidden;
	margin: 0 3px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

.navigation-attachment {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	}

/* Series */
.series {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.series-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}
.series ul {
	margin-left: 0;
	}

/* Archives and other page types */
.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #333;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.page-template-biography .author-info {
	margin: 0;
	border: none;
	}
.page-title, .category-title, .author-title, .date-title, .tag-title, .archive-title, .search-title, .error-404-title, .widgettitle {
	margin: 0px 0;
	padding: 0 20px 20px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
color:#16467C;
	}
.category-description, .author-description, .date-description, .tag-description, .archive-description, .search-description {
	margin: 0 0px;
	}
.author-profile .avatar, .author-info .avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}
.author-profile .author-name {
	margin-bottom: 0;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/light.gif) repeat 0 0;
	}
.previous {
	float: left;
	width: 40%;
	padding-left: 23px;
	background: url(images/previous.jpg) no-repeat 0 5px;
	}
.next {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 23px;
	background: url(images/next.jpg) no-repeat right 5px;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/light.gif) repeat 0 0;
	}
.wp-pagenavi .pages {
	margin-right: 6px;
	padding: 3px 6px;
	}
.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**
* Widget Areas
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 250px;
	line-height: 19px;
	}
#secondary {
	clear: right;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0px;
	}

/* Widget title */
.widget-title {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:18px;
margin:0 0;
padding:0 20px 20px 0;
color:#16467C;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget ul li, ul.xoxo li {
	margin: 0 0 6px 0;
	padding: 0 12px 5px;
	border-bottom: 1px solid #e9e5d5;
	clear:both;
	}
.content .widget ul li {
	overflow: hidden;
	padding: 0 0 5px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}
.textwidget .feedburnerFeedBlock ul li {
	padding:0px 12px 5px;
}
.widget ul li li, .content .widget ul li li {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	border: none;
	}
.widget-inside h2 {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:18px;
margin:0 0;
padding:0 20px 20px 0;
color:#16467C;
}
ul.xoxo  {
	margin: 0;
	padding: 0;

	}
ul.xoxo li, .smallbox-1 li {
	margin: 0 0 6px 0;
	padding: 0 12px 5px;
	border-bottom: 1px solid #e9e5d5;
	clear:both;
	background:none;
	list-style:none;
	}
#homebottom .widget ul li {
	margin: 0 0 6px 0;
	padding: 0 0px 5px;
	border-bottom: 1px solid #e9e5d5;
	clear:both;
	}
/**
* Comments Template
************************************************/
div#comments, #respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	border-top:1px dashed #ccc;
	}
#comments #respond {

	}
#comments h3, h3#respond {
color:#16467C;
font-size:16px;
margin:0 0 15px;
padding:4px 20px 10px 0;
	border-bottom:1px solid #ccc;
}
/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
#comments #reply {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
	}
#comments .comments-header {
	margin-bottom: 0;
	}

/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
	}
#comments ol ol {
	margin: 0 0 0 10px;
	}
#comments li {
	height: 100%;
	overflow: hidden;
	padding: 19px 0 0 0;
	}
#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
	}

/* Avatar */
#comments .avatar {
	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Comment meta data */
.comment-meta-data {
	padding: 0 0 4px 0;
	font: 12px/22px arial, verdana, sans-serif;
	}
.comment-meta-data a {
	color: #708266;
	}

/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px georgia, cambria, times, serif;
	}
.comment-author a {
	color: #8d5608;
	}

/* Comment text */
.comment-text {
	border-bottom: 1px solid #e5e0d0;
	}

/* Comments form */
#respond {
	padding: 15px 0 20px 0;
	}
#respond form {
	padding: 0 20px;
	}
#comments #respond form {
	padding: 0;
	}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 10px 0;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/comment-submit.jpg) repeat 0 0;
	}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
	}
#respond .text-input {
	width: 275px;
	}

#respond .form-textarea label {
	display: none;
	}
textarea {
	width: 98%;
	border: 1px solid #e9e5d5;
	}
#respond .form-submit {
	overflow: hidden;
	}
#respond .button {
	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px;
	color: #80713d;
	background: url(images/comment-submit.jpg) repeat 0 0;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

.comment-action {
	clear: both;
	}

/**
* Footer
************************************************/

/* Subsidiary */
#subsidiary {
	float: left;
	overflow: hidden;
	width: 850px;
	padding: 0px;
	margin: 0;
	background:#fff;
	text-align:center;
	}
#subsidiary .widget {
	float: left;
	overflow: hidden;
	width: 850px;
	margin: 0px;
	padding: 0;
	border: none;
	border-top: 1px solid #ccda30;
	}
#subsidiary .widget .widget-inside {
	padding:18px 0px;
	}
#text-6 img {
	margin-right:25px;
}
.padbottom {
	padding-bottom:24px;
}
/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	width: 740px;
	height: 39px;
	padding: 20px;
	font: 12px/19px arial, verdana, sans-serif;
	color: #333;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
	}
#footer a {
	color: #8d5608;
	}
#footer .copyright {
	float: left;
	width: 40%;
	}
#footer .credit {
	float: right;
	text-align: right;
	width: 40%;
	}
#footer-left {
	float:left;
	width:490px;
	color:#595959;
	font-size:10px;
	text-align:left;
	padding-lefT:31px;
}
#footer-left a:link, #footer-left a:visited {
	color:#595959;
}
#footer-left img {
	margin-right:10px;
}
#footer-left p.one {
	clear:both;
}
#footer-left p.leftp{
	margin:0px;
	clear:none;
}
	
#footer-left h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4381c6;
	float:left;
	padding-right:15px;
}
#footer-right {
	width:200px;
	float:right;
	padding-right:30px;
}
#footer-right h5 {
	color:#595959;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:7px;
}
#text-6 img {
	padding-right:5px;
	padding-left:5px;
}
/* twitter */
#twitter-tools {
	background:url(images/twitter.gif) 150px 1px no-repeat;
	padding-top:10px;
}
#twitter-tools ul {
	margin:0;
}
	
/* events */
#events-list {
	background:url(images/events-head.gif) 170px 4px no-repeat;
	padding-top:10px;
}
.event-date {
	background:url(images/event.gif) top left no-repeat;
	width:31px;
	height:34px;
	float:left;
	color:#000;
	text-align:center;
	font-size:9px;
	line-height:17px;
}
.date-content {
	float:right;
	width:170px;
}
a.rsswidget img {
	display:none;
}
h2 a.rsswidget:link, h2 a.rsswidget:visited, h2 a.rsswidget:hover {
color:#16467C;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:18px;
margin:0;
padding:0 0px 0px 0;
text-decoration:none;
}
.feedburnerFeedBlock div br {
	line-height:0px;
}

/* feedburner */
#creditfooter {
	display:none;
}

/* breadcrumb */
.breadcrumb {
	padding-bottom:10px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#e7a73b;
}
.comment-policy {
}
.downloads li {
	list-style:none;
	padding-lefT:0px;
}
.downloads li img {
	position:relative;
	top:4px;
	margin-right:5px;
}

/* tables */
.chartable th {
background:#bfcd29;
color:#FFFFFF;
padding-bottom:4px;
padding-top:5px;
text-align:left;
}
.chartable td, .chartable th {
border:1px solid #98BF21;
padding:3px 7px 2px;
}
.chartable tr.alt td {
background-color:#EAF2D3;
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:1100px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(images/close.png);
	position:absolute; right:22px; top:22px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	div.apple_overlay.black {
		background-image:url(images/transparent.png);		
		color:#fff;
		padding:60px 50px;
		height:200px;
		overflow:hidden;
	}
	div.apple_overlay.black table{	
		color:#000;
		width:1100px;
		margin-top:20px;
	}
	div.apple_overlay.black table th{	
		color:#000;
	}	
	div.apple_overlay h2 {
		margin:10px 0 -9px 0;
		font-weight:bold;
		font-size:14px;
	}
	
	div.black h2 {
		color:#fff;
	}
	
	#triggers {
	}
	
	#triggers img {
		cursor:pointer;
	}
.resourcep img {
	padding-bottom:8px;

}
.resourcep  {
	float:left;
	width:110px;
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
#post-12 .entry div {
	float:right;
	width:330px;
	margin-bottom:30px;
	margin-top:-5px;
}




#new-bar {
background:#fff;
border-bottom:1px solid #CCDA30;
padding:15px 0px 15px 83px;
}




#new-bar .search {
float:left;
width:219px;
}

#new-bar .search #search-text {
padding:4px 4px 6px 4px;
}

#new-bar .connect {
float:left;
width:301px;
padding-top:3px;
}

#new-bar .rss {
float:left;
width:184px;
padding-top:3px;
}



#new-bar h3 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
color:#4381c6;
float:left;
padding-right:15px;
margin-bottom:0px!important;
}

#new-bar p.leftp{
margin:0px;
clear:none;
}
	
#new-bar img {
margin-right:10px;
}


#text-7 {
height:121px;
}

#text-7 #footer-left {
margin-top:21px;
}
