/*
THEME NAME: Waugh Partners
THEME URI: http://waughpartners.com.au/
DESCRIPTION: Waugh Partners corporate website theme
VERSION: 1.0
AUTHOR: Jeff Waugh
AUTHOR URI: http://bethesignal.org/
TEMPLATE: sandbox
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('../sandbox/examples/2c-r.css');

/* GENERIC */
body {
	background: #ffffff;
	color: #000000;
	font-family: Garamond, Georgia, serif;
	padding: 0; margin: 0;
}
a { color: #003822; }
a:active { color: #555; }
a:visited { color: #555; }
a img { border: 0px; }
q { font-style: italic; }
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
}

/* WORDPRESS & SANDBOX */
.wp-smiley { vertical-align: middle; }
.skip-link, #nav-above, #nav-below { display: none; }
.single div#nav-below { display: block; }

/* MASTHEAD */
body { background: #ffffff url(img/greydient-top.png) repeat-x top left; }

#header {
	padding: 1em;
}

#blog-title {
	position: relative;
	overflow: hidden;
	background: url(img/wp-title.png) no-repeat;
	width: 426px;
	height: 0px;
	padding-top: 60px;
	margin-top: 0px;
	font-size: 100%;
	float: left;
}

#blog-title a {
	position: relative;
	display: block;
	top: -60px;
	padding-top: 60px;
}

#blog-description {
	position: relative;
	overflow: hidden;
	background: url(img/wp-tagline.png) no-repeat;
	width: 258px;
	height: 0px;
	padding-top: 60px;
	float: right;
}

/* MENU */
#access { clear: both; }
