/*
Theme Name: Central Beds
Theme URL: http://www.centralbeds.ac.uk
Description: Central Beds is a custom theme created for Wordpress
Author: Provide Design
Author URI: http://providedesign.com
Version: 1.0		
*/

/* ---------- BASE ELEMENTS ---------- */

body {               
	background: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #000;
  	margin: 0px;
  	padding: 0px;
	font-weight: normal;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Geneva, Sans-serif;
	color: #333;
	line-height: 1.6em;
}

html>body {
	font-size: 10px;
}
	
#wrapper {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: transparent;
}

#horizon {
	background: url(images/horizon-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #818181;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	clear: both;
	padding: 0px;
}

#container {
	background: url(images/container-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #252525;
	position: relative;
	top: 0px;
	left: 12px;
	width: 960px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	display: block;  
}




/* ---------- TEXT STYLE ---------- */


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Trebuchet, 'Trebuchet MS', Geneva, Verdana, Sans-serif;
	color: #801241;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px .6em 0px;
	background-color: transparent;
}

h5.grey, h6.grey {
	font-family: Arial, Helvetica, Trebuchet, 'Trebuchet MS', Geneva, Verdana, Sans-serif;
	color: #333;
	font-weight: bold;
	line-height: 0;
	padding: 0px;
	margin: 0px 0px .4em 0px;
	background-color: transparent;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-weight: bold;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 { 
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
	line-height: 1.6em;
	margin: 0em 0em 1.6em 0em;   
}

br {
	line-height: 1em;
}

a, a.name {
	color: #801241;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}

a:link, a.name:link {
	color: #801241; 
	text-decoration: underline;
	font-weight: normal; 
}

a:hover, a.name:hover {
	color: #e64748;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px; 
}

a:active {
	outline: none;
}

a.more-rollover {
	display: block;
	width: 81px;
	height: 41px;
	text-decoration: none;
	background: url('images/btn-more-rollover.jpg') no-repeat 0px 0px transparent;
}

a.more-rollover:hover {
	background-position: 0px -50px;
} 

a.login-rollover {
	display: block;
	width: 81px;
	height: 41px;
	text-decoration: none;
	background: url('images/btn-login-rollover.jpg') no-repeat 0px 0px transparent;
}

a.login-rollover:hover {
	background-position: 0px -50px;
} 

a.back-rollover {
	display: block;
	width: 81px;
	height: 41px;
	text-decoration: none;
	background: url('images/btn-back-rollover.jpg') no-repeat 0px 0px transparent;
}

a.back-rollover:hover {
	background-position: 0px -50px;
}   

a.view-rollover {
	display: block;
	width: 81px;
	height: 39px;
	text-decoration: none;
	background: url('images/btn-view-rollover.jpg') no-repeat 0px 0px transparent;
}

a.view-rollover:hover {
	background-position: 0px -49px;
}



/* ---------- GENERAL ELEMENT STYLE ---------- */


table {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: 0px;
	text-align: left;
	border-collapse: collapse;
}

table.wp-table-reloaded {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: 0px;
	text-align: left;
	border-collapse: collapse;
}

div.three-column table.wp-table-reloaded {
	font-size: .9em;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: 0px;
	line-height: 1.3em;
}

table.wp-table-reloaded thead th {
	text-transform: uppercase;
}

table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}

th {
	border-bottom: 2px solid #999;
	background-color: transparent;
	color: #333;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	padding: 5px;
}

table.nostyle td {
	border: 0px;
	background-color: transparent;
	padding: 0px;
}


tr.alt td {
	background-color: #e4f5f6;
}

div {
	padding: 0px;
	margin: 0px;
}


img {
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
} 

html>body img  {
	display: inline;
}

a img, a:link img {
	border: none;
	text-decoration: none;
}

a img.wp-image-1067, a img.wp-image-1069, a img.wp-image-1071 {
	padding: 4px;
	margin: 0px;
	border: 1px solid #ccc;
	background: #eee;
}

hr {
	border-top: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 1px;
	width: 100%;
	color: #fff;
	background-color: #fff;
	margin: 1em 0px;
	clear: both;
}

.linebrk {
	margin: 11px 0px 0px 0px;
	display: block;
	border: 0px;
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
	clear: both;
}

blockquote {
	font-size: 1.3em;
	font-family: georgia, times, 'times new roman', serif;
	font-style: italic;
	color: #801241;
	background-color: transparent;
	overflow: hidden;
	line-height: 1em;
	margin: 0px;
	clear: both;
	margin: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

table.key {
	width: 596px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background: url('images/key-bar-bg.jpg') repeat-x 0px 0px #000;
	border: 0px;
	color: #fff;
	font-size: 1.2em;
	display: block;
	border-collapse: collapse;
	line-height: 1em;
	overflow: hidden;
}

table.key tr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;	
}

table.key td {
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	text-align: left;
	vertical-align:middle;
}

table.key td img {
	padding: 0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

#page-tools {
	margin: 0px 0px 0px 20px;
}

#page-tools a img {
	margin: 0px 4px 0px 0px;
}

.addthis_container {
	float: right;
	margin: 0px 0px 0px 4px;
}

/* ---------- FIELDS ---------- */

form, fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

checkbox {
	padding: 0px;
	margin: 0px;
}

option, select {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;

}

textarea {
	border: 1px solid #bbb;
	padding: 2px;
	color: #666;
}

label {
	padding: 4px 0px 0px 0px;
	border: 0px;
	margin: 0px;
	width: 130px;
	float: left;
	display: block;
	font-weight: bold;

}




/* ---------- LIST CONTROL ---------- */

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
	text-indent: 0px;
} 

.entry ul {
	list-style: circle;
	list-style-image: url(images/dc-bullet.jpg);
	margin-left: 0;
	padding: 0px 0px 2em 1.4em;
	text-indent: 0px;
}  


li {
	line-height: 1.8em;
	width: auto;
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
}




/* ---------- HEADER ---------- */

#header {  
	background: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 174px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#masthead {
	background: url(images/masthead-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	position: relative;
	top: 31px;
	left: 0px;
	width: 960px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 233px;
	height: 100px;
}

#global {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 8px 0px 0px 0px;
	width: 360px;
	color: #fff;
	font-size: 1em;
}

#transl_sign {
	display: none;
}

#translation_bar img {
	margin: 2px 0px 0px 10px;
}

#title {
	position: absolute;
	top: 0px;
	right: 26px;
	width: auto;
	text-align: right;
}

#title h1 {
	padding: 1em 0px 0px 0px;
	color: #ffffff;
}

#search-area {
	background: url(images/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	display: block;
	position: absolute;
	top: 59px;
	left: 740px;
	width: 230px;
	z-index: 100;
	height: 29px;
	overflow: hidden;

}   

#search-area #s {
	position: relative;
	top: 0px;
	background-color: transparent;
	border: 0px;
	color: #333333;
	font-size: 11px;
	padding: 8px;
	font-weight: normal;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	width: 150px;
}

#search-area #s {
	outline: none;
}

#search-area .search-submit {
	position: relative;
	top: 0px;
	background-color: #666666;
	color: #cccccc;
	font-size: 13px;
	border: 1px solid #999999;
	padding: 4px 4px 5px 4px;
	height: 29px;
	width: 30px;
	display: inline;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px 0px 0px 6px;
}

#search-area label {
	text-align: right;
}




/* ---------- NAVIGATION ---------- */

#navigation {
	display: block;
	position: absolute;
	left: 0px;
	top: 131px;
	color: #e8e8e8;
	float: right;
	padding-left: 12px;
	overflow: hidden;
	height: 41px;

}

#navigation ul {
	width: auto;
	padding: 0px;
	list-style: none;
	line-height: 0px;
	display: inline;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#navigation ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
	width: auto;
	height: 42px;	
}

#navigation ul li a {
	display: block;
	padding: 11px 13px 0px 13px;
	font-size: 1.5em;
	font-weight: bold;
	color: #e8e8e8;
	text-decoration: none;
	text-shadow: 0px -1px #333;
	height: 42px;
	text-align: center;
}

#navigation ul li a:hover, #navigation ul li a#current {
	background: url(images/nav-hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: transparent;
	display: block;
	padding: 11px 12px 0px 12px;
	color: #fdcd43;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434;
	text-align: center;
}

#navigation ul li a.home {
	width: 40px;
}

#navigation ul li a.about {
	width: 40px;
}

#navigation ul li a.courses {
	width: 60px;
}

#navigation ul li a.student-info {
	width: 150px;
}

#navigation ul li a.contact {
	width: 80px;
}

#navigation ul li a.news {
	width: 40px;
}

#navigation ul li a.events {
	width: 50px;
}

#navigation ul li a.services {
	width: 160px;
}

#navigation ul li a.governors {
	width: 70px;
}

/* ---------- TOP SIMPLE NAVIGATION ---------- */

#top-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	width: auto;
	line-height: 3em;
	font-size: 1em;
	color: #fff;
}

#top-navigation a, #top-navigation a:link, #top-navigation a:hover {
	color: #fff;
}





/* ---------- PAGE NAVIGATION ---------- */

.page-navigation {
	clear:both;
	display: block;
	padding: 12px;
	background-color: transparent;
	overflow: hidden;
	line-height: 1.6em;
	margin: 0px;
	clear: both;
	margin: 0px 0px 12px 0px;
}





/* ---------- MAIN CONTENT ELEMENTS ---------- */

div#content {
	background-color: transparent;
	position: relative;
	top: 12px;
	left: 0px;
	width: 948px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	clear: both;
	overflow: hidden; 
	display: block;
}

#splash {
	width: 620px;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 0px 0px;
	float: left;
}

#campaign-entry {
	height: 350px;
	width: 620px;
	overflow: hidden;
	display: block;
	padding: 0px;
	margin: 0px;
}

#campaign-entry-preloader {
	background: transparent url(images/preloader.gif) no-repeat center 165px;
	height: 350px;
	width: 620px;
	display: block;
	overflow: hidden;
	z-index: 50; 
}

#splash-title-bar H3 a {
	color: #fff;
}

.one-column {
	margin: 0px 0px 0px 12px;
    float: left;
    width: 304px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	background-color: transparent;
	overflow: hidden;
	display: inline;
	padding: 0px;
}

.one-column-hp {
	margin: 0px 0px 0px 0px;
    float: left;
    width: 304px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	background-color: transparent;
	overflow: hidden;
	display: inline;
	padding: 0px;
}

.two-column {
	margin: 0px 0px 0px 12px;
    float: left;
    width: 620px;
	height: auto;
	background-color: transparent;
	overflow: hidden;
	display: inline;
	padding: 0px;
}

.three-column { 
	margin: 0px 0px 0px 12px;
	float: left;
	width: 936px;
	height: auto;
	background-color: transparent;
	overflow: hidden;
	display: block;
	padding: 0px;
}

.row {
	display: block;
	background-color: transparent;
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 0px;
}	

.imgright {
	position: relative;
	float: right;
	margin: 0px 0px 10px 20px;
}

.imgleft {
	position: relative;
	float: left;
	margin: 0px 20px 10px 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
} 




/* ---------- POST ---------- */

.post {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	display: block;
	background-color: #ffffff;
	clear: both;
	font-size: 1.2em;
	overflow: hidden;
}

#splash .post {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	display: block;
	font-size: 1em;
	background-color: transparent;
}

div.module div.post { 
 	font-size: 1em;	
}

div.module-footer, div.post-footer {
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 100%;
	background: transparent url(images/post-footer-left.jpg) no-repeat 0px 0px;
}

div.module-footer-right, div.post-footer-right {
	height: 6px;
	background-color: transparent;
	float: right;
	text-align: right;
}

.entry {
	background: transparent url(images/entry-bg.jpg) repeat-x 0px 0px;
	display: block;
	padding: 12px;
	background-color: transparent;
	overflow: hidden;
	line-height: 1.6em;
	margin: 0px;
	clear: both;
	margin: 0px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	line-height: 1.8em;
}

.module-entry {
	background: transparent;
	display: block;
	padding: 12px;
	background-color: transparent;
	overflow: hidden;
	line-height: 1.6em;
	margin: 0px;
	clear: both;
	margin: 0px;
}

.module-entry img { 
	margin: 0px 0px 12px 0px;
}

.title {
	width: 500px;
	overflow: hidden;
	display: block;
	margin-left: 20px;
	font-size: 3.4em;
	font-family: Arial, Helvetica, Trebuchet, 'Trebuchet MS', Geneva, Verdana, Sans-serif;
	color: #ff9900;
	font-weight: bold;
	line-height: 1.2em;
	padding: 20px 0px 20px 20px;
}

.entry p img.alignnone {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
} 

.entry img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.entry img.alignright {
	float: right;
	margin-left: 0px;
	margin-bottom: 20px;
}

.post-date {
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border: 0px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.post-info {
	height: auto;
	font-size: 10px;
	display: inline;
}
.postmetadata {
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: #666;
}

.module {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	display: block;
	background-color: #ffffff;
	clear: both;
	font-size: 1.2em;
	overflow: hidden;
}

.module-trans {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	display: block;
	background-color: transparent;
	clear: both;
	font-size: 1.2em;
	overflow: hidden;
}

.fixed {
	height: 261px;
	overflow: hidden;
}

.events-fixed {
	height: 316px;
}

.events-fixed h5 {
	line-height: 1.2em;
}

.s-area-fixed {
	height: 88px;
}

.module-img {
		margin: 0px 0px 20px 0px;
}

.module img a, .module-img img a {
	border: 0px;
}

.module ul {
	list-style:none; 
	list-style-image: none;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

.module li {
	list-style:none; 
	display:block;
	margin: 0px;
	padding: 0px;
}

.module li a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: .6em 0px .6em 0px;
	line-height: 1.4em;
	display: block;
	width: auto;
	color: #801241;
	font-weight: bold;
}

.module li li a {
	font-weight: normal;
	text-decoration: none;
	padding: .8em 0px .8em 12px;
	line-height: 1.2em;
	display: block;
	width: auto;
	color: #801241;
}

.module li li a:hover {
	background-color: #efefef;
	color: #e64748;
}

.module li a:hover {
	color: #e64748;
}

.module-form select{
	width: 278px;
}

div.title-bar {
	background: #010101 url(images/title-bar-bg.jpg) repeat-x 0px 0px;
	width: 100%;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #fff;	
}

div.title-bar2 {
	background: transparent url(images/title-bar-solid.jpg) repeat-x 0px 0px;
	width: 100%;
	overflow: hidden;
	height: auto;
	border-bottom: 0px;	
}

div.title-bar h3 {
	background: transparent url(images/title-bar-left-bg.jpg) no-repeat 0px 0px;
	padding: .3em 0px 0px 12px;
	margin: 0px;
	float: left;
	width: auto;
	color: #fff;
	width: auto;
}

div.title-bar h4 {
	background: transparent url(images/title-bar-left-bg.jpg) no-repeat 0px 0px;
	padding: .7em 0px 0px 12px;
	margin: 0px 0px .6em 0px;
	float: left;
	width: auto;
	color: #fff;
	overflow: hidden;
}

div.title-bar2 h4 {
	background: transparent url(images/title-bar2-left-bg.jpg) no-repeat 0px 0px;
	padding: .7em 0px 0px 12px;
	margin: 0px 0px .6em 0px;
	float: left;
	width: auto;
	color: #fff;
	overflow: hidden;
}

div.post div.title-bar h4 {
	background: transparent url(images/title-bar-left-bg.jpg) no-repeat 0px 0px;
	padding: .7em 0px 0px 12px;
	margin: 0px 0px .6em 0px;
	float: left;
	width: auto;
	color: #fff;
	width: 75%;
	line-height: 1.3em;
}

div.title-bar-right {
	position: relative;
	right: 0px;
	top: 0px;
	background: transparent url(images/title-bar-right-bg.jpg) no-repeat right 0px;
	float: right;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	height: 42px;
}

div.title-bar2-right {
	position: relative;
	right: 0px;
	top: 0px;
	background: transparent url(images/title-bar2-right-bg.jpg) no-repeat right 0px;
	float: right;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	height: 42px;
}

div.title-bar-right img, div.title-bar-solid-right img  {
	float: right;
	padding: 0px;
	margin: 0px;
}

div#footer-title-bar {
	background: transparent url(images/footer-title-bar-bg.jpg) repeat-x 0px 0px;
	width: auto;
	height: 42px;
	
}

div#footer-title-bar h3 {
	background: transparent url(images/footer-title-bar-left.jpg) no-repeat 0px 0px;
	padding: .8em 0px 0px 12px;
	margin: 0px;
	float: left;
	width: auto;
	color: #fff;
}

div#footer-title-bar-right {
	background: transparent url(images/footer-title-bar-right.jpg) no-repeat right 0px;
	float: right;
	padding: 0px 12px 0px 0px;
	margin: 0px;
}

div#splash-title-bar {
	background: transparent url(images/splash-title-bar-bg.jpg) repeat-x 0px 0px;
	width: auto;
	height: 39px;
	
}

div#splash-title-bar h3 {
	background: transparent url(images/splash-title-bar-left.jpg) no-repeat 0px 0px;
	padding: 10px 0px 0px 12px;
	margin: 0px;
	float: left;
	width: auto;
	color: #fff;
	height: 29px;

}

div#splash-title-bar-right {
	background: transparent url(images/splash-title-bar-right.jpg) no-repeat right 0px;
	float: right;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}

div.key {
	margin: 0px 0px 12px 12px;
	display: block;
}

div.key img {
	vertical-align: middle;
}





/* ---------- COMMENTS ---------- */

.commentlist {
	padding: 0px;
}

.commentlist li.comment-user {
	margin: 0px 0px 20px 0px;
	padding: 16px 16px 10px 16px;
	list-style: none;
	background-color: #ddd;
}

.commentlist li.comment-admin {
	margin: 0px 0px 20px 0px;
	padding: 16px 16px 10px 16px;
	list-style: none;
	background-color: #333;
	color: #fff;
}

.commentlist p {
	margin: 0 0 1em 0;
}


#commentform p {
	margin: 5px 0;
}

#registerform p {
	margin: 5px 0;
}

.nocomments {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #666;
}

#commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;	
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#commentform {
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}


#commentform input {
	width: 178px;
	padding: 5px;
	margin: 5px 0px 1em 0px;
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #666;
}

#commentform input#submit {
	background-color: transparent;
	color: #fff;
	width: auto;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border: 0px;
	float: right;
}

#commentform textarea, #message {
	width: 584px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #666;
}

.comment-input {
	float: left;
	margin: 0px 12px 20px 0px;
}

.comment-input-end {
	float: left;
	margin: 0px 0px 20px 0px;
}

#respond, #comments {
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
	display: block;
	overflow: hidden;
	clear: both;
}

.commentmetadata {
	font-weight: bold;
}

#commentform textarea, #commentform input {
	outline: none;
}





/* ---------- FORMS ---------- */

.lw-dc-form {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

.lw-dc-form input.lw-dc-input {
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #666;
	width: 230px;
	padding: 5px;
	margin: 5px 0px .8em 0px;
	font-size: 1.3em;
}

.lw-dc-form label {
	margin: 4px 0px 0px 0px;
	width: 130px;
}

.lw-dc-form p {
	margin: 0;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 0px;
}

div.wpcf7-mail-sent-ok {

}

div.wpcf7-mail-sent-ng {

}

div.wpcf7-spam-blocked {

}

div.wpcf7-validation-errors {

}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	position: relative;
	overflow: hidden;
	clear:both;
	margin: 6px 0px 0px 194px;
	color: #f00;
	font-size: 12px;
	display: block;
}

span.wpcf7-list-item {
	margin: 0px;
}




/* ---------- FOOTER ---------- */

#footer {
	background: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	position: relative;
	left: 12px;
	top: 12px;
	height: auto;
	width: 936px;
	clear: both;
	background-color: #727272;
	color: #ccc;
	overflow: hidden;
	margin: 0px 0px 24px 0px;
	display: block;
}  

.footer-nav-column {
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	width: 205px;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #ddd;
	padding: 0px 0px 12px 0px;
} 

.footer-nav-column a {
	font-weight: bold;
	color: #fff;
}

.footer-nav-column ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
}    

.footer-nav-column li {
	padding: .2em 0px;
	border-bottom: 0px;
	font-size: 13px;
}

.footer-nav-column ul li a, .footer-nav-column ul li a:link {
	color: #ddd;
	text-decoration: none;  
	font-weight: bold; 
}
 
.footer-nav-column ul li a:hover {
	color: #ffffff; 
	text-decoration: none;   
	border: 0px;
	font-weight: bold;   
}

.footer-nav-column h5 {
	color: #fff;
	margin-top: 15px;
}

.separator {
	margin: 0px 6px;
	color: #ffffff;
}





/* ---------- FIELDS ---------- */

#title-form {
	width: auto;
}

#name-signup, #email-signup {
	border: solid 1px #cccccc;
	width: 180px;
	padding: 5px;
	font-size: 16px;
	color: #666666;
	margin: 0px;
}

#title-form {
	width: auto;
}

#name-signup, #email-signup {
	border: solid 1px #cccccc;
	width: 190px;
	padding: 5px;
	font-size: 16px;
	color: #666666;
	margin: 0px;
}

#author, #email, #url, #contact-name, .field-small {
	border: solid 1px #cccccc;
	width: 190px;
	padding: 5px;
	background-color: #efefef;
	font-size: 16px;
	color: #666666;
	margin: 0px;	
}

.field {
	border: solid 1px #cccccc;
	width: 450px;
	padding: 5px;
	background-color: #efefef;
	font-size: 16px;
	color: #666666;
	margin: 0px;	
}

#comment, #contact-message {
	border: solid 1px #cccccc;
	font-size: 16px;
	color: #666666;
	margin: 0px;
	width: 584px;
	padding: 5px;
	background-color: #efefef;
}

.asterisk {
	color: #801241;
}
