/* 
Theme Name: Structure Pink
Theme URI: http://themehybrid.com/themes/structure
Description: A child theme from Structure. It uses light green background and pink
Version: 1.0.0
Template: structure
Author: Erfi Nizar
Copyright (c) 2007 - 2008 Justin Tadlock
*
*/

@import url(../structure/style.css);

body {
	background: #6bba70;
	}
#body-container {
	background: #ff0084;
	}

#navigation { background: #ff0084; }

#header {
	height: 100px;
	padding: 10px;
	background: #fff url('images/logo-aimi-name.jpg') no-repeat 5px 10px;
	}

#container {
	background: #f7f7f7;
	}

.footnotes{
	font-size: 0.875em;
	}

#footer .wp-icon {
	background: url(images/wp-icon.gif) no-repeat 0 0;
	}
	
#author-box {
	width: 594px;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	}
#author-box .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}
