/*
Theme Name: IT Splat Child Theme
Theme URI: http://op111.net/
Description: Child Theme for Acuumulo
Author: Lift Development
Author URI: http://www.liftdevelopment.com/
Template: accumulo
Version: 0.1
*/
 
@import url("../accumulo/style.css");

body {
	
}

a, a:visited {
	color:#36C;
}

a:hover, a:active {
	color:#84CC00;
}

#logo a, #logo a:visited, #logo a:hover {
	color:#84CC00;
}

#logo a:hover {
	text-decoration:underline;
}


#top {
	/*height:28px;*/
	background:url(images/bg_top.png) repeat-x top #fff;	
	
}



#branding {
	width:530px;
	margin-top:55px;
}




#logo {	
	/*background:transparent url(images/man.png) no-repeat scroll 0 0;*/
	background-image:none;
	padding-left:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:3.2em;
	color:#84CC00;
	height:60px;
}



#description {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
	margin-top:27px;
	width:310px;
}



#logo, #description {
	padding-top:0px;
}



#nav {
	padding-top:0px;
}

#main {
	border-top:0px;
	padding-top:0px;
}

#sidebar h3.widgettitle span {
	background-color:#36C;
}