/*
Theme Name: Clients Website Name
Theme URI: http://
Description:
Version: 1
Author: Authors Name
Author URI: http://www.revium.com.au
*/

/* @group Import */

@import url("theme/reset.css");
@import url("theme/main.css");

/* @end */

/* @group Wordpress Generic Styles */

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


div.navigation{
	height: 1.8em;
	margin: 0 0 1.8em 0;
}
div.navigation div.alignleft{
	float: left;
	width: 50%;
}
div.navigation div.alignright{
	float: right;
	width: 50%;
	text-align: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
label.checkbox, label.radio{
	/*margin: 0 10px 0 0;*/
	/*padding: 0.4em 0;*/
	/*text-indent: 0;*/
	/*line-height: 18px;*/
	float: none;
	margin: 0;
	width: 400px;
}
label.checkbox input, label.radio input{
	margin: -15px 0.4em 0 300px;
	vertical-align: top;
	border: none;
	float: left;
	width: 12px;
}
p.radio span {
	margin-left: 150px;
	display: block;
}
/* @end */
