/*
THEME NAME: Calyx
THEME URI: http://www.calyx.net.au
DESCRIPTION: Calyx style based on Sandbox
VERSION: 1.0
AUTHOR: Jeff Waugh
AUTHOR URI: http://bethesignal.org/
TEMPLATE: sandbox
*/

@import url('lib/fonts-min.css');

/* GENERIC */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
	font-family: Verdana;
}
a img { border: 0px; }
q { font-style: italic; }
h1, h2, h3, h4, h5 {
	font-family: Helvetica Neue,Helvetica,Arial;
}
ul {
	padding-left: 2em;
}

/* FORMS */
input, textarea {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	background-color: #fafafa;
}
textarea {
	width: 100%;
	max-width: 100%;
}
input:focus, textarea:focus {
	background-color: #fff;
}
.form-label {font-size:85%;color:#555;margin-bottom:0.2em;}
.form-label .required {color: #c55;}

/* WORDPRESS & SANDBOX */
.wp-smiley { vertical-align: middle; }
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {text-align:center;display:block;}

/* CALYX */
h2, h2 a {color: #ff6a00;}
a { color: #709696; }
a:hover { color: #aaaaa1; }

/* PAGE LAYOUT */
body {
	background-color: #61737e;
	color: #fff;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	color: #000;
}
#container {
	float: left;
	width: 100%;
}
#content {
	margin: 0px 157px;
	padding: 0em 2em 2em 2em;
}
.sidebar {
	float: left;
	overflow: hidden;
	width: 157px;
}
#primary {
	margin: 0 0 0 -100%;
}
#secondary {
	margin: 0 0 0 -157px;
}

/* HEADER, TITLE, LOGO */
.skip-link { display: none; }
#header, #access {
	background: #000;
	color: #fff;
}
#header a, #access a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#blog-title {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0px 20px;
	background: url(img/calyx-logo.png) no-repeat;
	width: 117px;
	height: 0px;
	padding-top: 149px;
}
#blog-title a {
	position: relative;
	display: block;
	top: -149px;
	padding-top: 149px;
}
#blog-description {
	padding: 1em;
	font-family: Helvetica Neue,Helvetica,Arial;
	font-size: 159.3%;
	font-weight: bold;
	color: #ff6a00;
}

/* MENU */
#menu {
	height: 2.2em;
	margin: 0px 0.5em;
	font-family: Helvetica Neue,Helvetica,Arial;
	font-size: 93%;
}
#menu ul, #menu ul ul {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	list-style: none;
}
#menu ul li {
	float: left;
}
#menu ul a {
	display: block;
	padding: 0.5em 0.8em;
	text-decoration: none;
}
#menu ul li:hover {
	background-color: #e3f0f8;
}
#menu ul li:hover a {
	color: #4c616e;
}
#menu ul li a:hover {
	color: #ff6a00;
}
#menu ul li ul {
	position: absolute;
	display: none;
}
#menu ul li:hover ul {
	z-index: 500;
	display: block;
}
#menu ul li ul li {
	float: none;
	background-color: #e3f0f8;
}

/* NAVIGATION */
.navigation {clear:both;}
.navigation div a {font-size:85%;}
.navigation .nav-previous {float:left;}
.navigation .nav-next {float:right;}
#nav-above {display:none;}
#nav-below {margin-top:1em;}

/* HOME */
body.home #wrapper {
	background: #fff url(img/calyx-front.jpg) center top no-repeat;
}
body.home #container {
	margin: 0px 0px;
	height: 350px;
}
body.home #content {
	position: relative;
	
}
body.home div.page {
	position: relative;
	right: -500px;
	bottom: 0px;
	width: 33%;
	margin: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 1em;
	background-color: #555;
	color: #fff;
}
body.home div.page div.entry-content p {
	margin-top: 0px;
}

/* POSTS, PAGES, ETC */
.entry-content {
	line-height: 140%;
}
.entry-meta {
	font-size: 85%;
	color: #999;
}

/* COMMENTS */
#comments {clear:both;}
.comments li {
	border-bottom: 1px dotted #babdb6;
	margin: 1em 0em;
	clear: both;
}
.comments .avatar {
	float: left;
	margin-right: 0.5em;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fafafa;
}
#respond .formcontainer {
	margin: 0em 1em;
}
#respond #comment-notes {float:right;color:#555;}

/* SIDEBAR & WIDGETS */
.sidebar {
	background-color: #f6fafd;
}
.sidebar ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
.sidebar ul ul {
	padding: 0em 0em;
}

.sidebar a {
	text-decoration: none;
	color: #4c616e;
}
.sidebar a:hover {
	text-decoration: underline;
}

.sidebar .widget {
	margin: 0em;
	border-bottom: 3px solid #fff;
	padding: 1em 1em;
}
.sidebar .widget h3 {
	margin-top: 0px;
}
.sidebar .widget ul li {
	margin-top: 1em;
}

#pages {
	padding-left: 0em;
	padding-right: 0em;
}
#pages h3 {
	display: none;
}
#pages .page_item {
	display: none;
	margin: 0;
}
#pages .page_item a {
	display: block;
	padding: 0.5em 1em;
	font-size: 85%;
}
#pages .current_page_ancestor, #pages .current_page_ancestor li {
	display: block;
}
#pages .current_page_item, #pages .current_page_item li {
	display: block;
}
#pages .current_page_item a {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background-color: #e3f0f8;
	font-weight: bold;
}
#pages .current_page_item .page_item a {
	border: 0px;
	background-color: transparent;
	font-weight: normal;
}

/* FOOTER */
#footer {display:none;}
#customfooter {
	clear: both;
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 1em;
}
#customfooter p {
	margin: 0px;
	padding: 0px;
}
#customfooter img {
	vertical-align: middle;
}
#customfooterbelow {
	clear: both;
}
/*#customfooter a[href="/contact/"] {
	background: url(img/ico_phone.gif) top left no-repeat;
	padding-left: 25px;
}*/
