/**
 * Reset CSS
 *
 * Wild Futures' Monkey Sanctuary Website (monkeysanctuary.org)
 * Website Desiged & Developed by Papertank (papertank.co.uk)
 * Copyright (c) Papertank LLP (hello@papertank.co.uk) 2010. All rights reserved.
 *
*/

.center {margin: 0 auto;}

/* Colors */
.red { color: red; background: inherit; }

.blue { color: blue; background: inherit; }

.yellow {color: #ffc900;}

.lightgreen {color: #ccff66;}

.green {color: #7ba133;}

.highlight { color: black; background: yellow; }

/* Background */
.bg-darkgreen {background-color: #558824;}
.bg-lightgreen {background-color: #80bc74;}
.bg-purple {background-color: #9272a3;}
.bg-blue {background-color: #339cb2;}
.bg-orange {background-color: #c9703a;}
.bg-ruby {background-color: #ab3c3c;}
.bg-yellow {background-color: #ffc900;}

/* Lists */
.horizontal { list-style-type: none; display: inline; }

.vertical { list-style-type: none; display: block; }

/* Text */
.small { font-size: small; }

.large { font-size: large; }

.bold { font-weight: bold; }

.text-center {text-align: center;}

/* Image Replacement */
.ir {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-indent: -99999px;}

.pt-credit {margin-top: 5px; float: right; color: #fff; padding-right: 10px;}
.pt-credit a {color: #fff; border: 0; font-weight: bold;}

/* Floating */
.left {float: left;}
.right {float: right;}

.alignright {text-align: right;}
img.alignright {float: right; padding: 5px 0 5px 5px; clear:both;}
.alignleft {text-align: left;}
img.alignleft {float: left; padding: 5px 5px 5px 0; clear:both;}

/* Clearing */
img.alignright:after,img.alignleft:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clear {clear: both;}

