/*
Theme Name: Jungle
Theme URI: http://www.darrenm.net/
Description: Orangtuan Appeal UK Wordpress theme
Version: 1
Author: Darren Miller
Author URI: http://darrenm.net/
*/


/** Reset  ****************************************************************/
a { text-decoration:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table, hr{ margin:0; padding:0; }
a img,:link img,:visited img, fieldset { border:none; }
address { font-style:normal; }

/** type  *****************************************************************/
body, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
    }


h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
    }

h1, h2, h3 {
    color:#2f693b;
    font-weight:normal
    }

h2, h3 {
    margin:10px 0;
    }

p {
    margin:10px 0;
    }

h1 {
    font-size:2.0em;
    }

h2 {
    font-size:1.6em;
    }

h3 {
    font-size:1.1em;
    }

p, li, td, th {
    font-size:0.80em;
    line-height:160%;
    }

th {
	background:#e4e8da;
	}

td, th {
	padding:2px 4px;
	}

#extraCols p {
    font-size:0.75em;
    }

a {
    color:#982913;
    }

a:hover {
    text-decoration:underline;
    }

#contentCol ol {
	padding-left:20px;
	}

/** page layout  **********************************************************/
body {
    background:#FFF url(images/bodyBg.jpg) no-repeat top center;
    text-align:center;
    }

.hidden {
    display:none;
    }

.cb {
    clear:both;
    }

#header {
    margin:0 auto 0;
    background:url(images/headerBg.jpg) no-repeat 0 0;
    height:166px;
    width:960px;
    text-indent:-10000px;
    text-align:left;
    }

body.i #header strong {
    display:block;
    width:200px;
    height:94px;
    margin-left:40px;
    cursor:pointer;
    }

#holder {
    margin:0 auto 10px;
    width:960px;
    text-align:left;
    background: url(images/contentBg.png) repeat-y 0 0;
    }

#contentCol {
    float:left;
    width:500px;
    padding:20px 0 0 39px;
    }

#pageTitle {
    position:absolute;
    width:534px;
    margin-top:-40px;
    z-index:3;
    }

#extraCols {
    float:left;
    width:360px;
    padding-left:25px;
    }

#search {
    width:212px;
    height:60px;
    position:absolute;
    margin:-74px 0 0 16px;
    }

#linksHolder {
    background:url(images/linksBg.gif) repeat-y;
    border-bottom:1px solid #b1c2ab;
    padding-top:1px;
    }

#linkCol {
    float:left;
    width:170px;
    padding-left:10px;
    }

#basketCol {
    float:left;
    width:160px;
    padding-left:20px;
    }

#contactDetails {
    border-top:1px solid #b1c2ab;
    padding-left:10px;
    }

#footer {
    margin:0;
    clear:both;
    background:url(images/footerBg.jpg) no-repeat 0 0;
    width:960px;
    height:34px;
    }

/** page content  *********************************************************/
h3.post-title {
    margin:0;
    }

h3 .post-date {
    font-size:0.8em;
    color:#666;
    float:right;
    padding-right:10px;
    }

p.post-summary {
    z-index:10;
    padding:3px 4px;
    width:500px;
    background:#f0f2ed;
    }

p.post-summary em {
    font-style:normal;
    }

.post  {
    padding-bottom:10px;
    border-bottom:1px solid #b1c2ab;
    margin-bottom:30px;
    }

.single-post {
    padding-top:5px;
    }

p.post-continue {
    margin:-8px 0 20px;
    }

p.headline {
    text-transform:uppercase;
    color:#2f693b;
    font-weight:bold;
    }

p.caption {
    font-size:0.7em;
    }

a.more-link {
    display:block;
    margin:8px 0;
    width:150px;
    }

blockquote {
    padding-left:10px;
    margin:15px 0 15px 15px;
    border-left: 1px solid #2f693b;
    font-family: Arial, Helvetica, sans-serif;
    font-style:italic;
    }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 15px 15px;
	}

img.alignleft {
	margin: 0 15px 15px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.alignleft {
    margin:0 10px 10px 0;
    }

img.alignright {
    margin:0 0 10px 10px;
    }

#contentCol img {
    border:1px solid #5a3b05;
    }

a.pdf {
    background:url(images/pdfIcon.gif) no-repeat;
    padding-left:20px;
    }

#contentCol ul {
    padding:0 15px;
    margin:15px 0;
    }

.highlight {
    color:#2f693b;
    }

/** Key links  ************************************************************/
#keyLinks {
    position:absolute;
    top:53px;
    margin-left:248px;
    width:317px;
    height:71px;
    background:url(images/keyLinksBg.jpg) no-repeat;
    z-index:99;
    text-align:left;
    }

#keyLinks ul {
    list-style:none;
    width:320px;
    padding:13px 0 0 3px;
    margin:0;
    }

#keyLinks ul li {
    float:left;
    font-size:100%;
    }

#keyLinks ul li h2 a {
    display:block;
    height:0;
    width:103px;
    padding-top:43px;
    overflow:hidden;
    background: 0 0 no-repeat;
    }

#keyLinks ul li h2 a:hover,
#keyLinks ul li h2 a.hi {
    background-position: 0 -43px;
    }

#keyLinks ul li#kl-adpot h2 a {
    background-image:url(images/adoptButtonBg.gif);
    }

#keyLinks ul li#kl-donate h2 a {
    background-image:url(images/donateButtonBg.gif);
    }

#keyLinks ul li#kl-shop h2 a {
    background-image:url(images/shopButtonBg.gif);
    }

#keyLinks .keyLink {
    display:none;
    position:absolute;
    width:286px;
    background:#e6eade;
    border:1px solid #ae745f;
    border-top:none;
    padding:4px 10px;
    top:68px;
    }

#keyLinks ul li#kl-donate .keyLink {
    margin-left:-103px;
    }

#keyLinks ul li#kl-shop .keyLink {
    margin-left:-206px;
    }

#keyLinks .keyLink p {
    font-size:0.75em;
    }

#keyLinks .keyLink img {
    border:1px solid #ae745f;
    }


/** Link column  **********************************************************/
#search p {
    margin:0;
    }

#search label {
    color:#2f693b;
    font-weight:bold;
    line-height:190%;
    }

#s {
    border:1px solid #194a24;
    font-size:13px;
    padding:2px;
    width:165px;
    }

#linksCol p {
    color:#2f693b;
    }


#linksHolder h2, #randomImages h2 {
    font-size:0.8em;
    margin:0 0 5px;
    font-weight:bold;
    }

#linksHolder ul {
    margin:0 0 20px;
    padding:0 0 0 10px;
    color:#2f693b;
    }

#linksHolder li {
    font-size:0.85em;
    }

#linksHolder p {
    font-size:0.75em;
    }

#linksHolder li {
	/*font-weight:bold;*/
	}

#linksHolder li li {
    font-size:100%;
    }

#linksHolder li ul {
    margin:2px 0;
    padding-bottom:2px;
    }
#randomImages {
    padding:20px 0 20px;
    }

#randomImages p {
    margin:0;
    padding-left:10px;
    }

#randomImages img {
    border:1px solid #5a3b05;
    }

#randomImages img.rl {
    margin:0 57px 0 30px;
    }

#randomImages .randImgRow {
    height:170px;
    }

p.rssLink {
    margin-top:20px;
   }

p.rssLink a {
    background:url(images/rssIcon.gif) no-repeat left center;
    padding:2px 0 2px 22px;
    }

#linksHolder .page_item ul {
    display:none;
    }

#linksHolder .current_page_item ul, #linksHolder .current_page_parent ul {
    display:block;
    }

#linksHolder li.current_page_item a, .current-cat a {
    font-weight:bold;
    }

#linksHolder li.current_page_item li a {
    font-weight:normal;
    }

#basketCol p {
    color:#333;
    }

#randomImages {
    padding:20px 0 20px;
    }

#randomImages h2 {
    margin:0 0 15px;
    padding-left:20px;
    }

#randomImages img, #contactDetails img {
    border:1px solid #5a3b05;
    }

#randomImages img.rl {
    margin:0 57px 0 30px;
    }

#randomImages .randImgRow {
    padding-bottom:20px;
    }

/** Home page  ************************************************************/

#adoptBanner {
    float:right;
    width:120px;
    margin:5px 0 15px 15px;
    }

#contentCol #adoptBanner p {
    margin:0;
    }

#contentCol p.adoptToday {
    font-size:1.05em;
    }


/** forms  ****************************************************************/
input[type="submit"], .submitButton  {
    background:#982913;
    color:#FFF;
    text-transform:uppercase;
    border:2px solid #982913;
    cursor:pointer;
    }

input[type="submit"]:hover {
    border-color:#000;
    }

input[type="submit"]:active {
    margin:0 -1px -1px 0;
    }

input[type="text"], textarea, select {
    border:1px solid #999;
    font-size:13px;
    padding:2px;
    }

input[type="text"]:focus, textarea:focus, select:focus {
    background:#fffde8;
    }

/** pagination *************************************************************/
div.pagination {
    padding: 10px 0;
    margin: 3px;
    text-align:center;
    font-size:0.80em;
	}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background:#f0f2ed;
	text-decoration: none;
	}

div.pagination a:hover, div.pagination a:active {
	color: #FFF;
	background:#2f693b;
	}

div.pagination a:hover {
    background:#982913;
    }

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #FFF;
	background:#2f693b;
	}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #DDD;
	}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:13px;
}
#tooltip h3, #tooltip div { margin: 0; }
