/*  
Theme Name: Sheffield Greens
Theme URI: http://www.sheffieldgreenparty.org.uk/
Description: Sheffield Green Party Website theme version 2.0.3 with Vimeo integration, compatible with wordpress 3.0
Version: 2.0.3
Author: Samuel Musarika
*/

@import "styles/tabs.css";

@import "styles/featured_slide.css";

@import "styles/popup.css";

@import "styles/email.css";

@import "styles/comments.css";

@import "styles/donate.css";

@import "styles/twitter.css";

@import "styles/news.css";

@import "styles/featured_categories.css";

@import "styles/recent_news.css";

@import "styles/register.css";

@import "styles/elections.css";

@import "styles/next_election.css";

@import "styles/links.css";

@import "styles/archives.css";

@import "styles/videos.css";

@import "styles/calendar.css";

*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url("images/bg.jpg") repeat-x scroll 0 0 #007a00;
	color: #000000;
	font-family: Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
	font-size: 100%;
	line-height: 20px;
}
#main {
	width: 970px;
	margin: 0 auto;
}
a { 
	text-decoration: none;
	font-weight: normal;
	color:#005F7F;
}
a:hover{
	color:#66B800;
	text-decoration: none;
}
input,select,textarea{
	border: #999999 1px solid;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	font-family: georgia,times,'times new roman',serif;
	line-height: normal;
}
h1 {font-size: 20px; } 
h2 {font-size: 20px;} 
h3 { 
	border-bottom: 2px solid #73A533; 
	font-size: 16px; 
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px 0;
} 
h4  {font-size: 14px;} 
h5  {font-size: 12px;} 
h6  {font-size: 10px;}
p {
	padding: 0 0 1.3em;
}
td { 
	border: 1px solid #cccccc; 
	padding: 5px;
}

/*== ROUNDED BOXES ==*/

.roundedtop {
	-webkit-border-top-left-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.roundedbottom {
	-webkit-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
}
.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*== HEADER LAYOUT ==*/

#green-header {
	width: 970px;
}

/* Menu */

#access {
	background: none repeat scroll 0 0 #73A533;
	margin: 20px 0;
	width: 100%;
	height: 35px;
	display: block;
	position: relative;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 10px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	background: url("images/bar.gif") no-repeat scroll -4px -6px transparent;
	float:left;
	position: relative;
}
#access a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0 8px;
	line-height: 35px;
	font-weight: bold;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	float: left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	border-bottom: 2px solid #FFFFFF;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #73A533;
	height: auto;
	line-height: 2em;
	padding: 5px 10px;
	width: 200px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #DD5200;
	border-bottom: 2px solid #ffffff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #015E50;
	border-bottom: 2px solid #ffffff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}
.help {
	background: url("images/bar.gif") no-repeat scroll -4px -6px transparent;
	font-size: 13px;
	float: left;
	height: 35px;
}

/*== BANNER ==*/

#banner{
	height: 200px;
	margin: 10px 0 0 0;
	width: 100%;
}
#banner img {
	position: absolute;
}
#green-logo {
	background: url('images/logo-white.png') no-repeat 0px -5px;
	width: 100%;
	height: 130px;
	position: relative;
}
#logo-link {
	height: 200px;
	text-indent: -900em;
	width: 100%;
	position: absolute;
}
/* Search Form */

#searchform {
	float: right;
	width: 191px;
	height: 26px;
	background: url(images/searchbox.png) no-repeat;
	position: relative;
	top: 1px;
	right: 24px;
	top: 20px;
}
#search-form {
	background: none repeat scroll 0 0 #000000;
	opacity: 0.6;
	filter: alpha(opacity=60); 
	display: block;
	height: 65px;
	width: 100%;
	position: relative;
}
#search-form #searchform #s {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #333300;
	float: left;
	margin: 3px 0 0 4px;
	width: 154px;
}
#search-form #searchform #go {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	float: right;
	height: 26px;
	width: 25px;
}

/* Site Description */

.description {
	color: #FFFFFF;
	float: left;
	font-family: georgia,times,'times new roman',serif;
	font-size: 30px;
	left: 20px;
	position: relative;
	top: 12px;
	line-height: 45px;
}

/* Content layout */

#main-container {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 20px 0;
	overflow: hidden;
	width: 970px;
}
#container {
}
#archive {
	float: left;
	width: 660px;
	margin: 10px;
	font-size: 0.8em;
	overflow: hidden;
	display: inline;
}
#archive_post .meta-nav {
	margin: 10px 0;
}
#widecolumn {
	display: inline;
	float: left;
	margin: 10px;
	overflow: hidden;
	width: 950px;
}
#post {
	float: left;
	width: 660px;
	margin: 10px;
	font-size: 0.9em;
	overflow: hidden;
	display: inline;
}
.post_news, #archive_post {
	float: left;
	margin: 10px 0;
	width: 655px;
}
.newsentry {
	margin: 5px;
	overflow: hidden;
}
.newsentry .meta, #archive .meta {
	color: #3e5867;
	display: block;
	font-size: 11px;
	height: 19px;
	line-height: 19px;
	padding: 5px 0px;
	margin: 5px 0px 5px 0px;
	font-family:Verdana,Geneva,Tahoma,sans-serif;
}
.newsentry .meta-nav {
	display: none;
	float: left;
	margin: 10px 0;
	width: 100%;
}
.archive p {
	overflow: hidden;
}
.wp-pagenavi {
	clear: both;
	height: 40px;
}
.wp-pagenavi a {
	color: #FF0000;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	font-size: 18px;
	font-weight: bold;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}
/* 3.1 Typographic Elements */

#post blockquote  { 
	background: url(images/blockquote.png) no-repeat 0 12px; 
	padding: 10px 20px 10px 50px; 
	color: #444;
	overflow: hidden;
}
#post blockquote p  { font-style:italic; }

#post ul  { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
#post ul ul  { 
	margin: 0; 
}
#post ul li  {	
	list-style-type: circle; 
}
#post ul ul li  { 
	list-style-type: disc; 
}
.entry-content ul {
}
.entry-content ul li {
	list-style: square outside none !important;
	margin: 5px 20px;
}
#post ol  { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
#post ol ol  { margin: 0; }
#post  ol li  {
	float: left;
	list-style-type: none;
	margin: 10px 0;
}
#post  ol li ol li  { list-style-type: lower-latin; }

ul#subpages_ul {
	padding: 0;
	margin: 0;
}
ul#subpages_ul li {
	background: none repeat scroll 0 0 #E9F3E0 !important;
	border: 1px solid #E5E5E5;
	list-style-type: none;
	margin: 10px 0;
}
ul#subpages_ul li a {
	display: block;
	line-height: 32px;
	padding: 5px;
}
ul#subpages_ul li a:hover {
	background: none repeat scroll 0 0 #99cc33;
	color: #ffffff;
	font-weight: bold;
}
ul#xyz {
	padding: 0;
}
ul#xyz h3 {
	border: none !important;
}
ul#xyz li {
	height: 120px;
	list-style-type: none;
	width: 100%;
}
.meta-nav {
	display: none;
}

.postdate  {
	background: url("images/bg_calendar.gif") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	font-size: 75%;
	height: 49px;
	line-height: 100%;
	margin: 2px 12px 0 0;
	padding: 3px 0 5px;
	text-align: center;
	text-transform: uppercase;
	width: 49px;
}
.postdate span {
	color: #666666;
	display: block;
	font-size: 180%;
	padding: 12px 0 0;
}
p.postdata  {
	color: #AEADAD;
	font-size: 90%;
	padding: 0 7px 18px 2px;
}
p.postdata a {
	border-bottom: 1px solid #E0DFDF;
	color: #666666;
	margin: 0 3px 0 2px;
	padding: 0 0 1px;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
p.postdata a:hover {
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
p.postdata em {
	font: italic 100% Georgia,"Times New Roman",Times,serif;
}
h1.article_h1 {
	color: #005F7F;
	font-family: georgia,times,'times new roman',serif;
	font-size: 24px;
	margin-bottom: 3px;
	padding: 0;
}
h1.page_h1 {
	background: none repeat scroll 0 0 #73A533;
	color: #ffffff;
	font-family: georgia,times,'times new roman',serif;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 5px;
}
h1.page_h1 a {
	color: #ffffff;
}
span.edit-link {
	font-size: 12px;
}

/*== IMAGE LAYOUT==*/
.article img {
	max-width: 300px;
	height: auto;
	width: auto;
}
	
.article .alignleft, .alignleft {
	float: left;
	margin: 10px 15px 10px 0;
	width: auto;
	max-width: 300px;
	height: auto;
}
.article .alignright, .alignright {
	float: right;
	margin: 10px 0 10px 15px;
	width: auto;
	max-width: 300px;
	height: auto;
}

/*== CAPTION LAYOUT==*/

.wp-caption{
	background: #FFEBE8 none repeat scroll 0 0;
	padding: 20px;
	text-align: center;	
}
.article .wp-caption-text
{
	font-size: 12px;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.article .wp-caption img {
	background:transparent none repeat scroll 0 0;
	border:0 none;
}

#featured-content {
	background: none repeat scroll 0 0 #73A533;
	width: 950px;
	border: 10px solid #ffffff;
	height: 661px;
	overflow: hidden;
}
#slider-posts, #videos, #home, #donations, #recent-article {
	float: left;
	width: 610px;
	margin-left: 15px;
	margin-right: 20px;
	border: 5px solid #E6E6E6;
	background: none repeat scroll 0 0 #E6E6E6;
	height: 510px;
	overflow: hidden;
	position: relative;
	display: inline;
}
p#slider-nav {
	margin: 0  0 10px 15px; 
	padding: 0;
	font-size: 0.7em;
}
p#slider-nav a { 
	padding: 5px 9px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	background: #dddddd; 
	color: #000000; 
	margin: 0 12px 0 0; 
}
p#slider-nav a.activeSlide,p#slider-nav a:hover { 
	background: #333;
	color: #ffffff;
}
.meta-nav {
	float: left;
	width: 100%;
}
.entry_summary {
	font-size: 14px !important;
	background: none repeat scroll 0 0 #000000;
	opacity: 0.6;
	filter: alpha(opacity=60); 
	color: #FFFFFF;
	float: right;
	padding: 10px;
	position: absolute;
	width: 230px;
	height: 490px;
	top: 0;
	right: 0;
}
.entry_summary h1, .entry_summary h2, .entry_summary h3, #videolist h1, #videolist h2, #videolist h3 {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 24px !important;
	line-height: normal;
	margin: 10px 0;
}
.entry_summary a {
	color: #ffffff;
}
.entry_summary a:hover {
	font-weight: bold;
}
.feature {
	height: 510px;
	width: 610px;
}
.featured-sidebar {
	height: 520px;
	width: 280px;
	overflow: hidden;
	font-size: 0.9em;
}
.featured-sidebar h1, .featured-sidebar h2, .featured-sidebar h3 {
	font-family: Verdana,Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	overflow: hidden;
}
.featured-sidebar a {
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0;
}
.featured-sidebar a:hover {
	text-decoration: underline;
}
.feat-ar, .feat-ar a {
}
#most-popular {
	margin: 10px;
}
#donations {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	height: 535px;
}
#donations h1 {
	padding: 14px;
}
#donations p {
	padding: 0 1em 1em 1em;
	font-size: 0.9em;
}
#videos {
	border: 1px solid #FFFFFF !important;
	width: 915px !important;
	background: none !important;
}
#home {
	width: 610px;
	height: 520px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
}
#home h1, #home h2, #home h3 {
	padding: 14px;
}
#home ul li {
	padding: 1em;
	font-size: 0.9em;
}
#home p {
	padding: 0 1em 1em 1em;
	font-size: 0.9em;
}
#feat-menu {
	background: url("images/nav-menu.png") no-repeat scroll 0 0 transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	height: 60px;
	margin: 10px auto;
	overflow: hidden;
	border-bottom: 2px solid #ffffff;
}
#feat-menu a {
	color: #ffffff;
}
#feat-menu a:hover {
	border-bottom: 2px solid #ffffff;
}
#feat-menu ul {
	width: 940px;
	height: 40px;
	margin: 10px;
	float: left;
	display: inline;
}
#feat-menu ul li {
	display: inline;
	padding: 10px 14px 10px 14px;
	float: left;
	text-align: center;
}
#feat-menu .selected {
	border-bottom: 2px solid #ffffff;
}
li.featured {
	width: 108px;
}
li.video {
	width: 174px;
}
li.most-popular {
	width: 178px;
}
li.donate {
	width: 84px;
}
li.home-info {
}
#videolist {
	font-size: 14px !important;
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	float: right;
	padding: 10px;
	position: absolute;
	width: 245px;
	height: 490px;
	top: 0;
	right: 0;
}
#videolist a {
	color: #ffffff;
	line-height: 30px
}
#videolist a:hover{
	text-decoration: underline;
}
.slide {
	text-align: center;
	width: 250px;
	left: 417px;
	margin: 0;
	position: relative;
	top: 10px;
	padding: 0;
}
.slide a {
	color: #ffffff;
	display: block;
	width: 250px;
}
.btn-slide {
	background: url("images/hide_videos.gif") no-repeat scroll 0 0 transparent;
}
.slide .active {
	background: url("images/show_videos.gif") no-repeat scroll 0 0 transparent;
}
#popular ul {
	padding: 0;
	height: 32px;
}
#popular ul li {
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	margin: 0;
	line-height: 30px;
}
#popular ul li a {
	color:#777777;
	font:11px/18px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#popular .selected {
	background: none repeat scroll 0 0 #F8F8F8;
	text-decoration: none;
}
#comm {
	background: none repeat scroll 0 0 #F8F8F8;
}
#comm ul {
	background: none;
	border: none;
	height: 500px;
}
#comm ul li {
	background: none;
	width: 100%;
}
#comm ul li a {
	display: inline;
}
#recent-article {
	background: none repeat scroll 0 0 #F0F0F0;
	border: none !important;
	height: 520px;
	width: 265px !important;
}
#recent-article .th {
	float: left;
	margin: 0 5px 5px 0;
}
#recent-article h1 {
	line-height: 18px;
}
#recent-article p {
	font-size: 0.9em;
}
#recent-article li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 10px;
	width: 239px;
	float: left;
	display: inline;
	font-size: 0.9em;
}
#recent-article li a {
	color: #444444;
	font-weight: bold;
}
li.nums {
}
#recent-article .article {
	height: 92px;
	overflow: hidden;
	margin: 5px;
}
#recent-article .article .summary {
	float: right;
	overflow: hidden;
	position: relative;
	width: 450px;
	height: 90px;
	padding: 0 10px;
}
#recent-article .article .summary h2 {
	font-size: 18px !important;
}
#recent-article .article .summary p {
	padding: 0;
}
#recent-article .article .summary h1, #recent-article .article .summary h2, #recent-article .article .summary h3 {
	margin: 5px 0;
}
.feature-image {
	background: url("images/default.jpg") no-repeat scroll 0 0 transparent;
}
.recent-image {
	float: left;
}
.ra-comm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none !important;
	padding: 0 !important;
	width: 410px !important;
}
.ra-comm h3 {
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-family: georgia,times,'times new roman',serif;
	font-size: 14px;
	line-height: normal;
	margin: 5px;
}
.ra-comm a {
	color: #000000 !important;
	font-weight: normal !important;
}
.ra-comm ul {
	padding: 10px;
	float: left;
}
.ra-comm ul li {
	float: left;
	margin: 0px 0;
}
.excerpt-comm {
	float: right;
	width: 200px;
}
.ra-fbook {
	float: right;
	background: none !important;
	padding: 0 !important;
	border: none !important;
	width: 240px !important;
}
.popular-image {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
}
.ra-comm .meta {
	float: left;
	width: 100%;
	font-weight: bold;
	font-style: italic;
}
.fix {
	margin: 8px;
	width:245px;
	height: 1px;
	display: inline;
	float: left;
}
/* Sidebar */

#archives_banner {
	background-image: url("images/archives.png");
	background-repeat: no-repeat;
	height: 77px;
	width: 260px;
}
#archives_banner a {
	display: block;
	height: 77px;
	width: 260px;
}
div#sidebar {
	float: right;
	width: 260px;
	margin: 10px 10px 30px 10px;
	font-size: 0.9em;
	display: inline;
}
div#sidebar h1.widget-title {
	background: none repeat scroll 0 0 #73A533;
	color: #ffffff;
	line-height: 30px;
	padding: 0 5px;
	/*border-bottom: 5px solid #66BB00;*/
	margin: 20px 0 0 0;
}
div#sidebar h1.widget-title a {
	color: #ffffff;
}
div#sidebar ul {
	margin: 0 0 20px 0
}
div#sidebar ul li ul li {
	border-bottom: 2px solid #CCCC22;
}
div#sidebar ul li ul li a {
	color: #2F2419;
	display: block;
	font: 14px/24px Arial,serif;
	padding: 5px 0;
	text-decoration: none;
}
div#sidebar ul li ul li a:hover {
	color: #005F7F;
}
ul.side_subpages {
}
ul.side_subpages li {
	border-bottom: 2px solid #CCCC22;
}
ul.side_subpages li a {
	color: #2F2419;
	display: block;
	font: 14px/24px Arial,serif;
	padding: 5px 0;
	text-decoration: none;
}
h1.side_subpages-title {
	background: none repeat scroll 0 0 #73A533;
	color: #FFFFFF;
	line-height: 30px;
	margin: 0;
	padding: 0 5px;
}
/*== JOIN GREEN PARTY LINKS ==*/
#join-us {
	margin: 50px auto;
	width: 210px;
}
#join {
	 background: transparent url('images/join/join-top_02.png') no-repeat scroll 0 0;
	 width: 210px;
	 height: 57px;
}
#join-image {
	background-image: url('images/join/join_05.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
#join-link {
	height: 57px;
	position: absolute;
	width: 208px;
}
.joindd-link {
	height: 65px;
	position: absolute;
	width: 208px;
}
.joincard-link {
	height: 65px;
	position: absolute;
	width: 208px;
}
.joinform-link {
	height: 65px;
	position: absolute;
	width: 208px;
}
.joinform {
	height: 45px;
	margin: 0 0 0px;
	padding: 0;
	width: 143px;
}
.joindd, .joindd:visited {
	background-image: url('images/join/join_08.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
.joindd:hover {
	background-image: url('images/join/join_ro_08.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
.joincard, .joincard:visited {
	background-image: url('images/join/join_10.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
.joincard:hover {
	background-image: url('images/join/join_ro_10.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
.joinform, .joinform:visited {
	background-image: url('images/join/join_12.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
.joinform:hover {
	background-image: url('images/join/join_ro_12.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 208px;
}
.donation_info {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px !important;
	width: 260px !important;
	height: 515px !important;
}
.joinus {
	background:none repeat scroll 0 0 #FFFFFF;
}
/* misc */

.spacer {
	height: 30px;
	color: #ffffff;
}

/* Footer */

#footer {
	background: url('images/bg_footer.png') no-repeat scroll right -50px #001d00;
	height: 230px;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	position: relative;
	overflow: hidden;
	border-top: 3px solid #66b800;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .centre {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 970px;
}
#footer-menu {
	float: left;
	width: 300px;
	padding: 10px;
	font-size:0.9em;
}
#footer-menu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#footer-menu ul li {
	background: none;
	border-bottom: 1px solid #4396B6;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	width: 180px;
}
#footer-menu ul li a {
	color: #ffffff;
	font-weight: bold;
}
#footer-menu ul li a:hover {
	color: #DDDDDD;
}
#copyright {
	float: right;
	padding: 10px;
	width: 265px;
	font-size:0.8em;
}
#copyright p {
	padding: 0 0 1em 0;
	font-size: 15px;
	color: #ffffff;
}
