/* Theme Name: Child Theme of Arras "Franklin Zoo"
Theme URI: http://www.franklinzoo.co.nz
Description: Child theme for the Arras for WordPress 
Author: Adam Griffiths
Creature Author URI: http://www.designcollective.co.nz 
Template: arras
Version: 1.0 . For more information on how to create and use child themes: http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/

@import url("../arras/style.css");

#header{
	background-color:#620e04;
	background-image:url(../../uploads/2010/05/ndebele_border.gif);
	background-repeat:repeat-x;
	height:110px;
}

.blog-name{
	/*display:none;*/
}

.blog-description{
	display:none;
}
.logo{
	padding:0px;
	margin:0px;
}
.sidebar .wp-post-image{
	float:right;
	margin:0 0 3px 10px;
}

.sidebar .cat-post-item{
	margin-bottom:20px;
	overflow:auto;
}

#nav{
	position:relative;
	z-index:1000;
}
#main a{
	color:008c99 !important;
}

#main a:hover{
	color:ee2d24 !important;
}

#searchbar{
	position:relative;
	margin-top:3px;
	height:100px;
}

table#facebook{
	position:absolute;
	right:0px;
	border:none !important;
	font-size:16px;
}

table#facebook a{
	color:#FFF;
}

table#facebook a:hover{
        color:#38509d;
}


table#facebook td{
	background-color:transparent !important;
	border:none !important;
}

form.searchform{
	position:relative;
	top:65px;
}