/*
Theme Name: ACTS Periam
Theme URI: http://acts.asn.au
Description: ACTS Periam Theme is the Custom theme used for the Australasian Campuses Towards Sustainability created by Jonathan Coleman from Periam Studios on behalf of Griffith University.
Version: 1.13
Author: Jonathan Coleman, Periam Studios
Author URI: http://www.periamstudios.com
Tags: ACTS, custom, login, sustainability
*/

/*********************************************************************************
*
*				Reset
*
*********************************************************************************/
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#222;
}
a img {
	border:none;
}
table, td {
	border-collapse:collapse;
	padding:0;
}
h1,h2,h3,h4,h5,p {
	padding:0;
	margin:0;
	font-size:inherit;
	font-weight:normal;
}



/*********************************************************************************
*
*				General
*
*********************************************************************************/
a:hover {
	text-decoration:underline;
}
*:active {
	outline:none;
	-moz-outline-style:none;
}
*:focus {
	outline:none;
	-moz-outline-style:none;
}
.alignleft {
	float:left;
	display:inline;
	text-align:left;
}
.alignright {
	float:right;
	display:inline;
	text-align:left;
}
.alignnone {
	float:none;
	display:block;
	clear:both;
}
.alignrightright {
	float:right;
	display:inline;
	text-align:right;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}




/*********************************************************************************
*
*				Contact Form Thank You Page
*
*********************************************************************************/
#thankspage {
	position:relative;
	margin:100px auto 20px;
	width:80%;
	font-size:15px;
	line-height:22px;
}
#thankspage h1 {
	font-size:20px;
	line-height:25px;
	color:#090;
	padding:10px 0;
}








/*********************************************************************************
*
*				BEN - HACKS
*
*********************************************************************************/

#homepage-login {
	float: right;
	width: 300px;
	padding: 0px;
	margin: 30px 10px 0 0;
}

.avatar-96 {
	width: 40px !important;
	height: 40px !important;
	margin-right: 10px;
}

.text-input .field 	{
	margin-top: 10px !important;
  	border-color: #D7D7D7 !important;
  	border-style: solid !important;
  	border-width: 2px !important;	
	width: 263px !important;
	display: inline !important;
	margin-bottom: 10px !important;
	padding: 1px !important;
	text-indent: 2px !important;
	font-size:11px !important;
	font-weight:bold !important;
	height:20px !important;
	line-height:20px !important;	
	clear: both !important;
}

.sidebar div.title {
  margin-bottom:15px !important;
  padding-top:0 !important; 
}

.clear	{
	margin-top: 5px !important;
}
