/*	Theme Name: APHA 2013
	Author: Zoo
	Author URI: http://zooadvertising.com.au/
	Version: 1.0
	*/
/*	===== Team ===============================================================

	Developer: Joel Warren
	Twitter: @joelwarren
	Location: Sydney

	Site: http://apha.org.au
	Standards: Modified html5 boilerplate v4.0
	Platform: Wordpress
	Components: Modenizr, jQuery
	
	[Table of Contents]
	:: Imports
	:: Global
	:: General Layout
	:: Homepage
	:: Header
	:: footer
	:: Modules
	:: Content
	:: Wordpress required styles
	:: Blog
	:: Comments
	:: Media Queries
	
	
/*	:: Imports
	========================================================================== */

@import url('css/normalize.css');
@import url('css/orbit.css');

/*	:: Global
	========================================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html {
	background: #fef9f2;
	font-size: 62.5%; }
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px; 
	color: #000;
	line-height: 1.3; 
	position: relative; 
	-webkit-font-smoothing: antialiased; }
	
h1, h2, h3, h4, h5, h6 {
	color: #008d8e;
	font-weight: normal;}
	h1 { font-size: 34px; line-height: 1;}
	h2 { font-size: 28px; margin-bottom: 8px; }
	h3 { font-size: 24px; margin-bottom: 8px; }
	h4 { font-size: 16px; margin-bottom: 8px; }
	h5 { font-size: 14px; margin-bottom: 8px; }
	h6 { font-size: 12px; margin-bottom: 8px; }
	
p, ul, ol, table { margin: 0 0 16px; }
nav ul, nav ol { margin: 0; padding: 0; list-style: none; }
abbr { font-variant: small-caps; font-weight: 600; letter-spacing: 0.1em; text-transform: lowercase;}

img {
	max-width: 100%;}

a { 
	color: #269390; 
	text-decoration: none; 
	transition: all 0.2s;
	line-height: inherit; }
a:hover { color: #269390; text-decoration: underline; }
a:focus { color: #269390; outline: underline; }
p a, p a:visited { line-height: inherit; }

a.pdf {
	padding-left: 24px; 
	display: block;
	background: url('images/pdf-icon.png') no-repeat left;}

.left        { float: left; }
.right       { float: right; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.hide        { display: none; }
.visuallyhidden { font: 0/0 a; color: transparent; }

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;}
.clearfix:after {
	clear: both;}
.clearfix {
	zoom: 1;}

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }

figure { margin: 0; }

embed, 
iframe, 
object { max-width: 100%; width: auto; height: auto; }

@media print {
	* {
		background: transparent;
		color: black;
		box-shadow: none;
		text-shadow: none;
		filter: none;
		-ms-filter: none;
	}
	a,
	a:visited { text-decoration: underline }
}

/*	:: General
	========================================================================== */
	
.container {
	width: 950px;
	margin: 0 auto;}
.main {
	overflow: hidden;}
	.primary {
		float: left;
		padding: 10px;
		width: 75%;}
	.secondary {
		float: left;
		padding: 10px;
		margin: 12px 0;
		width: 25%;}
		
.social {
	list-style: none;
	margin: 0;
	padding: 0;}
	.social li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 0 0 0 24px;}
	.social a {
		display: block;
		border-radius: 2px;
		height: 32px;
		width: 32px;
		box-shadow: 0 0 4px rgba(0,0,0,0.6);
		color: transparent;
		overflow: hidden;
		font: 0/0 a;}
	.social li.twitter a { background: url('images/twitter.png'); }
	.social li.facebook a { background: url('images/facebook.png'); }
	.social li.youtube a { background: url('images/youtube.png'); }
	.social li.instagram a { 
		background: url('images/logo_instagram.png'); 
		border-radius: 8px;
	}
	.social li.linkedin a { 
		background: url('images/logo_linkedin.png'); 
		border-radius: 4px;
	}

.searchform {}
	.searchform input {
		border: 1px solid #d9d9d9;
		color: #008d8e;
		height: 22px;
		display: inline-block;
		font-size: 12px;
		width: 230px;
		zoom: 1;
		*display: inline;
		vertical-align: top;}
	.searchform input[type=submit] {
		border: none;
		color: transparent;
		font: 0/0 a;
		background: url('images/search.png') no-repeat center center #008d8e;
		height: 22px;
		width: 20px;}
		
.menu {}
	.menu li {
		display: inline-block;
		zoom: 1;
		*display: inline;}
	.menu a {
		display: block;
		padding: 0 18px;}
		
.more {
	font-size: 16px;
}
.resources-list .more {
	font-size: 10px;}


	
/*	:: Homepage
	========================================================================== */

#featured {
	margin-top: -32px;
	position: relative;
	background: #fff;
	margin-bottom: 22px;
	overflow: hidden;}
.lt-ie9 #featured {
	height: 400px!important;
	overflow: hidden;}

#featured,
div.orbit-wrapper {
	width: auto;
	height: 400px; }
	.slide {
		display: block;
		height: 400px;}
	.slide .slide-title {
		color: #fff;
		font-weight: normal;
		margin: 0;
		font-size: 34px;
		line-height: 1.1;}
	.slide .slide-content,
	div.orbit-wrapper .slide .slide-content {
		width: 627px;
		bottom: 0;
		color: #fff;
		display: block;
		position: absolute;
		z-index: 2;
		right: 0;
		height: 138px;
		padding: 14px;
		background: rgb(0,146,144);
		background: rgba(0,146,144,0.7);
		font-size: 18px;}
.slide .slide-content {
	display: none;}
.slide:first-child .slide-content { display: block; }
	.slide .slide-content a {
		color: #fff;}
	.slide .slide-content p {
		margin: 0 0 8px;}
	
	.lt-ie8 ul.orbit-bullets {
		bottom: 42px;}
	ul.orbit-bullets {
		bottom: 22px;
		right: 24px;
		margin: 0!important;
		left: auto;}
		ul.orbit-bullets li {
			background: #008f8e;
			text-indent: inherit;
			height: 17px;
			width: 17px;
			line-height: 17px;
			border-radius: 50%;
			color: #fff;
			margin-right: 20px;
			text-align: center;
			font-weight: bold;}
		ul.orbit-bullets li.active {
			color: #008f8e;
			background: #fff;}
		
		
	.orbit-wrapper .timer {
		display: none;}
		
.events-info {
	background: #b1d8d4;
	margin-bottom: 22px;
	padding: 0 24px;
	line-height: 32px;}
	.events-list {
		list-style: none;
		margin: 0;
		padding: 0;}
	.events-list .sep,
	.events-list a {
		color: #fff;
		font-weight: bold;}
	
/*	:: Header
	========================================================================== */
	

.site-meta {
	position: relative;
	z-index: 50;
	text-align: right;
	background: #d2d3d5;
	line-height: 25px;
	height: 25px;}
	.site-meta ul {
		font-size: 0;}
	.site-meta li {
		font-size: 14px;
		position: relative;
		vertical-align: top;}
	.site-meta a {
		color: #000;
		text-decoration: none;}
	.site-meta li:hover > a {
		background: #269390;
		border-color: #269390;}
	.site-meta .button {
		background: #f19718;
		color: #fff;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
		box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
		font-weight: bold;
		font-size: 0;
		border-left: 1px solid #f7c57d;
		border-right: 1px solid #c68b16;}
	.site-meta .button:first-child {
		margin-left: 22px;}
		.site-meta .button a {
			padding: 9px 14px;
			box-shadow: inset -1px -1px 1px rgba(0,0,0,0.26);
			font-size: 14px;
			color: #fff;}
		.site-meta .button.profile a:before {
			content: '';
			height: 16px;
			width: 15px;
			margin: 0 4px 0 0;
			display: inline-block;
			zoom: 1;
			*display: inline;
			background: url('images/profile.png');}
			
.site-header {
	padding: 36px 0 28px 24px;}
	.site-title {
		float: left;}
	.site-title h1 {
		margin: 0;}
	.site-title .site-description {
		display: none;}
	.site-title span {
		display: none;}
	.site-title img {
		display: block;}
	
	.site-header .searchform {
		float: right;
		margin: 32px 0 22px;}
		
	.site-header .social {
		clear: right;
		float: right;}
	
/*	:: Navigation
	========================================================================== */
	
.no-rgba .site-nav {
	background: rgb(227,228,229);}
.site-nav {
	position: relative;
	z-index: 10;
	background: rgba(227,228,229,0.85);}
	.site-nav ul li {
		position: relative;}
	.site-nav ul a {
		line-height: 32px;
		color: #269390;
		text-decoration: none;
		font-weight: bold;}
	.site-nav ul li.current-menu-ancestor > a,
	.site-nav ul li.current-menu-item > a,
	.site-nav ul a:hover {
		background: #f08c00;
		color: #fff;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.3);}
		.no-rgba .site-nav ul ul {
			background: rgb(227,228,229);}
		.site-nav ul ul {
			background: rgba(227,228,229,0.85);
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			min-width: 200px;}
		.site-nav ul ul li {
			float: none;
			display: list-item;}
		.site-nav ul ul li a {
			white-space: nowrap;}
			.no-rgba .site-nav ul ul ul {
				background: rgb(227,228,229); }
			.site-nav ul ul ul {
				background: rgba(227,228,229,0.85);
				display: none;
				position: absolute;
				top: 0;
				left: 100%;
				min-width: 200px;}
				
#menu-top-header-menu ul, #menu-top-header-menu-logged-in ul {
	display: none;
	background: #d2d3d5;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	text-align: left;
}

	#menu-top-header-menu ul li, #menu-top-header-menu-logged-in ul li {
		display: block;
		text-align: left;
	}
	#menu-top-header-menu ul a, #menu-top-header-menu-logged-in ul a {
		display: block;
		white-space: nowrap;
		text-align: left;
	}
		#menu-top-header-menu ul ul, #menu-top-header-menu-logged-in ul ul {
			display: none!important;}
	
/*	:: Footer
	========================================================================== */
	
.site-footer {
	background: #e3e4e6;
	color: #707070;
	clear: both;
	padding: 42px 0;
	width: 950px;
	margin: 0 auto;}
	.site-footer a {
		color: #707070;}
	.site-info {
		overflow: hidden;}
	.site-footer .address {
		float: left;}
	.site-footer .contact-details {
		float: right;
		text-align: right;}
	.site-footer hr {
		clear: both;
		background: #c0c1c3;
		height: 1px;
		border: none;
		margin: 42px 0;}
	.site-footer .partners {
		text-align: center;}
	.site-footer .credit {
		float: right;
		margin: 42px 0 0;}
		.site-footer .credit a {
			background: url('images/zoo.png');
			display: block;
			height: 32px;
			color: transparent;
			font: 0/0 a;
			width: 48px;}
	.site-footer .container {
		width: 920px;
	}
	
/*	:: Modules
	========================================================================== */
	
/* Tabs ---------------------- */
.tabs { 
	list-style: none; 
	display: block; 
	height: 20px; 
	padding: 0; 
	margin-bottom: 20px; }
.tabs.contained {
	margin-bottom: 0; 
	text-align: right;
	margin-left: 0; }
.tabs dt, 
.tabs li.section-title { 
	color: #b3b3b3; 
	text-align: left;
	cursor: default; 
	display: block; 
	float: left; 
	font-size: 12px; 
	height: 20px; 
	line-height: 20px; 
	padding: 0; 
	padding-right: 9px; 
	padding-left: 20px; 
	font-weight: normal; 
	width: auto; }
.tabs dt:first-child,
.tabs li.section-title:first-child { 
	padding: 0; 
	padding-right: 9px; }
.tabs dd, 
.tabs li { 
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 132px;
	text-align: center;
	vertical-align: bottom;
	padding: 0; 
	margin: 0; }
.tabs dd a, 
.tabs li a { 
	color: #f08c00; 
	display: block; 
	font-size: 14px; 
	height: 20px; 
	text-decoration: none;
	border-bottom: 2px solid #f08c00;
	line-height: 20px; 
	background: #fdf3e5;
	padding: 0px 23.8px;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;}
.tabs dd a:focus, 
.tabs li a:focus { 
	color: #fff; }
.tabs dd.active, 
.tabs li.active { }
.tabs dd.active a, 
.tabs li.active a { 
	height: 23px;
	line-height: 23px;
	cursor: default; 
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	border-bottom: 2px solid #f08c00;
	color: #fff; 
	background: #f08c00;}
	.tabs dd a:hover {
		color: #fff;
		background: #f08c00;}
.tabs dd:first-child, 
.tabs li:first-child { margin-left: 0; }

ul.tabs-content { 
	display: block; 
	margin: 0 0 20px; 
	padding: 0; }
ul.tabs-content > li { display: none; }
ul.tabs-content > li.active { display: block; }
ul.tabs-content.contained { padding: 0; overflow: hidden; border-bottom: 1px solid #7fc6c6; min-height: 575px; }
ul.tabs-content.contained > li { padding: 3px 0; }
ul.tabs-content.contained.vertical > li { }

.no-js ul.tabs-content > li { display: block; }

/*	:: Widgets
	========================================================================== */
	
.widget {
	margin: 0;
	background: #66bbbb;
	padding: 10px 10px 1px;
	color: #fff;}
	.widget-title {
		color: #fff;
		margin-top: 0;
		font-size: 18px;
		font-weight: bold;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.3);}
	.widget a {
		color: #fff;}
		
	.widget_facts_widget {
		background: #008d8e;}
	.widget_facts_widget p {
		font-size: 16px;}
		
	.widget_text ul {
		padding: 0;
		margin: 0;
		color: #000;}
	.widget_text li, #twitter-home div {
		border-bottom: 1px dashed #fff!important;
		padding-bottom: 10px!important;
		margin-bottom: 10px!important;}
		
	#twitter-home div  {
		border-bottom: none !important;
	}
	
	#twitter-home a {
		color: #d8d8d8;
	}
	
		.widget_text li:last-child {
			border: none!important;}
			
		.widget_text .tweet {
			font-size: 11px;}
			
	.widget_simpleimage {
		background: #008d8e;}
		
	.TwitterPod {
		min-height: 150px;
	}

/*	:: Content
	========================================================================== */
	
.main {
	background: #fff;
	padding: 12px;}
	.lt-ie8 .main .primary {
		width: 678px;}
	.main .primary {
		padding: 0 12px;
		float: left;
		width: 702px;}
	.lt-ie8 .main .secondary {
		width: 200px;}
	.main .secondary {
		padding: 0 12px;
		width: 224px;
		float: left;}
		
	.wide-col {
		width: 386px;
		float: left;
		margin-right: 24px;}
	.post.feature,
	.post.minor {
		margin: 0;
		float: none;
		width: auto; }
	.home .post.feature {
		border-bottom: none;}
	.post.feature {
		padding: 0;
		border-bottom: 2px solid #008d8e;}
		.post.feature a {
			color: #008d8e; }
		.post.feature .entry-title  {
			font-size: 36px;
			margin: 0 0 8px;}
		.post.feature .entry-title a {
			color: #008d8e; }
		.post.feature .entry-content {
			font-size: 15px;}
		.more-news {
			/*clear: both;*/
			display: block;
			float: right;
			margin: 16px;
		}
			
	.articles-title {
		float: left;
		padding: 18px 0 0;
		margin: 0 20px;
		color: #f08c00}
	.single .post {
		margin: 0;
		width: auto;
		float: none;}
	
	.post,
	.search-item {
		padding: 18px 0 0 0;
		width: 228px;
		margin: 0 20px;
		float: right;
		clear: right;
		font-size: 13px;
		border-bottom: 2px solid #eee;}
	.articles .post:last-child {
		border-bottom: none;}
	.search-item {
		float: none;
		width: auto;}
		.post .entry-title,
		.search-item .entry-title {
			margin: 0;
			font-size: 18px;
			font-weight: normal;}
		.post .entry-title a,
		.search-item .entry-title a {
			color: #000;}
		.post .entry-meta,
		.search-item .entry-meta {
			color: #aaaaaa;
			font-size: 12px;
			margin: 0 0 8px;}
	
	.search .search-item .entry-content {
		float: none;
		margin: 0;
		width: auto;}
			
	.magazines.feature .entry-header {
		width: 386px;
		margin: 0;
		padding: 0 0 24px;
		float: left;
		margin-right: 24px;}
	.magazines.feature .entry-content h2 {
		margin-top: 0;
	}
	.magazines.feature .magazine-image {
		display: block;
		margin: 20px auto;
		width: 286px;
		height: 403px;
		overflow: hidden;
		background: #efefef;
		box-shadow: 2px 2px 10px rgba(0,0,0,0.3);}
		.magazine-image {
			position: relative;}
		.magazine-image img {
			display: block;}
		.magazines.feature .entry-content {
			float: left;
			width: 228px;
			padding: 0;
			margin: 0 20px;}
		.magazines.feature .entry-title a {
			color: #f08c00;} 
		.magazines.feature ul {
			padding: 0;
			list-style: none;}
			.magazines.feature li {
				margin: 0 0 4px;}
			.magazines.feature ul a {
				color: #000;
				transition: none;}
				
	.magazine-thumbs {
		height: 196px;
		overflow: hidden;}
		.magazine-thumbs .magazines {
			width: 120px;
			height: 169px;
			overflow: hidden;
			background: #008d8e;
			box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
			display: inline-block;
			zoom: 1;
			*display: inline;
			position: relative;
			margin: 0 16px;}
		.magazine-thumbs h2 {
			display: table;
			position: relative;
			z-index: 2;
			margin: 0;
			height: 169px;}
		.magazine-thumbs img {
			display: block;
			opacity: 1;
			position: absolute;
			width: 120px;
			height: 169px;
			left: 0;
			top: 0;}
		.lt-ie8 .magazine-thumbs .magazines a {
			display: block;}
		.magazine-thumbs .magazines a {
			color: #fff;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			opacity: 0;
			height: 169px;
			display: table-cell;
			vertical-align: middle;
			font-size: 18px;
			text-align: center;
			padding: 10px;}
		.magazine-thumbs .magazines:hover img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
			filter: alpha(opacity=30);
			opacity: 0.3;}
		.magazine-thumbs .magazines:hover a {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity: 1;}
			
.jcarousel-container {
	border-top: 1px solid #cce8e8;}
	.jcarousel-direction-rtl {
		direction: rtl;}
	.jcarousel-container-horizontal {
		padding: 20px 40px 120px;}
	.jcarousel-container-vertical {
		width: 75px;
		padding: 40px 20px;}
	.jcarousel-clip {
		overflow: hidden;}
	.jcarousel-item-horizontal {
		margin-left: 0;
		margin-right: 10px;}

	/**
	 *  Horizontal Buttons
	 */
	.jcarousel-next-horizontal {
		position: absolute;
		top: 116px;
		margin-top: -16px;
		right: 5px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url('images/next-horizontal.png') no-repeat 0 0;}
	.jcarousel-direction-rtl .jcarousel-next-horizontal {
		left: 5px;
		right: auto;
		background-image: url('images/prev-horizontal.png');}
	.jcarousel-next-horizontal:hover,
	.jcarousel-next-horizontal:focus {
		background-position: -32px 0;}
	.jcarousel-next-horizontal:active {
		background-position: -64px 0;}
	.jcarousel-next-disabled-horizontal,
	.jcarousel-next-disabled-horizontal:hover,
	.jcarousel-next-disabled-horizontal:focus,
	.jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;}
	.jcarousel-prev-horizontal {
		position: absolute;
		top: 116px;
		margin-top: -16px;
		left: 5px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url('images/prev-horizontal.png') no-repeat 0 0;}
	.jcarousel-prev-horizontal:hover, 
	.jcarousel-prev-horizontal:focus {
		background-position: -32px 0;}
	.jcarousel-prev-horizontal:active {
		background-position: -64px 0;}
	.jcarousel-prev-disabled-horizontal,
	.jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-prev-disabled-horizontal:focus,
	.jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;}
				
.section {
	clear: both;}
	.resources-list .section-title {
		color: #008d8e;
		font-size: 24px;}
	.resources-list .section-header .more {
		float: right;
		line-height: 31.2px;
		font-size: 13px;
		color: #008d8e;}
		
	.lt-ie8 .resources-list .resources {
		width: 176px;}
	.resources-list .resources {
		background: #f7fbfb;
		color: #008d8e;
		padding: 10px 25px;
		float: left;
		width: 33.33333%;
		min-height: 290px;}
		.resources-list .resources:nth-child(odd) {
			background: #edf7f7;}
		.resources-list .resources a {
			color: #008d8e;}
		.resources-list .resources .entry-title {
			font-size: 14px;
			font-weight: bold;
			line-height: 1.2;}
		.resources-list .resources .entry-title a {}
		
		.resources-list .resources .entry-summary a {
			font-weight: bold;
		}
			
.breadcrumbs {
	font-size: 10px;
	margin-top: 24px;}
.breadcrumbs,
.breadcrumbs a {
	color: #68676c;}
	
.page-title {
	color: #008d8e;
	font-size: 34px;
	font-weight: normal;}
	
.sponsors-tbl {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;}
	.sponsors-tbl td {
		width: 33.33333%;
		padding: 10px;
		border-right: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		text-align: center;
		vertical-align: center;}
		.sponsors-tbl img {
			max-width: 80%;}

.members-list td {
	width: 33.33333%;
	vertical-align: top;
	padding: 0 10px 8px 0;}
	
	
/*	:: Wordpress required styles
	========================================================================== */
	
.alignnone {margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.wp-image-border { border: 10px solid rgba(255,255,255,0.8); }
.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption p.wp-caption-text,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}

/*	:: Blog
	========================================================================== */
	
.navigation {
	clear: both;
	border-top: 2px solid #008d8e;
	padding: 1em 0;}
.wp-paginate {
	clear: both;
	list-style: none;
	margin: 24px 0;
	padding: 0;
	text-align: center;}
	.wp-paginate li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 0 4px;}
	.wp-paginate .page, 
	.wp-paginate .prev,
	.wp-paginate .next {
		display: block;
		padding: 4px 8px;
		border: 1px solid #008d8e;
		text-decoration: none;}
		.wp-paginate .page:hover,
		.wp-paginate .page.current,
		.wp-paginate .prev:hover,
		.wp-paginate .prev.current,
		.wp-paginate .next:hover,
		.wp-paginate .next.current {
			background: #008d8e;
			color: #fff;}
	
/*	:: Login
	========================================================================== */
	
.login form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    margin-left: 8px;
	width: 310px;
	margin: 0 auto;
    padding: 26px 24px 46px;
}
.login.profile form {
	width: 100%;
	box-shadow: none;
	border: none;}
.login form .forgetmenot {
    float: left;
    font-weight: normal;
    margin-bottom: 0;
}
.login .button-primary {
    float: right;
}
#theme-my-login form p {
    margin-bottom: 0;
}
#theme-my-login form p.submit {
    padding: 0;
}
.login label {
    color: #777777;
    font-size: 14px;
}
.login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
}
.login h1 a {
    background-image: url("../images/wordpress-logo.png?ver=20120216");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 274px 63px;
    display: block;
    height: 67px;
    outline: 0 none;
    overflow: hidden;
    padding-bottom: 15px;
    text-indent: -9999px;
    width: 326px;
}
#theme-my-login {
    margin: auto;
    padding: 0;
}
#login_error, .login .message {
    margin: 0 0 16px 8px;
    padding: 12px;
}
.login #nav, .login #backtoblog {
    margin: 0 0 0 16px;
    padding: 16px 16px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
#backtoblog {
    padding: 12px 16px 0;
}
.login form .input, 
.login select, 
.login input[type="text"],
.login input[type="password"],
.login textarea {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
}
.login .submit input {
	float: right;
	background: #f19718;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	font-weight: bold;
	font-size: 16px;
	border: none;
	padding: 4px 10px;
	border-left: 1px solid #f7c57d;
	border-right: 1px solid #c68b16;}
	.login .submit input:hover {
		background: #008D8E;}
.login #pass-strength-result {
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    margin: 12px 0 6px;
    padding: 6px 5px;
    text-align: center;
    width: 250px;
}
.tml-action-links {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	text-align: center;}
	.tml-action-links li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 0 10px;}
.indicator-hint {
	clear: both;
	display: block;}


/*	:: Comments
	========================================================================== */

#comments {
	margin: 20px 0;}
	.nocomments {
		text-align: center;
		display: none;
	}
	
/*	:: Annual Review
	========================================================================== */
	
body.green.annual-review-template {
    background: url("images/bg-background-green.jpg") repeat-x scroll left top #81C7C7;
}

body.annual-review-template div#head {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 162px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 880px;
}

body.annual-review-template div#bg-nav {
    background: url("images/bg-nav.jpg") repeat-x scroll left top transparent;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 0 10px 9px;
    padding: 1px 0 0;
    width: 860px;
}

body.annual-review-template div#white-bg {
	float: left;
	margin: 0;
	padding: 0;
	width: 880px;
	background: #fff;
	text-align: left;
}

body.annual-review-template ul#left-content {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0 0 20px 10px;
    min-height: 490px;
    padding: 0;
    width: 201px;
}

body.annual-review-template div#right-content {
    display: inline;
    float: right;
    margin: 0 0 9px;
    min-height: 490px;
    padding: 0;
    width: 658px;
}

body.annual-review-template div.clear {
    clear: both;
}

body.annual-review-template div#footer-wrapper {
    background: none repeat scroll 0 0 #E2E3E5;
    float: left;
    text-align: center;
    width: 100%;
}

body.annual-review-template div#main-textpanel {
    background: none repeat scroll 0 0 #F6F6F6;
    margin: 0;
    min-height: 500px;
    padding: 10px;
    width: 626px;
    z-index: 2;
}

h1#logo a {
    background: url("images/bg-logo.jpg") no-repeat scroll left top transparent;
    display: block;
    font-size: 0;
    height: 108px;
    left: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -999px;
    top: 30px;
    width: 305px;
}

body.annual-review-template div#wrap {
	width: 880px;
	margin: 0 auto;
}

body.annual-review-template div#head-annualreview {
	background: url(images/bg-header-annualreview.jpg) no-repeat left bottom;
	height:162px;
	margin:0 auto;
	padding:0;
	width:862px;
}

/*  ANNUAL REVIEW  09 - 10*/

body.annual-review-template div#head-annualreview-10 {
	background: url(images/bg-header-annualreview-10.jpg) no-repeat left bottom;
	height:162px;
	margin:0 auto;
	padding:0;
	width:862px;
}

/*  ANNUAL REVIEW  10 - 11*/

body.annual-review-template div#head-annualreview-11 {
	background: url(images/bg-header-annualreview-11.jpg) no-repeat left bottom;
	height:162px;
	margin:0 auto;
	padding:0;
	width:862px;
}

/*  ANNUAL REVIEW  11 - 12*/

body.annual-review-template div#head-annualreview-12 {
	background: url(images/bg-header-annualreview-12.jpg) no-repeat left bottom;
	height:162px;
	margin:0 auto;
	padding:0;
	width:862px;
}
