@charset "utf-8";

/*
Theme Name: Corvid Aid
Theme URI: http://wordpress.org/
Description: The basic template for corvidaid.org.
Version: 1.0
Author: James Lattimore
Author URI: http://www.plusgood.co.uk/
*/

/*

	FONT-SIZING

	font-size: 75%;
	
    10px == 0.8em
    11px == 0.92em
    12px == 1em
    14px == 1.2em
    18px == 1.5em
    24px == 2em
	
*/

/* MAIN TAGS */

* {
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
}

html, body {
	width: 100%;
	height: auto;
	overflow: auto;
}

body {
	font-family: "Segoe UI", "Frutiger 55", Tahoma, Helvetica, Arial, sans-serif;
	font-size:  75%;
	background-image: url('assets/images/bg_gauze.gif');
	background-repeat: repeat;
}

div {
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
}

.smallertext {
	font-size:0.8em;
}


/* WRAPPERS */

#darkgauze {
	background:url('assets/images/bg_darkgauze.gif');
	background-repeat: repeat-x;
}

#content {
	margin: 0 auto 50px;
	width: 960px;
	height: auto;
	background-image: url('assets/images/bg_content.gif');
	background-repeat: repeat-y;
	position: relative;
}

#top {
	width: 760px;
	height: 210px;
}

#top img {
	display: block;
}

#innercontent {
	position: relative;
	width: 740px;
	padding: 0 10px;
	height: auto;
	background-image: url('assets/images/bg_innercontent.jpg');
	background-repeat: no-repeat;
}

#twittercolumn {
	position: absolute;
	right: 0;
	top: 200px;
	height: auto;
	width: 210px;
	background-color: #FFF;
	background-image: url('assets/images/bg_twitter.gif');
	background-repeat: repeat-y;
	color: #333;
}

/* RSPCA LOGO */

#rspca {
	width: 101px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 54px;
	text-align: center;
}

#rspca img {
	display: block;
	margin: 0 0 10px 0;
}

#rspca p {
	font-size: 0.8em;
	color: #333;
	font-style: italic;
}

/* MENU STYLES */

#menu {
	float: left;
	width: 200px;
	height: auto;
	overflow: hidden;
	background-image: url('assets/images/bg_menubottom.gif');
	background-position: 0 100%;
	background-repeat: no-repeat;
	text-transform: lowercase;
	margin: 0 0 100px 0;
}

#menu ul {
	padding: 0 0 1px 0;
}

#menu ul li {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	list-style: none;
	margin: 0 0 0 5px;
}

#menu ul li ul {
	padding: 0;
}

#menu ul li ul li, #menu ul li ul li ul li {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
}

#menu ul li a {
	color: #330;
	text-decoration: none;
	display: block;
	width: 183px;
	height: auto;
	overflow: visible;
	background-image: url('assets/images/bg_menuitem.gif');
	background-repeat: no-repeat;
	padding: 7px 7px 7px 5px;
	font-weight: normal;
}

#menu ul li a.selected {
	background-image: url('assets/images/bg_menuitem_s.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

#menu ul li ul li a {
	color: #330;
	text-decoration: none;
	display: block;
	width: 183px;
	height: auto;
	overflow: visible;
	background-image: url('assets/images/bg_submenuitem.gif');
	background-repeat: no-repeat;
	padding: 7px 7px 7px 5px;
	font-weight: normal;
}

#menu ul li a:hover,  #menu ul li ul li a:hover {
	color: #FFF;
}


#menu ul li ul li a.selected {
	background-image: url('assets/images/bg_submenuitem_s.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

#menu ul li ul li ul li a {
	color: #330;
	text-decoration: none;
	display: block;
	width: 183px;
	height: auto;
	overflow: visible;
	background-image: url('assets/images/bg_subsubmenuitem.gif');
	background-repeat: no-repeat;
	padding: 7px 7px 7px 5px;
	font-weight: normal;
}

#menu ul li ul li ul li a:hover {
	color: #111100;
}

#menu ul li ul li ul li a.selected {
	background-image: url('assets/images/bg_subsubmenuitem_s.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

/* TEXT STYLES */

#copy {
	float: right;
	padding: 0 10px 0 0;
	width: 510px;
	height: auto;
	overflow: hidden;
}

#copy div.caption {
	width: 505px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	color: #330;
	padding: 5px;
	margin: 0 0 20px 0;
	background-color: #E2DACC;
}

strong {
	font-weight: bold;
	color: #330;
}

#copy p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 20px 20px 0;
	color: #333;
}

#copy img {
	display: block;
}

#copy p a,
#copy ul li a{
	padding: 0 5px;
	text-decoration: none;
	font-weight: normal;
	color: #330;
	background-color: #E2DACC;
	font-style: italic;
}

#copy p a:hover,
#copy ul li a:hover {
	color: #110;
}

#copy p a.nopad {
	padding: 0;
}

#copy ul {
	padding: 0 0 20px 30px;
}

#copy ul li {
	list-style: outside;
	list-style-type: circle;
	font-size: 1.2em;
	margin: 0 0 0 20px;
	color: #333;
	overflow: visible;
}

h1 {
	font-size: 4em;
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
	color: #333300;
	letter-spacing: -1px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 60px;
	display: block;
	height: 60px;
	width: 500px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
	color: #330;
	letter-spacing: -0.1em;	
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#breadcrumb {
	width: 500px;
	height: auto;
	margin: 0 0 20px 0;
	color: #330;
	font-size: 0.8em;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #330;
}

#breadcrumb a:hover {
	color: #330;
}


/* FOOTER STYLES */

#footer {
	position: relative;
	background-image: url('assets/images/footer.jpg');
	height: 110px;
	width: 760px;
}

#footer p {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.4em;
	color: #330;
	position: relative;
}

#footer a.plusgood {
	position: absolute;
	left: 31px;
	bottom: 47px;
	display: block;
	width: 62px;
	height: 13px;
	background-image: url('assets/images/logo_plusgood.gif');
	background-position: 0 0;
	color: #330;
	text-indent: -9999px;
}

#footer a.plusgood:hover {
	color: #330;
	background-position: 0 -13px;
}

#footer p a {
	color: #330;
}

#footer p a:hover {
	color: #110;
}


#footer p.left {
	position: absolute;
	padding: 0 0 30px 30px;
	bottom: 0;
	left: 0;
}

#footer p.right {
	position: absolute;
	padding: 0 30px 30px 0;
	bottom: 0;
	right: 0;
	font-size: 2em;
	line-height: 1em; 
	letter-spacing: -0.1em;
}

/* HOLDING PAGE ELEMENTS */

#holdingpage {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#holdingpage div {
	padding: 50px 0 0 0;
	width: 220px;
	height: 230px;
	margin: auto;
}

#holdingpage div img {
	
}

#holdingpage div h1 {
	display: block;
	width: 220px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.1em;
}

/* TWITTER COLUMN */

#twittercolumn .aktt_tweets {
	height: auto;
	width: 100%;
	display: relative;
	padding: 0 0 50px 0;
	background-image: url('assets/images/bg_twitter_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#twittercolumn h3 {
	display: block;
	height: 28px;
	width: 146px;
	position: absolute;
	left: 10px;
	top: 35px;
	line-height: 28px;
	font-size: 2em;
	background-image: url('assets/images/header_latestcaws.gif');
	text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: -9999px;
	color: #330;
}

#twittercolumn p {
	position: absolute;
	top: 66px;
	left: 10px;
	width: 180px;
	font-size: 0.8em;
	color: #330;
	text-transform: lowercase;
}

#twittercolumn ul {
	background-image: url('assets/images/bg_twitter_top.jpg');
	background-repeat: no-repeat;
	padding: 100px 0 0 0;
	width: 210px;
	height: auto;
}

#twittercolumn ul li {
	list-style: none;
	width: 180px;
	padding: 11px 10px 0 10px;
	margin: 0 10px 10px 0;
	height: auto;
	background-image: url('assets/images/bg_twitter_divider.gif');
	background-repeat: no-repeat;
}

#twittercolumn ul li.aktt_more_updates {
	padding: 21px 10px 0 10px;
	margin: 0 10px 10px 0;
}

#twittercolumn ul li.aktt_more_updates a {
	text-transform: uppercase;
	display: block;
	height: 16px;
	width: 100px;
	background-image: url('assets/images/btn_moreupdates.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-style: normal;
}

#twittercolumn ul li.aktt_more_updates a:hover {
	background-position: 0 -16px;
}

#twittercolumn a {
	display: block;
	text-decoration: none;
	color: #330;
	font-size: 0.8em;
	font-style: italic; 
}

#twittercolumn a:hover {
	color: #330;
}