/*
Theme Name: Wycliffe
Theme URI: http://www.wycliffe.org.au/
Description: Custom built WordPress theme for Wycliffe Australia by <a href="http://www.adstract.com.au">Adstract Art</a>.
Version: 1.0
Author: Adstract Art
*/

body {
	font: 100%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	color: #333333;
	background-position: center top;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

.home {
	background-image:url(images/background_home.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

.page {
	background-image:url(images/background_text.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

#content_wrapper {
	background-image:url(images/background_text_with_fade.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	min-height:300px;
}

#wrapper {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#nav {
	width:100%;
	background-image:url(images/background_nav.jpg);
	height:35px;
}

#nav_inner {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.page #nav_inner {
	width:1024px;
}

#subnav {
	background-color:#cfe1ea;
	height:30px;
	width:926px;
	padding-left:24px;
	padding-top:2px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:167px;
	background-image:url(images/background_header_pages.jpg);
}

#header_inner {
        background-image:url('images/text_top.jpg');
        width:950px; 
        height:167px;
        margin:0px auto;
}

.home #header_inner {
  background-image:url('images/home_top.jpg');
  height:354px;
}

.home #header {
  height:354px;
  background:none;
}

.home #header .cart {
  display:none;
}

#header .cart {
  background:url('images/cart.png') no-repeat top right;
  float:right;
  clear:both;
  font-size:0.7em;  
  width:81px;
  padding-right:25px;
  line-height:1.4em;
  margin:12px 0 0 0;
}

#header .cart a {
  display:block;
  width:100%;
  height:100%;
}

#header .cart a:hover {
  text-decoration:none;
}

#header .cart .cart_link {
  color:#1f4e67;
  clear:both;
  text-decoration:underline;  
}

#header .cart .cart_items {
  font-weight:bold;
  color:#1f4e67;
}

#header_inner .links {
  float:right;
  margin:6px 0 0 0;
}

#header_inner .links li {
  float:left;
  list-style-type:none;
  list-style-image:none;
  border-left:1px solid #1f4e67;
  padding-left:4px;
  line-height:1em;  
}

#header_inner .links li a {
  color:#1f4e67;  
}

#header_inner .links li:first-child {
  border:none;
  padding-right:4px;
}

#headerIE {
	
}

#left {
	width:642px;
	margin-bottom:30px;
}

#right {
	float:right;
	width:240px;
}

#left, #right {
		padding-top:20px;
}

#footer {
	padding-bottom:10px;
	margin-bottom:10px;
	width:890px;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding:10px;
}

#footer_left, #footer_right {
	font: 0.65em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer_left {
	margin-left: 25px;
	float:left;
}

#footer_right {
	float: right;
	margin-right: 25px;
	font-weight: bold;
	text-align:right;
}

#commentspopup {margin:10px; text-align:left; }

ol#commentlist 
{font:Verdana, Arial, Sans-Serif;
	font-size:1em;
	}
	
ol #commentlist p {font:Verdana, Arial, Sans-Serif;
	font-size:1 em;
	}


.footer_text {
	font-weight: normal;
}

a, a:link {
	color:#FF7F00;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color:#FF7F00;
}

a:hover {
	color:#FF7F00;
	text-decoration:underline;
}


#footer a, #footer a:link {
	color:#FF7F00;
	text-decoration:none;
}

#footer a:visited {
	color:#FF7F00;
}

#subnav a:hover {
	color:#005065;
	text-decoration:underline;
}

#subnav a, #subnav a:link {
	color:#005065;
	text-decoration:none;
}

#subnav a:visited {
	color:#005065;
}

#subnav a:hover {
	color:#005065;
	text-decoration:underline;
}

input.bodytext {
	padding-bottom:0px;
}

p, .bodytext {
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
}

h1 {
	font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005065;
	margin-top:5px;
}

h2 {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF7F00;
	margin-top:5px;
}

h3 {
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#555555;
	margin-top:5px;
}

h4 {  
        font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#FF7F00;
}

.section h2 {
        font-size:0.9em;
        color:#F47927;
}


/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:10px;
	margin-bottom:5px;
}

.alignleft .homePic {
	margin-left:5px;
}

.alignright {
	float: right;
	margin-left:10px;
	margin-bottom:5px;
}

.alignright .homePic {
	margin-right:5px;
}

#left .alignleft, #left .alignright, #left .aligncenter, #left .alignnone {

}

.border, .gallery img {
	padding: 5px 5px 12px 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
	/*-moz-box-shadow: 0px 1px 3px #666;*/
	margin-bottom:10px;
	position: relative;
}

/* End captions & aligment */

#search {
	width: 240px;
	height: 24px;
}

.searchBtn {
	float:right;
}

#s {
	background-image:url(images/search_bg.jpg);
	width:175px;
	/*height:24px;*/
	background-repeat:no-repeat;
	background-position:left top;
	border: 0 none;
	padding:5px 0 5px 25px;
}

#sidebar {
	/*background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-y;*/
	width: 100%;	
	/*border-left:1px dotted #666;*/	
}

.sidebar_inner {
	padding:10px 10px 0 12px;
        background-image:url(images/border-left.gif);
	background-repeat:repeat-y;
	background-position: left top;
        margin:10px 0;
}

.sidebar_title {
	margin-bottom:10px;
}

#sidebar p {
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

.sidebar_footer, .main_footer {
	margin:0px;
	display:block;
}

.sidebar_footer {
	padding-bottom:10px;
}

.clear {
	clear:both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.nudge10 {
	margin-top:10px;
}

strong.search-excerpt {
	background: #CFE1EA;
}

/*hr {
	width:100%;
	height:1px;
	color: #555555;
	background-color: #555555;
}*/

div.hr {
  height:1px;
	background-color: #ccc;
	clear:left;
	margin:5px 0;
}

div.hr hr {
  display: none;
}

li p {
	margin:0;
}

li {
	margin:0.5em 0;
}

ul, ol, .sidebar ul {
	margin:0 1em 0.5em 0em;
	padding-left:1em;
	list-style: disc url(images/bullet.gif) inside;
	/*padding-left:2em;*/
	font-size:0.7em;
	color:#555555;
}

ul ul li {
	font-size:1.35em;
}

#subnav ul {
	padding-left:0;
}

#subnav ul li {
	display:inline;
	padding-right:10px;
	list-style:none;
}

ul.horizontal {
        margin:0;
        padding:0;
}

ul.horizontal li {
        float:left;
        width:auto;
        list-style-type:none;
        list-style-image:none;
        margin:0 10px 0 0;
}

ul.checkboxes, 
ul.radios {
        padding:0;
        float:left;
}

ul.checkboxes li, 
ul.radios li {
        list-style-type:none;
        list-style-image:none;  
}

ol {
        list-style:decimal;
}

#subnav ul ul {
	display:none;
}

#breadcrumb {
	margin-left: 0px;
	padding-bottom:7px;
	font: 0.65em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

.img_no_border {
	border: none;
}

.post_description {
	margin-left: 125px;
}

.post_description_news {
	margin-left: 147px;
}

blockquote div {
	background:transparent url(images/quoright.gif) no-repeat scroll right bottom;
	padding:0 50px;
}

blockquote {
	background:transparent url(images/quoleft.gif) no-repeat scroll left top;
	font-size:0.8em;
	font-weight:bold;
	line-height:125%;
	padding:10px 0;
	color:#88040A;
	text-align:left;
}

.subscribe {
	padding-left:35px;
	padding-top:3px;
}

.wordtube {
	margin-bottom:10px;
	text-align:center;
}

div.box {
	background-color:#FFEFD0;
	border:1px solid #FFCC66;
	margin:0;
	padding:0 20px;
}

div.history_timeline{
	background:url(images/strip.gif) repeat-y;
	padding-left:7px;
}
div.history_timeline p.date{
	font-weight:bold;
	margin-bottom:0px;
}
div.history_timeline .date-info{
	margin-left:20px;
	margin-top:5px;
}
div.history_timeline ul{
	list-style-type:square;
	padding-left:30px;
}

div.history-box{
	margin:35px 30px 60px 30px;
	padding:10px 30px 10px 210px;
	background:#fcd8b4 url(images/history-box-bg.gif) repeat-x;
}

div img.history-box-left{
	position:absolute;
	margin-left:10px;
	margin-top:-20px;
}

div.alignright p.image-caption{
	text-align:center;
	font-size:x-small;
	margin:-20px 0 0 0;
	padding:0;
}

li.current_page_item {
	text-decoration: underline;
}

.border, .gallery img {
	padding: 5px 5px 12px 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
	-moz-box-shadow: 0px 1px 3px #666;
	margin-bottom:10px;
	position: relative;
}

  


.commentlist li, #commentform input, #commentform textarea {
	font:  1em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.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;
	}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 5px;
	display: block;
	}
/* End Comments */



/* Forms */
form {
  margin:1em 0;
  font-family:Verdana, Arial, sans-serif;
}

form fieldset {
  border:none;
  padding:0;
  margin:0;
}

form .section {
  border-bottom:2px solid #fabd94;
  margin-bottom:1em;
  padding-bottom:0.5em;
  overflow:visible;
  float:left;
  width:100%;
}

.field {
  float:left;
  width:100%;
  margin:0 0 0.5em 0;
  position:relative;
  font-family:Verdana, Arial, Sans-Serif;
}

.field label, 
.field .field-assist {
  font-size:0.75em;
  color:#555358;
}

.field label {
  float:left;
  width:148px;  
}

.required label span {
  color:#F47927;
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:1.1em;
}

.field input {
  width:278px;
  padding:4px;
  font-size:0.7em;
  border:none;
  background-color:#e6e7e8;
  color:#555358;
}

.field .field-assist {
  position:absolute;
  left:440px;
  top:0;
  font-style:italic;
  line-height:1em;
}

.field ul.horizontal  {
  font-size:1em;
}

.field ul.horizontal label, 
.field ul.horizontal span {
  font-size:0.75em;
}

.field ul.horizontal label, 
.checkbox label {
  width:auto;
  margin-right:4px;
  float:left;
  padding:0;
}

input.radio {
  background-color:transparent;
}

.field ul.horizontal input.radio {
  width:auto;
  float:left;
  position:relative;
  top:6px;  
}

.field ul.radios {
  width:400px;
}

.field ul.radios input {
  float:left;
}

.field ul.radios label {
  font-size:1em;
  line-height:1em;
  width:auto;
}

.field ul.radios li {
  clear:both;
  padding:0.4em 0;
}

.field input.radio, 
.field input.checkbox {
  width:auto;
  margin:0 6px 0 0;
}

form .required {
  color:#F47927;
}

.checkboxes .field ul {
  font-size:1em;
  margin-left:27px;
  padding:0 0 1px 0;
  position:relative;
  width:600px;
}

.checkboxes .field ul span {
  font-size:0.75em;
}

.checkboxes .field ul label {
  width:400px;
}

.checkboxes .field ul li {
  width:600px;
  position:relative;
  overflow:hidden;
}

.checkboxes .field ul li .right {
  float:right;
  padding-right:24px;
}

.checkboxes .field ul li span input {
  font-size:1em;
  position:relative;
  top:2px;
}

.checkboxes .field ul li.with-description {
  margin:0;
}

.checkboxes .field ul li.with-description label {
  width:auto;
  margin-right:4px;
}

.checkboxes .field ul span.add-field {
  background:url('images/add_field.png') no-repeat;
  display:block;
  width:21px;
  height:21px;
  position:absolute;
  bottom:1px;
  right:0;
  cursor:pointer;
}

input.small {
  width:80px;
}

form button {
  background:url('images/button_right.png') no-repeat top right;
  border:none;
  color:#fff;
  height:20px;
  padding:0 15px 0 0;
  cursor:pointer;
  font:0.75em Verdana, Arial, sans-serif;
}

form button span {
  display:block;
  height:16px;
  padding:2px 4px;
  width:100%;
  white-space:nowrap; /* required for ie7 */
  
  /* fallback */ 
  background-color: #1f506a; 
  background-image: url(images/button_bg.png); 
  background-position: right;
  background-repeat: repeat-y; 
  
  /* Safari 4-5, Chrome 1-9 */ 
  background: -webkit-gradient(linear, left top, right top, from(#799bac), to(#1f506a)); 
  
  /* Safari 5.1, Chrome 10+ */ 
  background: -webkit-linear-gradient(left, #1f506a, #799bac); 
  
  /* Firefox 3.6+ */ 
  background: -moz-linear-gradient(left, #1f506a, #799bac); 
  
  /* IE 10 */ 
  background: -ms-linear-gradient(left, #1f506a, #799bac); 
  
  /* Opera 11.10+ */ 
  background: -o-linear-gradient(left, #1f506a, #799bac);  
}

.textarea label {
  width:100%;
}

.field textarea, 
.field textarea.large {
  width:98%;
  background-color:#e6e7e8;
  color:#555358;
  border:none;
  height:120px;
  padding:4px;
}

.field textarea.small {
  width:200px;
  height:40px;
}

.field textarea.medium {
  width:278px;
  height:40px;
}


/* jqTransform */
.jqTransformInputWrapper, 
.jqTransformSelectWrapper {
  display:inline;
}

.jqTransformHidden {
  display:none;
}

.jqTransformSelectWrapper a {
  color:#555358;  
}

.jqTransformSelectWrapper a:hover {
  text-decoration:none;
}

.jqTransformSelectWrapper div {
  display:inline-block;
  background:#fff url('images/select_bg.png') no-repeat top right;    
  height:20px;
  font-size:0.7em;
  border:2px solid #d3d4d5;
  color:#000;
}

.jqTransformSelectWrapper div span {
  display:block;  
  line-height:16px;
  cursor:pointer;
  padding:2px 4px;
}

.jqTransformSelectOpen {  
  outline:none;
}

.jqTransformSelectWrapper ul {
  position:absolute;
  left:148px;
  z-index:100;
  background-color:#fff;
  border:2px solid #d3d4d5;
  list-style-image:none;
  list-style-type:none;
  padding:0;  
}

.jqTransformSelectWrapper ul li {
  margin:0;
}

.jqTransformSelectWrapper ul li a {
  display:block;
  width:100%;
  border-bottom:1px solid #d3d4d5;
  margin:0;
  cursor:pointer;  
  padding:2px 4px;
}

.jqTransformSelectWrapper ul li:hover {
  background-color:#eee;
}

/* checkboxes */
.jqTransformCheckboxWrapper {  
  margin-right:4px;
  float:left;
}

a.jqTransformCheckbox {
  background:url('images/checkbox_bg.png') no-repeat;
  display:block;
  height:18px;    
  width:22px;
}

a.jqTransformChecked {
  background:url('images/checkbox_selected_bg.png') no-repeat;
}


/* Events
-------------------------------------*/
.event h1 {
  color:#FF7F00;
}

.event-details {
  background:url("images/bullet.gif") no-repeat 0 4px;
  margin:1em 0;
  padding-left:20px;
  line-height:1.5em;
  font-size:0.7em;
  color:#555;
}

.event-details p {
  font-size:1em;
}

.event-details form p {
  font-size:0.7em;
}

.event-details .register {
  font-weight:bold;
}

.event-details form {
  margin:1em 0;
  font-size:1.4286em;
}

.event-details form textarea {
  max-width:278px;
}


/* Language resources
-------------------------------------*/
#resources {
  background:url("images/map.png") no-repeat top;
  margin:1em 0;
  min-height:348px;  
  font-size:0.7em;
}

#resources #steps {
  padding-top:78px;
}

#resources .step {  
  background:url('images/resource_steps_bg.png') repeat;
  padding:10px;
  width:220px;
  height:51px;
  margin-bottom:10px;
  float:left;  
  position:relative;
}

#resources .step p {
  font-size:1em;
  color:#fff;
}

#resources #step-3 {
  width:369px;
  float:right;
  min-height:132px;
}

#resources #step-3 a {
  text-decoration:underline;
}

#resources .step h4 {
  font-size:1em;  
  text-transform:uppercase;
  margin:0;
}

#resources, 
#resources a, 
#resources h4 {
  color:#fff;
}

#resources .jqTransformSelectWrapper div, 
#resources .jqTransformSelectWrapper ul li a {
  font-size:1em;
  color:#000;
}

#resources .jqTransformSelectWrapper ul {
  position:relative;
  left:0;
  font-size:1em;
  z-index:100;
  opacity:1;
  filter:alpha(opacity=100);
}


/* Shop
-------------------------------------*/
h1.product_category_title {
  color:#f47927;  
}

h1.product_category_title span {  
  margin-left:15px;
}

h1.product_category_title a {
  color:#80a0b2;
  text-decoration:none;
}

h1.product_category_title span.active a {
  color:#1f4e67;
  text-decoration:underline;
}

.default_product_display {
  float:left;
  width:624px;
  background-color:#e0e8ec;
  padding:7px 8px;
}

#default_products_page_container {
  margin:1em 0;
}

#default_products_page_container .imagecol img, 
#list_view_products_page_container img, 
#grid_view_products_page_container img {
  border:none !important;
}

.wpcart_gallery .attachment-gold-thumbnails, 
.imagecol .product_image {
  cursor:auto !important;
}

.product_image {
  width:110px !important;
}

.default_product_display .imagecol {
  margin-right:10px;
}
 
body .default_product_display h2.prodtitle, 
body .default_product_display .product_author, 
body .default_product_display form.product_form_no_ajax fieldset legend, 
body #content .default_product_display form.product_form_no_ajax fieldset legend, 
body .default_product_display .wpsc_description, 
body #content .default_product_display .wpsc_description, 
body .default_product_display div.wpsc_loading_animation {
  font-size:0.7em;
  font-family:Verdana, Arial, sans-serif;
  color:#555359;
}

body .default_product_display .wpsc_description p, 
body #content .default_product_display .wpsc_description p {
  font-size:1em;
}

body .default_product_display h2.prodtitle, 
body #content .default_product_display h2.prodtitle {
  color:#1f4e67;  
  text-transform:uppercase;
  margin:0;
}

body .default_product_display .product_author {
  color:#1f4e67;
  display:block;
}

body .default_product_display .wpsc_description {
  margin:4px 0;
}

body .product_form_no_ajax {
  float:right;
  width:336px;
}

body .product_form_no_ajax div, 
body .product_form_no_ajax fieldset, 
body .default_product_display form.product_form_no_ajax fieldset legend, 
body #content .default_product_display form.product_form_no_ajax fieldset legend{
  float:left;
}

body .product_form_no_ajax div.entry-utility {
  position:absolute;
  top:4px;
  right:4px;
  font-size:0.7em;
}

body .default_product_display .wpsc_product_price p, 
body #content .default_product_display .wpsc_product_price p {
  font-weight:bold;
}

body input.wpsc_buy_button {
  background:url('images/add_to_cart.png') no-repeat;
  border:none;
  width:86px;
  height:21px;
}

body .default_product_display .wpsc_buy_button_container {
  float:right;
  position:relative;
}

body .default_product_display div.wpsc_loading_animation {
  position:absolute;
  right:0;
  top:16px;
  text-align:right;
  width:140px;
}

body .default_product_display .wpsc_product_price,
body .default_product_display .wpsc_quantity_update {
  margin-bottom:0;
  padding:0;
  line-height:1.2em;
}

body .default_product_display .wpsc_product_price p {
  padding:0;
  line-height:1.8em;
}

body .product_form_no_ajax  fieldset {
  margin:0 20px 0 20px;
}

body .default_product_display .wpsc_quantity_update input, 
body #content .default_product_display .wpsc_quantity_update input {
  border:1px solid #dddedf;
  color:#555359;
  padding:2px 4px;
}

/* Shopping Cart */

body #checkout_page_container {
  clear:none;
}

#cart_progress {
  background:url('images/cart_progress_1.png') no-repeat 20px 100%;
  float:left;
  width:100%;  
  padding:0 0 10px;
  margin:0 0 30px;
}

#cart_progress ul {
  font-size:0.9375em;
  color:#80A0B2;
}

#cart_progress li {
  margin-right:38px;
}

body #checkout_page_container h2 {
  color:#F47927;
  font-size:0.9375em;
}

body #checkout_page_container table.checkout_cart,
body #wpsc_shopping_cart_container .productcart, 
body #checkout_page_container .table-4 {
  background-color:#e0e8ec;
  padding:13px;
  width:614px;
}

body #checkout_page_container table.checkout_cart tfoot td {
  border-top:1px solid #b1c5cf;
  text-transform:uppercase;
}

body #checkout_page_container table.checkout_cart tr.header th, 
body #checkout_page_container .wpsc_shipping_header td {
  background-color:#81a1b2;
  border:none;
  color:#fff;
  font-size:0.9375em;
  padding:0 8px;
}

body #checkout_page_container table.checkout_cart tr td, 
body #content #checkout_page_container table.checkout_cart tr td {
  font-size:0.7em;
  padding:0 8px;
  text-align:center;
}

body #checkout_page_container table.checkout_cart .wpsc_product_name {
  text-align:left;
}

body #checkout_page_container input {
  border:1px solid #dddedf;
  font-size:1em;
  padding:2px 4px;
  text-align:center;
}

input.remove_item {
  background:url('images/cart_item_remove.png') no-repeat;
  border:none;
  width:16px;
  height:15px;
  cursor:pointer;
}

#wpsc_shopping_cart_container {
  font-size:0.7em;
}

#wpsc_shopping_cart_container  h2 {
  font-size:1.1em;
}

button.checkout, 
button.review, 
input.wpsc_buy_button {
  height:21px;
  border:none;
  position:relative;
  bottom:4px;
  cursor:pointer;
}

button.checkout {
  background:url('images/checkout_button.png') no-repeat;
  width:74px;
}

button.review {
  background:url('images/review_order_button.png') no-repeat;
  width:97px;
}

input.make_purchase {
  background:url('images/buy_now_button.png') no-repeat !important;
  width:71px;
}

.checkout_actions {
  margin:3em 0;
  font-size:0.7em;
}

.checkout_actions a {
  color:#1f4e67;
  font-weight:bold;
  text-decoration:underline;
}

.wpsc_checkout_table {
  font:0.7em Verdana, Arial, sans-serif;
}

body #checkout_page_container .wpsc_checkout_table input {
  text-align:left;
  padding:4px;
}

.wpsc_checkout_table h4 {
  font-size:1em;
  color:#1F4E67;
}

body #checkout_page_container .wpsc_checkout_table textarea {
  height:40px;
  width:257px;
  font:1em Verdana, Arial, sans-serif;
}

body #checkout_page_container .total_price .wpsc_totals {
  padding-left:0 !important;
  font-weight:bold;
}

body #checkout_page_container .total_price td {
  border-top:1px solid #B1C5CF;
}

body #checkout_page_container .wpsc_make_purchase {
  float:left;
  top:20px;
}

body #checkout_page_container .wpsc_make_purchase input {
  border:none;
}

/* Transaction Results */

#transaction-results {
  font-size:0.7em;
}

#transaction-results p {
  font-size:1em;
}




/* Miscellaneous
-------------------------------------*/
.hidden {
  position:absolute !important;
  clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip:rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height:1px !important;
  width:1px !important;
  overflow:hidden;
} 
/* credit: http://designfestival.com/when-and-how-to-visually-hide-content/ */

.note {
  float:left;
  width:97%;
  background-color:#e0e8ec;
  overflow:hidden;
  padding:10px;
  margin:1em 0;
}

.note strong, 
.note a {
  color:#1f506a;  
}

.note a {
  font-weight:bold;
  text-decoration:underline;
}

.note ol {
  margin-left:10px;
}

.note ol li {
  margin:0;
}


/* Safari and Google Chrome only - fix margins */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  form button {
    padding-right:18px;
  }
  
  .checkboxes .field ul span.add-field {
    bottom:2px;
  }
}
