/*  
Theme Name: Plymouth Environment Centre
By using this theme, the following terms are inherent:
    - This theme may not be sold
    - A link back to N.Design Studio must be retained in the footer
    - You may use and modify this theme.

*/
@import url(../../../scripts/stylesheet.css);	/* Import basic styles */
@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

body{
margin-top:0px;
padding-top:1%;
color:#000000; 
background:#f3f9fd;
/*background:#f3fdf9;*/
background-image: url(/images/background1.jpg);
background-repeat: repeat-y;
font-family: sans-serif;
font-size:14px;
}

div#skin_wrapper {
}
a{ 
color:#ff6600;
text-decoration: none;
margin:1px;
font-weight:800;
padding:0 .45em
}

a:visited {
	color: #CC6633;
}

a:hover {
	margin:0px;
 color:#ffffff;
 background-color:#3399ff;
 border:1px solid;
 border-left-color:#99ccff;
 border-top-color:#99ccff;
 border-right-color :#0000cc;
 border-bottom-color:#0000cc
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h2 {
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	padding-bottom: 3px;
}

h3 {
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}
#page {
 padding: 0px 0px 30px;
 margin:auto;
 padding:5px;
 max-width:900px;
 background-color:#f3fdf9;
 color:#000000;
}


/*
 * Header / bloglist on top:
 */
div#page_top ul {
	float:right;
	margin: 0;
	list-style-type:none;
	padding: 5px 2px;
}
div#page_top li {
	display: inline;
	padding: 0 1em 0 0;
}
div#page_top li a {
	font-weight: bold;
	color: #C9EEFE;
}
div#page_top li a:hover {
	color: #fff;
	text-decoration: underline;
}
div#page_top li a.selected {
	text-decoration: underline;
}


#nav {
	list-style: none;
	margin: 0px;

	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}

/* content area */
#content {
 margin:14px 6px;
 background:#e8ffff;
	padding: 0px 10px 16px 10px;
	float: left;
	width: 574px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}

.postpublished{
 margin:10px 1px 0 0 ;
 padding: 6px 0 0 11px;
 
 /*border-right:solid 1px red;*/
 border-top:solid 1px #ccffcc;
 background:#f8ffff;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(img/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 491px;
}

.entry {
	clear: both;
	padding: 10px;
 
 border-bottom:solid 1px #99ff99;
 background:#eeffff;
}
.post-cat {
	background: url(img/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #33cc66;
}
.post-comments {
	background: url(img/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(img/mini-calendar.gif) no-repeat;
	padding-left: 6px;
	float: right;
	font-size: 90%;
	color: blue;
}
.post-tag {
	background: url(images/mini-tag.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(img/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
/*
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/mini-nav-right.gif) no-repeat right center;
}
*/
/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform, .bComment {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p, .bComment p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label, .bComment label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 160px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
.bComment input{
	background:#f1fedb;
	border: 1px solid #bdd77f;
}
#commentform textarea, .bComment textarea{
	width: 385px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus,
.bComment textarea:focus, .bComment input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit, .bComment .submit, .bComment .preview {
	background: url(img/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}



/*sidebar */
#sidebar {
	float: right;
 margin:0;
	padding: 10px 0px 20px 0px;
 font-size:.9em;
	width: 145px;
	overflow: hidden;
}

#sidebarleft{
 padding:0px;
 margin:-11px 1px 0 -1px;
 float:left;
 width:147px;
}

#sidebar h2, #sidebar .sidebartitle{
	margin: 16px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
 font-size:1.1em;
}

/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
 font-size:.9em;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*login_widget*/
li.widget_core_menu_link ul li{
 line-height:2.3em;
 font-size:1.45em;
}


/*category widget */
ul.list-cat li, li.widget_categories li,
li.widget_core_coll_category_list ul li{
}
/*archives widget */
ul.list-archives li, li.widget_archives li,
li.widget_plugin_evo_Arch ul li{
	background: url(img/mini-monthly-archive.gif) no-repeat  !important;
	padding-left: 10px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, 
li.widget_recent_entries li,
li.widget_core_coll_page_list ul li{

}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(img/mini-page-arrow.gif) no-repeat  !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(img/mini-recent-comments.gif) no-repeat  !important;
	padding-left: 10px !important;
}
/*calendar widget */

table.bCalendarTable caption {
 border-top: solid 1px green;
	font-size: 1.45em;
	font-weight: bold;
	margin: auto;
 margin-top:19px;
	padding: 10px 0 0 0;
	white-space: nowrap;
}


font-size:.9em;
li.widget_calendar td {
	padding: 1px 6px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform, .search {
	margin: 10px 0 0;
}
form.search p {
	display: inline;
}
#searchform .SearchField, 
.search .SearchField {
	width: 132px;
	height: 19px;
 padding: 2px 3px 0 3px;
	border: 1px solid #bed881;
	background: #fff;
	margin: 2px;
	color: #000000;
 font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input, .search input.submit {
	background: url(img/search-btn-bg.gif) no-repeat;
	border: none;
	width: 50%;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 25%;
 vertical-align: middle;
}

/* footer area */
#blog_footer {
	clear: both;
	font-size: 95%;
	line-height: 130%;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(img/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(img/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

powered_by{

}

